Team:NYMU-Taipei
From 2008.igem.org
(Difference between revisions)
Blackrabbit (Talk | contribs) (New main page design!) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
<html> | <html> | ||
+ | <script> | ||
+ | function haxbackground(){ | ||
+ | document.getElementById('cartoonmap').style.backgroundImage='url(https://static.igem.org/mediawiki/2008/6/6e/NYMU_main_page_800bw.png)'; | ||
+ | } | ||
+ | function unhaxbackground(){ | ||
+ | document.getElementById('cartoonmap').style.backgroundImage="url('https://static.igem.org/mediawiki/2008/b/be/NYMU_main_page_800.png')"; | ||
+ | } | ||
+ | </script> | ||
<style> | <style> | ||
- | #cartoonmap{ | + | dl#cartoonmap{ |
+ | background:url('https://static.igem.org/mediawiki/2008/b/be/NYMU_main_page_800.png') transparent top left no-repeat; | ||
display:block; | display:block; | ||
position:relative; | position:relative; | ||
- | width: | + | width:800px; |
- | height: | + | height:550px; |
+ | margin:0px; | ||
- | |||
border:1px solid gray; | border:1px solid gray; | ||
+ | } | ||
+ | dl#cartoonmap dt{ | ||
+ | display:none; | ||
} | } | ||
- | + | /* Common stuff between links */ | |
- | /* | + | dl#cartoonmap dd a{ |
- | #cartoonmap | + | |
position:absolute; | position:absolute; | ||
- | |||
- | |||
- | |||
- | + | border:1px dashed silver; | |
- | + | text-decoration: none; | |
- | + | ||
} | } | ||
- | #cartoonmap | + | dl#cartoonmap dd a span{ |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | /* | + | /* link positions (x,y,w,h) */ |
- | #cartoonmap | + | dl#cartoonmap dd#ph a{ left:0px; bottom:0px; width:135px; height:370px; } |
- | + | dl#cartoonmap dd#at a{ left:135px; bottom:0px; width:100px; height:185px; } | |
- | + | dl#cartoonmap dd#u a{ left:235px; bottom:0px; width:85px; height:185px; } | |
- | + | dl#cartoonmap dd#g a{ left:320px; bottom:0px; width:100px; height:185px; } | |
- | + | dl#cartoonmap dd#p a{ left:420px; bottom:0px; width:110px; height:185px; } | |
- | } | + | dl#cartoonmap dd#time a{ left:530px; bottom:0px; width:270px; height:300px; } |
- | #cartoonmap a | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | #cartoonmap a | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | #cartoonmap a | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | #cartoonmap a | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | #cartoonmap a | + | |
- | + | ||
- | + | ||
- | + | ||
+ | /* link hover doings */ | ||
+ | dl#cartoonmap dd a:hover{ | ||
+ | border-style:solid; | ||
+ | border-width:1px; | ||
+ | background:url('https://static.igem.org/mediawiki/2008/b/be/NYMU_main_page_800.png') transparent top left no-repeat; | ||
} | } | ||
- | #cartoonmap a# | + | /* colored borders! */ |
- | #cartoonmap a# | + | dl#cartoonmap dd#ph a:hover, dl#cartoonmap dd#ph a:hover span, dl#cartoonmap dd#ph a:hover span div.first{ border-color:violet; } |
- | #cartoonmap a# | + | dl#cartoonmap dd#at a:hover, dl#cartoonmap dd#at a:hover span, dl#cartoonmap dd#at a:hover span div.first{ border-color:orange; } |
- | #cartoonmap a# | + | dl#cartoonmap dd#u a:hover, dl#cartoonmap dd#u a:hover span, dl#cartoonmap dd#u a:hover span div.first{ border-color:red; } |
- | #cartoonmap a# | + | dl#cartoonmap dd#g a:hover, dl#cartoonmap dd#g a:hover span, dl#cartoonmap dd#g a:hover span div.first{ border-color:gold; } |
- | #cartoonmap a# | + | dl#cartoonmap dd#p a:hover, dl#cartoonmap dd#p a:hover span, dl#cartoonmap dd#p a:hover span div.first{ border-color:green; } |
- | + | dl#cartoonmap dd#time a:hover, dl#cartoonmap dd#time a:hover span, dl#cartoonmap dd#time a:hover span div.first{ border-color:lightblue; } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
+ | dl#cartoonmap dd#ph a:hover span div.first {background:#ecf; color:#333;} | ||
+ | dl#cartoonmap dd#at a:hover span div.first {background:#fc3; color:#333;} | ||
+ | dl#cartoonmap dd#u a:hover span div.first {background:#fcc; color:#333;} | ||
+ | dl#cartoonmap dd#g a:hover span div.first {background:#ffa; color:#333;} | ||
+ | dl#cartoonmap dd#p a:hover span div.first {background:#cfc; color:#333;} | ||
+ | dl#cartoonmap dd#time a:hover span div.first {background:lightblue; color:#333;} | ||
+ | |||
+ | /* subsequent hover positions (change when link positions change) (-left,h-imgH) */ | ||
+ | dl#cartoonmap dd#ph a:hover{ background-position:0px -180px; } | ||
+ | dl#cartoonmap dd#at a:hover{ background-position:-135px -365px; } | ||
+ | dl#cartoonmap dd#u a:hover{ background-position:-235px -365px; } | ||
+ | dl#cartoonmap dd#g a:hover{ background-position:-320px -365px; } | ||
+ | dl#cartoonmap dd#p a:hover{ background-position:-420px -365px; } | ||
+ | dl#cartoonmap dd#time a:hover{ background-position:-530px -250px; } | ||
/* | /* | ||
- | + | link hover spans place everything at (180,10) | |
- | + | put=new-old puttop=new-(imageheight-(bottom+height)) | |
- | + | ||
- | + | ||
*/ | */ | ||
- | #cartoonmap | + | dl#cartoonmap dd a:hover span{ |
+ | display:block; | ||
position:absolute; | position:absolute; | ||
- | + | ||
- | + | width:600px; | |
- | + | height:206px; | |
- | + | ||
- | + | border-width:1px; | |
+ | border-style:solid; | ||
+ | |||
+ | color:black; | ||
+ | background-color:white; | ||
} | } | ||
- | #cartoonmap a:hover span. | + | dl#cartoonmap dd a:hover span div.first{ |
- | + | ||
display:block; | display:block; | ||
- | + | font-size:120%; | |
- | + | font-weight:bold; | |
+ | padding:2px; | ||
+ | text-align:center; | ||
+ | border-bottom:1px dashed; | ||
} | } | ||
- | #cartoonmap a | + | dl#cartoonmap dd a:hover span div.rest{ |
- | + | font-size:12pt; | |
- | + | font-face:Arial; | |
+ | margin-left:1em; | ||
} | } | ||
- | #cartoonmap | + | dl#cartoonmap dd#ph a:hover span{ |
- | left: | + | left:180px; |
- | top:- | + | top:-170px; |
} | } | ||
- | #cartoonmap a | + | dl#cartoonmap dd#at a:hover span{ |
- | left: | + | left:45px; |
- | top:- | + | top:-355px; |
} | } | ||
- | #cartoonmap | + | dl#cartoonmap dd#u a:hover span{ |
- | left:- | + | left:-55px; |
- | top:- | + | top:-355px; |
} | } | ||
- | #cartoonmap | + | dl#cartoonmap dd#g a:hover span{ |
left:-140px; | left:-140px; | ||
- | top:- | + | top:-355px; |
} | } | ||
- | #cartoonmap a# | + | dl#cartoonmap dd#p a:hover span{ |
- | left:- | + | left:-240px; |
- | top:- | + | top:-355px; |
+ | } | ||
+ | dl#cartoonmap dd#time a:hover span{ | ||
+ | left:-350px; | ||
+ | top:-240px; | ||
} | } | ||
+ | /* Others that don't fit into a pattern */ | ||
+ | dl#cartoonmap dd#banner span img{ | ||
+ | position:absolute; | ||
+ | left:183px; | ||
+ | top:13px; | ||
+ | width:600px; | ||
+ | height:200px; | ||
- | /* | + | /* For preloading purposes only */ |
- | + | background:url('https://static.igem.org/mediawiki/2008/6/6e/NYMU_main_page_800bw.png') transparent no-repeat; | |
- | + | background-position:-800px -800px; | |
} | } | ||
+ | </style> | ||
+ | <dl id="cartoonmap"> | ||
+ | <dt>Banner</dt> | ||
+ | <dd id="banner"> | ||
+ | <span><img src="https://static.igem.org/mediawiki/2008/9/92/NYMU_banner_600.png" width="600" alt="BacToKidney - A better quality of life"></span> | ||
+ | </dd> | ||
- | / | + | <dt>pH Sensor</dt> |
- | + | <dd id="ph"><a href="./Team:NYMU-Taipei/Project/pH_Sensor" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | |
- | + | <span><div class="first">pH Sensor</div> | |
- | + | <div class="rest">A sensor of proton concentration (pH). Activates in a high pH environment.</div></span> | |
- | + | </a></dd> | |
- | + | ||
- | + | <dt>Attachment</dt> | |
- | + | <dd id="at"><a href="./Team:NYMU-Taipei/Project/Attachment" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | |
- | + | <span><div class="first">Attachment</div> | |
- | + | <div class="rest">Attachment to the small intestine.</div></span> | |
- | + | </a></dd> | |
- | + | ||
- | + | <dt>Urea</dt> | |
- | + | <dd id="u"><a href="./Team:NYMU-Taipei/Project/Urea" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | |
- | + | <span><div class="first">Clearance of Urea</div> | |
- | + | <div class="rest">A Urea clearance device.</div></span> | |
- | + | </a></dd> | |
- | + | ||
- | + | <dt>Guanidine</dt> | |
- | + | <dd id="g"><a href="./Team:NYMU-Taipei/Project/Guanidine" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | |
- | + | <span><div class="first">Clearance of Guanidine</div> | |
- | + | <div class="rest">The device managing the clearance of guanidino compounds.</div></span> | |
- | + | </a></dd> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
+ | <dt>Phosphate</dt> | ||
+ | <dd id="p"><a href="./Team:NYMU-Taipei/Project/Phosphate" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span><div class="first">Clearance of Phosphate</div> | ||
+ | <div class="rest">A Phosphate clearance and balance device.</div></span> | ||
+ | </a></dd> | ||
- | + | <dt>Time Regulation</dt> | |
- | < | + | <dd id="time"><a href="./Team:NYMU-Taipei/Project/Time_Regulation" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> |
- | + | <span><div class="first">Time Regulation</div> | |
- | + | <div class="rest">Using oscillators to measure time, it enables detachment from the small intestine after a certain amount of time.</div></span> | |
- | < | + | </a></dd> |
- | + | </dl> | |
- | + | ||
- | <span | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </a></ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</html> | </html> | ||
{{:Team:NYMU-Taipei/Links}} | {{:Team:NYMU-Taipei/Links}} | ||
Line 234: | Line 188: | ||
- | {| style="width: | + | {| style="width:800px;border:1px solid gray;" |
|- | |- | ||
| style="vertical-align:top;width:50%;border-right:1px solid gray;" | <font size="4"><b>'''BacToKidney'''</b></font> - ''Hope through Research''. | | style="vertical-align:top;width:50%;border-right:1px solid gray;" | <font size="4"><b>'''BacToKidney'''</b></font> - ''Hope through Research''. |
Revision as of 18:03, 6 August 2008
- Banner
- pH Sensor
-
pH SensorA sensor of proton concentration (pH). Activates in a high pH environment.
- Attachment
-
AttachmentAttachment to the small intestine.
- Urea
-
Clearance of UreaA Urea clearance device.
- Guanidine
-
Clearance of GuanidineThe device managing the clearance of guanidino compounds.
- Phosphate
-
Clearance of PhosphateA Phosphate clearance and balance device.
- Time Regulation
-
Time RegulationUsing oscillators to measure time, it enables detachment from the small intestine after a certain amount of time.
Home | Project Overview: | pH Sensor | Attachment | Time Regulation | Waste Removal | Experiments and Parts | About Us |
BacToKidney - Hope through Research.
| News and Updates.
|