Difference between revisions of "Team:Lubbock TTU/Test"

 
(64 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ Yale }}
+
{{Template:Lubbock_TTU/CSS}}
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
<html>
  
<html>
+
<head>
  <head>
+
<link href='https://fonts.googleapis.com/css?family=Comfortaa:400,700' rel='stylesheet' type='text/css'>
    <link href="http://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet" type="text/css">
+
 
 +
<style>
 +
 
 +
#sideMenu, #top_title {display:none;}
 +
 
 +
#logo:hover {
 +
    opacity:0.6;
 +
}
 +
h1{
 +
    font-family: "Comfortaa", sans-serif;
 +
    font-size: 40px;
 +
    text-align:center;
 +
    overflow: display;
 +
}
 +
h3, h4{
 +
    text-align:center;
 +
}
 +
h4 a:hover{
 +
    text-decoration:none;
 +
    color:#8CCF6C;
 +
}
 +
.col{
 +
    width:25%;
 +
    background-color:#FAFAFA;
 +
    margin:1%;
 +
    padding:3%;
 +
    margin-top:5%;
 +
    float:left;
 +
    text-align:left;
 +
}
 +
.clear{
 +
    clear:both;
 +
}
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body style="margin:auto">
 +
 
 +
<h1>TITLE</h1>
 +
 
 +
<h4><i>"Tagline"</i></h4></br>
 +
 
 +
<center>
 +
 
 +
<!-- Slideshow -->
 +
<div class="column full_size" >
 +
<div class="slideshow-container">
 +
  <div class="mySlides fade">
 +
    <div class="numbertext">3 / 3</div>
 +
    <img src="https://static.igem.org/mediawiki/2016/c/ca/T--Lubbock_TTU--20160505_151815.jpg" width="100%">
 +
    <div class="text"></div>
 +
  </div>
 +
 
 +
  <div class="mySlides fade">
 +
    <div class="numbertext">2 / 3</div>
 +
    <img src="https://static.igem.org/mediawiki/2016/0/00/T--Lubbock_TTU--20160630_170737.jpg" width="100%">
 +
    <div class="text"></div>
 +
  </div>
 +
 
 +
  <div class="mySlides fade">
 +
    <div class="numbertext">1 / 3</div>
 +
    <img src="https://static.igem.org/mediawiki/2016/8/87/T--Lubbock_TTU--File_IMG_1399.png" width="100%">
 +
    <div class="text"></div>
 +
  </div>
 +
 
 +
</div>
 +
<br>
 +
 
 +
<div style="text-align:center">
 +
  <span class="dot" onclick="currentSlide(1)"></span>
 +
  <span class="dot" onclick="currentSlide(2)"></span>
 +
  <span class="dot" onclick="currentSlide(3)"></span>
 +
</div>
 +
</div>
 +
<!-- End of Slideshow -->
 +
 
 +
</center>
 +
 
 +
<div>
 +
<p style='margin-left:30px; margin-bottom:20px'>
 +
<center>
 +
<a href=''><img src="https://static.igem.org/mediawiki/2016/a/a2/T--Lubbock_TTU--ttuseal.png" class="" width="23%" height=""></img></a>
 +
&emsp;<a href=''><img src="https://static.igem.org/mediawiki/2016/9/9c/T--Lubbock_TTU--idt.png" class="" width="23%" height=""></img></a>
 +
&nbsp;<a href=''><img src="https://static.igem.org/mediawiki/2016/5/53/T--Lubbock_TTU--genscript.png" class="" width="30%" height=""></img></a>
 +
&nbsp;<a href=''><img src="https://static.igem.org/mediawiki/2016/a/a3/T--Lubbock_TTU--ttusga.png" class="" width="100px" height=""></img></a>
 +
</br><a href=''><img src="https://static.igem.org/mediawiki/2016/6/65/T--Lubbock_TTU--mrdna.png" class="" width="20%" height=""></img></a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;<a href=''><img src="https://static.igem.org/mediawiki/2016/8/8c/T--Lubbock_TTU--ttuhsc.png" class="" width="20%" height=""></img></a>
 +
<a href=''><img src="https://static.igem.org/mediawiki/2016/a/ad/T--Lubbock_TTU--ulabs.png" class="" width="20%" height=""></img></a>
 +
<a href=''><img src="https://static.igem.org/mediawiki/2016/6/6d/T--Lubbock_TTU--ciser.jpg" class="" width="100px" height="x"></img></a>
 +
<a href=''><img src="https://static.igem.org/mediawiki/2016/9/97/T--Lubbock_TTU--igem.png" class="" width="15%" height=""></img></a>
 +
</center>
 +
</p>
 +
</div>
 +
 
 +
</div>
 +
 
 +
<div style='width:100%; clear:both'></div>
 +
 
 +
 
 +
</div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 +
 
 +
</body>
 +
 
 +
<!-- Slideshow JS -->
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none";
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block";
 +
  dots[slideIndex-1].className += " active";
 +
}
 +
 
 +
<!-- Automatic -->
 +
var slideIndex = 0;
 +
showSlides();
 +
 
 +
function showSlides() {
 +
    var i;
 +
    var slides = document.getElementsByClassName("mySlides");
 +
    for (i = 0; i < slides.length; i++) {
 +
        slides[i].style.display = "none";
 +
    }
 +
    slideIndex++;
 +
    if (slideIndex> slides.length) {slideIndex = 1}
 +
    slides[slideIndex-1].style.display = "block";
 +
    setTimeout(showSlides, 3000); // Change image every 3 seconds
 +
}
 +
 
 +
</script>
 +
<!-- End of SS JS -->
  
  </head>
 
  <body>
 
    <nav class="nav-contain">
 
      <ul class="nav">
 
        <li> <a href="https://2015.igem.org/Team:Yale" class="logoMark"> <span>Non</span><span>Model</span></a>
 
        </li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/project">Project</a>
 
          <ul>
 
            <li><a href="https://2015.igem.org/Team:Yale/project#overview" alt="Overview">Overview</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/methods" alt="Methods">Methods</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/results" alt="Results">Results</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/modeling" alt="Modeling">Modeling</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/parts" alt="Parts">Parts</a></li>
 
          </ul>
 
        </li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/notebook">Notebook</a>
 
          <ul>
 
            <li><a href="https://2015.igem.org/Team:Yale/notebook" alt="Weekly">Weekly</a></li>
 
            <li><a href="https://static.igem.org/mediawiki/2015/f/fb/Yale_iGEM_Project_Summary_2015.pdf" alt="PDF Summary">PDF Summary</a></li>
 
          </ul>
 
        </li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/collaborations">Collaborations</a></li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/practices">Human Practices</a>
 
          <ul>
 
            <li><a href="https://2015.igem.org/Team:Yale/practices#ssri" alt="SSRI">SSRI</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/practices#lgbtq" alt="LGBTQ Survey">LGBTQ Survey</a></li>
 
          </ul>
 
        </li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/team">Team</a>
 
          <ul>
 
            <li><a href="https://2015.igem.org/Team:Yale/team" alt="People">People</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/Attributions" alt="Acknowledgements">Attributions</a></li>
 
          </ul>
 
        </li>
 
        <li class="submenu"><a href="https://2015.igem.org/Team:Yale/standards">Standard Pages</a>
 
          <ul>
 
            <li><a href="https://2015.igem.org/Team:Yale/standards" alt="Gold">Standard Pages</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/standards#gold" alt="Gold">Gold Standards</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/standards#silver" alt="Silver">Silver Standards</a></li>
 
            <li><a href="https://2015.igem.org/Team:Yale/standards#bronze" alt="Bronze">Bronze Standards</a></li>
 
          </ul>
 
        </li>
 
      </ul>
 
    </nav>
 
    <div class="row">
 
      <div class="small-12 columns home__callout">
 
        <p>Not your typical role model. <a href="https://2015.igem.org/Team:Yale/project#overview">Learn more.</a></p>
 
      </div>
 
    </div>
 
    <div class="row hero">
 
      <div class="small-7 columns"><img src="https://static.igem.org/mediawiki/2015/6/62/IGEM_Tree_Round.png"></div>
 
      <div class="small-5 columns hero__text">
 
        <p class="hero__desc">Developing a Framework for the Genetic Manipulation of Non-Model and Environmentally Significant Microbes</p>
 
        <h1 class="hero__head">Yale iGEM</h1>
 
        <div class="text-center">
 
          <h2 class="hero__year">2015</h2><a class="custom__button pdf__button" href="https://static.igem.org/mediawiki/2015/f/fb/Yale_iGEM_Project_Summary_2015.pdf">PDF Summary</a>
 
        </div>
 
      </div>
 
    </div>
 
    <section class="section-lighter">
 
      <div class="row">
 
        <div class="small-8 columns">
 
          <div class="section__text">
 
            <h2 class="section__head">Project Abstract</h2>
 
            <p class="abstract__text">We focused on establishing a framework to implement genetic manipulation techniques—specifically, multiplex automated genome engineering (MAGE) and CRISPR-Cas9 systems—into non-model, environmentally significant microbes using standard biological parts. The framework involves two components: (1) propagation and selection of cultures and (2) manipulation of cell genomes by MAGE and/or CRISPR. We identified design considerations for both components of the framework, and experimentally validated propagation and selection considerations using cyanobacterial strain Synechococcus sp. PCC 7002 (a fast-growing cyanobacterium capable of lipid biofuel production) and Rhizobium tropici CIAT (a nitrogen-fixing rhizobium which forms root nodules in legume plants). We then developed a workflow for the design, construction, and testing of MAGE and CRISPR technologies into non-model prokaryotes. The insights we gained from validating the propagation component of our workflow will serve to improve the versatility and robustness of our framework and will inform the development of tools for genetic manipulation in other non-model organisms.</p>
 
          </div>
 
        </div>
 
        <div class="small-4 columns"><img src="https://static.igem.org/mediawiki/2015/f/f5/Home.jpg" class="abstract__picture"></div>
 
      </div>
 
    </section>
 
    <section class="findout__section">
 
      <h2 class="light__head">Find Out More</h2>
 
      <div class="row findout__blocks">
 
        <div class="small-12 switch-border">
 
          <h2><a href="https://2015.igem.org/Team:Yale/project" alt="Project">Project</a></h2>
 
          <h2><a href="https://2015.igem.org/Team:Yale/notebook" alt="Notebook">Notebook</a></h2>
 
          <h2><a href="https://2015.igem.org/Team:Yale/collaborations" alt="Collaborations">Collaborations</a></h2>
 
          <h2><a href="https://2015.igem.org/Team:Yale/team" alt="Team">Team</a></h2>
 
          <h2><a href="https://2015.igem.org/Team:Yale/practices" alt="Human Practices">Human Practices</a></h2>
 
          <h2><a href="https://2015.igem.org/Team:Yale/standards" alt="iGEM Standards">iGEM Standards</a></h2>
 
          <h2><a href="https://static.igem.org/mediawiki/2015/f/fb/Yale_iGEM_Project_Summary_2015.pdf" alt="PDF Summary">PDF Summary</a></h2>
 
        </div>
 
      </div>
 
    </section>
 
    <section class="section-lighter">
 
      <div class="row">
 
        <div class="contact__section">
 
          <div class="small-5 columns contact__right">
 
            <h2 class="section__head">Contact Us: </h2>
 
            <h3>Undergraduate Researchers</h3>
 
            <p>Colin Hemez: colin.hemez@yale.edu</p>
 
            <p>Lionel Jin: chentian.jin@yale.edu</p>
 
            <p>Danny Keller: daniel.keller@yale.edu</p>
 
            <p>Dan Shapiro: daniel.m.shapiro@yale.edu</p>
 
            <p>Jessica Tantivit: jessica.tantivit@yale.edu</p>
 
            <p>Erin Wang: erin.wang@yale.edu</p>
 
            <p>Holly Zhou: holly.zhou@yale.edu</p>
 
            <h3>Graduate Student Mentor</h3>
 
            <p>Natalie Ma (lead mentor): natalie.ma@yale.edu</p>
 
            <p>Corey Perez (mentor): corey.perez@yale.edu</p>
 
            <p>Jaymin Patel (mentor): jaymin.patel@yale.edu</p>
 
            <p>Paul Muir (mentor): paul.muir@yale.edu</p>
 
          </div>
 
          <div class="small-7 columns">
 
            <h2 class="section__head">igem.yale@gmail.com</h2>
 
            <h3>iGEM Team Board</h3>
 
            <p>Ed Kong (president): edward.kong@yale.edu</p>
 
            <p>Alex Buhimschi (vice-president): alexandru.buhimschi@yale.edu</p>
 
            <p>Stephanie Mao (outreach chair): stephanie.mao@yale.edu</p>
 
            <p>Yamini Naidu (treasurer): yamini.naidu@yale.edu</p>
 
            <p>Ariel Hernandez-Leyva (research head): ariel.hernandez-leyva@yale.edu</p>
 
            <p>Joel Sher (research adviser): joel.sher@yale.edu</p>
 
            <h3>Faculty Advisors</h3>
 
            <p>Farren Isaacs (Yale MCDB): farren.isaacs@yale.edu</p>
 
            <p>Stephen Dellaporta (Yale MCDB): stephen.dellaporta@yale.edu</p>
 
          </div>
 
        </div>
 
      </div>
 
    </section>
 
 
</html>
 
</html>
{{Template:Team:Yale/Footer}}
 

Latest revision as of 15:54, 22 July 2016

TITLE

"Tagline"


3 / 3
2 / 3
1 / 3