Team:Virginia/Team
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | <html> | |
- | + | <head> | |
- | + | <!-- wiki hacks --> | |
- | + | <style type="text/css"> | |
- | + | #globalwrapper { | |
- | + | width:975px; | |
- | + | padding:20px 0px; | |
- | + | margin: 0 auto; | |
- | + | background-color:#ffffff; | |
- | + | height:100%; | |
+ | } | ||
+ | .firstHeading { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | #footer-box{ | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
- | + | body { | |
+ | background-color: rgba(220, 235, 221, 1); | ||
+ | background-image: url(''); | ||
+ | background-position: center; | ||
+ | } | ||
+ | #p-logo { | ||
+ | height:1px; overflow:hidden; display: none; | ||
+ | } | ||
+ | #top-section { | ||
- | + | background-repeat: no-repeat; | |
- | + | border-width:0px; | |
- | + | border-top-width:1px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | } | ||
- | + | #search-controls { | |
- | { | + | height:0px; |
- | + | visibility:hidden; | |
- | + | } | |
+ | #content { | ||
+ | background-color: rgba(255, 255, 255, 0); | ||
+ | border-left:none; | ||
+ | border-right:none; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #navbar | ||
+ | ul.navbar { | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | list-style-type:none; | ||
+ | } | ||
- | + | ul.navbar a { | |
+ | float:left; | ||
+ | text-align:center; | ||
+ | width:7em; | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | background-color:#1A2B32; | ||
+ | padding:0.2em 0.6em; | ||
+ | border-right:1px solid white; | ||
+ | } | ||
+ | ul.navbar a:hover {background-color:#A3ABAE;} | ||
+ | ul.navbar li {display:inline;} | ||
- | + | #long { | |
- | + | width:10em; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | .navbar { | ||
+ | padding:2 10px; | ||
+ | } | ||
+ | navig{position:fixed; top:12px; left:12px; right:12px; z-index:3000; min-width:450px; | ||
+ | background:url("https://static.igem.org/mediawiki/2012/b/b8/Igemlogo.fw.png") top left no-repeat; | ||
+ | background-position: 20px 0px; | ||
+ | display: inline; | ||
+ | float: left; | ||
+ | height: 50px; | ||
+ | margin-bottom: 0; | ||
- | + | background-color:rgba(120,154,161,0.6); | |
- | + | height:48px; | |
- | + | /* Firefox v1.0+ */ | |
- | + | -moz-border-radius:12px ; | |
- | + | /* Safari v3.0+ and by Chrome v0.2+ */ | |
- | + | -webkit-border-radius:12px ; | |
- | + | /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+ and by IE v9.0+ */ | |
- | + | border-radius:12px ; | |
- | + | /* Firefox v3.5+ */ | |
- | + | -moz-box-shadow:0px 7px 15px rgb(0,0,0) ,inset 0px 0px 11px rgba(0,0,0,0.59); | |
- | + | /* Safari v3.0+ and by Chrome v0.2+ */ | |
+ | -webkit-box-shadow:0px 7px 15px rgb(0,0,0) ,inset 0px 0px 11px rgba(0,0,0,0.59); | ||
+ | /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */ | ||
+ | box-shadow:0px 7px 15px rgb(0,0,0) ,inset 0px 0px 11px rgba(0,0,0,0.59); | ||
+ | -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=7,Color=#c9000000,Positive=true)"; | ||
+ | filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=7,Color=#c9000000,Positive=true); | ||
- | |||
- | |||
+ | } | ||
- | == '''Where we're from | + | /* begin css tabs */ |
+ | |||
+ | ul#tabnav { /* general settings */ | ||
+ | text-align: right; /* set to left, right or center */ | ||
+ | margin: 1em 0 1em 0; /* set margins as desired */ | ||
+ | font: bold 13px verdana, arial, sans-serif; /* set font as desired */ | ||
+ | color:#a1787f; | ||
+ | border-bottom: 0px solid #6c6; /* set border COLOR as desired */ | ||
+ | list-style-type: none; | ||
+ | padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */ | ||
+ | position:fixed; top:12px; left:12px; right:12px; z-index:3000; | ||
+ | } | ||
+ | |||
+ | ul#tabnav li { /* do not change */ | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */ | ||
+ | border-bottom: 1px solid #fff; /* set border color to page background color */ | ||
+ | background-color: #fff; /* set background color to match above border color */ | ||
+ | } | ||
+ | |||
+ | body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */ | ||
+ | background-color: #fff; /* set selected tab background color as desired */ | ||
+ | color: #000; /* set selected tab link color as desired */ | ||
+ | position:relative; | ||
+ | top: 1px; | ||
+ | padding-top: 2px; /* must change with respect to padding (X) above and below */ | ||
+ | } | ||
+ | |||
+ | ul#tabnav li a { /* settings for all tab links */ | ||
+ | padding: 4px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */ | ||
+ | /*border: 1px solid #6c6; set border COLOR as desired; usually matches border color specified in #tabnav */ | ||
+ | |||
+ | background-color:rgba(74,92,97, 0); | ||
+ | color: #000000; | ||
+ | background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgba(74,92,97, 0.3), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(74,92,97, 0.3), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -o-radial-gradient(50% 50%, ellipse cover, rgba(74,92,97, 0.3), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgba(74,92,97, 0.3), rgba(74,92,97, 0) 100%); | ||
+ | background-image: radial-gradient(50% 50%, ellipse cover, rgba(74,92,97, 0.3), rgba(74,92,97, 0) 100%) | ||
+ | |||
+ | |||
+ | /*background-color: #cfc; set unselected tab background color as desired */ | ||
+ | color: #000000; /* set unselected tab link color as desired */ | ||
+ | margin-right: 0px; /* set additional spacing between tabs as desired */ | ||
+ | text-decoration: none; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | ul#tabnav a:hover { /* settings for hover effect */ | ||
+ | background-color:rgba(255,255,255, 0); | ||
+ | color: #000000; | ||
+ | background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -o-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%); | ||
+ | background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%); | ||
+ | background-image: radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%) | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var _gaq = _gaq || []; | ||
+ | _gaq.push(['_setAccount', 'UA-32492100-1']); | ||
+ | _gaq.push(['_trackPageview']); | ||
+ | |||
+ | (function() { | ||
+ | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
+ | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
+ | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
+ | })(); | ||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <navig><ul id="tabnav"> | ||
+ | <li class="tab1"><a href="/Team:Virginia">Home</a></li> | ||
+ | <li class="tab2"><a href="/Team:Virginia/Team">Team</a></li> | ||
+ | <li class="tab3"><a href="https://igem.org/Team.cgi?year=2012&team_name=Virginia">Official Team Profile</a></li> | ||
+ | <li class="tab4"><a href="/Team:Virginia/Project">Project</a></li> | ||
+ | <li class="tab5"><a href="/Team:Virginia/Parts">Parts</a></li> | ||
+ | <li class="tab6"><a href="/Team:Virginia/Modeling">Modeling</a></li> | ||
+ | <li class="tab7"><a href="/Team:Virginia/Notebook">Notebook</a></li> | ||
+ | <li class="tab8"><a href="/Team:Virginia/Safety">Safety</a></li> | ||
+ | <li class="tab9"><a href="/Team:Virginia/Attributions">Attributions</a></li> | ||
+ | </ul></navig> | ||
+ | </p><p><br /> | ||
+ | </p> | ||
+ | <p><br /> | ||
+ | <div align="center"> | ||
+ | |||
+ | <a name="top" id="top"></a> | ||
+ | <h1 class="firstHeading">Team:Virginia/Team</h1> | ||
+ | <div id="bodyContent"> | ||
+ | <h3 id="siteSub" class='noprint'>From 2012.igem.org</h3> | ||
+ | <div id="contentSub"></div> | ||
+ | <!-- | ||
+ | <div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div>--> | ||
+ | <!-- start content --> | ||
+ | <table align="justify"> | ||
+ | <tr> | ||
+ | <td>You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | ||
+ | </td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/index.php?title=Special:Upload&wpDestFile=Virginia_logo.png" class="new" title="File:Virginia logo.png">File:Virginia logo.png</a> <div class="thumbcaption">200px</div></div></div> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/index.php?title=Special:Upload&wpDestFile=Virginia_team.png" class="new" title="File:Virginia team.png">File:Virginia team.png</a> <div class="thumbcaption">Your team picture</div></div></div> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td><td align="center"><a href="/Team:Virginia" title="Team:Virginia"> Team Virginia</a> | ||
+ | </td></tr></table> | ||
+ | <p><br /> | ||
+ | </p> | ||
+ | |||
+ | <p><br /> | ||
+ | </p> | ||
+ | <h2><span class="editsection">[<a href="/wiki/index.php?title=Team:Virginia/Team&action=edit&section=1" title="Edit section: Who we are">edit</a>]</span> <span class="mw-headline" id="Who_we_are"> <b>Who we are</b> </span></h2> | ||
+ | <table border="0"> | ||
+ | |||
+ | <tr> | ||
+ | <td rowspan="3"> | ||
+ | <p><br /> | ||
+ | <b>Advisors:</b> | ||
+ | </p> | ||
+ | <ul><li><b>Dr. Kimberly Kelly</b>: Biomedical Engineering | ||
+ | </li><li><b>Dr. Keith Kozminski</b>: Biology and Cell Biology | ||
+ | </li><li><b>Dr. Inchan Kwon</b>: Chemical Engineering | ||
+ | </li><li><b>Dr. Erik Hewlett</b>: Infectious Diseases | ||
+ | </li><li><b>Dr. Jason Papin</b>: Biomedical Engineering | ||
+ | </li></ul> | ||
+ | <p><br /> | ||
+ | <b>Team:</b> | ||
+ | </p> | ||
+ | <ul><li><b>Josh Fass</b>: Biomedical Engineering 2014 | ||
+ | </li><li><b>Jackie Grimm</b>: Biology 2012 | ||
+ | </li><li><b>Syed Hassan</b>: Computer Science 2014 | ||
+ | </li><li><b>John Hubczak</b>: Chemical Engineering 2013 | ||
+ | </li><li><b>Shaun Moshasha</b>: Biochemistry and Physics 2013 | ||
+ | </li><li><b>Joe Muldoon</b>: Biology and Biochemistry 2013 | ||
+ | </li><li><b>Omar Raza</b>: Biology 2014 | ||
+ | </li><li><b>Yanzhi Yang</b>: Chemical Engineering 2014 | ||
+ | </li><li><b>Alex Zorychta</b>: Biomedical Engineering and Cognitive Science 2013 | ||
+ | </li></ul> | ||
+ | <p><br /> | ||
+ | </p><p><br /> | ||
+ | </p> | ||
+ | </td><td> | ||
+ | <table class="gallery" cellspacing="0" cellpadding="0"> | ||
+ | <tr> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 1.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 1 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 2.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 2 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 3.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 3 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 4.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 4 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 5.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 5 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 6.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 6 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | <td><div class="gallerybox" style="width: 155px;"> | ||
+ | <div style="height: 152px;">Virginia Team member 7.png</div> | ||
+ | <div class="gallerytext"> | ||
+ | <p>Team member 7 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </td></tr></table> | ||
+ | <h2><span class="editsection">[<a href="/wiki/index.php?title=Team:Virginia/Team&action=edit&section=2" title="Edit section: What we did">edit</a>]</span> <span class="mw-headline" id="What_we_did"> <b>What we did</b> </span></h2> | ||
+ | <p>(Provide proper attribution for all work) | ||
+ | </p><p><br /> | ||
+ | </p> | ||
+ | <h2><span class="editsection">[<a href="/wiki/index.php?title=Team:Virginia/Team&action=edit&section=3" title="Edit section: Where we're from">edit</a>]</span> <span class="mw-headline" id="Where_we.27re_from"> <b>Where we're from</b> </span></h2> |
Revision as of 21:01, 24 August 2012
Team:Virginia/Team
From 2012.igem.org
You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | |
Team Virginia |
[edit] Who we are
|
|
[edit] What we did
(Provide proper attribution for all work)