BambooPanda (Talk | contribs) |
|||
Line 1: | Line 1: | ||
{{NUS_Singapore-A}} | {{NUS_Singapore-A}} | ||
+ | |||
<html> | <html> | ||
+ | |||
<head> | <head> | ||
− | < | + | <style> |
− | + | /********************************************* Video section *********************************************/ | |
+ | .video_container { | ||
+ | width:100%; | ||
+ | padding-left: 10%; | ||
+ | padding-right: 10%; | ||
+ | height:500px; | ||
+ | position:relative; | ||
+ | } | ||
− | + | .video_container video{ | |
− | + | width:100%; | |
− | + | height:500px; | |
+ | } | ||
+ | /**************************************** Name card ****************************************/ | ||
+ | html { | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | *, *:before, *:after { | ||
+ | box-sizing: inherit; | ||
+ | } | ||
− | |||
+ | .namecard_column { | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | margin-bottom:30px; | ||
+ | padding:20px; | ||
+ | } | ||
− | + | #card-left { | |
+ | margin-left:12.5%; | ||
+ | } | ||
− | + | #card-right { | |
− | + | margin-right:12.5%; | |
− | + | ||
} | } | ||
− | + | ||
− | + | @media (max-width: 650px) { | |
− | + | .namecard_column { | |
− | + | width: 100%; | |
− | + | display: block; | |
+ | } | ||
} | } | ||
− | . | + | |
− | + | .card { | |
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
} | } | ||
− | . | + | |
− | + | .intro_container { | |
− | + | padding: 0 16px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | .intro_container::after, .row::after { | |
− | + | content: ""; | |
− | + | clear: both; | |
− | + | display: table; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .title { | |
− | . | + | color: grey; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | img.social_link { | |
− | . | + | margin:2%; |
− | + | position:relative; | |
− | + | float:left; | |
− | + | width:15%; | |
− | + | height:15%; | |
− | + | padding-bottom: 10px; | |
} | } | ||
− | + | h2 { | |
− | + | font-size:25px; | |
− | + | ||
− | + | ||
− | font-size: | + | |
− | + | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | /********************* Responsive Design *********************/ | |
− | + | ||
− | + | /* | |
− | + | ##Device = Tablets, Ipads (landscape) | |
− | + | ##Screen = B/w 768px to 1024px | |
+ | */ | ||
+ | |||
+ | @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { | ||
} | } | ||
− | + | ||
− | + | ||
− | + | /* | |
− | + | ##Device = Most of the Smartphones Mobiles (Portrait) | |
− | + | ##Screen = B/w 320px to 479px | |
− | + | ||
− | + | ##Device = Tablets, Ipads (portrait) | |
+ | ##Screen = B/w 768px to 1024px | ||
+ | */ | ||
+ | @media (min-width: 0px) and (max-width: 1024px) { | ||
+ | #card-left { | ||
+ | margin-left:0px; | ||
+ | } | ||
+ | |||
+ | #card-right { | ||
+ | margin-right:0px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-size:12px; | ||
} | } | ||
− | + | h2 { | |
− | + | font-size:15px; | |
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
+ | </head> | ||
− | < | + | <body> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <h1>TEAM NUSGEM 2017</h1> |
− | + | <div class="clear"></div> | |
− | + | <h2 style="width:80%;margin-left:10%;margin-right:10%;">We are a team of 6 undergraduates and 1 recent graduate student from different disciplines including Biomedical Engineering, Electrical Engineering, Science and Economics.</h2> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <!--**************************************** Video with Explanation Section ****************************************--> | |
− | + | <div class="video_container"> | |
− | + | <video controls poster="https://static.igem.org/mediawiki/2017/b/b1/NUS_2017_IGEM_Videoteam_cover.png"> | |
+ | <source src="https://static.igem.org/mediawiki/2017/4/48/NUS_2017_IGEM_Videoteam.mp4" type="video/mp4"> | ||
+ | </video> | ||
+ | </div> | ||
+ | <!--**************************************** Team Member ****************************************--> | ||
+ | <div class="row"> | ||
− | + | <div class="namecard_column"> | |
− | + | <div class="card"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/2/28/NUS_2017_IGEM_WENHAO.png" alt="Wenhao Zheng" style="width:100%"> | |
− | + | <div class="intro_container"> | |
− | + | <h2 id="teamh2" style="font-size:22px;">Wenhao Zheng</h2> | |
− | + | <p class="title">Wet Lab</p> | |
− | + | <p>Life Science</p> | |
− | </ | + | <p>Third Year</p> |
+ | <p>e0010901@u.nus.edu</p> | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="namecard_column"> | |
− | + | <div class="card"> | |
− | </div> | + | <img src="https://static.igem.org/mediawiki/2017/d/d4/NUS_2017_IGEM_Wilbert.jpg" alt="Wilbert" style="width:100%"> |
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Wilbert Biao-Hui Tan</h2> | ||
+ | <p class="title">Modelling & Collaboration</p> | ||
+ | <p>Electrical Engineering</p> | ||
+ | <p>Second Year</p> | ||
+ | <p>wilbert.tan@u.nus.edu</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="namecard_column"> | |
− | + | <div class="card"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/d/dd/NUS_2017_IGEM_David.jpg" alt="David" style="width:100%"> | |
− | + | <div class="intro_container"> | |
− | + | <h2 id="teamh2" style="font-size:22px;">Wai Kit David Chee</h2> | |
− | + | <p class="title">Wet Lab</p> | |
− | + | <p>Biomedical Engineering</p> | |
− | </ | + | <p>Phd First Year</p> |
+ | <p>a0108288@u.nus.edu</p> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="namecard_column"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/ef/NUS_2017_IGEM_KHUE.png" alt="Khue" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Dong Thi Anh Khue</h2> | ||
+ | <p class="title">Modelling & Safety</p> | ||
+ | <p>Biomedical Engineering</p> | ||
+ | <p>Final Year</p> | ||
+ | <p>a0118768@u.nus.edu</p> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div class="clear"></div> | ||
− | </div> | + | <div class="namecard_column" id="card-left"> |
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/1/19/NUS_2017_IGEM_Julian.png" alt="Julian" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Hwee Siong Julian Lee</h2> | ||
+ | <p class="title">Wet Lab & Human Practice</p> | ||
+ | <p>Biomedical Engineering</p> | ||
+ | <p>Final Year</p> | ||
+ | <p>a0125311@u.nus.edu</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <div class="namecard_column"> |
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/36/NUS_2017_IGEM_TIANZIXU.jpg" alt="Shawn ZIXU TIAN" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Zixu Shawn Tian</h2> | ||
+ | <p class="title">Wiki Design & Modelling</p> | ||
+ | <p>Electrical Engineering</p> | ||
+ | <p>Final Year</p> | ||
+ | <p>a0127649@u.nus.edu</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="namecard_column"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8b/NUS_2017_IGEM_MEIFENG.png" alt="Meifeng" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Meifeng Ren</h2> | ||
+ | <p class="title">Media & Wiki design</p> | ||
+ | <p>Biomedical Engineering</p> | ||
+ | <p>Third Year</p> | ||
+ | <p>e0005547@u.nus.edu</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | <!--**************************************** Instructor ****************************************--> | ||
+ | <h1>Instructor</h1> | ||
− | < | + | <div class="clear"></div> |
− | / | + | |
− | + | ||
− | + | ||
− | // | + | <div class="namecard_column" id="card-left"> |
− | + | <div class="card"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/b/ba/NUS_2017_IGEM_POH_new.png" alt="Prof Poh" style="width:100%"> | |
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Chueh Loo Poh</h2> | ||
+ | <p class="title">Associate Professor</p> | ||
+ | <p>Biomedical Engineering</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>poh.chuehloo@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | // | + | <div class="namecard_column"> |
− | + | <div class="card"> | |
+ | <img src="https://static.igem.org/mediawiki/2017/e/ea/NUS_2017_IGEM_wenshan.png" alt="Prof Yew" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Wen Shan Yew</h2> | ||
+ | <p class="title">Associate Professor</p> | ||
+ | <p>Biochemistry</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>bchyws@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="namecard_column"> | |
− | + | <div class="card"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/9/99/NUS_2017_IGEM_matthew.png" alt="Prof Chang" style="width:100%"> | |
− | + | <div class="intro_container"> | |
− | + | <h2 id="teamh2" style="font-size:22px;">Matthew Wook Chang</h2> | |
− | + | <p class="title">Associate Professor</p> | |
− | + | <p>Biochemistry</p> | |
− | + | <p>SynCTI</p> | |
− | + | <p>bchcmw@nus.edu.sg </p> | |
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="clear"></div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | <div class="namecard_column" id="card-left"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/9c/NUS_2017_IGEM_jimmypeng.png" alt="Dr Jimmy" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Jimmy Chih-Hsien Peng</h2> | ||
+ | <p class="title">Assistant Professor</p> | ||
+ | <p>Electrical Engineering</p> | ||
+ | <p>NUS Faculty of Engineering</p> | ||
+ | <p>jpeng@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="namecard_column"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/1/15/NUS_2017_IGEM_YANPING.png" alt="Yan Ping" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Yan Ping Lim</h2> | ||
+ | <p class="title">Research Fellow</p> | ||
+ | <p>Biochemistry</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>bchlimy@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="namecard_column"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/83/NUS_2017_IGEM_maciej.png" alt="Maciej" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Maciej Bartosz Holowko</h2> | ||
+ | <p class="title">Research Associate</p> | ||
+ | <p>Biochemistry</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>mholowko@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
− | <div class=" | + | <div class="namecard_column" id="card-left"> |
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/24/NUS_2017_IGEM_JINGYUN.png" alt="Jingyun" style="width:100%" > | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Jingyun Zhang</h2> | ||
+ | <p class="title">PhD Candidate</p> | ||
+ | <p>Biomedical Engineering</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>e0046967@u.nus.edu</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | <div class="namecard_column" id="card-right"> |
− | <p> | + | <div class="card"> |
+ | <img src="https://static.igem.org/mediawiki/2017/a/aa/NUS_2017_IGEM_PRABU.png" alt="Prabhu" style="width:100%"> | ||
+ | <div class="intro_container"> | ||
+ | <h2 id="teamh2" style="font-size:22px;">Saravanan Prabhu Nadarajan</h2> | ||
+ | <p class="title">Research Fellow</p> | ||
+ | <p>Biochemistry</p> | ||
+ | <p>SynCTI</p> | ||
+ | <p>bchspna@nus.edu.sg</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 01:08, 30 July 2018
TEAM NUSGEM 2017
We are a team of 6 undergraduates and 1 recent graduate student from different disciplines including Biomedical Engineering, Electrical Engineering, Science and Economics.
Wenhao Zheng
Wet Lab
Life Science
Third Year
e0010901@u.nus.edu
Wilbert Biao-Hui Tan
Modelling & Collaboration
Electrical Engineering
Second Year
wilbert.tan@u.nus.edu
Wai Kit David Chee
Wet Lab
Biomedical Engineering
Phd First Year
a0108288@u.nus.edu
Dong Thi Anh Khue
Modelling & Safety
Biomedical Engineering
Final Year
a0118768@u.nus.edu
Hwee Siong Julian Lee
Wet Lab & Human Practice
Biomedical Engineering
Final Year
a0125311@u.nus.edu
Zixu Shawn Tian
Wiki Design & Modelling
Electrical Engineering
Final Year
a0127649@u.nus.edu
Meifeng Ren
Media & Wiki design
Biomedical Engineering
Third Year
e0005547@u.nus.edu
Instructor
Chueh Loo Poh
Associate Professor
Biomedical Engineering
SynCTI
poh.chuehloo@nus.edu.sg
Wen Shan Yew
Associate Professor
Biochemistry
SynCTI
bchyws@nus.edu.sg
Matthew Wook Chang
Associate Professor
Biochemistry
SynCTI
bchcmw@nus.edu.sg
Jimmy Chih-Hsien Peng
Assistant Professor
Electrical Engineering
NUS Faculty of Engineering
jpeng@nus.edu.sg
Yan Ping Lim
Research Fellow
Biochemistry
SynCTI
bchlimy@nus.edu.sg
Maciej Bartosz Holowko
Research Associate
Biochemistry
SynCTI
mholowko@nus.edu.sg
Jingyun Zhang
PhD Candidate
Biomedical Engineering
SynCTI
e0046967@u.nus.edu
Saravanan Prabhu Nadarajan
Research Fellow
Biochemistry
SynCTI
bchspna@nus.edu.sg