Difference between revisions of "Team:Virginia/Project"

 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!DOCTYPE html>
+
<!--
<!--Needs modification, should probably be in markdown-->
+
* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
 +
* @version v0.7.3
 +
* @link https://github.com/Virginia-iGEM/igem-wikibrick
 +
* @license MIT
 +
*-->
 +
 
 
<html>
 
<html>
<head>
+
 
<!--template new head-->
+
    <meta charset="utf-8">
</head>
+
    <meta name="viewport" content="width=device-width, initial-scale=1">
 
+
    <script src="https://2018.igem.org/Template:Virginia/js/vendor?action=raw&ctype=text/javascript"></script>
<body>
+
    <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/vendor?action=raw&ctype=text/css">
 
+
    <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/styles?action=raw&ctype=text/css">
<table style="width:100%">
+
    <script src="https://2018.igem.org/Template:Virginia/js/wiki?action=raw&ctype=text/javascript"></script>
<tr>
+
    <!--Added MathJax hack to make inline equations work-->
<th>Date</th>
+
    <script type="text/x-mathjax-config">
<th>Accomplishments</th>
+
      MathJax.Hub.Config({
</tr>
+
      tex2jax: {
<tr>
+
        inlineMath: [ ['$','$'], ["\\(","\\)"] ],
<td>May 23, 2018</td>
+
        processEscapes: true
<td>We plan to use the IDT to synthesize the T7Rpol and Gibson assembly to make the plasmids.</td>
+
      }
</tr>
+
      });
<tr>
+
    </script>  
<td>May 24, 2018</td>
+
 
<td>We created Ampicillin stock solution.</td>
+
</tr>
+
</table>
+
+
  
</body>
+
 
 +
 +
    <header></header>
 +
    <script>
 +
    $(function() {
 +
        $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript');
 +
    });
 +
    </script>
 +
    <main id="top">
 +
      <nav>
 +
        <div id="va-toc">
 +
          <h3>
 +
            <a class="menubutton">
 +
              <i class="fa fa-bars"></i>
 +
            </a>
 +
            Contents
 +
          </h3>
 +
        </div>
 +
      </nav>
 +
      <article class="main-content"></article>
 +
      <script>
 +
        $(function() {
 +
          $('article.main-content').load('https://2018.igem.org/Template:Virginia/Project?action=raw&ctype=text/javascript');
 +
        });
 +
      </script>
 +
      <div class="gutter"></div>
 +
    </main>
 +
    <footer></footer>
 +
    <script>
 +
    $(function() {
 +
        $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript');
 +
    });
 +
    </script>
 +
    <!--SMOOTH SCROLL UP-->
 +
    <div class="scrolltop">
 +
      <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div>
 +
    </div>
 +
 
 
</html>
 
</html>

Latest revision as of 20:10, 16 October 2018