Team:CAPS Kansas/Project/Notebook

From 2014hs.igem.org

(Difference between revisions)
Line 6: Line 6:
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="2014hs.igem.org (en)" />
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="2014hs.igem.org (en)" />
-
<link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:CAPS_Kansas&amp;action=creativecommons" rel="meta" />
+
<link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:CAPS_Kansas/Project/Notebook&amp;action=creativecommons" rel="meta" />
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />
-
<link rel="alternate" type="application/atom+xml" title="2014hs.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&amp;feed=atom" /> <title>Team:BV CAPS Kansas</title>
+
<link rel="alternate" type="application/atom+xml" title="2014hs.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&amp;feed=atom" /> <title>Team:BV CAPS Kansas Team Page Code Testing 2 - 2014hs.igem.org</title>
<style type="text/css" media="screen, projection">/*<![CDATA[*/
<style type="text/css" media="screen, projection">/*<![CDATA[*/
@import "/wiki/skins/common/shared.css?270";
@import "/wiki/skins/common/shared.css?270";
@import "/wiki/skins/igem/main.css?270";
@import "/wiki/skins/igem/main.css?270";
/*]]>*/</style>
/*]]>*/</style>
 +
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2014hs.igem.org/wiki/skins/common/shared.css?270" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2014hs.igem.org/wiki/skins/common/shared.css?270" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2014hs.igem.org/wiki/skins/igem/main.css?270" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2014hs.igem.org/wiki/skins/igem/main.css?270" />
 +
<link rel="stylesheet" type="text/css" media="print" href="/wiki/skins/common/commonPrint.css?270" />
<link rel="stylesheet" type="text/css" media="print" href="/wiki/skins/common/commonPrint.css?270" />
<!--[if lt IE 5.5000]><style type="text/css">@import "/wiki/skins/igem/IE50Fixes.css?270";</style><![endif]-->
<!--[if lt IE 5.5000]><style type="text/css">@import "/wiki/skins/igem/IE50Fixes.css?270";</style><![endif]-->
Line 65: Line 67:
</script>  
</script>  
<script type="text/javascript" src="https://2014hs.igem.org/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script>
<script type="text/javascript" src="https://2014hs.igem.org/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script>
 +
<!-- Head Scripts -->
<!-- Head Scripts -->
<script src="https://2014hs.igem.org/wiki/skins/common/ajax.js?270"></script>
<script src="https://2014hs.igem.org/wiki/skins/common/ajax.js?270"></script>
Line 72: Line 75:
<script type="text/javascript"        src ="https://2014hs.igem.org/common/jquery-latest.min.js"></script>
<script type="text/javascript"        src ="https://2014hs.igem.org/common/jquery-latest.min.js"></script>
<script type="text/javascript"        src ="https://2014hs.igem.org/common/tablesorter/jquery.tablesorter.min.js"></script>
<script type="text/javascript"        src ="https://2014hs.igem.org/common/tablesorter/jquery.tablesorter.min.js"></script>
 +
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/common/tablesorter/themes/groupparts/style.css" />
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/common/tablesorter/themes/groupparts/style.css" />
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/common/table_styles.css" />
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/common/table_styles.css" />
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/forum/forum_styles.css" />
         <link rel="stylesheet" type="text/css" href="https://2014hs.igem.org/forum/forum_styles.css" />
<script type="text/javascript"        src ="https://2014hs.igem.org/forum/forum_scripts.js"></script>
<script type="text/javascript"        src ="https://2014hs.igem.org/forum/forum_scripts.js"></script>
-
<!-- slide script starts here -->
 
-
<script type="text/javascript">
 
-
function slider() {
 
-
    var $current = $('#slides IMG.current');
 
-
    if ( $current.length == 0 ) $current = $('#slides IMG:last');
 
-
    var $next =  $current.next().length ? $current.next()
 
-
        : $('#slides IMG:first');
 
-
      $current.addClass('previous');
 
-
    $next.css({opacity: 0.0})
 
-
        .addClass('current')
 
-
        .animate({opacity: 1.0}, 2500, function() {
 
-
            $current.removeClass('current previous');
 
-
        });
 
-
var $navicurrent = $('.progress li.current');
 
-
if($navicurrent.length ==0) $navicurrent = $('.progress li:last');
 
-
var $navinext = $navicurrent.next().length ? $navicurrent.next() : $('.progress li:first');
 
-
$navicurrent.addClass('previous');
 
-
$navicurrent.removeClass('current previous');
 
-
$navinext.addClass('current').animate({opacity: 1.0}, 2500, function() {
 
-
        });
 
-
$('.progress li').click(function(){
 
-
var $ncurrent = $(this);
 
-
        $('.progress li').removeClass('current').removeClass('previous');
 
-
        $('#slides IMG').removeClass('current').removeClass('previous');
 
-
        $ncurrent.addClass('current');
 
-
        var ncurrentindex = $ncurrent.index();
 
-
if(  ncurrentindex=== 0) $current = $('#slides IMG:first');
 
-
        if(  ncurrentindex=== 1) $current = $('#slides IMG:eq(1)');
 
-
        if(  ncurrentindex=== 2) $current = $('#slides IMG:eq(2)');
 
-
        if(  ncurrentindex=== 3) $current = $('#slides IMG:last');
 
-
        $current.addClass('current');
 
-
});
 
-
}
 
-
$(function() {
 
-
    setInterval( "slider()", 5000 );
 
-
});
 
-
</script>
 
-
</script>
 
-
<!-- slide script ends here -->
 
-
<style type="text/css">
 
-
#pics {
 
-
    width:  760px;
 
-
    height:  410px;
 
-
    padding: 0;
 
-
    margin:  0;
 
-
    z-index: -500;
 
-
}
 
-
#pics img {
 
-
    padding: 21px;
 
-
    background-color: rgb(50,150,200);
 
-
    width:  718px;
 
-
    height: 368px;
 
-
    top:  0;
 
-
    left: 0;
 
-
}
 
-
#links {
 
-
padding-top: 20px;
 
-
padding-bottom: 20px;
 
-
}
 
-
#links a {
 
-
padding: 16px;
 
-
}
 
-
#countdown {
 
-
font: bold 50px "Trebuchet MS";
 
-
}
 
-
table {
 
-
color: darkblue;
 
-
}
 
-
.slider-dot-container
 
-
{
 
-
text-align:center;
 
-
margin-top:-23px;
 
-
}
 
-
.slider-dot
 
