Team:CAPS Kansas/Project/Notebook

From 2014hs.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
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 272: Line 131:
     padding: 0;
     padding: 0;
     padding-bottom: 10px;
     padding-bottom: 10px;
-
#    background:url(https://static.igem.org/mediawiki/2014hs/5/5f/Cyano_Background2.jpg);
+
#    background:url(https://static.igem.org/mediawiki/2014hs/0/09/Cyanobacteria-ed01.jpg);
#    background-repeat: no-repeat;
#    background-repeat: no-repeat;
#    background-attachment: fixed;
#    background-attachment: fixed;
#    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;
background-color: rgba(255,255,255,1);
background-color: rgba(255,255,255,1);
-
background-image: url('https://static.igem.org/mediawiki/2014hs/5/5f/Cyano_Background2.jpg');
+
background-image: url('https://static.igem.org/mediawiki/2014hs/0/09/Cyanobacteria-ed01.jpg');
background-size: 100%;
background-size: 100%;
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>
+
         
-
                <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/6/66/IGEM_2012_Slideshow.pdf" target="_blank">2012</a></li>
+
-
                </ul>
+
-
              </li>
+
-
            <li ><a href="https://2014hs.igem.org/Team:CAPS_Kansas/Gallery">Glycolysis Poem</a></li>
+
           </ul>
           </ul>
         </li>
         </li>
Line 1,019: Line 973:
               </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 985:
             <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/3/3d/800px-Untitled-10.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,008:
     </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,043:
<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,065:
</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,089:
   width: 203,
   width: 203,
   height: 100,
   height: 100,
 +
 
   theme: {
   theme: {
     shell: {
     shell: {
Line 1,137: Line 1,100:
       links: '#0000AA'  
       links: '#0000AA'  
     }
     }
 +
   },
   },
   features: {
   features: {
Line 1,145: Line 1,109:
   }
   }
}).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,121:
<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,131:
<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,153:
<!-- 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>June 20</b><br>
-
<center>
+
Austin, and Nithin were the only ones to meet today and when they got to caps time seemed to fly they took the poster that had edits from the day before and started changing and fixing it. In the middle of that Nithin went off to work on the images that would be placed inside of the wiki and having to use Photoshop to do most of the work it took a long time but they were able to get a lot accomplished but no recording was done today. <br><br>
-
<h1>iGEM 2014 High School Jamboree</h1>
+
 
-
<div id="countdown">000:00:00:00</div>
+
<b>June 19</b><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>
+
Austin, Nithin, and Aiswariya all meet up at caps and continued recording of the video since the day before they had been taught how to do it all by Mr. Rodgers and the Film class teacher. While they were recording Austin compiled the video in Final Cut Pro X. Then after a moment of recording they had to focus time on the poster and the wiki to finish everything up and make sure the team meets the requirements. <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>June 18</b><br>
-
" width="100"></a>
+
Austin and Nithin meet up since Alexis couldn't make it, but a nice surprise came their way and that was another team member showed up and this was the start of their recording. It took Austin a ton of takes with his team member biography and Nithin seemed to be able to knock it out like a breeze. Though Austin did seem to have a comfortable time saying Joe Whalen's biography. <br><br>
 +
 
 +
<b>June 16</b><br>
 +
Austin, Nithin, Alexis all meet up at caps in the afternoon to continue their work on the presentation and the arrangement of the presentation as it follow and since Austin had to leave early the meeting was a short one but they were able to start talk of how to record it. <br><br>
 +
 
 +
<b>June 15</b><br>
 +
Austin regrouped with a few people from the team, which included Nithin, Alexis and Muriel (wirelessly). Once everyone talked about what needed to be done and what was done and how everything was going to get accomplished they started in to working. Austin started by writing quick short hand sentences about the project while Alexis took those sentences and expanded upon them. While they were doing that Nithin was editing the wiki and off and on helping with the presentation. <br><br>
 +
 
 +
<b>June 11</b><br>
 +
Austin worked on mapping out the tinkercell which is the method that we have chosen to map out the pathway that we are going to use for the alkane production. He did this is three textbooks, the internet and tons of colorful sharpies to take a piece of paper and map them out with all the reactions, inputs, outputs, enzymes and this was all done on a sheet of printer paper then transferred into tinkercell <br><br>
 +
 
 +
<b>June 6</b><br>
 +
The iGEM team meet today again to start continue talking about wither we were going to be a site team or if we would have enough representation to go to Boston. The majority thought we should be a site team. Then the leaders of the project began to talk more about the project and help everyone gain an understanding of it. Shortly following that Mr. Kessler got us all to do our team member biography. <br><br>
 +
 
 +
<b>May 30</b><br>
 +
Today marked another day when the team meets up at Bioclub and worked on the wiki, the wiki workers were comprised of Nithin, and Muriel. The other worked on a team song, outreach, and fundraising where they started getting ideas for a smaller presentation where they could send it to a potential donator for them to get an idea of the project. <br><br>
 +
 
 +
<b>May 26</b><br>
 +
Today Nithin and Muriel spent time looks at last year’s wiki and content so they had a base reference point and then proceeded to create pages, and images for the wiki that could be used as headings. <br><br>
 +
 
 +
<b>May 23</b><br>
 +
Today was our meeting without mentor Dr.Fenton! We had a lot of fun going up there but it was just Austin, Chloe, Mrs.Tuel, Mr.Kessler, and Mr. Whalen. We talked a lot about the pathway and the different steps that we would have to go through to complete the project. He also was able to answer some of our question about the plasmid that we have, the production rates, and other confirmations. <br><br>
 +
 
 +
<b>May 20</b><br>
 +
Today the team meet up again at bioclub to talk about more in-depth process like the phosphorylation and other reactions that happen in the metabolic path way and Austin felt like he over described it at every single step but even if they didn't fully understand it they got the main picture.  <br><br>
 +
 
 +
