|
|
(37 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
| <head> | | <head> |
- | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | + | <style> |
- | <title>VitaYeast - Johns Hopkins University, iGEM 2011</title>
| + | |
- | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/default?action=raw&ctype=text/css" />
| + | |
- | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/defaultnivo?action=raw&ctype=text/css" type="text/css"/>
| + | |
- | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/nivo?action=raw&ctype=text/css" type="text/css"/>
| + | |
- | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/gallerifficcss?action=raw&ctype=text/css" type="text/css"/>
| + | |
| | | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | + | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> |
- | <script src="https://2011.igem.org/Team:Johns_Hopkins/Templates/droplinemenu?action=raw&ctype=text/javascript" type="text/javascript"></script>
| + | <script type="text/javascript" src="https://igem.org/User:Ssharif/coin-slider.min.js&action=raw&ctype=text/javascript></script> |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/nivosliderpack?action=raw&ctype=text/javascript"></script> | + | <script type="text/javascript" src="https://igem.org/User:Ssharif/coin-slider.js&action=raw&ctype=text/javascript></script> |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/hoverintent?action=raw&ctype=text/javascript"></script>
| + | <link rel="stylesheet" href="https://igem.org/User:Ssharif/coin-slider-style.css&action=raw&ctype=text/css" type="text/css" /> |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/galleriffic?action=raw&ctype=text/javascript"></script> | + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/opacityrollover?action=raw&ctype=text/javascript"></script>
| + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/jqueryhistory?action=raw&ctype=text/javascript"></script> | + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/profile?action=raw&ctype=text/javascript"></script>
| + | |
- | <script type="text/javascript"
| + | |
- | src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
| + | |
- | </script>
| + | |
- | <script type="text/javascript">
| + | |
- | //build menu with DIV ID="myslidemenu" on page:
| + | |
- | droplinemenu.buildmenu("mydroplinemenu")
| + | |
| | | |
- | //Nivoslider | + | /*background image*/ |
- | $(window).load(function() {
| + | body |
- | $('#slider').nivoSlider({
| + | { |
- | effect:'fade',
| + | background-image:url('https://static.igem.org/mediawiki/2012/b/bf/Pat_bg3.png'); |
- | pauseOnHover:true
| + | min-height:100%; |
- | });
| + | height:100%; |
- | });
| + | text-align:left; |
| + | } |
| | | |
- | //Profile script from http://www.willmaster.com/library/web-development/replace-div-content.php | + | /* no iGEM logo */ |
- | function ReplaceContentInContainer(id,content) {
| + | div#p-logo |
- | var container = document.getElementById(id);
| + | { |
- | container.innerHTML = content;
| + | display:none; |
| } | | } |
| | | |
- | </script>
| |
| | | |
| + | div#top-section |
| + | { |
| + | height:150px; |
| + | background-size: 975px 150px; |
| + | background-image:url('https://static.igem.org/mediawiki/2012/8/83/Ban1.png'); |
| + | border: none; |
| + | } |
| + | |
| + | /* no search */ |
| + | div#search-controls |
| + | { |
| + | display:none; |
| + | } |
| + | |
| + | /*footer*/ |
| + | div#footer-box |
| + | { |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | background: transparent; |
| + | border: none; |
| + | width: 70%; |
| + | } |
| + | |
| + | h1, h2, h3 |
| + | { |
| + | color:#FFF200; |
| + | border-bottom-width:0px; |
| + | } |
| + | h1 |
| + | { |
| + | font-family:"Terminal Dosis Light", sans-serif; |
| + | font-size:17pt; |
| + | letter-spacing:1px; |
| + | text-transform:uppercase; |
| + | } |
| + | h1.firstHeading |
| + | { |
| + | display:none; |
| + | } |
| + | h2 |
| + | { |
| + | font-family:"Open Sans Condensed", sans-serif; |
| + | font-size:15pt; |
| + | } |
| + | h3 |
| + | { |
| + | font-family:"Open Sans Condensed", sans-serif; |
| + | font-size:13pt; |
| + | } |
| + | p, li, td |
| + | { |
| + | font-family:"Tahoma", sans-serif; |
| + | font-size:11pt; |
| + | color:#D0D0D0; |
| + | } |
| + | |
| + | #globalWrapper |
| + | { |
| + | background-image:url('https://static.igem.org/mediawiki/2012/d/d9/Pat_bg.png'); |
| + | } |
| + | |
| + | #content |
| + | { |
| + | background-color:#3F3E40; |
| + | text-align:center; |
| + | border-style:solid; |
| + | border-color:#707070; |
| + | border-width: 1px 1px 1px 1px; |
| + | } |
| + | a |
| + | |
| + | { |
| + | font-family:"Tahoma", sans-serif; |
| + | font-size:11pt; |
| + | color:#313436; |
| + | font-weight:normal; |
| + | text-decoration:underline; |
| + | } |
| + | |
| + | a:visited |
| + | { |
| + | color:#BBBBBB; |
| + | } |
| + | strong.selflink |
| + | { |
| + | font-family:"Tahoma", sans-serif; |
| + | font-size:11pt; |
| + | color:#FFF200; |
| + | font-weight:normal |
| + | } |
| + | #catlinks |
| + | { |
| + | background-color:#3F3E40; |
| + | border-width:0px; |
| + | } |
| + | div.column |
| + | { |
| + | text-align: left; |
| + | width:340px; |
| + | margin:50px; |
| + | padding:20px; |
| + | float:left; |
| + | } |
| + | div#circlemenu |
| + | { |
| + | margin:auto; |
| + | height:125px; |
| + | } |
| + | div#circlemenuwrapper |
| + | { |
| + | position:relative; |
| + | text-align: center; |
| + | } |
| + | div.pic |
| + | { |
| + | float:left; |
| + | width:380px; |
| + | height:300px; |
| + | margin:50px; |
| + | background-repeat:no-repeat; |
| + | background-size:100%; |
| + | } |
| + | div.picinfo |
| + | { |
| + | text-align:left; |
| + | float:right; |
| + | width:380px; |
| + | height:300px; |
| + | margin:50px; |
| + | background-repeat:no-repeat; |
| + | background-size:100%; |
| + | } |
| + | |
| + | </style> |
| </head> | | </head> |
| <body> | | <body> |
- | <div id="banner">
| + | |
- | <a href="https://2011.igem.org/Team:Johns_Hopkins"><img src="https://static.igem.org/mediawiki/2011/e/e9/Jhuigemlogo.png"></a>
| + | <div id='coin-slider'> |
- | <a href="https://2011.igem.org/"><img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" align="right" height="50"/></a>
| + | <a href="img01_url" target="_blank"> |
- | </div> | + | <img src='' > |
- | <div id="mydroplinemenu" class="droplinebar">
| + | <span> |
- | <ul> | + | Description for img01 |
- | <li><a href="#">Team</a>
| + | </span> |
- | <ul>
| + | </a> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Team/Members">Members</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Team/Acknowledgements">Acknowledgements</a></li>
| + | <a href="imgN_url"> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Team/Advisors">Advisors</a></li>
| + | <img src='http://farm9.staticflickr.com/8039/7987219806_9c7a481a41_b.jpg' > |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Team/Sponsors">Sponsors</a></li>
| + | <span> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Team/Attributions">Attributions</a></li>
| + | Description for imgN |
- | <li><a href="/Team:Johns_Hopkins/Team/Gallery">Gallery</a></li>
| + | </span> |
- | </ul>
| + | </a> |
- | </li>
| + | </div> |
- | <li><a href="#">Vitamins</a> | + | |
- | <ul>
| + | <script type="text/javascript"> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Vit/Bg">Background</a></li>
| + | $(document).ready(function() { |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Vit/Over">Overview</a></li>
| + | $('#coin-slider').coinslider(); |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/VitA">Vitamin A</a></li>
| + | }); |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/VitC">Vitamin C</a></li>
| + | </script> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/MeasureQuant">Measurements</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/Baking">Applications</a></li>
| + | </body> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Vit/Results">Results</a></li>
| + | </html> |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Vit/Future">Future Plans</a></li>
| + | |
- | </ul>
| + | |
- | </li> | + | |
- | <li><a href="#">Yeast Toolkit</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/YT/Bg">Background</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/YT/Over">Overview</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/PromUTR">Promoters and UTRs</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/Violacein">Violacein</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Project/Vector">Yeast Vector Library</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/YT/Results">Results</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/YT/Future">Future Plans</a></li>
| + | |
- | </ul>
| + | |
- | </li> | + | |
- | <li><a href="#">Human Practices</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/HumanPrac">Overview</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/IRBProcess">IRB Approval</a></li>
| + | |
- | </ul> </li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Data">Data</a></li>
| + | |
- | <li><a href="#">Modeling</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Modeling/Platforms">Platform</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Modeling/LBSMod">LBS Models</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Modeling/Opt">Optimization</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Modeling/Sensitivity">Sensitivity</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Modeling/ParaFit">Parameter Fitting</a></li>
| + | |
- | </ul>
| + | |
- | </li> | + | |
- | <li><a href="#">Notebook</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Notebook/Protocols">Protocols</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Notebook/VitExperiments">Vitamin Experiments</a></li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Notebook/YTExperiments">Yeast Toolkit Experiments</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li><a href="https://2011.igem.org/Team:Johns_Hopkins/Safety">Safety</a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |