Difference between revisions of "Team:UNebraska-Lincoln"

 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<html><style>
  
<!DOCTYPE HTML>
+
/********************************* DEFAULT WIKI SETTINGS  ********************************/
<!--
+
 
Solid State by HTML5 UP
+
#sideMenu, #top_title {display:none;}
html5up.net | @ajlkn
+
 
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+
#content{width:100%; margin:0px; padding:0px;}
-->
+
 
<html>
+
#page-wrapper {
<head>
+
position: absolute;
<title>Elements - Solid State by HTML5 UP</title>
+
width: 100%;
<meta charset="utf-8" />
+
}
<meta name="viewport" content="width=device-width, initial-scale=1" />
+
.inner{transform: scale(0.80);
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
+
}
<link rel="stylesheet" href="https://2016.igem.org/Team:UNebraska-Lincoln/css/Safetymain?action=raw&amp;ctype=text/css" />
+
 
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
+
#footer {
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
+
    background-image: url("https://static.igem.org/mediawiki/2016/4/42/T--UNebraska-Lincoln--NESkyline.png");
</head>
+
      background-repeat: no-repeat;
<body >
+
    background-position: center;
 +
    background-size: auto;
 +
    background-attachment: fixed;
 +
  -webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
    height: 800px;
 +
 
 +
}
 +
#banner{
 +
    background-image: url("https://static.igem.org/mediawiki/2016/b/b7/T--UNebraska-Lincoln--knockoutnitrate.png");
 +
      background-repeat: no-repeat;
 +
    background-position: center;
 +
    background-size: cover;
 +
 
 +
    height: 500px;
 +
}
 +
 
 +
 
 +
 
 +
/********************************* MENU ********************************/
 +
/* Wrapper for the menu */
 +
 
 +
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;} /* remember to define focus styles! */ :focus {outline: 0;} /* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;} /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse;border-spacing: 0;}
 +
 
 +
 
 +
/*---------- BODY --------------------------------*/
 +
 
 +
body {
 +
text-align: center;
 +
background: #e0e0e0;
 +
padding-bottom: 200px;
 +
 
 +
}
 +
 
 +
a {
 +
text-decoration: none;
 +
}
 +
 
 +
/*---------- Wrapper --------------------*/
  
<style>
 
 
/* styling for the menu items */
 
/* styling for the menu items */
+
 
 
span.reference{
 
span.reference{
 
position:fixed;
 
position:fixed;
Line 49: Line 89:
 
width:auto;
 
width:auto;
 
size: 75%;
 
size: 75%;
background-image: url("https://static.igem.org/mediawiki/2016/4/4a/T--UNebraska-Lincoln--blue.png");
+
background-image: url("white");
 
padding-left: 200px;
 
padding-left: 200px;
 
padding-top: 85px;
 
padding-top: 85px;
height: 200px;}
+
height: 160px;}
  
#wrapper{
 
    background-image: url("https://static.igem.org/mediawiki/2016/0/07/T--UNebraska-Lincoln--collaboration.png");
 
      background-repeat: no-repeat;
 
    background-position: center;
 
    background-size: cover;
 
  
    height: 400px;
 
}
 
  
#vgemcollaboration {
+
#top_menu_14 {height: 20px;}
background-image:url('https://static.igem.org/mediawiki/2016/d/de/T--Virginia--collabopen.png');
+
background-size:180px 220px; /*Adjust background-size and the width and height properties here if you wish to resize the icon*/
+
width:180px;
+
height:220px;
+
z-index:100;
+
}
+
  
#vgemcollaboration:hover {
 
background-image:url('https://static.igem.org/mediawiki/2016/a/a5/T--Virginia--collabclosed.png');
 
}
 
  
#vgemcollaboration a {
+
 
display:inline-block;
+
 
width:100%;
+
 
height:100%;
+
 
}
+
/********************************* RESPONSIVE STYLING ********************************/
 +
 
 +
/* IF THE SCREEN IS LESS THAN 1000PX */
 +
 
 +
 
 +
/* IF THE SCREEN IS LESS THAN 680PX */
 +
 
  
  
 
</style>
 
</style>
  
<!-- Page Wrapper -->
 
<div id="page-wrapper" style="background-color: #9ECBDF;">
 
  
<!-- Header -->
+
<head>
+
<title>Solid State by HTML5 UP</title>
 +
<meta charset="utf-8" />
 +
