Team:NTU-Singapore/Team/Introduction

From 2008.igem.org

(Difference between revisions)
(Project introduction: G.O.T Colincin?)
 
(5 intermediate revisions not shown)
Line 37: Line 37:
|[[Image:Sniper3.jpg|500px|right|thumb|Our team logo]]‎[[Image:NTU igem team members2.jpg|500px|right|thumb|Our team members (left to right): Yu Chin Chong, Wong Choon Kit, Ng Zhen Fu, Nguyen Xuan Hung, Lim Min-Lin, Darius Aw Kang Lie, ]]  
|[[Image:Sniper3.jpg|500px|right|thumb|Our team logo]]‎[[Image:NTU igem team members2.jpg|500px|right|thumb|Our team members (left to right): Yu Chin Chong, Wong Choon Kit, Ng Zhen Fu, Nguyen Xuan Hung, Lim Min-Lin, Darius Aw Kang Lie, ]]  
|}
|}
 +
=Visitor map=
 +
<html><a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2008.igem.org/Team:NTU-Singapore" id="clustrMapsLink"><img src="http://www4.clustrmaps.com/counter/index2.php?url=https://2008.igem.org/Team:NTU-Singapore" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
 +
</a></html>
-
=[[Team:NTU-Singapore/Project|Project introduction: '''G.O.T Colincin?''']]=
+
</div>
-
Our group has decided to engineer E.coli as a carrier for ''colicin E7'' to deal with the pathogenic strain of Ecoli known as ''Escherichia coli O157:H7''.
+
-
Escherichia coli O157:H7 is an ''enterohemorrhagic strain'' that can cause bloody diarrhea and kidney failure. Current methods of cure for the infection include blood transfusion and dialysis. Currently no antibiotic is able to kill it.
+
-
 
+
-
Our approach is to use ''Colicin E7'' to kill this harmful strain of bacteria. We intend to use our very own genetically engineered E.coli as the carrier of the colicin. We also wish for our bacteria to able to detect the presence of blood and the bacteria before it releases the colicins to eradicate the pathogen.
+
-
Our aim would be to control the level of colicin production in our bacteria. Our engineered bacteria should also be able to be accurate in its detection.
 
-
[[Image:Comic_real.jpg|thumb|center|G.O.T colicin?]]
 
-
 
-
 
-
For any comments or enquiries, feel free to contact us at [mailto:ntu.igem@gmail.com ntu.igem@gmail.com]
 
=Upcoming important events=
=Upcoming important events=
Line 68: Line 62:
|'''8-9 November''' || iGEM Competition Jamboree, MIT, USA
|'''8-9 November''' || iGEM Competition Jamboree, MIT, USA
|}
|}
 +
<br>
 +
<html>
 +
<script language=Javascript1.2>
 +
<!--
-
=Visitor map=
+
var tags_before_clock = "<b>It is now "
-
<html><a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2008.igem.org/Team:NTU-Singapore" id="clustrMapsLink"><img src="http://www4.clustrmaps.com/counter/index2.php?url=https://2008.igem.org/Team:NTU-Singapore" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
+
var tags_middle_clock = "on"
-
</a></html>
+
var tags_after_clock  = "</b>"
-
</div>
+
if(navigator.appName == "Netscape") {
 +
document.write('<layer id="clock"></layer><br>');
 +
}
 +
 
 +
if (navigator.appVersion.indexOf("MSIE") != -1){
 +
document.write('<span id="clock"></span>');
 +
}
 +
 
 +
DaysofWeek = new Array()
 +
  DaysofWeek[0]="Sunday"
 +
  DaysofWeek[1]="Monday"
 +
  DaysofWeek[2]="Tuesday"
 +
  DaysofWeek[3]="Wednesday"
 +
  DaysofWeek[4]="Thursday"
 +
  DaysofWeek[5]="Friday"
 +
  DaysofWeek[6]="Saturday"
 +
 
 +
Months = new Array()
 +
  Months[0]="January"
 +
  Months[1]="February"
 +
  Months[2]="March"
 +
  Months[3]="April"
 +
  Months[4]="May"
 +
  Months[5]="June"
 +
  Months[6]="July"
 +
  Months[7]="August"
 +
  Months[8]="September"
 +
  Months[9]="October"
 +
  Months[10]="November"
 +
  Months[11]="December"
 +
 
 +
