Team:CAPS Kansas/Project/Notebook
From 2014hs.igem.org
(Difference between revisions)
(Created page with "<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"--> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang=...") |
|||
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 | + | <link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:CAPS_Kansas&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&feed=atom" /> <title>Team:BV CAPS Kansas | + | <link rel="alternate" type="application/atom+xml" title="2014hs.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&feed=atom" /> <title>Team:BV CAPS Kansas</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 67: | Line 65: | ||
</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 75: | Line 72: | ||
<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 120: | Line 264: | ||
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 136: | Line 277: | ||
# background-size:100% auto; | # background-size:100% auto; | ||
} | } | ||
- | |||
#main-content { | #main-content { | ||
position: relative; | position: relative; | ||
Line 148: | Line 288: | ||
# line-height: 1.5em; | # line-height: 1.5em; | ||
} | } | ||
- | |||
- | |||
body { | body { | ||
display:inherit; | display:inherit; | ||
Line 157: | Line 295: | ||
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 164: | Line 301: | ||
# height:100%; | # height:100%; | ||
} | } | ||
- | |||
- | |||
#topmenubar { | #topmenubar { | ||
position: relative; | position: relative; | ||
Line 176: | Line 311: | ||
line-height: 1em; | line-height: 1em; | ||
} | } | ||
- | |||
.topleft-menu, .topleft-menu a { | .topleft-menu, .topleft-menu a { | ||
left: 0px; | left: 0px; | ||
Line 182: | Line 316: | ||
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 213: | Line 345: | ||
# color: #0000AA; | # color: #0000AA; | ||
#} | #} | ||
- | |||
.topleft-menu:hover a { | .topleft-menu:hover a { | ||
color: #0000AA; | color: #0000AA; | ||
Line 260: | Line 391: | ||
} | } | ||
#newnavi .newmenu li:hover ul li { | #newnavi .newmenu li:hover ul li { | ||
- | |||
background: #63BC5B; | background: #63BC5B; | ||
} | } | ||
Line 270: | Line 400: | ||
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 283: | Line 411: | ||
display:none; | display:none; | ||
} | } | ||
- | |||
#newnavi .newmenu li ul li ul li { | #newnavi .newmenu li ul li ul li { | ||
position:relative; | position:relative; | ||
Line 289: | Line 416: | ||
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 302: | Line 426: | ||
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 309: | Line 432: | ||
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 322: | Line 442: | ||
<!--change slide pic size here--> | <!--change slide pic size here--> | ||
} | } | ||
- | |||
#slides IMG { | #slides IMG { | ||
position:absolute; | position:absolute; | ||
Line 330: | Line 449: | ||
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. | + | border:1px solid rgba(0,0,0,0.9); |
border-radius:3px; | border-radius:3px; | ||
margin-left: 5px; | margin-left: 5px; | ||
Line 356: | Line 469: | ||
position:relative; | position:relative; | ||
z-index:10; | z-index:10; | ||
- | background-color:rgba(102,200,255,0. | + | background-color:rgba(102,200,255,0.4); |
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: | + | font-size:12px; |
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: | + | background-color:#FFFFFF; |
} | } | ||
- | |||
/* slide ends here */ | /* slide ends here */ | ||
//leftbox, rightbox starts here | //leftbox, rightbox starts here | ||
- | |||
#myleftrightbox | #myleftrightbox | ||
{ | { | ||
Line 393: | Line 501: | ||
color: red; | color: red; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes | #myleftrightbox .fourboxes | ||
{ | { | ||
Line 409: | Line 516: | ||
color: red; | color: red; | ||
} | } | ||
- | |||
- | |||
- | |||
#myleftrightbox .fourboxes-1 | #myleftrightbox .fourboxes-1 | ||
{ | { | ||
Line 427: | Line 531: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes-2 | #myleftrightbox .fourboxes-2 | ||
{ | { | ||
Line 443: | Line 546: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes-3 | #myleftrightbox .fourboxes-3 | ||
{ | { | ||
Line 459: | Line 561: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes-4 | #myleftrightbox .fourboxes-4 | ||
{ | { | ||
Line 475: | Line 576: | ||
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 488: | Line 588: | ||
background-color:rgba(174,181,184,0.7); | background-color:rgba(174,181,184,0.7); | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes2 | #myleftrightbox .fourboxes2 | ||
{ | { | ||
Line 504: | Line 603: | ||
color: red; | color: red; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes2-1 | #myleftrightbox .fourboxes2-1 | ||
{ | { | ||
Line 520: | Line 618: | ||
color: red; | color: red; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes2-2 | #myleftrightbox .fourboxes2-2 | ||
{ | { | ||
Line 536: | Line 633: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes2-3 | #myleftrightbox .fourboxes2-3 | ||
{ | { | ||
Line 552: | Line 648: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftrightbox .fourboxes2-4 | #myleftrightbox .fourboxes2-4 | ||
{ | { | ||
Line 568: | Line 663: | ||
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 639: | Line 728: | ||
line-height:1.5em; | line-height:1.5em; | ||
color:black; | color:black; | ||
- | |||
} | } | ||
#myleftbox .threeboxes | #myleftbox .threeboxes | ||
Line 655: | Line 743: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftbox .threeboxes2 | #myleftbox .threeboxes2 | ||
{ | { | ||
Line 670: | Line 757: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftbox .threeleft | #myleftbox .threeleft | ||
{ | { | ||
Line 683: | Line 769: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#myleftbox .threecenter | #myleftbox .threecenter | ||
{ | { | ||
Line 708: | Line 793: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
- | |||
- | |||
#sponsorbox | #sponsorbox | ||
{ | { | ||
Line 719: | Line 801: | ||
height: auto; | height: auto; | ||
} | } | ||
- | |||
#sponsorbox .sponsorfloat | #sponsorbox .sponsorfloat | ||
{ | { | ||
Line 735: | Line 816: | ||
color: rgba(225,225,225,1); | color: rgba(225,225,225,1); | ||
} | } | ||
- | |||
#sponsorbox .sponsorfloat h2 | #sponsorbox .sponsorfloat h2 | ||
{ | { | ||
Line 743: | Line 823: | ||
} | } | ||
//leftbox, rightbox ends here | //leftbox, rightbox ends here | ||
- | |||
#sponsorbox .sponsorfloat a | #sponsorbox .sponsorfloat a | ||
{ | { | ||
Line 749: | Line 828: | ||
font: sans-serif; | font: sans-serif; | ||
} | } | ||
- | |||
#sponsorbox .sponsorfloat p | #sponsorbox .sponsorfloat p | ||
{ | { | ||
Line 761: | Line 839: | ||
overflow-y:scroll; | overflow-y:scroll; | ||
} | } | ||
- | |||
.floatbox3 | .floatbox3 | ||
{ | { | ||
Line 776: | Line 853: | ||
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
- | |||
.floatbox3 h1{ | .floatbox3 h1{ | ||
font-weight:bold; | font-weight:bold; | ||
Line 783: | Line 859: | ||
left:10px; | left:10px; | ||
} | } | ||
- | |||
.floatbox3 p{ | .floatbox3 p{ | ||
font-size: 20px; | font-size: 20px; | ||
Line 789: | Line 864: | ||
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 803: | Line 876: | ||
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 819: | Line 890: | ||
} | } | ||
#footer-box-1 { | #footer-box-1 { | ||
- | |||
width: 850px; | width: 850px; | ||
padding: 5px; | padding: 5px; | ||
Line 828: | Line 898: | ||
<center> | <center> | ||
#tweets { | #tweets { | ||
- | |||
width: 203px; | width: 203px; | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 834: | Line 903: | ||
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 850: | Line 916: | ||
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 875: | Line 935: | ||
-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 900: | Line 952: | ||
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&action=edit&redlink=1">Discussion</a></li> | |
- | <li class='new'><a href="https://2014hs.igem.org/wiki/index.php?title=Talk:Team:CAPS_Kansas | + | <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&action=edit">Edit</a></li> |
- | <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas | + | <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&action=history">History</a></li> |
- | <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas | + | |
<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 | + | <li><a href="https://2014hs.igem.org/wiki/index.php?title=Team:CAPS_Kansas&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 937: | Line 980: | ||
<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">HS iGEM</a></li> | + | href="https://2014hs.igem.org" target="_blank">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">HS iGEM</a></li> | + | <li ><a href="https://www.facebook.com/groups/368737559905193/?fref=ts" target="_blank">HS iGEM</a></li> |
- | <li ><a href="https://www.facebook.com/capsigem2014?fref=ts">CAPS 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/groups/igemmers/?fref=ts">iGEM</a></li> | + | <li ><a href="https://www.facebook.com/groups/igemmers/?fref=ts" target="_blank">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">CAPS iGEM</a></li> | + | <li ><a href="https://twitter.com/CAPSiGEM" target="_blank">CAPS iGEM</a></li> |
- | <li ><a href="https://twitter.com/iGEM">iGEM HQ</a></li> | + | <li ><a href="https://twitter.com/iGEM" target="_blank">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">2014</a></li> | + | <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">2012</a></li> | + | <li ><a href="https://static.igem.org/mediawiki/2014hs/6/66/IGEM_2012_Slideshow.pdf" target="_blank">2012</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 979: | Line 1,019: | ||
</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 | + | |
<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 991: | Line 1,029: | ||
<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/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/ | + | <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/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,014: | Line 1,051: | ||
</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,049: | Line 1,085: | ||
<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/ | + | <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> |
</div> | </div> | ||
<div id="myleftrightbox" class="spacebox"> | <div id="myleftrightbox" class="spacebox"> | ||
Line 1,071: | Line 1,107: | ||
</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,095: | Line 1,127: | ||
width: 203, | width: 203, | ||
height: 100, | height: 100, | ||
- | |||
theme: { | theme: { | ||
shell: { | shell: { | ||
Line 1,106: | Line 1,137: | ||
links: '#0000AA' | links: '#0000AA' | ||
} | } | ||
- | |||
}, | }, | ||
features: { | features: { | ||
Line 1,115: | Line 1,145: | ||
} | } | ||
}).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,127: | Line 1,155: | ||
<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,137: | Line 1,164: | ||
<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,159: | Line 1,180: | ||
<!-- 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> | + | <h1> Welcome </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> |
- | + | <center> | |
- | + | <h1>iGEM 2014 High School Jamboree</h1> | |
- | + | <div id="countdown">000:00:00:00</div> | |
- | + | Days Hrs Min Sec </center><br> | |
- | + | We can't wait to see you all at the competition!<br><br> | |
- | + | Best viewed in Google Chrome (Download) <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 | |
- | + | " width="100"></a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</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,240: | Line 1,207: | ||
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,252: | Line 1,218: | ||
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,272: | Line 1,237: | ||
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><li><a style="color:#000000" | + | href="https://2014hs.igem.org/Team:CAPS_Kansas/Project/References">References</a></li> |
+ | <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,289: | Line 1,253: | ||
</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,296: | Line 1,259: | ||
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,302: | Line 1,264: | ||
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,312: | Line 1,273: | ||
</div> | </div> | ||
<!-- site map ends here --> | <!-- site map ends here --> | ||
- | |||
</div> | </div> | ||
</div> | </div> | ||
Line 1,320: | Line 1,280: | ||
</div> | </div> | ||
</body> | </body> | ||
- | |||
- | |||
</p> | </p> | ||
<!-- | <!-- | ||
Line 1,330: | Line 1,288: | ||
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 | + | Retrieved from "<a href="https://2014hs.igem.org/Team:CAPS_Kansas">https://2014hs.igem.org/Team:CAPS_Kansas</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:31, 4 June 2014
BV CAPS iGEM Tweets
Welcome
Welcome to the BV CAPS page!
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.iGEM 2014 High School Jamboree
000:00:00:00
Days Hrs Min Sec We can't wait to see you all at the competition!
Best viewed in Google Chrome (Download)