Difference between revisions of "Team:NUS Singapore-A/shadow/Supervisors"

Line 1: Line 1:
 
{{NUS_Singapore-A}}
 
{{NUS_Singapore-A}}
 +
 
<html>
 
<html>
 +
 
<head>
 
<head>
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">  
+
<style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
+
/********************************************* Video section *********************************************/
 +
.video_container {
 +
    width:100%;
 +
    padding-left: 10%;
 +
    padding-right: 10%;
 +
    height:500px;
 +
    position:relative;
 +
}
  
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
+
.video_container video{
<script type="text/javascript" src="//use.typekit.net/kei2cfp.js"></script>
+
    width:100%;
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+
    height:500px;
 +
}
  
 +
/****************************************  Name card  ****************************************/
 +
html {
 +
  box-sizing: border-box;
 +
}
  
 +
*, *:before, *:after {
 +
  box-sizing: inherit;
 +
}
  
</head>
 
  
 +
.namecard_column {
 +
  float: left;
 +
  width: 25%;
 +
  margin-bottom:30px;
 +
  padding:20px;
 +
}
  
  
<style>
+
#card-left {
 +
  margin-left:12.5%;
 +
}
  
body{
+
#card-right {
   font-family: 'Montserrat', cursive;
+
   margin-right:12.5%;
  background-color: #eaf2ef;
+
 
}
 
}
  