-
{
 
-
cursor:pointer;
 
-
border-radius:50%;
 
-
width:15px;
 
-
height:15px;
 
-
margin: 5px;
 
-
display:inline-block;
 
-
background: #3f3f3f; /* Old browsers */
 
-
background: -moz-linear-gradient(top,  #3f3f3f 0%, #a0a0a0 100%); /* FF3.6+ */
 
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#a0a0a0)); /* Chrome,Safari4+ */
 
-
background: -webkit-linear-gradient(top,  #3f3f3f 0%,#a0a0a0 100%); /* Chrome10+,Safari5.1+ */
 
-
background: -o-linear-gradient(top,  #3f3f3f 0%,#a0a0a0 100%); /* Opera 11.10+ */
 
-
background: -ms-linear-gradient(top,  #3f3f3f 0%,#a0a0a0 100%); /* IE10+ */
 
-
background: linear-gradient(to bottom,  #3f3f3f 0%,#a0a0a0 100%); /* W3C */
 
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
 
-
}
 
-
.active-dot
 
-
{
 
-
background: #bfeefc; /* Old browsers */
 
-
background: -moz-linear-gradient(top,  #bfeefc 0%, #0697db 100%); /* FF3.6+ */
 
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfeefc), color-stop(100%,#0697db)); /* Chrome,Safari4+ */
 
-
background: -webkit-linear-gradient(top,  #bfeefc 0%,#0697db 100%); /* Chrome10+,Safari5.1+ */
 
-
background: -o-linear-gradient(top,  #bfeefc 0%,#0697db 100%); /* Opera 11.10+ */
 
-
background: -ms-linear-gradient(top,  #bfeefc 0%,#0697db 100%); /* IE10+ */
 
-
background: linear-gradient(to bottom,  #bfeefc 0%,#0697db 100%); /* W3C */
 
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfeefc', endColorstr='#0697db',GradientType=0 ); /* IE6-9 */
 
-
}
 
-
</style>
 
-
<script type="text/javascript">
 
-
var jamboree;
 
-
var countdown;
 
-
countdownTimer=function()
 
-
{
 
-
var _loc6 = new Date();
 
-
var _loc2 = jamboree - _loc6;
 
-
if (_loc2 < 0){
 
-
countdown.innerHTML="000:00:00:00";
 
-
}else{
 
-
var _loc1 = Math.floor(_loc2 / 86400000);
 
-
var _loc4 = Math.floor(_loc2 / 3600000) % 24;
 
-
var _loc5 = Math.floor(_loc2 / 60000) % 60;
 
-
var _loc3 = Math.floor(_loc2 / 1000) % 60;
 
-
if (_loc1 < 10){
 
-
days = "00" + _loc1;
 
-
}else if (_loc1 < 100){
 
-
days = "0" + _loc1;
 
-
}else{
 
-
days = _loc1;
 
-
}
 
-
if (_loc4 < 10){
 
-
hours = "0" + _loc4;
 
-
}else{
 
-
hours = _loc4;
 
-
}
 
-
if (_loc5 < 10){
 
-
minutes = "0" + _loc5;
 
-
}else{
 
-
minutes = _loc5;
 
-
}
 
-
if (_loc3 < 10){
 
-
seconds = "0" + _loc3;
 
-
}else{
 
-
seconds = _loc3;
 
-
}
 
-
countdown.innerHTML=days+":"+hours+":"+minutes+":"+seconds;
 
-
}
 
-
setTimeout(countdownTimer,500);
 
-
}
 
-
window.onload=function(){
 
-
jamboree=new Date(2014,5,29,9);
 
-
countdown=document.getElementById("countdown");
 
-
countdownTimer();
 
-
}
 
-
</script>
 
<style type="text/css">
<style type="text/css">
<!-- beginning of slider style -->
<!-- beginning of slider style -->
Line 264: Line 120:
p:first-child { display: block;}
p:first-child { display: block;}
h1{border:none; width: 100%; clear: both;}
h1{border:none; width: 100%; clear: both;}
 +
<!-- end of slides style -->
<!-- end of slides style -->
 +
 +
#globalWrapper {
#globalWrapper {
     position: relative;
     position: relative;
Line 277: Line 136:
#    background-size:100% auto;
#    background-size:100% auto;
}
}
 +
#main-content {
#main-content {
     position: relative;
     position: relative;
Line 288: Line 148:
#    line-height: 1.5em;
#    line-height: 1.5em;
}
}
 +
 +
body {
body {
display:inherit;
display:inherit;
Line 295: Line 157:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-attachment:fixed;
background-attachment:fixed;
 +
     color: black;
     color: black;
     font: x-small sans-serif;
     font: x-small sans-serif;
Line 301: Line 164:
#    height:100%;
#    height:100%;
}
}
 +
 +
#topmenubar {
#topmenubar {
     position: relative;
     position: relative;
Line 311: Line 176:
     line-height: 1em;
     line-height: 1em;
}
}
 +
.topleft-menu, .topleft-menu a {
.topleft-menu, .topleft-menu a {
     left: 0px;
     left: 0px;
Line 316: Line 182:
     text-transform: lowercase;
     text-transform: lowercase;
}
}
 +
.topleft-menu:hover {
.topleft-menu:hover {
     color: blue;
     color: blue;
     background-color: rgba(174,181,184,0.7)
     background-color: rgba(174,181,184,0.7)
 +
}
}
.topright-menu, .right-menu a {
.topright-menu, .right-menu a {
Line 345: Line 213:
#    color: #0000AA;
#    color: #0000AA;
#}
#}
 +
.topleft-menu:hover a {
.topleft-menu:hover a {
     color: #0000AA;
     color: #0000AA;
Line 391: Line 260:
}
}
#newnavi .newmenu li:hover ul li        {
#newnavi .newmenu li:hover ul li        {
 +
       
         background: #63BC5B;
         background: #63BC5B;
}
}
Line 400: Line 270:
background: #63BC5B; color:#FFFFFF; width:150px;       
background: #63BC5B; color:#FFFFFF; width:150px;       
}
}
 +
 +
#newnavi .newmenu li ul li ul {
#newnavi .newmenu li ul li ul {
         height:40px;
         height:40px;
Line 411: Line 283:
display:none;
display:none;
}
}
 +
#newnavi .newmenu li ul li ul li {
#newnavi .newmenu li ul li ul li {
  position:relative;
  position:relative;
Line 416: Line 289:
  width: 150px;
  width: 150px;
}
}
 +
#newnavi .newmenu li ul li ul li a {
#newnavi .newmenu li ul li ul li a {
 +
padding:5px 0px 5px 0px;display:block; font-size:12px; width:100px; text-indent:10px; color:#FFFFFF;
padding:5px 0px 5px 0px;display:block; font-size:12px; width:100px; text-indent:10px; color:#FFFFFF;
background-color: #0019FF; text-decoration:none;
background-color: #0019FF; text-decoration:none;
}
}
 +
#newnavi .newmenu li ul li:hover ul {
#newnavi .newmenu li ul li:hover ul {
display:block;
display:block;
Line 426: Line 302:
background:transparent;
background:transparent;
}
}
 +
#newnavi .newmenu li ul li:hover ul li {
#newnavi .newmenu li ul li:hover ul li {
top:-25px;
top:-25px;
Line 432: Line 309:
height:26px;
height:26px;
}
}
 +
#newnavi .newmenu li ul li:hover ul li a {
#newnavi .newmenu li ul li:hover ul li a {
 +
padding:5px 0px 5px 0px;display:block; font-size:12px; text-indent:10px; color:#bbbbb;
padding:5px 0px 5px 0px;display:block; font-size:12px; text-indent:10px; color:#bbbbb;
background-color: #0000AA; text-decoration:none;border:0px solid;
background-color: #0000AA; text-decoration:none;border:0px solid;
}
}
 +
#slides {
#slides {
     position:relative;
     position:relative;
Line 442: Line 322:
<!--change slide pic size here-->
<!--change slide pic size here-->
}
}
 +
#slides IMG {
#slides IMG {
         position:absolute;
         position:absolute;
Line 449: Line 330:
         z-index:1;     
         z-index:1;     
}
}
 +
#slides .current {
#slides .current {
     z-index:3;
     z-index:3;
     opacity:1.0;
     opacity:1.0;
}
}
 +
#slides .previous {
#slides .previous {
     z-index:2;
     z-index:2;
}
}
 +
.progress {
.progress {
 +
margin-top:-270px;
margin-top:-270px;
margin-left:20px;
margin-left:20px;
position:absolute;
position:absolute;
 +
}
}
 +
.progress li{
.progress li{
-
border:1px solid rgba(0,0,0,0.9);
+
border:1px solid rgba(0,0,0,0.0);
border-radius:3px;
border-radius:3px;
margin-left: 5px;
margin-left: 5px;
Line 469: Line 356:
position:relative;
position:relative;
z-index:10;
z-index:10;
-
background-color:rgba(102,200,255,0.4);
+
background-color:rgba(102,200,255,0.0);
   line-height:1.0em;
   line-height:1.0em;
}
}
 +
.progress li a{
.progress li a{
     padding-left: 6px;
     padding-left: 6px;
     padding-right: 6px;
     padding-right: 6px;
-
     font-size:12px;
+
     font-size:0px;
     line-height:1.0em;
     line-height:1.0em;
}
}
 +
  .progress li a:hover {
  .progress li a:hover {
text-decoration:none;
text-decoration:none;
}
}
 +
.progress .current {
.progress .current {
-
background-color:#FFFFFF;
+
background-color:(0,0,0,0.0);
}
}
 +
/* slide ends here */
/* slide ends here */
//leftbox, rightbox starts here
//leftbox, rightbox starts here
 +
#myleftrightbox
#myleftrightbox
{
{
Line 501: Line 393:
color: red;
color: red;
}
}
 +
#myleftrightbox .fourboxes
#myleftrightbox .fourboxes
{
{
Line 516: Line 409:
color: red;
color: red;
}
}
 +
 +
 +
#myleftrightbox .fourboxes-1
#myleftrightbox .fourboxes-1
{
{
Line 531: Line 427:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes-2
#myleftrightbox .fourboxes-2
{
{
Line 546: Line 443:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes-3
#myleftrightbox .fourboxes-3
{
{
Line 561: Line 459:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes-4
#myleftrightbox .fourboxes-4
{
{
Line 576: Line 475:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes-1:hover {
#myleftrightbox .fourboxes-1:hover {
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
Line 588: Line 488:
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
}
}
 +
#myleftrightbox .fourboxes2
#myleftrightbox .fourboxes2
{
{
Line 603: Line 504:
color: red;
color: red;
}
}
 +
#myleftrightbox .fourboxes2-1
#myleftrightbox .fourboxes2-1
{
{
Line 618: Line 520:
color: red;
color: red;
}
}
 +
#myleftrightbox .fourboxes2-2
#myleftrightbox .fourboxes2-2
{
{
Line 633: Line 536:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes2-3
#myleftrightbox .fourboxes2-3
{
{
Line 648: Line 552:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes2-4
#myleftrightbox .fourboxes2-4
{
{
Line 663: Line 568:
color: white;
color: white;
}
}
 +
#myleftrightbox .fourboxes2-1:hover {
#myleftrightbox .fourboxes2-1:hover {
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
}
}
 +
#myleftrightbox .fourboxes2-2:hover {
#myleftrightbox .fourboxes2-2:hover {
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
}
}
 +
#myleftrightbox .fourboxes2-3:hover {
#myleftrightbox .fourboxes2-3:hover {
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
}
}
 +
#myleftrightbox .fourboxes2-4:hover {
#myleftrightbox .fourboxes2-4:hover {
background-color:rgba(174,181,184,0.7);
background-color:rgba(174,181,184,0.7);
}
}
 +
#myleftrightbox .spacebox
#myleftrightbox .spacebox
{
{
float:left;
float:left;
width:5px;
width:5px;
 +
}
}
#myleftbox
#myleftbox
Line 728: Line 639:
line-height:1.5em;
line-height:1.5em;
color:black;
color:black;
 +
}
}
#myleftbox .threeboxes
#myleftbox .threeboxes
Line 743: Line 655:
color: white;
color: white;
}
}
 +
#myleftbox .threeboxes2
#myleftbox .threeboxes2
{
{
Line 757: Line 670:
color: white;
color: white;
}
}
 +
#myleftbox .threeleft
#myleftbox .threeleft
{
{
Line 769: Line 683:
color: white;
color: white;
}
}
 +
#myleftbox .threecenter
#myleftbox .threecenter
{
{
Line 793: Line 708:
color: white;
color: white;
}
}
 +
 +
 +
#sponsorbox
#sponsorbox
{
{
Line 801: Line 719:
height: auto;
height: auto;
}
}
 +
#sponsorbox .sponsorfloat
#sponsorbox .sponsorfloat
{
{
Line 816: Line 735:
color: rgba(225,225,225,1);
color: rgba(225,225,225,1);
}
}
 +
#sponsorbox .sponsorfloat h2
#sponsorbox .sponsorfloat h2
{
{
Line 823: Line 743:
}
}
//leftbox, rightbox ends here
//leftbox, rightbox ends here
 +
#sponsorbox .sponsorfloat a
#sponsorbox .sponsorfloat a
{
{
Line 828: Line 749:
font: sans-serif;
font: sans-serif;
}
}
 +
#sponsorbox .sponsorfloat p
#sponsorbox .sponsorfloat p
{
{
Line 839: Line 761:
overflow-y:scroll;
overflow-y:scroll;
}
}
 +
.floatbox3
.floatbox3
{
{
Line 853: Line 776:
color: #FFFFFF;
color: #FFFFFF;
}
}
 +
.floatbox3 h1{
.floatbox3 h1{
font-weight:bold;
font-weight:bold;
Line 859: Line 783:
left:10px;
left:10px;
}
}
 +
.floatbox3 p{
.floatbox3 p{
font-size: 20px;
font-size: 20px;
Line 864: Line 789:
color: #37FF00;
color: #37FF00;
}
}
 +
.floatbox3 article{
.floatbox3 article{
  font-size: 14px;
  font-size: 14px;
  color: #000000;
  color: #000000;
}
}
 +
.floatbox3 ul {
.floatbox3 ul {
         list-style-type:none;
         list-style-type:none;
Line 876: Line 803:
     float: right;
     float: right;
     padding: 0 .0em;}
     padding: 0 .0em;}
 +
.floatbox3 ul .groupc {
.floatbox3 ul .groupc {
     float: left;
     float: left;
     padding: 0 .0em;}
     padding: 0 .0em;}
 +
#catlinks {
#catlinks {
background-color:transparent;
background-color:transparent;
Line 890: Line 819:
}
}
#footer-box-1 {
#footer-box-1 {
 +
       
         width: 850px;
         width: 850px;
         padding: 5px;
         padding: 5px;
Line 898: Line 828:
<center>
<center>
#tweets {
#tweets {
 +
     width: 203px;
     width: 203px;
     margin: 0 auto;
     margin: 0 auto;
Line 903: Line 834:
     font-size: 12px;
     font-size: 12px;
}
}
 +
#tweets .twtr-widget,
#tweets .twtr-widget,
#tweets .twtr-doc {
#tweets .twtr-doc {
 +
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
}
}
 +
#tweets .twtr-hd {
#tweets .twtr-hd {
     display:none;
     display:none;
Line 916: Line 850:
     font-family: sans-serif !important;
     font-family: sans-serif !important;
     }
     }
 +
#tweets .twtr-hd *,
#tweets .twtr-hd *,
#tweets .twtr-hd h4 a {
#tweets .twtr-hd h4 a {
 +
     background: #d40 !important;
     background: #d40 !important;
     font: sans-serif !important;
     font: sans-serif !important;
}
}
 +
#tweets .twtr-hd h3,
#tweets .twtr-hd h3,
#tweets .twtr-hd h4 {
#tweets .twtr-hd h4 {
 +
     font-weight: normal;
     font-weight: normal;
     text-align: left;
     text-align: left;
     margin:0;
     margin:0;
}
}
 +
#tweets .twtr-hd h3 {
#tweets .twtr-hd h3 {
 +
       
     background: #fff !important;
     background: #fff !important;
     color: #0000AA!important;
     color: #0000AA!important;
Line 935: Line 875:
     -moz-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     border-radius: 0px;
 +
}
}
 +
#tweets .twtr-tweet {
#tweets .twtr-tweet {
 +
     background: #fff;
     background: #fff;
     font: sans-serif !important;
     font: sans-serif !important;
     font-size: 12px;
     font-size: 12px;
}
}
 +
