Team:Rutgers/Template/Header
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Rutgers 2013 iGEM Team: Biofuels in Biology</title> <link rel='stylesheet' type='text...") |
|||
Line 2: | Line 2: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
- | <title>Rutgers | + | <title>Rutgers 2011 iGEM Team: Complex Circuits in Synthetic Biology</title> |
- | + | <link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/menu?action=raw&ctype=text/css' /> | |
- | + | <link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/style?action=raw&ctype=text/css' /> | |
- | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
- | + | <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script> | |
+ | |||
+ | <link rel="stylesheet" href="http://zacstewart.github.com/Meow/jquery.meow.css" type="text/css" media="screen" title="no title" charset="utf-8"> | ||
+ | |||
+ | <link rel="stylesheet" href="https://raw.github.com/necolas/normalize.css/master/normalize.css" type="text/css" media="screen"> | ||
<style type="text/css"> | <style type="text/css"> | ||
/* Reset */ | /* Reset */ | ||
+ | |||
+ | |||
/* Showcase | /* Showcase | ||
-------------*/ | -------------*/ | ||
Line 54: | Line 60: | ||
{ | { | ||
position: absolute; | position: absolute; | ||
- | background: url('https://static.igem.org/mediawiki/ | + | background: url('https://static.igem.org/mediawiki/2011/f/f0/Arrows.png'); |
width: 33px; | width: 33px; | ||
height: 33px; | height: 33px; | ||
Line 101: | Line 107: | ||
.showcase-plus-anchor | .showcase-plus-anchor | ||
{ | { | ||
- | background-image: url('https://static.igem.org/mediawiki/ | + | background-image: url('https://static.igem.org/mediawiki/2011/2/2f/Plus.png'); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
Line 193: | Line 199: | ||
} | } | ||
- | |||
.showcase-thumbnail-cover | .showcase-thumbnail-cover | ||
{ | { | ||
Line 260: | Line 265: | ||
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal | .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal | ||
{ | { | ||
- | background-image: url('https://static.igem.org/mediawiki/ | + | background-image: url('https://static.igem.org/mediawiki/2011/5/59/Arrows-small.png'); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: block; | display: block; | ||
Line 334: | Line 339: | ||
</style> | </style> | ||
+ | |||
+ | <script src="http://zacstewart.github.com/Meow/jquery.meow.js" type="text/javascript" charset="utf-8"></script> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $.meow({ | ||
+ | message: $('#onready'), | ||
+ | icon: 'folder_32.png' | ||
+ | }); | ||
+ | $('#button').click(function () { | ||
+ | $.meow({ | ||
+ | message: $('#onclick'), | ||
+ | icon: 'folder_32.png' | ||
+ | }); | ||
+ | }); | ||
+ | $('#onchange').change(function () { | ||
+ | $.meow({ | ||
+ | title: 'I have a defined title!', | ||
+ | message: $('#onchange'), | ||
+ | /*icon: '/icons/chart_16.png'*/ | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $('#Link').click(function () { | ||
+ | $.meow({ | ||
+ | message: 'What goes here?', | ||
+ | icon: "83-calendar.png" | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $('#selectonchange').change(function () { | ||
+ | $.meow({ | ||
+ | message: $('#selectonchange'), | ||
+ | icon: 'folder_32.png' | ||
+ | }); | ||
+ | }); | ||
+ | $('#sticky').click(function () { | ||
+ | $.meow({ | ||
+ | message: 'I\'m a sticky meow!', | ||
+ | icon: 'folder_32.png', | ||
+ | sticky: true | ||
+ | }); | ||
+ | }); | ||
+ | $('#uncloseable').click(function () { | ||
+ | $.meow({ | ||
+ | message: 'I am uncloseable!', | ||
+ | icon: 'folder_32.png', | ||
+ | closeable: false | ||
+ | }); | ||
+ | }); | ||
+ | $('#callbacks').click(function () { | ||
+ | $.meow({ | ||
+ | message: 'I have callbacks!', | ||
+ | icon: 'folder_32.png', | ||
+ | beforeCreateFirst: function () { | ||
+ | alert(this + ' is the first meow!'); | ||
+ | }, | ||
+ | beforeCreate: function () { | ||
+ | alert('About to create ' + this); | ||
+ | }, | ||
+ | afterCreate: function () { | ||
+ | alert('Just created ' + this); | ||
+ | }, | ||
+ | onTimeout: function () { | ||
+ | alert(this + ' just timed out.'); | ||
+ | }, | ||
+ | beforeDestroy: function () { | ||
+ | alert('About to destroy ' + this); | ||
+ | }, | ||
+ | afterDestroy: function () { | ||
+ | alert('And it\'s gone'); | ||
+ | }, | ||
+ | afterDestroyLast: function () { | ||
+ | alert('There are no meows left :3'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
Line 412: | Line 498: | ||
<ul id="menu"> | <ul id="menu"> | ||
- | <li><a href="https:// | + | <li><a href="https://2011.igem.org/Team:Rutgers" class="drop">Home</a><!-- Begin Home Item --> |
Line 422: | Line 508: | ||
<div class="col_2"> | <div class="col_2"> | ||
- | <p>Hi and welcome here! This is the Rutgers iGEM Team of | + | <p>Hi and welcome here! This is the Rutgers iGEM Team of 2011's Official Wiki. </p> |
<p>Enjoy!</p> | <p>Enjoy!</p> | ||
</div> | </div> | ||
Line 436: | Line 522: | ||
<div class="col_5"> | <div class="col_5"> | ||
- | <h2>RUiGEM: | + | <h2>RUiGEM 2011: Complex is Simple</h2> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p class="black_box"> | + | <p class="black_box">Complex Circuits</p> |
</div> | </div> | ||
+ | <div class="col_1"> | ||
+ | <p><a href="https://2011.igem.org/Team:Rutgers/EAS1">Bacterial ETCH-A-SKETCH</a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="col_1"> | ||
- | + | <p><a href="https://2011.igem.org/Team:Rutgers/FA1">Bacterial FULL ADDER</a></p> | |
- | + | </div> | |
+ | <div class="col_1"> | ||
+ | <p><a href="https://2011.igem.org/Team:Rutgers/MYS!S">MYS!S BioBrick Optimizer</a></p> | ||
+ | </div> | ||
- | + | <div class="col_1"> | |
- | + | <p><a href="https://2011.igem.org/Team:Rutgers/MD1">Modeling</a></p> | |
- | + | </div> | |
+ | |||
+ | |||
+ | <div class="col_3"> | ||
+ | |||
+ | <img src="http://gears.rutgers.edu/images/icons/eas.png" width="70" height="70" class="img_left imgshadow" alt="" /> | ||
+ | <p>The Etch-a-Sketch project aims to create a lawn of bacteria that can be drawn on with a laser pointer. | ||
+ | <a href="https://2011.igem.org/Team:Rutgers/EAS1">Read more...</a></p> | ||
</div> | </div> | ||
- | <div class="col_3"> | + | <div class="col_3"> |
- | <p>The | + | <img src="http://gears.rutgers.edu/images/icons/bfa.png" width="70" height="70" class="img_left imgshadow" alt="" /> |
- | <a href="https:// | + | <p>The Full Adder project seeks to create bacteria that can mimic a digital full adder. |
- | + | <a href="https://2011.igem.org/Team:Rutgers/FA1">Read more...</a></p> | |
+ | </div> | ||
- | + | ||
+ | <div class="col_3"> | ||
+ | <img src="http://gears.rutgers.edu/images/icons/mys.png" width="70" height="70" class="img_left imgshadow" alt="" /> | ||
+ | <p>Rutgers iGEM software team strives to provide a tool to improve the standard parts registry by checking, and if need be modifying, the BioBrick parts. | ||
+ | <a href="https://2011.igem.org/Team:Rutgers/MYS!S">Read more...</a></p> | ||
+ | </div> | ||
Line 473: | Line 580: | ||
<div class="col_5"> | <div class="col_5"> | ||
- | <h2>RUiGEM | + | <h2>RUiGEM 2011: Complex is Simple</h2> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p class="black_box"> | + | <p class="black_box">Complex Circuits</p> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p><a href="https:// | + | <p><a href="https://2011.igem.org/Team:Rutgers/LB1">Our Lab Notebook</a></p> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p><a href="https:// | + | <p><a href="https://2011.igem.org/Team:Rutgers/References">Our References</a></p> |
</div> | </div> | ||
Line 507: | Line 614: | ||
<div class="col_5"> | <div class="col_5"> | ||
- | <h2>RUiGEM | + | <h2>RUiGEM 2011: The team and our appreciation to those that helped us.</h2> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p class="black_box"> | + | <p class="black_box">Complex Circuits</p> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p><a href="https:// | + | <p><a href="https://2011.igem.org/Team:Rutgers/Team">Our Team</a></p> |
</div> | </div> | ||
- | + | ||
+ | <div class="col_1"> | ||
+ | |||
+ | <p><a href="https://2011.igem.org/Team:Rutgers/Acknowledgements">Our Acknowledgements</a></p> | ||
+ | </div> | ||
+ | |||
</div><!-- End 5 columns container --> | </div><!-- End 5 columns container --> | ||
</li><!-- End 5 columns Item --> | </li><!-- End 5 columns Item --> | ||
Line 535: | Line 647: | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p class="black_box"> | + | <p class="black_box">Complex Circuits</p> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p><a href="https:// | + | <p><a href="https://2011.igem.org/Team:Rutgers/Safety">BioSafety</a></p> |
</div> | </div> | ||
<div class="col_1"> | <div class="col_1"> | ||
- | <p><a href="https:// | + | <p><a href="https://2011.igem.org/Team:Rutgers/HP1">Human Practices</a></p> |
</div> | </div> | ||
Line 557: | Line 669: | ||
- | <li><a href="https:// | + | <li><a href="https://2011.igem.org/Main_Page" class="drop">iGEM</a><!-- Begin 5 columns Item --> |
<div class="dropdown_3columns align_right"><!-- Begin 3 columns container --> | <div class="dropdown_3columns align_right"><!-- Begin 3 columns container --> | ||
Line 567: | Line 679: | ||
<ul class="greybox"> | <ul class="greybox"> | ||
- | <li><a href="https://2011.igem.org | + | <li><a href="https://2011.igem.org">2011 iGEM</a></li> |
<li><a href="http://en.wikipedia.org/wiki/Igem">Wikipedia/iGEM</a></li> | <li><a href="http://en.wikipedia.org/wiki/Igem">Wikipedia/iGEM</a></li> | ||
</ul> | </ul> | ||
Line 597: | Line 709: | ||
</ul> | </ul> | ||
- | |||
- | |||
- |
Revision as of 17:26, 7 August 2013