Team:MIT/miRNA

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{MIT-header}}<!--content-->
+
{{MIT-header}}
-
<tr>outline for this page:
+
 
-
sub-team
+
{{MIT-album}}
-
Divisions (each group should probably be a page)
+
<html>
-
<br />--Goal/background/why
+
<head></head>
-
<br />--System
+
 
-
<br />--diagram and mechanism walk through
+
<body>
-
<br />--Results (new page)
+
<div align="center">
-
<br />---section for each experiment (collapsible, with descriptive heading and quick meaning (pass/fail))
+
 
-
<br />----Motivation for test
+
<img name="mainimage" border="1">
-
<br />----methods as applicable
+
 
-
<br />----results (graphs etc)
+
<br>
-
<br />----meaning
+
 
-
<br />-----why its a pass/fail
+
<input type="button" value="Back" onclick="javascript:prevImage()">
-
<br />-----implications (eg the protein assembles correctly)
+
 
-
<br />--future
+
 
-
<br />---Other applications
+
 
-
<br />---future experiments
+
<select id="list" onchange="javascript:changeImage()">
-
<br />---tuning and signal processing
+
 
-
</tr>
+
<option value="http://imgs.xkcd.com/comics/reduce_your_payments.png">First Image</option>
 +
 
 +
<option value="http://imgs.xkcd.com/comics/ios_keyboard.png">Second Image</option>
 +
 
 +
<option value="http://imgs.xkcd.com/comics/move_fast_and_break_things.png">Third Image</option>
 +
 
 +
<option value="http://imgs.xkcd.com/comics/data.png">Fourth Image</option>
 +
 
 +
</select>
 +
 
 +
 
 +
 
 +
<input type="button" value="Next" onclick="javascript:nextImage()">
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<p><center>
 +
 
 +
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
 +
 
 +
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
 +
 
 +
</center>
 +
</body>
 +
</html>

Revision as of 03:37, 10 October 2014

 


Image Map


Free JavaScripts provided
by The JavaScript Source