#tweets .twtr-tweet a:link,
#tweets .twtr-tweet a:link,
#tweets .twtr-tweet a:visited,
#tweets .twtr-tweet a:visited,
#tweets .twtr-tweet a:hover {
#tweets .twtr-tweet a:hover {
 +
     color: #c40 !important;
     color: #c40 !important;
 +
}
}
 +
#tweets .twtr-tweet .twtr-tweet-text {
#tweets .twtr-tweet .twtr-tweet-text {
 +
     border-bottom: 1px dashed #666 !important;
     border-bottom: 1px dashed #666 !important;
     padding-bottom: 4px !important;
     padding-bottom: 4px !important;
Line 952: Line 900:
     font-size:12px;
     font-size:12px;
}
}
 +
#tweets .twtr-tweet .twtr-tweet-text p {
#tweets .twtr-tweet .twtr-tweet-text p {
 +
     color: #333 !important;
     color: #333 !important;
     font: sans-serif;
     font: sans-serif;
     font-size: 12px;
     font-size: 12px;
 +
}  
}  
//twitt style ends here
//twitt style ends here
</style>
</style>
 +
</head>
</head>
</center>
</center>
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_UC_Davis">
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_UC_Davis">
 +
   <div id="globalWrapper">
   <div id="globalWrapper">
 +
   <div id="main-content">     
   <div id="main-content">     
 +
  <div id="topmenubar" class="topleft-menu" >
  <div id="topmenubar" class="topleft-menu" >
    <ul>
    <ul>
  <li style='color:#014457; cursor:default'><a>teams</a></li>
  <li style='color:#014457; cursor:default'><a>teams</a></li>
                    <li class='selected'        ><a href="https://2014hs.igem.org/Team:CAPS_Kansas">Page</a></li>
                    <li class='selected'        ><a href="https://2014hs.igem.org/Team:CAPS_Kansas">Page</a></li>
-
                 <li class='new'><a href="https://2014hs.igem.org/wiki/index.php?title=Talk:Team:CAPS_Kansas&amp;action=edit&amp;redlink=1">Discussion</a></li>
+
 
-
               <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&amp;action=edit">Edit</a></li>
+
                 <li class='new'><a href="https://2014hs.igem.org/wiki/index.php?title=Talk:Team:CAPS_Kansas/Project/Notebook&amp;action=edit&amp;redlink=1">Discussion</a></li>
-
                           <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&amp;action=history">History</a></li>
+
               <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas/Project/Notebook&amp;action=edit">Edit</a></li>
 +
                           <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas/Project/Notebook&amp;action=history">History</a></li>
                 <li><a href="https://2014hs.igem.org/Special:MovePage/Team:CAPS_Kansas">Move</a></li>
                 <li><a href="https://2014hs.igem.org/Special:MovePage/Team:CAPS_Kansas">Move</a></li>
-
                           <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&amp;action=watch">Watch</a></li>
+
                           <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas/Project/Notebook&amp;action=watch">Watch</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
 +
    </ul>
    </ul>
  </div>
  </div>
Line 980: Line 937:
     <li ><a target="new" href="https://2014.igem.org" title="Back to iGEM"><b>iGEM</b></a>
     <li ><a target="new" href="https://2014.igem.org" title="Back to iGEM"><b>iGEM</b></a>
           <ul>
           <ul>
-
           <li><a target="new" href="https://2014.igem.org" >Main iGEM</a></li>
+
           <li><a target="new" href="https://2014.igem.org">Main iGEM</a></li>
           <li><a
           <li><a
-
href="https://2014hs.igem.org" target="_blank">HS iGEM</a></li>
+
href="https://2014hs.igem.org">HS iGEM</a></li>
           </ul>
           </ul>
         </li>
         </li>
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions"
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions"
title="Attributions"><b>Attributions</b></a></li>
title="Attributions"><b>Attributions</b></a></li>
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach"
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach"
title="Outreach"><b>Outreach</b></a></li>
title="Outreach"><b>Outreach</b></a></li>
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Gallery"  
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Gallery"  
title="Fun"><b>Fun</b></a> <ul>
title="Fun"><b>Fun</b></a> <ul>
             <li ><a title="Facebook">Facebook</a>
             <li ><a title="Facebook">Facebook</a>
                 <ul>
                 <ul>
-
                   <li ><a href="https://www.facebook.com/groups/368737559905193/?fref=ts" target="_blank">HS iGEM</a></li>
+
                   <li ><a href="https://www.facebook.com/groups/368737559905193/?fref=ts">HS iGEM</a></li>
-
                   <li ><a href="https://www.facebook.com/capsigem2014?fref=ts" target="_blank">CAPS iGEM</a></li>
+
                   <li ><a href="https://www.facebook.com/capsigem2014?fref=ts">CAPS iGEM</a></li>
-
                   <li ><a href="https://www.facebook.com/groups/igemmers/?fref=ts" target="_blank">iGEM</a></li>
+
                   <li ><a href="https://www.facebook.com/groups/igemmers/?fref=ts">iGEM</a></li>
                 </ul>
                 </ul>
               </li>
               </li>
             <li ><a title="Twitter">Twitter</a>
             <li ><a title="Twitter">Twitter</a>
                 <ul>
                 <ul>
-
                   <li ><a href="https://twitter.com/CAPSiGEM" target="_blank">CAPS iGEM</a></li>
+
                   <li ><a href="https://twitter.com/CAPSiGEM">CAPS iGEM</a></li>
-
                   <li ><a href="https://twitter.com/iGEM" target="_blank">iGEM HQ</a></li>
+
                   <li ><a href="https://twitter.com/iGEM">iGEM HQ</a></li>
                 </ul>
                 </ul>
               </li>
               </li>
             <li ><a title="Slideshows">Slideshows</a>
             <li ><a title="Slideshows">Slideshows</a>
                 <ul>
                 <ul>
-
                   <li ><a href="https://static.igem.org/mediawiki/2014hs/b/bd/CAPS_iGEM_Slideshow_2014.pdf" target="_blank">2014</a></li>
+
                   <li ><a href="https://static.igem.org/mediawiki/2014hs/b/bd/CAPS_iGEM_Slideshow_2014.pdf">2014</a></li>
-
                   <li ><a href="https://static.igem.org/mediawiki/2014hs/6/66/IGEM_2012_Slideshow.pdf" target="_blank">2012</a></li>
+
                   <li ><a href="https://static.igem.org/mediawiki/2014hs/6/66/IGEM_2012_Slideshow.pdf">2012</a></li>
                 </ul>
                 </ul>
               </li>
               </li>
Line 1,019: Line 979:
               </ul>
               </ul>
             </li></li>
             </li></li>
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety"  
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety"  
title="Safety"><b>Safety</b></a></li>
title="Safety"><b>Safety</b></a></li>
-
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project" title="Project"><b>Project</b></a>
+
 
 +
         <li class="selected"><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project" title="Project"><b>Project</b></a>
           <ul>
           <ul>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project">Project Overview</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project">Project Overview</a></li>
Line 1,029: Line 991:
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Methods">Methods</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Methods">Methods</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Achievements">Achievements</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Achievements">Achievements</a></li>
-
<li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/References">References</a></li>
+
            <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/References">References</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Future">Future</a></li>
             <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Future">Future</a></li>
           </ul>
           </ul>
         </li>
         </li>
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Team" title="Team"><b>Team</b></a></li>
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Team" title="Team"><b>Team</b></a></li>
-
         <li class="selected"><a href="https://2014hs.igem.org/Team:CAPS_Kansas" title="Home"><b>Home</b></a></li>
+
 
 +
         <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas" title="Home"><b>Home</b></a></li>
     </ul>
     </ul>
   </div>
   </div>
