Team:NYMU-Taipei

From 2008.igem.org

(Difference between revisions)
(Prototype team page)
(fixed. >.<)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
<!-- [[Image:NYMU_banner 000.png|700px]]-->
 +
 
 +
<!--[[Image:MainCartoon.png|border|center|Bac2Kidney]]-->
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<script>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
function haxbackground(){
-
This is a template page. READ THESE INSTRUCTIONS.
+
document.getElementById('cartoonmap').style.backgroundImage='url(/wiki/images/7/7a/NYMU_main_pic_965px-bw.png)';
-
</div>
+
}
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
function unhaxbackground(){
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
document.getElementById('cartoonmap').style.backgroundImage="url('/wiki/images/c/c5/NYMU_main_pic_965px.png')";
-
</div>
+
}
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
</script>
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook. PLEASE keep all of your pages within your Team:Example namespace. 
+
<style>
-
</div>
+
dl#cartoonmap{
-
</div>
+
background:url('/wiki/images/c/c5/NYMU_main_pic_965px.png') transparent top left no-repeat;
 +
display:block;
 +
position:relative;
 +
width:965px;
 +
height:708px;
 +
margin:0px;
 +
 
 +
border:1px solid gray;
 +
}
 +
dl#cartoonmap dt{
 +
display:none;
 +
}
 +
 
 +
/* Common stuff between links */
 +
dl#cartoonmap dd a{
 +
position:absolute;
 +
 
 +
border:1px dashed silver;
 +
text-decoration: none;
 +
}
 +
dl#cartoonmap dd a span{
 +
display:none;
 +
}
 +
 
 +
/* link positions (x,y,w,h) */
 +
dl#cartoonmap dd#ph a{ left:50px; bottom:85px; width:135px; height:370px; z-index:200;}
 +
dl#cartoonmap dd#at a{ left:185px; bottom:85px; width:120px; height:200px; z-index:200;}
 +
dl#cartoonmap dd#u a{ left:305px; bottom:85px; width:100px; height:200px; z-index:200;}
 +
dl#cartoonmap dd#g a{ left:405px; bottom:85px; width:105px; height:200px; z-index:200;}
 +
dl#cartoonmap dd#p a{ left:510px; bottom:85px; width:110px; height:200px; z-index:200;}
 +
dl#cartoonmap dd#time a{ left:620px; bottom:85px; width:230px; height:200px; z-index:100;}
 +
 
 +
/* link hover doings */
 +
dl#cartoonmap dd a:hover{
 +
border-style:solid;
 +
border-width:1px;
 +
background:url('/wiki/images/c/c5/NYMU_main_pic_965px.png') transparent top left no-repeat;
 +
}
 +
/* colored borders! */
 +
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; }
 +
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; }
 +
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; }
 +
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; }
 +
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:-50px -253px; }
 +
dl#cartoonmap dd#at a:hover{ background-position:-185px -423px; }
 +
dl#cartoonmap dd#u a:hover{ background-position:-305px -423px; }
 +
dl#cartoonmap dd#g a:hover{ background-position:-405px -423px; }
 +
dl#cartoonmap dd#p a:hover{ background-position:-510px -423px; }
 +
dl#cartoonmap dd#time a:hover{ background-position:-620px -423px; }
 +
 
 +
/*
 +
link hover spans place everything at (180,10)
 +
put=new-old puttop=new-(imageheight-(bottom+height))
 +
*/
 +
dl#cartoonmap dd a:hover span{
 +
display:block;
 +
position:absolute;
 +
 
 +
width:700px;
 +
height:239px;
 +
 
 +
border-width:1px;
 +
border-style:solid;
 +
 
 +
color:black;
 +
background-color:white;
 +
}
 +
dl#cartoonmap dd a:hover span div.first{
 +
display:block;
 +
font-size:120%;
 +
font-weight:bold;
 +
padding:2px;
 +
text-align:center;
 +
border-bottom:1px dashed;
 +
}
 +