.members-gallery{
+
 
  max-width: 80%;
+
@media (max-width: 650px) {
   position: relative;
+
   .namecard_column {
  margin: auto;
+
    width: 100%;
   padding: 10px;
+
    display: block;
 +
   }
 
}
 
}
.members-gallery img{
+
 
   max-width: 100%;
+
.card {
 +
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
}
 
}
.nanda{
+
 
   position: absolute;
+
.intro_container {
  top: 4.5%;
+
   padding: 0 16px;
  left: 42.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
 
}
 
}
.ting2{
+
 
  position: absolute;
+
.intro_container::after, .row::after {
  top: 21%;
+
   content: "";
  left: 29%;
+
   clear: both;
  width: 12%;
+
   display: table;
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.marcus{
+
  position: absolute;
+
  top: 21%;
+
  left: 56.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.rita{
+
   position: absolute;
+
   top: 28.5%;
+
  left: 14%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.walter{
+
  position: absolute;
+
  top: 28.5%;
+
  left: 72%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.liyana{
+
  position: absolute;
+
  top: 37%;
+
  left: 42.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.aaronl{
+
  position: absolute;
+
  top: 49%;
+
  left: 26.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.russell{
+
  position: absolute;
+
  top: 49%;
+
  left: 58.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.hyhy{
+
  position: absolute;
+
  top: 54.5%;
+
  left: 9.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.ryan{
+
  position: absolute;
+
  top: 54.5%;
+
  left: 76%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.beatrix{
+
  position: absolute;
+
  top: 65%;
+
  left: 42.5%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.jiacheng{
+
  position: absolute;
+
  top: 75%;
+
  left: 27%;
+
  width: 12%;
+
  height: 21.5%;
+
  cursor: pointer;
+
}
+
.me{
+
  position: absolute;
+
  top: 75%;
+
  left: 59%;
+
  width: 12%;
+
  height: 21.5%;
+
   cursor: pointer;
+
 
}
 
}
  
/* The Modal (background) */
+
.title {
.modal {
+
  color: grey;
    display: none; /* Hidden by default */
+
    position: fixed; /* Stay in place */
+
    z-index: 1; /* Sit on top */
+
    left: 0;
+
    top: 0;
+
    width: 100%; /* Full width */
+
    height: 100%; /* Full height */
+
    overflow: auto; /* Enable scroll if needed */
+
    background-color: rgb(0,0,0); /* Fallback color */
+
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
+
 
}
 
}
  
/* Modal Content/Box */
+
img.social_link {
.modal-content {
+
     margin:2%;
     background-color: #fefefe;
+
     position:relative;
     margin: 15% auto; /* 15% from the top and centered */
+
     float:left;
     padding: 20px;
+
     width:15%;
     border: 1px solid #888;
+
     height:15%;
     width: 80%; /* Could be more or less, depending on screen size */
+
    padding-bottom: 10px;
 
}
 
}
  
/* The Close Button */
+
h2 {
.close {
+
     font-size:25px;
    color: #aaa;
+
    float: right;
+
     font-size: 28px;
+
    font-weight: bold;
+
 
}
 
}
  
.close:hover,
+
 
.close:focus {
+
    color: black;
+
    text-decoration: none;
+
    cursor: pointer;
+
 
}
 
}
.profile{
+
/*********************  Responsive Design  *********************/
   display: flex;
+
 
   flex-direction: row;
+
/*
  justify-content: center;
+
   ##Device = Tablets, Ipads (landscape)
  align-items: flex-start;
+
   ##Screen = B/w 768px to 1024px
 +
*/
 +
 
 +
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
    
 
    
 
}
 
}
.profile-description{
+
 
   display: flex;
+
 
   flex-grow: 3;
+
/*
  flex-direction: column;
+
   ##Device = Most of the Smartphones Mobiles (Portrait)
  padding 20px;
+
   ##Screen = B/w 320px to 479px
  text-align: left;
+
 
 
+
  ##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;
 
}
 
}
.profile-picture{
+
h2 {
  display: flex;
+
    font-size:15px;
  flex-grow: 1;
+
  flex-basis: 0;
+
 
}
 
}
.portrait1{
+
 
  height: 250px;
+
  width: 250px;
+
  border: px solid #aaa;
+
  background-size:cover;
+
  background-position: center;
+
  background-image: url("https://static.igem.org/mediawiki/2018/1/18/T--NUS_Singapore-A--Jiacheng_formal.jpg");
+
}
+
.portrait1:hover{
+
  background-image: url("https://static.igem.org/mediawiki/2018/1/12/T--NUS_Singapore-A--Jiacheng_informal.jpg");
+
 
}
 
}
 +
 +
 
</style>
 
</style>
 +
</head>
  
<div class="inner-border" style="border-top:none;">
+
<body>
  <div class="members-gallery">
+
    <img src="https://static.igem.org/mediawiki/2018/0/03/T--NUS_Singapore-A--NUSGEM_Team_Final.png">
+
    <a class="nanda" id = "nanda_a"></a>
+
    <a class="ting2" id = "ting2_a"></a>
+
    <a class="marcus" id = "marcus_a"></a>
+
    <a class="rita" id = "rita_a"></a>
+
    <a class="walter" id = "walter_a"></a>
+
    <a class="liyana" id = "liyana_a"></a>
+
    <a class="aaronl" id = "aaronl_a"></a>
+
    <a class="russell" id = "russell_a"></a>
+
    <a class="hyhy" id = "hyhy_a"></a>
+
    <a class="ryan" id = "ryan_a"></a>
+
    <a class="beatrix" id = "beatrix_a"></a>
+
    <a class="jiacheng" id = "jiacheng_a"></a>
+
    <a class="me" id = "me_a"></a>
+
  </div>
+
  
<div class="profile-wrapper">
+
<h1>TEAM NUSGEM 2017</h1>
  <div id="jiacheng_profile" class="modal">
+
<div class="clear"></div>
    <div class="modal-content">
+
<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>
      <div>
+
        <span class="close">&times;</span>
+
      </div>
+
      <div class="profile">
+
  
        <div class="profile-picture">
+
<!--**************************************** Video with Explanation Section ****************************************-->
          <span class="portrait1"></span>
+
<div class="video_container">
        </div>
+
    <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="profile-description">
+
  <div class="namecard_column">
          <h2>Role</h2>
+
    <div class="card">
            <p>Head of Wiki, Head of Hardware, Member of Modelling Team, Science Team, and Wet Lab Team</p>
+
      <img src="https://static.igem.org/mediawiki/2017/2/28/NUS_2017_IGEM_WENHAO.png" alt="Wenhao Zheng" style="width:100%">
            <h2>Ambition</h2>
+
      <div class="intro_container">
            <p>Jiacheng’s dream is uncomplicated. He just wants to travel around the world.</p>
+
        <h2 id="teamh2" style="font-size:22px;">Wenhao Zheng</h2>
            <h2>Interesting fact about him</h2>
+
        <p class="title">Wet Lab</p>
            <p>He loves philosophy. Thankfully, the kind of philosophy he’s inclined towards is not Sartre’s “Hell is other people” or Schopenhauer’s relentless pessimism, but more Lao Tzu’s “Simplicity, patience, compassion.” (Editor’s note: It is with deepest regret that I announce the premature demise of the editorial gerbils, Pinky and The Brian. Hegel’s Phenomenology of Spirit was too much to handle. This intellectual deficiency will be rectified in the next generation of editorial gerbils.)</p>
+
        <p>Life Science</p>
         </div>
+
        <p>Third Year</p>
 +
         <p>e0010901@u.nus.edu</p>
 
       </div>
 
       </div>
 
 
     </div>
 
     </div>
 
   </div>
 
   </div>
<div id="liyana_profile" class="modal">
 
    <div class="modal-content">
 
      <div>
 
        <span class="close">&times;</span>
 
      </div>
 
      <div class="profile">
 
  
        <div class="profile-picture">
+
  <div class="namecard_column">
          <span class="portrait1"></span>
+
    <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="profile-description">
+
  <div class="namecard_column">
          <h2>Role</h2>
+
    <div class="card">
            <p>Team Leader, Head of Creative, Member of Science Team and Wet Lab Team</p>
+
      <img src="https://static.igem.org/mediawiki/2017/d/dd/NUS_2017_IGEM_David.jpg" alt="David" style="width:100%">
            <h2>Ambition</h2>
+
      <div class="intro_container">
            <p>Liyana’s ultimate goal is to dedicate her life to humanitarian work, and be a powerful voice for women and children who have none. She also strives to help others recognize their own worth. As a side project, she’s working on inventing teleportation.</p>
+
        <h2 id="teamh2" style="font-size:22px;">Wai Kit David Chee</h2>
            <h2>Interesting fact about her</h2>
+
        <p class="title">Wet Lab</p>
            <p>She loves it when people teach her things they’re passionate about. Languages, carpentry, sewing, bring it on! (Especially quantum mechanics someone please teach her please please please she really needs it for her teleportation thing...)</p>
+
        <p>Biomedical Engineering</p>
         </div>
+
        <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>
  
<script>
+
<div class="clear"></div>
// Get the modal
+
var JcProfile = document.getElementById('jiacheng_profile');
+
var LyProfile = document.getElementById('liyana_profile');
+
  
// Get the hyperlink that opens the modal
+
<div class="namecard_column" id="card-left">
var JcLink = document.getElementById("jiacheng_a");
+
    <div class="card">
var LyLink = document.getElementById("liyana_a");
+
      <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>
  
// Get the <span> element that closes the modal
+
<div class="namecard_column">
var span = document.getElementsByClassName("close")[0];
+
    <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>
  
// When the user clicks on the button, open the modal
+
<div class="namecard_column">
JcLink.onclick = function() {
+
     <div class="card">
     JcProfile.style.display = "block";
+
      <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">
LyLink.onclick = function() {
+
        <h2 id="teamh2" style="font-size:22px;">Matthew Wook Chang</h2>
    LyProfile.style.display = "block";
+
        <p class="title">Associate Professor</p>
}
+
        <p>Biochemistry</p>
// When the user clicks on <span> (x), close the modal
+
        <p>SynCTI</p>
span.onclick = function() {
+
        <p>bchcmw@nus.edu.sg </p>
    JcProfile.style.display = "none";
+
    </div>
    LyProfile.style.display = "none";
+
  </div>
}
+
</div>
  
// When the user clicks anywhere outside of the modal, close it
+
<div class="clear"></div>
window.onclick = function(event) {
+
    if (event.target == modal) {
+
        JcProfile.style.display = "none";
+
        LyProfile.style.display = "none";
+
    }
+
}
+
</script>
+
  
 +
  <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="column two_thirds_size" >
+
  <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>
  
<h1>Team</h1>
+
  <div class="namecard_column" id="card-right">  
<p>In this page you can introduce your team members, instructors, and advisors. </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>
  
<h3>What should this page contain?</h3>
 
<ul>
 
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
 
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
 
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
 
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
 
</ul>
 
</div>
 
  
  
 
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
 
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
 
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
 
</ul>
 
</div>
 
 
</div>
 
</div>
  
 +
</body>
 
</html>
 
</html>

Revision as of 01:08, 30 July 2018

CONNECT WITH US

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

Wenhao Zheng

Wet Lab

Life Science

Third Year

e0010901@u.nus.edu

Wilbert

Wilbert Biao-Hui Tan

Modelling & Collaboration

Electrical Engineering

Second Year

wilbert.tan@u.nus.edu

David

Wai Kit David Chee

Wet Lab

Biomedical Engineering

Phd First Year

a0108288@u.nus.edu

Khue

Dong Thi Anh Khue

Modelling & Safety

Biomedical Engineering

Final Year

a0118768@u.nus.edu

Julian

Hwee Siong Julian Lee

Wet Lab & Human Practice

Biomedical Engineering

Final Year

a0125311@u.nus.edu

Shawn ZIXU TIAN

Zixu Shawn Tian

Wiki Design & Modelling

Electrical Engineering

Final Year

a0127649@u.nus.edu

Meifeng

Meifeng Ren

Media & Wiki design

Biomedical Engineering

Third Year

e0005547@u.nus.edu

Instructor

Prof Poh

Chueh Loo Poh

Associate Professor

Biomedical Engineering

SynCTI

poh.chuehloo@nus.edu.sg

Prof Yew

Wen Shan Yew

Associate Professor

Biochemistry

SynCTI

bchyws@nus.edu.sg

Prof Chang

Matthew Wook Chang

Associate Professor

Biochemistry

SynCTI

bchcmw@nus.edu.sg

Dr Jimmy

Jimmy Chih-Hsien Peng

Assistant Professor

Electrical Engineering

NUS Faculty of Engineering

jpeng@nus.edu.sg

Yan Ping

Yan Ping Lim

Research Fellow

Biochemistry

SynCTI

bchlimy@nus.edu.sg

Maciej

Maciej Bartosz Holowko

Research Associate

Biochemistry

SynCTI

mholowko@nus.edu.sg

Jingyun

Jingyun Zhang

PhD Candidate

Biomedical Engineering

SynCTI

e0046967@u.nus.edu

Prabhu

Saravanan Prabhu Nadarajan

Research Fellow

Biochemistry

SynCTI

bchspna@nus.edu.sg