Team:NTU-Singapore/Team/Introduction
From 2008.igem.org
(Difference between revisions)
(→Students) |
Lalala8585 (Talk | contribs) |
||
(12 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<div id="maincontent" style="margin-top:200px;"> | <div id="maincontent" style="margin-top:200px;"> | ||
+ | |||
Line 9: | Line 10: | ||
=[[Team:NTU-Singapore/Team|Team background]]= | =[[Team:NTU-Singapore/Team|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 [https://2008.igem.org/Team:NTU-Singapore/Acknowledgements Acknowledgements] for more details. |
==Students== | ==Students== | ||
*[[Darius Aw Kang Lie]] (Team Leader) | *[[Darius Aw Kang Lie]] (Team Leader) | ||
+ | *[[Lim Min-Lin]] (Business Manager and design specialist) | ||
*[[User:Ng Zhenfu|Ng Zhen Fu]] (Modelling & Simulations Manager) | *[[User:Ng Zhenfu|Ng Zhen Fu]] (Modelling & Simulations Manager) | ||
*[[User:Greenbear|Nguyen Xuan Hung]] (Information Technology Manager) | *[[User:Greenbear|Nguyen Xuan Hung]] (Information Technology Manager) | ||
*[[Wong Choon Kit]] (Lab Manager) | *[[Wong Choon Kit]] (Lab Manager) | ||
- | |||
*[[User:ChinChong|Yu Chin Chong]] (Treasurer and Characterization Manager) | *[[User:ChinChong|Yu Chin Chong]] (Treasurer and Characterization Manager) | ||
Line 34: | Line 35: | ||
Email all: '''ntu.igem@gmail.com''' | Email all: '''ntu.igem@gmail.com''' | ||
- | |[[Image: | + | |[[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> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
=Upcoming important events= | =Upcoming important events= | ||
Line 67: | Line 62: | ||
|'''8-9 November''' || iGEM Competition Jamboree, MIT, USA | |'''8-9 November''' || iGEM Competition Jamboree, MIT, USA | ||
|} | |} | ||
+ | <br> | ||
+ | <html> | ||
+ | <script language=Javascript1.2> | ||
+ | <!-- | ||
- | = | + | var tags_before_clock = "<b>It is now " |
- | < | + | var tags_middle_clock = "on" |
- | </ | + | var tags_after_clock = "</b>" |
- | </ | + | 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
Student HelperLu Chao (Year 4 Bio-Engineering Student)
| |
Visitor map
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 |