dl#cartoonmap dd a:hover span div.rest{
 +
font-size:12pt;
 +
font-face:Arial;
 +
margin-left:1em;
 +
}
 +
dl#cartoonmap dd#ph a:hover span{
 +
left:205px;
 +
top:-245px;
 +
}
 +
dl#cartoonmap dd#at a:hover span{
 +
left:70px;
 +
top:-415px;
 +
}
 +
dl#cartoonmap dd#u a:hover span{
 +
left:-50px;
 +
top:-415px;
 +
}
 +
dl#cartoonmap dd#g a:hover span{
 +
left:-150px;
 +
top:-415px;
 +
}
 +
dl#cartoonmap dd#p a:hover span{
 +
left:-255px;
 +
top:-415px;
 +
}
 +
dl#cartoonmap dd#time a:hover span{
 +
left:-365px;
 +
top:-415px;
 +
}
 +
 
 +
/* Others that don't fit into a pattern */
 +
dl#cartoonmap dd#banner span img{
 +
position:absolute;
 +
/*left:283px;*/
 +
right:10px;
 +
top:13px;
 +
width:700px;
 +
height:233px;
 +
 
 +
/* For preloading purposes only */
 +
background:url('/wiki/images/7/7a/NYMU_main_pic_965px-bw.png') transparent no-repeat;
 +
background-position:-965px -965px;
 +
}
 +
 
 +
</style>
 +
<dl id="cartoonmap">
 +
<dt>Banner</dt>
 +
<dd id="banner">
 +
<span><img src="/wiki/images/9/93/NYMU_Bannerinpic_700px.png" width="700" alt="BacToKidney - Toward 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>
</html>
</html>
 +
{{:Team:NYMU-Taipei/Links}}
-
<!-- *** End of the alert box *** -->
 
-
{|align="justify"
+
{| style="width:965px;border:1px solid gray;"
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|[[Image:Example_logo.png|200px|right|frame]]
+
|-
|-
-
|
+
| style="vertical-align:top;width:50%;border-right:1px solid gray;" |  <font size="4"><b>'''BacToKidney'''</b></font> - ''Toward a better quality of life''.
-
''Tell us more about your project. Give us background.  Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
<br>'''Goal:'''
-
|[[Image:Team.png|right|frame|Your team picture]]
+
*Use designer bacteria to replace a hemodialysis machine to remove (filter out) toxic waste for treating kidney failure.
-
|-
+
<br>'''Why is it an interesting problem?'''
-
|
+
* Approximately 1.3 million people globally have chronic kidney failure that requires either renal transplantation or dialysis - for such patients, the established treatment is hemodialysis
-
|align="center"|[[Team:NYMU-Taipei | Team Example 2]]
+
* The mortality rate of patients undergoing maintenance hemodialysis remains unacceptably high.
-
|}
+
* An extremely high morbidity and a relatively low quality of life (due in part to a high level of dependence and unemployment) and high cost have also been observed.
-
 
+
<br>'''Our Design:'''
-
<!--- The Mission, Experiments --->
+
* After ingesting our BacToKidney capsule, it passes the through stomach without taking any action, nor being digested, and proceeds to the small intestine. Once in the small intestine, the [[Team:NYMU-Taipei/Project/pH Sensor|pH Sensor]] detects the change in pH and activates the clearance processes of [[Team:NYMU-Taipei/Project/Urea|Urea]], [[Team:NYMU-Taipei/Project/Phosphate|Phosphate]], and [[Team:NYMU-Taipei/Project/Guanidine|Guanidine]] from the body. To allow itself more time to perform its tasks, the [[Team:NYMU-Taipei/Project/pH Sensor|pH Sensor]] also activates the [[Team:NYMU-Taipei/Project/Attachment|Attachment]] process, making the capsule attach itself to the small intestine. After a pre-selected amount of time has passed (controlled by the [[Team:NYMU-Taipei/Project/Time Regulation|time regulating oscillators]]), the capsule detaches itself from the small intestine and exits the body.
 +
<br>'''The parts our project is made up of:'''
 +
* [[Team:NYMU-Taipei/Project/pH Sensor | pH Sensor]]
 +
** A sensor of '''proton concentration (pH)'''
 +
* [[Team:NYMU-Taipei/Project/Attachment | Attachment]]
 +
** An '''Attachment anchor''' that attaches to the small intestine
 +
* [[Team:NYMU-Taipei/Project/Urea | Clearance of Urea]]
 +
** A '''Urea''' clearance device
 +
* [[Team:NYMU-Taipei/Project/Phosphate | Clearance of Phosphate]]
 +
** A '''Phosphate''' clearance and balance device
 +
* [[Team:NYMU-Taipei/Project/Guanidine | Clearance of Guanidine]]
 +
** A '''Guanidine''' clearance device
 +
* [[Team:NYMU-Taipei/Project/Time Regulation | Time Regulation]]
 +
** Enables detachment from the small intestine after a certain amount of time
 +
** Experimenting with two systems:
 +
*** [[Team:NYMU-Taipei/Project/Time_Regulation/Cyanoxilator|Cyanoxilator]]: A tuneable cyanobacterial natural (sinusoidal) oscillator implemented in ''E. coli''.
 +
*** [[Team:NYMU-Taipei/Project/Time_Regulation/Reloxilator|Reloxilator]]: A tuneable intracell-synchronized relaxation oscillator.
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
| style="vertical-align:top;" | {{:Team:NYMU-Taipei/News}} <!-- Edit the News page for news please. -->
-
!align="center"|[[Team:NYMU-Taipei|Home]]
+
-
!align="center"|[[Team:NYMU-Taipei/Team|The Team]]
+
-
!align="center"|[[Team:NYMU-Taipei/Project|The Project]]
+
-
!align="center"|[[Team:NYMU-Taipei/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:NYMU-Taipei/Modeling|Modeling]]
+
-
!align="center"|[[Team:NYMU-Taipei/Notebook|Notebook]]
+
|}
|}
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+
{{:Team:NYMU-Taipei/Footer}}