<!-- slide show starts here -->
<!-- slide show starts here -->
<div id="slides">
<div id="slides">
-
     <img  src="https://static.igem.org/mediawiki/2014hs/d/d9/CyanoSchool.jpg" width="850" height="280" alt="" class="current" />
+
 
-
    <img  src="https://static.igem.org/mediawiki/2014hs/b/b8/Cyanomentor.jpg" width="850" height="280" alt="" />
+
     <img  src="https://static.igem.org/mediawiki/2014hs/8/82/Notebook_Banner.jpg" width="850" height="280" alt="" class="current" />
-
    <img  src="https://static.igem.org/mediawiki/2014hs/6/62/CyanoTeam.jpg" width="850" height="280" alt="" />
+
 
-
    <img  src="https://static.igem.org/mediawiki/2014hs/b/bb/CyanoFun.jpg" width="850" height="280" alt="" />
+
</div>
</div>
     <ul class="progress">
     <ul class="progress">
Line 1,051: Line 1,014:
     </ul>  
     </ul>  
<!-- slide show ends here -->  
<!-- slide show ends here -->  
 +
<div id="bodyContent">   
<div id="bodyContent">   
<!--  <div id="contentSub"></div> -->
<!--  <div id="contentSub"></div> -->
Line 1,085: Line 1,049:
<div id="myleftrightbox">
<div id="myleftrightbox">
<div id="myleftrightbox"  class="fourboxes2-1">
<div id="myleftrightbox"  class="fourboxes2-1">
-
<a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Achievements"><img src="https://static.igem.org/mediawiki/2014hs/5/50/Achievement_Brick.jpg"></a>
+
<a href="https://2014hs.igem.org/Team:CAPS_Kansas/Projects/Achievements"><img src="https://static.igem.org/mediawiki/2014hs/5/50/Achievement_Brick.jpg"></a>
</div>
</div>
<div id="myleftrightbox"  class="spacebox">
<div id="myleftrightbox"  class="spacebox">
Line 1,107: Line 1,071:
</div>
</div>
<!-- 2nd row four boxes ends here -->
<!-- 2nd row four boxes ends here -->
 +
 +
 +
<!-- <div id="sponsorbox" style="width:220px; float:right;"> -->
<!-- <div id="sponsorbox" style="width:220px; float:right;"> -->
 +
<div id="sponsorbox">
<div id="sponsorbox">
<div id="sponsorbox" class="sponsorfloat">
<div id="sponsorbox" class="sponsorfloat">
Line 1,127: Line 1,095:
   width: 203,
   width: 203,
   height: 100,
   height: 100,
 +
 
   theme: {
   theme: {
     shell: {
     shell: {
Line 1,137: Line 1,106:
       links: '#0000AA'  
       links: '#0000AA'  
     }
     }
 +
   },
   },
   features: {
   features: {
Line 1,145: Line 1,115:
   }
   }
}).render().setUser('CAPSiGEM').start();
}).render().setUser('CAPSiGEM').start();
 +
</script>
</script>
</div>
</div>
<!-- twitter ends here -->
<!-- twitter ends here -->
</div>
</div>
 +
<div id="sponsorbox" class="sponsorfloat">
<div id="sponsorbox" class="sponsorfloat">
<center>
<center>
Line 1,155: Line 1,127:
<a href="http://www.kumc.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/2/27/Kumed.jpg" width="200"></a>
<a href="http://www.kumc.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/2/27/Kumed.jpg" width="200"></a>
</center>
</center>
 +
<a href="https://www.microryza.com/projects/exploring-molecules-and-microbes" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/9/97/Microryzalarger.jpg" width="200"></a>
<a href="https://www.microryza.com/projects/exploring-molecules-and-microbes" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/9/97/Microryzalarger.jpg" width="200"></a>
</center>
</center>
Line 1,164: Line 1,137:
<a href="https://2012.igem.org/Team:UC_Davis" target="_blank"><img src="https://static.igem.org/mediawiki/2011/4/40/UCD_BME_logo_minimal_copy.png" width="200 height="70"></a>
<a href="https://2012.igem.org/Team:UC_Davis" target="_blank"><img src="https://static.igem.org/mediawiki/2011/4/40/UCD_BME_logo_minimal_copy.png" width="200 height="70"></a>
</center>
</center>
 +
 +
 +
<center>
<center>
<a href="https://www.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/c/c4/NewEnglandBiolabs_Logo.jpg" width="200"></a>
<a href="https://www.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/c/c4/NewEnglandBiolabs_Logo.jpg" width="200"></a>
</center>
</center>
 +
<center>
<center>
<a href="http://www.idtdna.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/f/f1/IDTLogo.jpg
<a href="http://www.idtdna.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/f/f1/IDTLogo.jpg
" width="200"></a>
" width="200"></a>
</center>
</center>
 +
<center>
<center>
<a href="http://www.qiagen.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/8/88/Quiagen.jpg
<a href="http://www.qiagen.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/8/88/Quiagen.jpg
" width="200"></a>
" width="200"></a>
</center>
</center>
 +
</div>
</div>
</div>
</div>
Line 1,180: Line 1,159:
<!-- div id="myleftbox" style="width:625px; float:left;" -->
<!-- div id="myleftbox" style="width:625px; float:left;" -->
<div id="myleftbox">
<div id="myleftbox">
 +
 +
<div id="myleftbox"  class="smallbox">
<div id="myleftbox"  class="smallbox">
-
<h1> Welcome </h1>
+
<h1> Notebook </h1>
-
<p>Welcome to the BV CAPS page!</p>
+
 
-
This is the BV CAPS iGEM team’s second year participating in the iGEM jamboree. Our group is from Overland Park, Kansas where the state flower is the beautiful sunflower. Our program called Center for Advanced Professional Studies (CAPS) contains students from the five different high schools in the Blue Valley School District. At CAPS, students are able to learn in depth about a specific career path and are able to experience real-world problems. This year we are trying to overexpress pyruvate kinase in cyanobacteria to increase the production of alkanes which is one of the important biofuels.<br><br>
+
<b>Week 1: February 11-February 17</b><br><br>
-
<center>
+
This week Dylan and Muriel started their 3A Assembly.  They copied the protocol and materials into lab notebooks and comprised an Excel spreadsheet of the four plates in the Spring iGEM 2012 kit. They also made a stock solution of ampicillin. Muriel and Dylan streaked plates and grew media cultures. The plasmid miniprep was slow because they misread the directions, but it turned out well! Using the NanoDrop, they quantified the DNA. Muriel also installed the Lecia LAS EZ microscope photographer.<br><br>
-
<h1>iGEM 2014 High School Jamboree</h1>
+
 
-
<div id="countdown">000:00:00:00</div>
+
<b>Week 2: February 18-February 24</b><br><br>
-
&nbsp; &nbsp; Days &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hrs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Min &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Sec&nbsp; &nbsp; </center><br>
+
Muriel and Dylan completed the 3A Assembly. Tuesday, Muriel ligated and combined the parts onto the linearized plasmid backbone. Wednesday was transformation day. They also grew some basic cells to make them competent. The transformations went well! Dylan and Muriel had plates with 1, 6, 22, and 46 colonies. The colonies were light pink because the plasmid backbone makes a red florescent protein. Also, they made the RFP control for 3A Assembly.<br><br>
-
We can't wait to see you all at the competition!<br><br>
+
 
-
Best viewed in Google Chrome &nbsp; (Download) &nbsp;<a href="https://www.google.com/intl/en/chrome/browser/?&brand=CHMB&utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/c/c1/Google_Chrome.png
+
<b>Week 3: February 25-March 3</b><br><br>
-
" width="100"></a>
+
After letting the plates grow more over the weekend, they extracted the plasmid DNA and then transformed it using fresh competent cells that Muriel made. The plates had large pink colonies as expected. Muriel learned about wiki programming software for our iGEM page. Later, with an open flame flickering, Dylan and Muriel streaked the 3A plates already spotted with large pink bacteria.<br><br>
 +
 
 +