<meta name="viewport" content="width=device-width, initial-scale=1" />
 +
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Team:UNebraska-Lincoln/css/Safetymain?action=raw&amp;ctype=text/css" />
 +
 
 +
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
 +
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
 +
 
 +
<!-- CSS RESET -->
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
 
 +
 
 +
<body>
 +
 
 +
<!-- Page Wrapper -->
 +
<div id="page-wrapper">
 +
 
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>  
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>  
 
<link rel="stylesheet" href="https://2016.igem.org/Team:UNebraska-Lincoln/css/NavigationMenu?action=raw&amp;ctype=text/css" type="text/css" media="screen"/>
 
<link rel="stylesheet" href="https://2016.igem.org/Team:UNebraska-Lincoln/css/NavigationMenu?action=raw&amp;ctype=text/css" type="text/css" media="screen"/>
Line 158: Line 207:
 
<span class="sdt_descr"></span>
 
<span class="sdt_descr"></span>
 
                             <div class="sdt_box">
 
                             <div class="sdt_box">
 +
 +
                                                       
 
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/human_practices">Human Practices</a>
 
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/human_practices">Human Practices</a>
 
                                                         <a href="https://2016.igem.org/Team:UNebraska-Lincoln/Integrated_Practices">Integrated Practices</a>
 
                                                         <a href="https://2016.igem.org/Team:UNebraska-Lincoln/Integrated_Practices">Integrated Practices</a>
Line 169: Line 220:
 
</li>
 
</li>
 
<li style="background-color:#4c5c96;">
 
<li style="background-color:#4c5c96;">
<a href="https://2016.igem.org/Team:UNebraska-Lincoln">
+
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Attributions">
 
<img src="https://static.igem.org/mediawiki/2016/e/ef/T--UNebraska-Lincoln--thanks2.png" alt=""/>
 
<img src="https://static.igem.org/mediawiki/2016/e/ef/T--UNebraska-Lincoln--thanks2.png" alt=""/>
 
<span class="sdt_active"></span>
 
<span class="sdt_active"></span>
Line 177: Line 228:
 
                 <div class="sdt_box">
 
                 <div class="sdt_box">
 
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/sponsors">Sponsors</a>
 
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/sponsors">Sponsors</a>
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/attributions">Attributions</a>
+
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Attributions">Attributions</a>
  
 
</div>
 
</div>
Line 190: Line 241:
  
  
<!-- Wrapper -->
+
<!-- Banner -->
<section id="wrapper">
+
<section id="banner" >
<header >
+
<div class="inner" >
<div class="inner" >
+
<h2 style=" height: 90px; font-size:45px, padding-bottom: 30px">Knockout Nitrate</h2>
</div>
+
<p><font color="Gainsboro">A synthetic biology project by the <a href="http://igem.unl.edu">University of Nebraska-Lincoln iGEM Team</a></font></p>
</header>
+
</div>
 +
</section>
  
<!-- Content -->
+
<!-- One -->
<div class="wrapper">
+
<section id="one" class="wrapper spotlight style1">
<div class="inner">
+
<div class="inner" >
<style>.image{
+
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Description" class="image"><img src="https://static.igem.org/mediawiki/2016/9/90/T--UNebraska-Lincoln--iGEMAstock2.jpg" alt="" /></a>
  position: relative;
+
<div class="content">
}
+
<h2 class="major" style="font-size:50px">Overview</h2>
.image a{
+
<p align="center"><font color="Gainsboro">The Nitrogen Cycle is a biogeochemical cycle which has become extremely unbalanced. High nitrate levels in waterways cause drastic effects on the marine life and surrounding environment. To combat this, we set out to engineer an organism capable of reducing these nitrate ions. Throughout our experiments and outreach, we expanded the scope of our project. We developed a nitrate sensitive kill switch, as well as developed safety assurance cases in order to gain confidence in the safety of our system.  
  display: block;     
+
<p>As you walk through this wiki, you'll navigate through the drawing board, the laboratory bench, as well as our experiences beyond the bench. Enjoy!
  position: absolute;
+
</font></p></p>
}</style>
+
<section>
+
<h2 class="major">Collaboration</h2>
+
<p><font color="silver">The emphasis that iGEM places on collaboration allowed us to improve our project and connect with other young scientists. We appreciated the opportunities this provided us and understand that it is a reflection of how the scientific process works in the real world. Over the course of the summer, we collaborated with four different teams: Missouri S&T, WashU/Penn State, The University of Virginia, and the University of Georgia. As this was our first year as an iGEM team, we also received assistance from the WashU/Penn State team, who quickly became our good friends and mentor team. </font></p>
+
<p><font color="silver"> In July, we attended the Heartland Synthetic Biology Meetup, hosted by Missouri S&T. We helped Missouri S&T and Washington University host a public forum discussion on synthetic biology and host an educational event for children. </font></p>
+
<p><font color="silver">Our collaboration with the Virginia iGEM team consisted of us assisting them with a survey about biocontainment. This survey will be used to create a pamphlet for future iGEM teams that provides them with information about biocontainment and help make informed decisions in order to improve their practices. Improved biocontainment also serves the dual purpose of inspiring more trust from the public. The team created a badge that is now proudly displayed at the bottom of this webpage.</font></p>
+
<p><font color="silver">Finally, we helped to characterize the expression of an mCherry gene from the University of Georgia iGEM team. They sent us cells that had already been prepared to express the gene and we used our plate reader to take measurements of the fluorescence of their cells. This was all part of a larger multi-team collaboration effort meant to gather measurements from multiple sources in order to standardize their results.</font></p>
+
<p><font color="silver">Additionally, the Washington University St. Louis / Penn State iGEM Team  provided us with water samples. We plan to use these samples to test base nitrate levels and to potentially simulate a real-world environment for the testing of our system. They also provided us numerous contacts for potential sponsorship and mentored us throughout the summer. Our teams had similar project backgrounds, and so we were able to discuss our results and exchange ideas.</font></p>
+
<div id="vgemcollaboration">
+
<a href="https://2016.igem.org/Team:Virginia/Collaborations" target="_blank"></a>
+
 