Latest revision as of 02:41, 29 October 2008


Banner
pH Sensor
pH Sensor
A sensor of proton concentration (pH). Activates in a high pH environment.
Attachment
Attachment
Attachment to the small intestine.
Urea
Clearance of Urea
A Urea clearance device.
Guanidine
Clearance of Guanidine
The device managing the clearance of guanidino compounds.
Phosphate
Clearance of Phosphate
A Phosphate clearance and balance device.
Time Regulation
Time Regulation
Using oscillators to measure time, it enables detachment from the small intestine after a certain amount of time.



BacToKidney - Toward a better quality of life.


Goal:

  • Use designer bacteria to replace a hemodialysis machine to remove (filter out) toxic waste for treating kidney failure.


Why is it an interesting problem?

  • Approximately 1.3 million people globally have chronic kidney failure that requires either renal transplantation or dialysis - for such patients, the established treatment is hemodialysis
  • The mortality rate of patients undergoing maintenance hemodialysis remains unacceptably high.
  • An extremely high morbidity and a relatively low quality of life (due in part to a high level of dependence and unemployment) and high cost have also been observed.


Our Design:

  • After ingesting our BacToKidney capsule, it passes the through stomach without taking any action, nor being digested, and proceeds to the small intestine. Once in the small intestine, the pH Sensor detects the change in pH and activates the clearance processes of Urea, Phosphate, and Guanidine from the body. To allow itself more time to perform its tasks, the pH Sensor also activates the Attachment process, making the capsule attach itself to the small intestine. After a pre-selected amount of time has passed (controlled by the time regulating oscillators), the capsule detaches itself from the small intestine and exits the body.


The parts our project is made up of:

News and Updates.
  • 2008-10-28: Gradually migrating the wiki pages to here.
  • 2008-08-12: The team page now displays us.
  • 2008-08-06: New Wikipage design put up!
  • 2008-08-01: Wikipage Online!