Team:Chiba
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg"> | <body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg"> | ||
Line 115: | Line 114: | ||
<body> | <body> | ||
+ | <h2>Chiba Univ.</h2> | ||
<div id="tabsE"> | <div id="tabsE"> | ||
<ul> | <ul> | ||
Line 127: | Line 127: | ||
<li><a href="https://2010.igem.org/Team:Chiba/Project"><span>Project</span></a> | <li><a href="https://2010.igem.org/Team:Chiba/Project"><span>Project</span></a> | ||
<ul style="z-index:1"><br> | <ul style="z-index:1"><br> | ||
- | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Project"> | + | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Project">test1 Project</a></li> |
- | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_1"> | + | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_1">test2</a></li> |
- | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_2"> | + | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_2">test3</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2010.igem.org/Team:Chiba/ | + | <li><a href="https://2010.igem.org/Team:Chiba/Part"><span>Part</span></a></li> |
<li><a href="https://2010.igem.org/Team:Chiba/Modeling"><span>Modeling</span></a></li> | <li><a href="https://2010.igem.org/Team:Chiba/Modeling"><span>Modeling</span></a></li> | ||
<li><a href="https://2010.igem.org/Team:Chiba/Result"><span>Result</span></a> | <li><a href="https://2010.igem.org/Team:Chiba/Result"><span>Result</span></a> | ||
Line 138: | Line 138: | ||
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid1">Plasmid 1</a></li> | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid1">Plasmid 1</a></li> | ||
<li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid2">Plasmid 2</a></li> | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid2">Plasmid 2</a></li> | ||
- | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/ | + | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/luxinvert">lux Promoter</a></li><br> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 148: | Line 148: | ||
</body> | </body> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<!--- The Mission, Experiments ---> | <!--- The Mission, Experiments ---> | ||
Line 175: | Line 165: | ||
{| border="0" cellpadding="50" cellspacing="0" align="center" | {| border="0" cellpadding="50" cellspacing="0" align="center" | ||
|- | |- | ||
- | |<html> | + | |<html><marquee> |
- | <font size=2 face=verdana>< | + | <BODY BGCOLOR="#ff6600"> |
- | Contact Us! Let's share inspirations! | + | |
- | </ | + | <SCRIPT LANGUAGE="JavaScript"> |
+ | <!-- | ||
+ | function MakeArray(n){ | ||
+ | this.length=n; | ||
+ | for(var i=1; i<=n; i++) this[i]=i-1; | ||
+ | return this | ||
+ | } | ||
+ | |||
+ | hex=new MakeArray(16); | ||
+ | hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F"; | ||
+ | |||
+ | function ToHex(x){ | ||
+ | var high=x/16; | ||
+ | var s=high+""; | ||
+ | s=s.substring(0,2); | ||
+ | high=parseInt(s,10); | ||
+ | var left=hex[high+1]; | ||
+ | var low=x-high*16; | ||
+ | s=low+""; | ||
+ | s=s.substring(0,2); | ||
+ | low=parseInt(s,10); | ||
+ | var right=hex[low+1]; | ||
+ | var string=left+""+right; | ||
+ | return string; | ||
+ | } | ||
+ | |||
+ | function rainbow(text){ | ||
+ | text=text.substring(3,text.length-4); | ||
+ | color_d1=255; | ||
+ | mul=color_d1/text.length; | ||
+ | for(i=0;i < text.length;i++){ | ||
+ | color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))" | ||
+ | color_h1=ToHex(color_d1); | ||
+ | color_d2=mul*i; | ||
+ | color_h2=ToHex(color_d2); | ||
+ | document.write("<FONT COLOR='#FF"+color_h1+color_h2+"'>"+text.substring(i,i+1)+'</FONT>'); | ||
+ | } | ||
+ | } | ||
+ | //--> | ||
+ | </SCRIPT> | ||
+ | |||
+ | <font size=2 face=verdana> | ||
+ | <SCRIPT> | ||
+ | { | ||
+ | rainbow | ||
+ | (" Contact Us! Let's share inspirations! "); | ||
+ | } | ||
+ | </SCRIPT> | ||
</font> | </font> | ||
+ | </body> | ||
+ | </marquee> | ||
</html> | </html> | ||
<br> | <br> | ||
Line 186: | Line 225: | ||
</center> | </center> | ||
</html> | </html> | ||
- | |align="center"| | + | |align="center"|<html><a href="https://static.igem.org/mediawiki/2010/0/0b/Chiba_02_2.jpg"><img src="https://static.igem.org/mediawiki/2010/0/0b/Chiba_02_2.jpg"></a></html> |
|} | |} | ||
<!--- The Mission, Experiments End ---> | <!--- The Mission, Experiments End ---> |
Revision as of 11:40, 18 October 2010
Chiba Univ.
|
Special Thanks! |
|