</div>
 
</div>
</section>
+
</div>
 +
</section>
  
<!-- Footer -->
+
<!-- Two -->
<section id="footer">
+
<section id="three" class="wrapper alt spotlight style2">
<div class="inner">
+
<div class="inner" style=''width:70%;">
<h2 class="major">Want to see more outreach?</h2>
+
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/The_drawing_board" class="image"><img src="https://static.igem.org/mediawiki/2016/f/fe/T--UNebraska-Lincoln--iGEMAstock4.jpg" alt="" /></a>
<center><a href="https://2016.igem.org/Team:UNebraska-Lincoln/beyond_the_bench"><img src="https://static.igem.org/mediawiki/2016/a/ac/T--UNebraska-Lincoln--backtothemeetingroom.png" style="width:60%;height:auto;" transform:scale(0.2)"></a></center>
+
<div class="content">
+
<h2 class="major" style="font-size:50px">The Drawing Board</h2>
+
<p><font color=Gainsboro>The background information, computational modeling, and project design that eventually made its way into our laboratory experiments.</font></p>
+
<h2><a href="https://2016.igem.org/Team:UNebraska-Lincoln/The_drawing_board">Check out the drawing board!</a></h2>
</div>
+
</div>
</section>
+
</div>
 +
</section>
  
</div>
+
<!-- Three -->
 +
<section id="three" class="wrapper spotlight style3">
 +
<div class="inner"style=''width:60%;">
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/laboratory" class="image"><img src="https://static.igem.org/mediawiki/2016/d/d2/T--UNebraska-Lincoln--iGEMAstock3.jpg" alt="" /></a>
 +
<div class="content">
 +
<h2 class="major" style="font-size:50px">The Laboratory</h2>
 +
<p><font color=Gainsboro>Our wet lab experiments, lab notebook procedures, and novel application of safety assurance cases.</font></p>
 +
<h2><a href="https://2016.igem.org/Team:UNebraska-Lincoln/laboratory">Check out the Lab Bench!</a></h2>
 +
</div>
 +
</div>
 +
</section>
 +
 
 +
<!-- Two -->
 +
<section id="three" class="wrapper alt spotlight style2">
 +
<div class="inner" style=''width:70%;">
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/beyond_the_bench" class="image"><img src="https://static.igem.org/mediawiki/2016/e/e9/T--UNebraska-Lincoln--iGEMAstock5.jpg" alt="" /></a>
 +
<div class="content">
 +
<h2 class="major" style="font-size:50px">Beyond the Bench</h2>
 +
<p><font color=Gainsboro>Our experiences outside of the lab, from public outreach experiences to inter-team collaboration, we had a blast!</font></p>
 +
<h2><a href="https://2016.igem.org/Team:UNebraska-Lincoln/beyond_the_bench">Check out our Meeting Room!</a></h2>
 +
</div>
 +