<b>Week 4: March 4-March 10</b><br><br>
 +
Since the project thesis for iGEM is due next week, Muriel organized a brainstorming meeting. Our project will be more competitive if we build on another team’s project and have at least some experimental data instead of choosing a more ambitious project. However, the project should be scalable so the next year’s team can continue. So far, making microbes survive in saline and extreme temperature environments is our best option. Because of its application with biofuels, we can have an elaborate community outreach program with energy conservation and environmental issues.<br><br>
 +
 
 +
<b>Week 5: March 11-March 17</b><br><br>
 +
With the deadline for iGEM coming close, it is time to focus time and efforts on the development of iGEM ideas. At first, our iGEM project was to use properties of extremophiles, specifically halobacteria, to make the microbes more suitable to biofuel reactors. After seeking local professionals in the field, we finally met with Dr. Fenton from KU Med to talk about our iGEM project. He guided us away from biofuels because there are so many variables that need to be considered and the best conversions do not match the efficiency of normal gasoline.<br><br>
 +
 
 +
<b>Week 6: March 18-March 24</b><br><br>
 +
For iGEM, we located the plasmid shuffling vector from the 2008 Hawaii iGEM team and we have it with the 2012 distribution kit. Muriel sent an email to the team describing our project and asked about the part, but we have not heard back.<br><br>
 +
 
 +
<b>Week 7: March 25-March 31</b><br><br>
 +
For iGEM, we have been preparing to transform the cells. This week Muriel and Dylan made the components of STET solution that will extract the plasmid from the cell. The most challenging component of this solution is making EDTA which requires several days to go in solution with the help of sodium hydroxide, a strong base. Discussing about this year’s iGEM project, Muriel and Dylan brought up the pros and cons of the idea. Although it is not the most challenging project, it can be expanded on with by adding other environmental controls. One of the problems with this, and other projects, is the time limitations. We need to have our data by the end of May so that we can analyze, update the wiki, and make our poster.<br><br>
 +
 
 +
<b>Week 8: April 1-April 7</b><br><br>
 +
For iGEM, Muriel have been helping Dylan with the poster. We grew up a nice batch of E. coli with the broad host range plasmid inside, so they are ready for the next step, plasmid extraction. Since normal, kit-based extractions do not work for this large plasmid, we have to follow a longer protocol from the designers of the plasmid. This protocol requires a particularly dangerous chemical, phenol. We have reached out to Dr. Fenton through KU Medical Center because we do not have phenol. Another challenge that arose with the gene itself is that the coding sequence contains a standard restriction site.<br><br> 
 +
 
 +
<b>Week 9: April 8-April 14</b><br><br>
 +
Because Dr. Fenton explained that biofuels have so many variables, he directed us to pursue a project that dealt with the overexpression of a protein. After doing some preliminary research on the production of phenylalanine, we realized that that metabolic pathway is more complex than we thought. We chose to up-regulate the pyruvate kinase gene because of its production of fatty acids and their application in biofuels.<br><br>  
 +
 
 +
<b>Week 10: April 15-April 21</b><br><br>
 +
Meanwhile, Muriel have been in contact with a researcher in Hawaii that helped develop the broad host range plasmid and other parts for cyanobacteria that may be of interest to our project. He warned that this plasmid was difficult to work with and required non-standard protocol. Nevertheless, it’s all we have so far that is cheap and easily accessible.<br><br>
 +
 
 +
<b>Week 11: April 22-April 28</b><br><br>
 +
Arrived in the mailbox is the 3A Assembly package from iGEM! At CAPS today Alec, Amy, and Mason opened the box and started reading the directions of the procedure! We grew up cell cultures today by using an inoculating loop to pick up a colony from our agar plate and into the LB broth. Continuing the long and complicated procedure, the next few days Alec, Amy, and Mason started our first 3A Assembly plasmid mini prep! During the process we used our new and expensive micropipettes to re-suspend our cell pellets! Enjoy doing wet labs in class!<br><br>
 +
 
 +
<b>Week 12: April 29-May 5</b><br><br>
 +
Today Alec, Amy, and Mason checked our work. We used this special tool called the nanodrop machine which calculates the purity of a substance. Thank you Mr. Whalen for introducing this to us! Mason and Alec put a tiny drop of our plasmid onto this machine and found out that it is ultra-pure! What a great feeling! Later in the week, we learned that patience is key. We are moving on to the next step of this procedure. Alec, Amy, and Mason are making seed stocks right now! Afterwards, was our first iGEM team meeting! Even though we were missing a Corinne and Dylan, everyone else including Austin and Muriel discussed about the 3A Assembly and its purpose. One step closer!<br><br>
 +
 
 +
<b>Week 13: May 6-May 12</b><br><br>
 +
Instead of working on iGEM or the 3A Assembly, Muriel, Alec, Amy, and Mason are privileged to listen to Dr. Barney Graham's work about a vaccine for respiratory syncytial virus fusion. We are fortunate to have these amazing connections. Also, Mr. Kessler mailed off our news team members and mentors consent forms. It feels like iGEM is becoming the real deal. We can't wait for what iGEM has in stores for us! During our second meeting today, Corinne, Dylan, Muriel, Alec, Austin, Amy and Dylan discussed what happens when the gene of interest has a standard cut site contained within the coding sequence. Muriel is explaining this concept to the group, this time we have a full team!<br><br>  
 +
 
 +
<b>Week 14: May 13-May 19</b><br><br>
 +
Still in the process of the 3A Assembly, but we are learning many new lab techniques and machines. We used the incubator and the nanodrop machine again. The transformation process takes a long time, literally a full day just ask Alec. While waiting we talked about how complex plasmids are. Also we took our first group picture with all of us, Corinne, Dylan, Muriel, Alec, Austin, Amy and Dylan! For the wiki a few of us wrote each other’s biography. Later, Alec plated the 3A Assembly transformation and controls. A fun fact we learned was synechocystis cyanobacteria was the first photosynthetic autotroph to have its entire genome sequenced.<br><br>
 +
 
 +
<b>Week 15: May 20-May 26</b><br>
 +
Who knew that making an abstract can be challenging? With the help of Mr. Kessler, Dylan, Muriel, Mason, Corinne, and Amy are trying to edit and correct our information without any distractions. It is a struggle. It is also a tedious task for wording things. Thanks to the iGEM Headquarters, they tweeted us an important requirement for the abstract. Good thing Amy created a twitter account! We found out that the abstract has a limit of 150 words… oops! Onto more editing for the deadline…<br><br>
 +
 
 +
<b>Week 16: May 27-June 2</b><br><br>
 +
Our last few days of school! Instead of taking an hour long exam, Mason, Corinne, Alec, Muriel, and Amy learned about metabolic pathways. We also began our discussion of primer design to make a biobrick. It is hard to create a primer under certain circumstances, but Corinne has an idea.<br><br>
 +
 
 +
<b>Week 17: June 3-June 9</b><br><br>
 +
Even though it is summer time now, we still go to CAPS to talk about iGEM material. We are dedicated students! Today Austin, Corinne, Amy, Mason, and Alec debated between the two different routes for producing a part. Which option should we take? With the assistant of Mr. Kessler, Mr. Whalen, and Mrs. Tuel, we can decide which option to take! Using the tinker cell software for creating the metabolic pathways from CO2 to alkanes, Mason is almost finished! Mason, Corinne, Amy and Austin all chipped in to help with the wiki too, and we are making additions to meet the wiki requirements. It is turning out well, thanks to Austin!<br><br>
 +
 
 +