function upclock(){
 +
var dte = new Date();
 +
var hrs = dte.getHours();
 +
var min = dte.getMinutes();
 +
var sec = dte.getSeconds();
 +
var day = DaysofWeek[dte.getDay()]
 +
var date = dte.getDate()
 +
var month = Months[dte.getMonth()]
 +
var year = dte.getFullYear()
 +
 
 +
var col = ":";
 +
var spc = " ";
 +
var com = ",";
 +
var apm;
 +
 
 +
if (date == 1 || date == 21 || date == 31)
 +
  {ender = "<sup>st</sup>"}
 +
else
 +
if (date == 2 || date == 22)
 +
  {ender = "<sup>nd</sup>"}
 +
else
 +
if (date == 3 || date == 23)
 +
  {ender = "<sup>rd</sup>"}
 +
 
 +
else
 +
  {ender = "<sup>th</sup>"}
 +
 
 +
if (12 < hrs) {
 +
apm="<font size='-1'>pm</font>";
 +
hrs-=12;
 +
}
 +
 
 +
else {
 +
apm="<font size='-1'>am</font>";
 +
}
 +
 
 +
if (hrs == 0) hrs=12;
 +
if (hrs<=9) hrs="0"+hrs;
 +
if (min<=9) min="0"+min;
 +
if (sec<=9) sec="0"+sec;
 +
 
 +
if(navigator.appName == "Netscape") {
 +
document.clock.document.write(tags_before_clock+hrs+col+min+col+sec+apm+spc+tags_middle_clock+spc+day+com+spc+date+ender+spc+month+com+spc+year+tags_after_clock);
 +
document.clock.document.close();
 +
}
 +
 
 +
if (navigator.appVersion.indexOf("MSIE") != -1){
 +
clock.innerHTML = tags_before_clock+hrs+col+min+col+sec+apm+spc+tags_middle_clock+spc+day+com+spc+date+ender+spc+month+com+spc+year+tags_after_clock;
 +
}
 +
}
 +
 
 +
setInterval("upclock()",1000);
 +
//-->
 +
</script>
 +
</html>

Latest revision as of 05:39, 27 October 2008



Contents

Team background

This project was done by the NTU@iGEM team consisting of six undergraduate students during the period of May to July 2008. In addition, this project was also assisted by a number of graduate students and faculty advisors whom have given us valued advices and help throughout the project. We would like to extend our gratitude to everyone who has helped us during the course of our project, please kindly refer to the Acknowledgements for more details.


Students

Faculty Advisors

  • [http://www.ntu.edu.sg/scbe/CBE/FacultyPP/Profile_ProfChing.htm Prof Ching Chi Bun]
  • [http://www.ntu.edu.sg/scbe/bioe/FacultyPP/Profile_CLPoh.htm Asst.Prof Poh Chueh Loo]
  • [http://www.ntu.edu.sg/scbe/cbe/FacultyPP/Profile_Matthew.htm Asst.Prof Matthew Chang]
  • We would like to extend our special thanks to [http://www3.ntu.edu.sg/SCBE/cbe/FacultyPP/Profile_William.htm A/Prof William Chen] for his guidance and help rendered to the iGEM team. We would also like to thank Dr Tan Tuan Lin for guiding the team and providing valuable insights for the experiments. Without their expertise and time, the project will not have gone this far in such a short time.


Student Helper

Lu Chao (Year 4 Bio-Engineering Student)


Email all: ntu.igem@gmail.com

Our team logo
Our team members (left to right): Yu Chin Chong, Wong Choon Kit, Ng Zhen Fu, Nguyen Xuan Hung, Lim Min-Lin, Darius Aw Kang Lie,

Visitor map

Locations of visitors to this page


Upcoming important events

1 July Team project descriptions due (Early summer teams)
Team registration fee due
1 September Final team rosters due
1 October Jamboree attendance fees due; notice and description of any use of non-standard parts or devices schemes due
15 October Project Summary forms due (to allow for organization of judging)
29 October Project and part documentation due
29 October BioBrick Part DNA received by the Registry
8-9 November iGEM Competition Jamboree, MIT, USA