</div>
 +
</section>
 +
 
 +
 
 +
<!-- Four -->
 +
<section id="four" class="wrapper alt style1">
 +
<div class="inner" style=''width:70%;">
 +
<h2 class="major" style="font-size:50px">Important:</h2>
 +
<section class="features">
 +
<article>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/sponsors" class="image"><img src="https://static.igem.org/mediawiki/2016/b/bd/T--UNebraska-Lincoln--sponsors.png" alt="" /></a>
 +
<h3 class="major">Our Sponsors</h3>
 +
<p><font color="silver">Our project and iGEM experience would not have been possible without our sponsors!</font></p>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/sponsors" class="special">Learn more</a>
 +
</article>
 +
<article>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Attributions" class="image"><img src="https://static.igem.org/mediawiki/2016/8/8a/T--UNebraska-Lincoln--thanks3.png" alt="" /></a>
 +
<h3 class="major">Attributions</h3>
 +
<p><font color="silver">Attribution of all external assistance, art, and web design.</font></p>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Attributions" class="special">Learn more</a>
 +
</article>
 +
<article>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Team" class="image"><img src="https://static.igem.org/mediawiki/2016/4/4b/T--UNebraska-Lincoln--iGEMAstock6.jpg" alt="" /></a>
 +
<h3 class="major">Meet the Team!</h3>
 +
<p><font color="silver">Our highly diverse of team of six undergraduates spans six majors and two countries.</font></p>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Team" class="special">Learn more</a>
 +
</article>
 +
<article>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Safety" class="image"><img src="https://static.igem.org/mediawiki/2016/a/a6/T--UNebraska-Lincoln--SafetyStock.jpg" alt="" /></a>
 +
<h3 class="major">Safety</h3>
 +
<p><font color="silver">See the steps we took to ensure our own safety and the safety of our project.</font></p>
 +
<a href="https://2016.igem.org/Team:UNebraska-Lincoln/Safety" class="special">Learn more</a>
 +
</article>
 +
</section>
 +
</div>
 +
</section>
 +
 
 +
</section>
 +
 
 +
<!-- Footer -->
 +
<section id="footer">
 +
</section>
 +
 
 +
 
 +
<footer class="footer">
 +
<div class="container">
 +
<p class="text-muted">Directory: <a href="https://2016.igem.org/Team:UNebraska-Lincoln/libraries">/Libraries </a>I <a href="https://2016.igem.org/Team:UNebraska-Lincoln/css">/css</a></p>
 +
</div>
 +
</footer>
 +
</div>
  
 
 
<!-- Scripts -->
 
<!-- Scripts -->
 
<script src="https://2016.igem.org/Team:UNebraska-Lincoln/libraries/skelmin?action=raw&amp;ctype=text/javascript"></script>
 
<script src="https://2016.igem.org/Team:UNebraska-Lincoln/libraries/skelmin?action=raw&amp;ctype=text/javascript"></script>
Line 305: Line 418:
  
  
</body>
+
 
 +
 +
 
 +
</body>
 +
 
 +
</p>
 
</html>
 
</html>

Latest revision as of 02:44, 20 October 2016

Solid State by HTML5 UP

Overview

The Nitrogen Cycle is a biogeochemical cycle which has become extremely unbalanced. High nitrate levels in waterways cause drastic effects on the marine life and surrounding environment. To combat this, we set out to engineer an organism capable of reducing these nitrate ions. Throughout our experiments and outreach, we expanded the scope of our project. We developed a nitrate sensitive kill switch, as well as developed safety assurance cases in order to gain confidence in the safety of our system.

As you walk through this wiki, you'll navigate through the drawing board, the laboratory bench, as well as our experiences beyond the bench. Enjoy!

The Drawing Board

The background information, computational modeling, and project design that eventually made its way into our laboratory experiments.

Check out the drawing board!

The Laboratory

Our wet lab experiments, lab notebook procedures, and novel application of safety assurance cases.

Check out the Lab Bench!

Beyond the Bench

Our experiences outside of the lab, from public outreach experiences to inter-team collaboration, we had a blast!

Check out our Meeting Room!

Important:

Our Sponsors

Our project and iGEM experience would not have been possible without our sponsors!

Learn more

Attributions

Attribution of all external assistance, art, and web design.

Learn more

Meet the Team!

Our highly diverse of team of six undergraduates spans six majors and two countries.

Learn more

Safety

See the steps we took to ensure our own safety and the safety of our project.

Learn more