<b>Week 18: June 10-June 16</b><br><br>
 +
Mr. Kessler, Corrine, and Amy all traveled down to Dr. Fenton’s lab to talk about our iGEM project. We learned more about plasmids, restriction sites and more. We are working on creating specific primers for our DNA site directed mutagenesis. It is tedious work and it is the longest primer Qingling has created. We looked over the sequence for pyruvate kinase many times to be exact. We may be getting closer to having a part for the registry.<br><br>
 +
 
 +
<b>Week 19: June 17-June 23</b><br><br>
 +
This week we will be losing Mr. Whalen because he is going to Paris. But we asked him about the protocols for our next steps in PCR. He showed us where all the materials are located. Everyone has been working hard on completing our iGEM wiki. There are so many parts to be done that Mr. Kessler divided the parts amongst us. Corinne is editing the method and safety, Austin is formatting the wiki, Amy is editing the notebook, Muriel is working on problem and solutions, and Alec is deciphering many articles from Dr. Fenton with the help from Mrs. Tuel.<br>
 +
 
 +
 
</div>
</div>
 +
<!-- site map starts here -->
<!-- site map starts here -->
<div id="myleftbox"  class="smallboxsite">
<div id="myleftbox"  class="smallboxsite">
<ul style="font-size:10px;list-style-image:none;list-style-type:none;float:left;display:inline;color:#000000;"
<ul style="font-size:10px;list-style-image:none;list-style-type:none;float:left;display:inline;color:#000000;"
  >
  >
 +
<li style="float:left;margin:0 10px;"><a
<li style="float:left;margin:0 10px;"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas"><p>Home</p><ul
href="https://2014hs.igem.org/Team:CAPS_Kansas"><p>Home</p><ul
Line 1,207: Line 1,240:
href="https://2014hs.igem.org">HS iGEM</a> </li>
href="https://2014hs.igem.org">HS iGEM</a> </li>
</ul> </a> </li>
</ul> </a> </li>
 +
<li style="float:left;margin:0 10px;"><a
<li style="float:left;margin:0 10px;"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Team"><p>Team</p><ul
href="https://2014hs.igem.org/Team:CAPS_Kansas/Team"><p>Team</p><ul
Line 1,218: Line 1,252:
href="https://2014hs.igem.org/Team:CAPS_Kansas/Team">Advisors</a> </li>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Team">Advisors</a> </li>
</ul> </a> </li>
</ul> </a> </li>
 +
<li style="float:left ;margin:0 10px;"><a
<li style="float:left ;margin:0 10px;"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project "><p>Project</p></a>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project "><p>Project</p></a>
Line 1,237: Line 1,272:
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Achievements">Achievements</a></li>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Achievements">Achievements</a></li>
<li><a style="color:#000000"
<li><a style="color:#000000"
-
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/References">References</a></li>
+
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/References">References</a></li><li><a style="color:#000000"
-
<li><a style="color:#000000"
+
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Future">Future</a>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Future">Future</a>
</li></ul> </li>
</li></ul> </li>
 +
<li style="float:left ;margin:0 10px"><a
<li style="float:left ;margin:0 10px"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety "> <p>Safety</p></a>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety "> <p>Safety</p></a>
<a style="color:#000000 "
<a style="color:#000000 "
href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety "> Safety</a> </li>
href="https://2014hs.igem.org/Team:CAPS_Kansas/Safety "> Safety</a> </li>
 +
<li style="float:left ;margin:0 10px;"><a
<li style="float:left ;margin:0 10px;"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Gallery">
href="https://2014hs.igem.org/Team:CAPS_Kansas/Gallery">
Line 1,253: Line 1,289:
</li>
</li>
</ul> </li>
</ul> </li>
 +
<li style="float:left ;margin:0 10px;"><a
<li style="float:left ;margin:0 10px;"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach"> <p>Outreach</p></a> <ul
href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach"> <p>Outreach</p></a> <ul
Line 1,259: Line 1,296:
href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach">
href="https://2014hs.igem.org/Team:CAPS_Kansas/Outreach">
Outreach</a> </li></ul>
Outreach</a> </li></ul>
 +
<li style="float:left ;margin:0 10px"><a
<li style="float:left ;margin:0 10px"><a
href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions ">
href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions ">
Line 1,264: Line 1,302:
href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions ">
href="https://2014hs.igem.org/Team:CAPS_Kansas/Attributions ">
Attributions</a></li>
Attributions</a></li>
 +
<li style="float:left ;margin:0 10px"><a
<li style="float:left ;margin:0 10px"><a
href="https://2014hs.igem.org/Main_Page "> <p>iGEM </p></a><ul
href="https://2014hs.igem.org/Main_Page "> <p>iGEM </p></a><ul
Line 1,273: Line 1,312:
</div>
</div>
<!-- site map ends here -->
<!-- site map ends here -->
 +
</div>
</div>
</div>
</div>
Line 1,280: Line 1,320:
</div>
</div>
</body>
</body>
 +
 +
</p>
</p>
<!--  
<!--  
Line 1,288: Line 1,330:
Expensive parser function count: 0/100
Expensive parser function count: 0/100
-->
-->
 +
<!-- Saved in parser cache with key 2014hs_igem_org:pcache:idhash:403-0!1!0!!en!2 and timestamp 20140523001442 -->
<!-- Saved in parser cache with key 2014hs_igem_org:pcache:idhash:403-0!1!0!!en!2 and timestamp 20140523001442 -->
<div class="printfooter">
<div class="printfooter">
-
Retrieved from "<a href="https://2014hs.igem.org/Team:CAPS_Kansas">https://2014hs.igem.org/Team:CAPS_Kansas</a>"</div>
+
Retrieved from "<a href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/Notebook">https://2014hs.igem.org/Team:CAPS_Kansas/Project/Notebook</a>"</div>
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div class="visualClear"></div>
<div class="visualClear"></div>
</div>
</div>
     </div>
     </div>
 +
<!-- took out second footer here -->
<!-- took out second footer here -->
 +
<script>if (window.runOnloadHook) runOnloadHook();</script>
<script>if (window.runOnloadHook) runOnloadHook();</script>
</div>
</div>
<!-- Served in 0.159 secs. --></body>
<!-- Served in 0.159 secs. --></body>
 +
</html>
</html>

Revision as of 17:49, 4 June 2014

Team:BV CAPS Kansas Team Page Code Testing 2 - 2014hs.igem.org

BV CAPS iGEM Tweets

Thanks!

Notebook

Week 1: February 11-February 17

This week Dylan and Muriel started their 3A Assembly. They copied the protocol and materials into lab notebooks and comprised an Excel spreadsheet of the four plates in the Spring iGEM 2012 kit. They also made a stock solution of ampicillin. Muriel and Dylan streaked plates and grew media cultures. The plasmid miniprep was slow because they misread the directions, but it turned out well! Using the NanoDrop, they quantified the DNA. Muriel also installed the Lecia LAS EZ microscope photographer.

Week 2: February 18-February 24

Muriel and Dylan completed the 3A Assembly. Tuesday, Muriel ligated and combined the parts onto the linearized plasmid backbone. Wednesday was transformation day. They also grew some basic cells to make them competent. The transformations went well! Dylan and Muriel had plates with 1, 6, 22, and 46 colonies. The colonies were light pink because the plasmid backbone makes a red florescent protein. Also, they made the RFP control for 3A Assembly.

Week 3: February 25-March 3

After letting the plates grow more over the weekend, they extracted the plasmid DNA and then transformed it using fresh competent cells that Muriel made. The plates had large pink colonies as expected. Muriel learned about wiki programming software for our iGEM page. Later, with an open flame flickering, Dylan and Muriel streaked the 3A plates already spotted with large pink bacteria.