<b>May 8</b><br>
 +
This was brainstorming session where the team got together as a whole to find ways to fund raise, update each other on the wet lab and how it should all play out if everything goes as planned, and to make sure everyone has their forms in so Mr. Kessler can send them off to Boston so we can access out wiki.  <br><br>
 +
 
 +
<b>March 4</b><br>
 +
This was one of our first bioclub meet ups where each one of us began signing up on the igem site and wait to be approved, and Austin gave an excellent speech for everyone on the simple parts of the project which helped gather interest and make things just slightly more clear for what we’re doing. <br><br>
 +
 
 +
<b>February 24</b><br>
 +
Potential team members from the research and molecular class visited our mentor, Dr. Fenton, to discuss the course of the project and review basic metabolism. <br><br>
 +
 
 +
<b>December 11</b><br>
 +
Mr. Kessler started talking about fundraising and all the people that he could send things off to and how he does it. He also handed out a packet on what a good poster looks like but Austin still thinks that his Anthrax poster was the best that they have ever seen. Though most people did generally agree that the poster should tell the overall story. <br><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,221:
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,233:
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,253:
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,270:
</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,277:
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,283:
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,293:
</div>
</div>
<!-- site map ends here -->
<!-- site map ends here -->
 +
</div>
</div>
</div>
</div>
Line 1,280: Line 1,301:
</div>
</div>
</body>
</body>
 +
 +
</p>
</p>
<!--  
<!--  
Line 1,288: Line 1,311:
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>

Latest revision as of 03:29, 21 June 2014

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

BV CAPS iGEM Tweets

Thanks!

Notebook

June 20
Austin, and Nithin were the only ones to meet today and when they got to caps time seemed to fly they took the poster that had edits from the day before and started changing and fixing it. In the middle of that Nithin went off to work on the images that would be placed inside of the wiki and having to use Photoshop to do most of the work it took a long time but they were able to get a lot accomplished but no recording was done today.

June 19
Austin, Nithin, and Aiswariya all meet up at caps and continued recording of the video since the day before they had been taught how to do it all by Mr. Rodgers and the Film class teacher. While they were recording Austin compiled the video in Final Cut Pro X. Then after a moment of recording they had to focus time on the poster and the wiki to finish everything up and make sure the team meets the requirements.

June 18
Austin and Nithin meet up since Alexis couldn't make it, but a nice surprise came their way and that was another team member showed up and this was the start of their recording. It took Austin a ton of takes with his team member biography and Nithin seemed to be able to knock it out like a breeze. Though Austin did seem to have a comfortable time saying Joe Whalen's biography.

June 16
Austin, Nithin, Alexis all meet up at caps in the afternoon to continue their work on the presentation and the arrangement of the presentation as it follow and since Austin had to leave early the meeting was a short one but they were able to start talk of how to record it.

June 15
Austin regrouped with a few people from the team, which included Nithin, Alexis and Muriel (wirelessly). Once everyone talked about what needed to be done and what was done and how everything was going to get accomplished they started in to working. Austin started by writing quick short hand sentences about the project while Alexis took those sentences and expanded upon them. While they were doing that Nithin was editing the wiki and off and on helping with the presentation.

June 11
Austin worked on mapping out the tinkercell which is the method that we have chosen to map out the pathway that we are going to use for the alkane production. He did this is three textbooks, the internet and tons of colorful sharpies to take a piece of paper and map them out with all the reactions, inputs, outputs, enzymes and this was all done on a sheet of printer paper then transferred into tinkercell

June 6
The iGEM team meet today again to start continue talking about wither we were going to be a site team or if we would have enough representation to go to Boston. The majority thought we should be a site team. Then the leaders of the project began to talk more about the project and help everyone gain an understanding of it. Shortly following that Mr. Kessler got us all to do our team member biography.

May 30
Today marked another day when the team meets up at Bioclub and worked on the wiki, the wiki workers were comprised of Nithin, and Muriel. The other worked on a team song, outreach, and fundraising where they started getting ideas for a smaller presentation where they could send it to a potential donator for them to get an idea of the project.

May 26
Today Nithin and Muriel spent time looks at last year’s wiki and content so they had a base reference point and then proceeded to create pages, and images for the wiki that could be used as headings.

May 23
Today was our meeting without mentor Dr.Fenton! We had a lot of fun going up there but it was just Austin, Chloe, Mrs.Tuel, Mr.Kessler, and Mr. Whalen. We talked a lot about the pathway and the different steps that we would have to go through to complete the project. He also was able to answer some of our question about the plasmid that we have, the production rates, and other confirmations.

May 20
Today the team meet up again at bioclub to talk about more in-depth process like the phosphorylation and other reactions that happen in the metabolic path way and Austin felt like he over described it at every single step but even if they didn't fully understand it they got the main picture.

May 8
This was brainstorming session where the team got together as a whole to find ways to fund raise, update each other on the wet lab and how it should all play out if everything goes as planned, and to make sure everyone has their forms in so Mr. Kessler can send them off to Boston so we can access out wiki.

March 4
This was one of our first bioclub meet ups where each one of us began signing up on the igem site and wait to be approved, and Austin gave an excellent speech for everyone on the simple parts of the project which helped gather interest and make things just slightly more clear for what we’re doing.

February 24
Potential team members from the research and molecular class visited our mentor, Dr. Fenton, to discuss the course of the project and review basic metabolism.

December 11
Mr. Kessler started talking about fundraising and all the people that he could send things off to and how he does it. He also handed out a packet on what a good poster looks like but Austin still thinks that his Anthrax poster was the best that they have ever seen. Though most people did generally agree that the poster should tell the overall story.

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