Week 4: March 4-March 10

Since the project thesis for iGEM is due next week, Muriel organized a brainstorming meeting. Our project will be more competitive if we build on another team’s project and have at least some experimental data instead of choosing a more ambitious project. However, the project should be scalable so the next year’s team can continue. So far, making microbes survive in saline and extreme temperature environments is our best option. Because of its application with biofuels, we can have an elaborate community outreach program with energy conservation and environmental issues.

Week 5: March 11-March 17

With the deadline for iGEM coming close, it is time to focus time and efforts on the development of iGEM ideas. At first, our iGEM project was to use properties of extremophiles, specifically halobacteria, to make the microbes more suitable to biofuel reactors. After seeking local professionals in the field, we finally met with Dr. Fenton from KU Med to talk about our iGEM project. He guided us away from biofuels because there are so many variables that need to be considered and the best conversions do not match the efficiency of normal gasoline.

Week 6: March 18-March 24

For iGEM, we located the plasmid shuffling vector from the 2008 Hawaii iGEM team and we have it with the 2012 distribution kit. Muriel sent an email to the team describing our project and asked about the part, but we have not heard back.

Week 7: March 25-March 31

For iGEM, we have been preparing to transform the cells. This week Muriel and Dylan made the components of STET solution that will extract the plasmid from the cell. The most challenging component of this solution is making EDTA which requires several days to go in solution with the help of sodium hydroxide, a strong base. Discussing about this year’s iGEM project, Muriel and Dylan brought up the pros and cons of the idea. Although it is not the most challenging project, it can be expanded on with by adding other environmental controls. One of the problems with this, and other projects, is the time limitations. We need to have our data by the end of May so that we can analyze, update the wiki, and make our poster.

Week 8: April 1-April 7

For iGEM, Muriel have been helping Dylan with the poster. We grew up a nice batch of E. coli with the broad host range plasmid inside, so they are ready for the next step, plasmid extraction. Since normal, kit-based extractions do not work for this large plasmid, we have to follow a longer protocol from the designers of the plasmid. This protocol requires a particularly dangerous chemical, phenol. We have reached out to Dr. Fenton through KU Medical Center because we do not have phenol. Another challenge that arose with the gene itself is that the coding sequence contains a standard restriction site.

Week 9: April 8-April 14

Because Dr. Fenton explained that biofuels have so many variables, he directed us to pursue a project that dealt with the overexpression of a protein. After doing some preliminary research on the production of phenylalanine, we realized that that metabolic pathway is more complex than we thought. We chose to up-regulate the pyruvate kinase gene because of its production of fatty acids and their application in biofuels.

Week 10: April 15-April 21

Meanwhile, Muriel have been in contact with a researcher in Hawaii that helped develop the broad host range plasmid and other parts for cyanobacteria that may be of interest to our project. He warned that this plasmid was difficult to work with and required non-standard protocol. Nevertheless, it’s all we have so far that is cheap and easily accessible.

Week 11: April 22-April 28

Arrived in the mailbox is the 3A Assembly package from iGEM! At CAPS today Alec, Amy, and Mason opened the box and started reading the directions of the procedure! We grew up cell cultures today by using an inoculating loop to pick up a colony from our agar plate and into the LB broth. Continuing the long and complicated procedure, the next few days Alec, Amy, and Mason started our first 3A Assembly plasmid mini prep! During the process we used our new and expensive micropipettes to re-suspend our cell pellets! Enjoy doing wet labs in class!

Week 12: April 29-May 5

Today Alec, Amy, and Mason checked our work. We used this special tool called the nanodrop machine which calculates the purity of a substance. Thank you Mr. Whalen for introducing this to us! Mason and Alec put a tiny drop of our plasmid onto this machine and found out that it is ultra-pure! What a great feeling! Later in the week, we learned that patience is key. We are moving on to the next step of this procedure. Alec, Amy, and Mason are making seed stocks right now! Afterwards, was our first iGEM team meeting! Even though we were missing a Corinne and Dylan, everyone else including Austin and Muriel discussed about the 3A Assembly and its purpose. One step closer!

Week 13: May 6-May 12

Instead of working on iGEM or the 3A Assembly, Muriel, Alec, Amy, and Mason are privileged to listen to Dr. Barney Graham's work about a vaccine for respiratory syncytial virus fusion. We are fortunate to have these amazing connections. Also, Mr. Kessler mailed off our news team members and mentors consent forms. It feels like iGEM is becoming the real deal. We can't wait for what iGEM has in stores for us! During our second meeting today, Corinne, Dylan, Muriel, Alec, Austin, Amy and Dylan discussed what happens when the gene of interest has a standard cut site contained within the coding sequence. Muriel is explaining this concept to the group, this time we have a full team!

Week 14: May 13-May 19

Still in the process of the 3A Assembly, but we are learning many new lab techniques and machines. We used the incubator and the nanodrop machine again. The transformation process takes a long time, literally a full day just ask Alec. While waiting we talked about how complex plasmids are. Also we took our first group picture with all of us, Corinne, Dylan, Muriel, Alec, Austin, Amy and Dylan! For the wiki a few of us wrote each other’s biography. Later, Alec plated the 3A Assembly transformation and controls. A fun fact we learned was synechocystis cyanobacteria was the first photosynthetic autotroph to have its entire genome sequenced.

Week 15: May 20-May 26
Who knew that making an abstract can be challenging? With the help of Mr. Kessler, Dylan, Muriel, Mason, Corinne, and Amy are trying to edit and correct our information without any distractions. It is a struggle. It is also a tedious task for wording things. Thanks to the iGEM Headquarters, they tweeted us an important requirement for the abstract. Good thing Amy created a twitter account! We found out that the abstract has a limit of 150 words… oops! Onto more editing for the deadline…

Week 16: May 27-June 2

Our last few days of school! Instead of taking an hour long exam, Mason, Corinne, Alec, Muriel, and Amy learned about metabolic pathways. We also began our discussion of primer design to make a biobrick. It is hard to create a primer under certain circumstances, but Corinne has an idea.

Week 17: June 3-June 9

Even though it is summer time now, we still go to CAPS to talk about iGEM material. We are dedicated students! Today Austin, Corinne, Amy, Mason, and Alec debated between the two different routes for producing a part. Which option should we take? With the assistant of Mr. Kessler, Mr. Whalen, and Mrs. Tuel, we can decide which option to take! Using the tinker cell software for creating the metabolic pathways from CO2 to alkanes, Mason is almost finished! Mason, Corinne, Amy and Austin all chipped in to help with the wiki too, and we are making additions to meet the wiki requirements. It is turning out well, thanks to Austin!

Week 18: June 10-June 16

Mr. Kessler, Corrine, and Amy all traveled down to Dr. Fenton’s lab to talk about our iGEM project. We learned more about plasmids, restriction sites and more. We are working on creating specific primers for our DNA site directed mutagenesis. It is tedious work and it is the longest primer Qingling has created. We looked over the sequence for pyruvate kinase many times to be exact. We may be getting closer to having a part for the registry.

Week 19: June 17-June 23

This week we will be losing Mr. Whalen because he is going to Paris. But we asked him about the protocols for our next steps in PCR. He showed us where all the materials are located. Everyone has been working hard on completing our iGEM wiki. There are so many parts to be done that Mr. Kessler divided the parts amongst us. Corinne is editing the method and safety, Austin is formatting the wiki, Amy is editing the notebook, Muriel is working on problem and solutions, and Alec is deciphering many articles from Dr. Fenton with the help from Mrs. Tuel.

Retrieved from "http://2014hs.igem.org/Team:CAPS_Kansas/Project/Notebook"