Difference between revisions of "Team:UI Indonesia/Attributions"

 
(56 intermediate revisions by 5 users not shown)
Line 10: Line 10:
 
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 
</head>
 
</head>
  
Line 69: Line 70:
 
   }
 
   }
  
  .navbar {
 
    background-color: #4CAF50;
 
    position: fixed;
 
    top: 10px ;
 
    width: 100%;
 
    z-index:50;
 
  }
 
  
  .navbar a {
 
    float: left;
 
    color: white;
 
    text-align: center;
 
    padding-top: 20px;
 
    padding-bottom: 10px;
 
    padding-right: 10px;
 
    padding-left: 10px;
 
    text-decoration: none;
 
    font-size: 16px;
 
  }
 
 
  .dropdown {
 
    float: left;
 
    overflow: hidden;
 
  }
 
 
  .dropdown .dropbtn {
 
    font-size: 8px;   
 
    border: none;
 
    outline: none;
 
    color: #f9c89b;
 
    padding: 15px 10px;
 
    background-color: inherit;
 
  }
 
 
  .navbar a:hover, .dropdown:hover .dropbtn {
 
    background-color: #8bc34a;
 
  }
 
 
  .dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #ddffdd;
 
    min-width: 160px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 100;
 
    top: 60px;
 
    font-size: 8 px;
 
  }
 
 
  .dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 18px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
  }
 
 
  .dropdown-content a:hover {
 
    background-color: #8bc34a;
 
  }
 
 
  .dropdown:hover .dropdown-content {
 
    display: block;
 
    position: fixed;
 
  }
 
  
 
   .container {
 
   .container {
Line 180: Line 116:
 
     text-align: center;
 
     text-align: center;
 
   }
 
   }
 +
  <!---- MT NAVBAR --->
 +
.sidebar-nav {
 +
  padding: 9px 0;
 +
}
  
 +
.dropdown-menu .sub-menu {
 +
  left: 100%;
 +
  position: absolute;
 +
  top: 0;
 +
  visibility: hidden;
 +
  margin-top: -1px;
 +
}
 +
 +
.dropdown-menu li:hover .sub-menu {
 +
  visibility: visible;
 +
}
 +
 +
.dropdown:hover .dropdown-menu {
 +
  display: block;
 +
}
 +
 +
.nav-tabs .dropdown-menu,
 +
.nav-pills .dropdown-menu,
 +
.navbar .dropdown-menu {
 +
  margin-top: 0;
 +
}
 +
 +
.navbar .sub-menu:before {
 +
  border-bottom: 7px solid transparent;
 +
  border-left: none;
 +
  border-right: 7px solid rgba(0, 0, 0, 0.2);
 +
  border-top: 7px solid transparent;
 +
  left: -7px;
 +
  top: 10px;
 +
}
 +
 +
.navbar .sub-menu:after {
 +
  border-top: 6px solid transparent;
 +
  border-left: none;
 +
  border-right: 6px solid #fff;
 +
  border-bottom: 6px solid transparent;
 +
  left: 10px;
 +
  top: 11px;
 +
  left: -6px;
 +
}
 +
 +
.dropdown>ul{
 +
background-color:#ddffdd;
 +
}
 +
 +
.dropdown:hover{
 +
background-color:#9ff99f;
 +
}
 +
.navbar-header:hover{
 +
background-color:#4CAF50;
 +
}
 +
.dropdown-menu>li>a:hover{
 +
background-color:#4CAF50; 
 +
}
 +
.navbar-nav>li:hover{
 +
background-color:#4CAF50;
 +
}
 +
 +
.navbar-default{
 +
background-color:#1F2421}
 +
border-color:none;
 +
}
 +
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
 +
color:white;}
 +
.navbar-default .navbar-brand{
 +
color:white;}
 +
.navbar-default .navbar-nav>li>a{
 +
color:white;
 +
}
 +
 +
.dropdown-menu{
 +
background-color:#ddffdd;
 +
}
 +
.current{
 +
    background-color:#4CAF50; 
 +
}
 +
.navbar-default .navbar-nav>.open>a{
 +
background-color:1F2421;color:white;}
 +
 +
.navbar{
 +
margin:0px;border:0px;}
 +
 +
h5{
 +
font-size:20px;
 +
text-align:justify;
 +
}
 +
h6{
 +
font-size:16px;
 +
}
 +
.ref{
 +
font-size:18px;
 +
}
 +
#myBtn {
 +
  display: none;
 +
  position: fixed;
 +
  bottom: 20px;
 +
  right: 30px;
 +
  z-index: 99;
 +
  font-size: 18px;
 +
  border: none;
 +
  outline: none;
 +
  background-color:transparent;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 15px;
 +
  border-radius: 4px;
 +
}
 +
 +
#myBtn:hover {
 +
  background-color: #555;
 +
}
 
</style>
 
</style>
  
 
<body>
 
<body>
 +
<button onclick="topFunction()" id="myBtn" title="Go to top"><img src="https://image.flaticon.com/icons/png/512/14/14747.png" style="width:50px;height:50px;"></button>
 
<!-- Navbar -->
 
<!-- Navbar -->
<div class="navbar">
+
<nav class="navbar navbar-default">
   <!-- 1 -->
+
  <div class="navbar-inner">
  <a class="w3-bar-item w3-light-green" href="https://2018.igem.org/Team:UI_Indonesia">Home</a>
+
   <div class="container-fluid">
  <!-- 2 -->
+
    <div class="navbar-header">
  <div class="dropdown">
+
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
    <a href="https://2018.igem.org/Team:UI_Indonesia/Project">Project▾</a>
+
        <span class="icon-bar"></span>
      <div class="dropdown-content">
+
        <span class="icon-bar"></span>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#overview">Overview</a>
+
        <span class="icon-bar"></span>                       
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#ourproject">Our Project</a>
+
      </button>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#resultsanddiscuccions">Results and Discussions</a>
+
      <a class="navbar-brand" href="https://2018.igem.org/Team:UI_Indonesia">Home</a>
       </div>
+
    </div>
 +
    <div class="collapse navbar-collapse" id="myNavbar">
 +
      <ul class="nav navbar-nav navbar-right">
 +
        <li class="dropdown navbar-project">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Project">Project<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#">Overview</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#ourproject">Our Project</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#resultsanddiscuccions">Results and Discussions</a></li>
 +
          </ul>
 +
        </li>
 +
        <li class="navbar-parts"><a href="https://2018.igem.org/Team:UI_Indonesia/Parts">Parts</a></li>
 +
    <li class="navbar-safety"><a href="https://2018.igem.org/Team:UI_Indonesia/Safety">Safety</a></li>
 +
    <li class="dropdown navbar-interlab">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab">InterLab<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#intro">Introduction</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#materials">Materials and Equipment</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#methods">Methods</a></li>
 +
       <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#results">Results and Discussions</a></li>
 +
      <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#conclusions">Conclusions</a></li>
 +
          </ul>
 +
        </li>
 +
    <li class="navbar-model"><a href="https://2018.igem.org/Team:UI_Indonesia/Model">Model</a></li>
 +
        <li class="dropdown navbar-humanpractice">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices">Human Practices<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices">Integrated Human Practice</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Public_Engagement">Education and Public Engagement</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices#catalogue">Human Practice Catalogue</a></li>
 +
          </ul>
 +
    </li>
 +
    <li class="navbar-improve"><a href="https://2018.igem.org/Team:UI_Indonesia/Improve">Improve</a></li>
 +
    <li class="navbar-team"><a href="https://2018.igem.org/Team:UI_Indonesia/Team">Team</a></li>
 +
    <li class="navbar-collaborations"><a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a></li>
 +
    <li class="navbar-attributions current"><a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions</a></li>
 +
      </ul>
 +
    </div>
 
   </div>
 
   </div>
  <!-- 3 -->
 
  <div class="dropdown">
 
    <a href="https://2018.igem.org/Team:UI_Indonesia/Parts">Parts</a>
 
<!--      <div class="dropdown-content">
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Overview</a>
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Our Project</a>
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Results and Discussions</a>
 
      </div> -->
 
 
   </div>
 
   </div>
 
+
</nav>
  <!-- 4 -->
+
  <div class="dropdown">
+
    <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab"">InterLab▾</a>
+
      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#intro">Introduction</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#materials">Materials and Equipment</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#methods">Methods</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#results">Results and Discussions</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#conclusions">Conclusions</a>
+
      </div>
+
  </div>
+
  <!-- 5 -->
+
  <div class="dropdown">
+
    <a href="https://2018.igem.org/Team:UI_Indonesia/Model">Model</a>
+
<!--      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Overview</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Our Project</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Results and Discussions</a>
+
      </div> -->
+
  </div>
+
  <!-- 6 -->
+
  <div class="dropdown">
+
    <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices">Human Practices▾</a>
+
      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#campuscampaign">Campus Campaign</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#socialwork">Social Work</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#biotraining">Biosafety & Biosecurity Training</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#catalogue">Human Practice Catalogue</a>
+
      </div>
+
  </div>
+
  <!-- 7 -->
+
  <div class="dropdown">
+
    <a href="https://2018.igem.org/Team:UI_Indonesia/Improve">Improve▾</a>
+
      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#intro">Introduction</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#methods">Methods</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#results">Results and Discussions</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#conclusions">Conclusions</a>
+
      </div>
+
  </div>
+
  <!-- 8 -->
+
  <a href="https://2018.igem.org/Team:UI_Indonesia/Team">Team</a>
+
  <!-- 9 -->
+
  <a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a>
+
  <!-- 10 -->
+
  <div class="dropdown">
+
    <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions</a>
+
<!--      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Overview</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Our Project</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Results and Discussions</a>
+
      </div> -->
+
  </div>
+
</div>
+
  
 
<!-- Container (Introduction Section) -->
 
<!-- Container (Introduction Section) -->
 
<div class="bgimg-1 w3-display-container w3-opacity-min" id="intro">
 
<div class="bgimg-1 w3-display-container w3-opacity-min" id="intro">
 
   <div class="w3-display-middle" style="white-space:nowrap;">
 
   <div class="w3-display-middle" style="white-space:nowrap;">
     <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">OUR SINCERE GRATIFICATIONS</span>
+
     <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">OUR SINCERE AND HEARTFELT GRATITUDE</span>
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
<div class="w3-content w3-container w3-padding-64">
 
<div class="w3-content w3-container w3-padding-64">
 +
  <h5>Words simply cannot express the level of gratitude we have to these people, without whom we would not have accomplished what we have done, without whom we cannot be where we are today, and without whom we would not have delivered our dedication towards the eradication of Diphtheria and our responsibilities to humanities.</h5>
 +
  <br>
 +
  <ol class="ref">
 +
    <li>Department of Environmental Health, Faculty of Public Health, University of Indonesia for the participation in campus campaign and opinion sharing regarding the project.</li>
 +
    <li>Department of Chemical Engineering, Faculty of Engineering, University of Indonesia for the participation in collaboration between UI and NTU by filling out the survey that was provided.</li>
 +
    <li>IHVCB (Institute of Human Virology and Cancer Biology) that has provided biosafety & biosecurity training, lab access, and opportunities for us to hold a mini seminar that aims to get people to know about the project itself.</li>
 +
    <li>The committee of Kerja Sosial (KERSOS) 2018 Faculty of Engineering, University of Indonesia for the opportunity and cooperation to work together in KERSOS program in order to gain public participations in directing the project.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/3/39/T--UI_Indonesia--kersos.png"</img>
 +
    <br>
 +
    <li>Prof. Dr. dr. I Made Djaja, SKM, M.Sc. from the Faculty of Public Health, University of Indonesia for the help, consideration, and consultancy according to the biosafety aspect of the project.</li>
 +
    <img src = "https://static.igem.org/mediawiki/2018/6/68/T--UI_Indonesia--ProfIMadeDjaja.png"</img>
 +
    <li>Dr. dr. Budiman Bela, Sp.MK. from the Faculty of Medicine, University of Indonesia for providing insights about molecular designing and genetic theoretical construction.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/b/b1/T--UI_Indonesia--budiman.png"</img>
 +
    <br>
 +
    <li>Dr. drh. Silvia Tri Widyaningtyas, M.Biomed from IHVCB, University of Indonesia for teaching our team lab techniques in microbiology and molecular biology.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/3/3d/T--UI_Indonesia--silvy.png"</img>
 +
    <br>
 +
    <li>Aroem Naroeni, DEA, PhD from IHVCB, University of Indonesia for the help in issuing recommendation for biosafety and biosecurity aspects of the projects.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/0/0f/T--UI_Indonesia--aroem.png"</img>
 +
    <br>
 +
    <li>Nanyang Technological University (NTU) iGEM Team 2018 for the collaboration in both lab work and human practices.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/3/3b/T--UI_Indonesia--ntu.png"</img>
 +
    <br>
 +
    <li>Mr. Wahyu Andrianto, S.H., M. H. from the Faculty of Law, University of Indonesia for the help, consideration, and consultancy according to our ethical review in legal aspect.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/4/49/T--UI_Indonesia--wahyu.png"</img>
 +
    <br>
 +
    <li>Pastor Raditya Oloan for the consideration and help according to our ethical review in religion aspect from Christian point of view.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/3/3a/T--UI_Indonesia--pastor.png"</img>
 +
    <br>
 +
    <li>Father Swasono for the consideration and help according to our ethical review in religion aspect from Catholic point of view.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/3/3a/T--UI_Indonesia--swasono.png"</img>
 +
    <br>
 +
    <li>Ir. Soelyono, M.M. from Faculty of Humanities, University of Indonesia for the consideration and help according to our ethical review in religion aspect from Buddhism point of view.</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/8/87/T--UI_Indonesia--soelyono.png"</img>
 +
    <br>
 +
    <li>Ustad Nur Fajri Romadhon as a member of Fatwa Committee of Special Capital Region of Jakarta for giving us insights from Islam point of view.</li>
 +
    <img src = "https://static.igem.org/mediawiki/2018/1/1b/T--UI_Indonesia--NurFajriRamadhan.png"</img>
 +
    <br>
 +
    <li>Ms. Aulia Reski W, B.Sc  and Mr. Supriadi as Policy and Practice Advisor UI iGEM Team 2018</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/d/de/T--UI_Indonesia--aul.png"</img>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/0/05/T--UI_Indonesia--supriadi.png"</img>
 +
    <br>
 +
    <li>Mr. Putra Mahanim T., Mr. Brian Mendel, and Mr. Adi Nugroho H., S.Ked as Lab Advisor UI iGEM Team 2018</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/e/e1/T--UI_Indonesia--putra.png"</img>
 +
    <br>
 +
    <li> Mr. Dian Amirulloh, M.Biomed, for advises on labwork and troubleshooting of laboratory problems
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/f/f2/T--UI_Indonesia--smol.png"</img>
 +
    <br>
 +
    <li> Dr.Eng Muhamad Sahlan, S.Si, M.Eng, for advises on our project</li>
 +
    <br>
 +
    <img src = "https://static.igem.org/mediawiki/2018/c/ca/T--UI_Indonesia--sahlan.png"</img>
 +
    <br>
 +
    <li> Inbio Indonesia, for advises on our structural modelling <a href="http://www.inbio-indonesia.org/" style="color:blue">http://www.inbio-indonesia.org/</a></li>
 +
    <br>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/b/b9/T--UI_indonesia--inbioindonesia.png"</img>
 +
    <br>
 +
  </ol>
 +
  <br>
 +
  <h5>We also expressed our gratitude to our iGEM 2018 team who manage to put the outmost effort for more than 1 year managing iGEM 2018 project, our team attributions are</h5>
 +
  <br>
 +
  <h5>
 +
  <ol>
 +
    <li><b>Valdi Ven Japranata</b> : The leader of our team which worked the hardest both in labwork and non-labwork stuffs.</li>
 +
    <li><b>Luthfian Aby Nurrachman</b> : The vice leader of the team and One of the main wet lab member skilful in a lot of protocols.</li>
 +
    <li><b>Nuikita Wachid</b> : A great team manager which secured a huge amount of financial support for the team.</li>
 +
    <li><b>Muhammad Iqbal Adi Pratama</b> : One of the wet lab member, specializing in transformation and plasmid isolation.</li>
 +
    <li><b>Ihya Fakhrurizal</b> : The main dry lab member which contributed the most to the construction of DiphTox. He Also helped wet lab work</li>
 +
    <li><b>Muhammad Ikhsan</b> : A dry lab member with experiences in bioinformatics especially in protein modelling which also contributed to wet lab work</li>
 +
    <li><b>Jessica Farah</b>A dry lab member with expertise in mathematical modelling. manage to finish a whole project mathematical model alone. She Also secured financial sponsorship.</li>
 +
    <li><b>Reysa Anggraini Vestiana Putri</b> : A wet lab member which mainly contributed in policy and practice and assisted sponsorship effort</li>
 +
    <li><b>Ainun Rahmania</b> : Policy Handling Policy and Practice : Managing policy related to Ethic, Safety, Economic Analysis</li>
 +
    <li><b>Glory Lamria</b> : Project Handling Policy and Practice: Managing event and project engagement related to Education and Public Engagement</li>
 +
    <li><b>Galuh Widyastuti</b> : Integrated Human Practice Handling: Integrate Project Event and Policy aspect into the design and/or execution of our project.</li>
 +
    <li><b>Edwin Lawisan</b> : The wiki division of our team which designed our wiki and taught HTML for the team. An easy going person and a fast worker</li>
 +
    <li><b>Hema Mitta</b> : The wiki division of our team which designed our wiki and taught HTML for the team. The one with an easy-to-read and structured coding management.</li>
 +
    <li><b>Andrea Laurentius</b> : The wet and dry lab coordinator. The one that integrate understanding of lab results and modelling.</li>
 +
  </ol>
 +
  </h5>
 +
  <br>
 +
  <h5>We also expressed our gratitude to our beloved sponsors who provided us with financial and products support</h5>
 +
  <br>
 +
  <div align="center">
 +
    <img src="https://static.igem.org/mediawiki/2018/9/91/T--UI_Indonesia--logo1.jpg" width="600" height ="300"></img>
 +
    <br>
 +
    <h5>PT. Bukit Asam, Tbk</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/f/f2/T--UI_Indonesia--logo5.png" width="600" height="300"></img>
 +
    <br>
 +
    <h5>PT. Kimia Farma, Tbk</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/6/63/T--UI_Indonesia--logo3.png"></img>
 +
    <br>
 +
    <h5>The Margo Hotel</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/e/e7/T--UI_Indonesia--logo2.png"></img>
 +
    <br>
 +
    <h5>Rumah Sakit dr. Ciptomangunkusumo (RSCM)</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/3/35/T--UI_Indonesia--logo4.png"></img>
 +
    <br>
 +
    <h5>PT. Telekomunikasi Indonesia, Tbk</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/b/b2/T--UI_Indonesia--Promega.png" height="300"></img>
 +
    <br>
 +
    <h5>Promega Corporation</h5>
 +
    <br>
 +
    <img src="https://static.igem.org/mediawiki/2018/3/35/T--UI_Indonesia--IDT.png" width="600"></img>
 +
    <br>
 +
    <h5>Integrated DNA Technologies, Inc.</h5>
 +
  </div>
 +
</div>
  
<h5> Thank you for:
+
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<li>1. Department of Environmental Health, Faculty of Public Health, University of Indonesia for the participation in campus campaign and opinion sharing regarding the project.
+
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<li>2. Department of Chemical Engineering, Faculty of Engineering, University of Indonesia for the participation in collaboration between UI and NTU by filling out the survey that was provided.
+
<script>
<li>3. IHVCB (Institute of Human Virology and Cancer Biology) that has provided biosafety & biosecurity training, lab access, and opportunities for us to hold a mini seminar that aims to get people to know about the project itself.
+
// When the user scrolls down 20px from the top of the document, show the button
<li>4. The committee of Kerja Sosial (KERSOS) 2018 Faculty of Engineering, University of Indonesia for the opportunity and cooperation to work together in KERSOS program in order to gain public participations in directing the project.
+
window.onscroll = function() {scrollFunction()};
<li>5. Prof. Dr. dr. I Made Djaja, SKM, M.Sc. from the Faculty of Public Health, University of Indonesia for the help, consideration, and consultancy according to the biosafety aspect of the project.
+
 
<li>6. Dr. dr. Budiman Bela, Sp.MK. from the Faculty of Medicine, University of Indonesia for providing insights about molecular designing and genetic theoretical construction.
+
function scrollFunction() {
<li>7. Dr. drh. Silvia Tri Widyaningtyas, M.Biomed from IHVCB, University of Indonesia for teaching our team lab techniques in microbiology and molecular biology.
+
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
<li>8. Aroem Naroeni, DEA, PhD from IHVCB, University of Indonesia for the help in issuing recommendation for biosafety and biosecurity aspects of the projects.
+
        document.getElementById("myBtn").style.display = "block";
<li>9. Nanyang Technological University (NTU) iGEM Team 2018 for the collaboration in both lab work and human practices.
+
    } else {
<li>10. Mr. Wahyu Andrianto, S.H., M. H. from the Faculty of Law, University of Indonesia for the help, consideration, and consultancy according to our ethical review in legal aspect.
+
        document.getElementById("myBtn").style.display = "none";
<li>11. Pastor Raditya Oloan for the consideration and help according to our ethical review in religion aspect from Christian point of view.
+
    }
<li>12. Father Swasono for the consideration and help according to our ethical review in religion aspect from Catholic point of view.
+
}
<li>13. Ir. Soelyono, M.M. from Faculty of Language and Culture, University of Indonesia for the consideration and help according to our ethical review in religion aspect from Buddhism point of view.
+
 
<li>14. AGAMA ISLAM
+
// When the user clicks on the button, scroll to the top of the document
<li>15. AGAMA HINDU
+
function topFunction() {
<li>16. Ms. Aulia Reski W, B.Sc  and Mr. Supriadi as Policy and Practice Advisor UI iGEM Team 2018
+
    document.body.scrollTop = 0;
<li>17. Mr. Putra Mahanim T., Mr. Brian Mendel, and Mr. Adi Nugroho H., S.Ked as Lab Advisor UI iGEM Team 2018
+
    document.documentElement.scrollTop = 0;
 +
}
 +
</script>
 +
<!-- Footer -->
 +
<footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off">
 +
  <div class="w3-xlarge w3-section">Team UI Indonesia<br>
 +
    <i class="fa fa-envelope w3-hover-opacity"></i>&ensp; igemui2018@gmail.com
 +
  </div>
 +
</footer>
 +
</body>
 +
</html>

Latest revision as of 01:44, 15 November 2018

OUR SINCERE AND HEARTFELT GRATITUDE
Words simply cannot express the level of gratitude we have to these people, without whom we would not have accomplished what we have done, without whom we cannot be where we are today, and without whom we would not have delivered our dedication towards the eradication of Diphtheria and our responsibilities to humanities.

  1. Department of Environmental Health, Faculty of Public Health, University of Indonesia for the participation in campus campaign and opinion sharing regarding the project.
  2. Department of Chemical Engineering, Faculty of Engineering, University of Indonesia for the participation in collaboration between UI and NTU by filling out the survey that was provided.
  3. IHVCB (Institute of Human Virology and Cancer Biology) that has provided biosafety & biosecurity training, lab access, and opportunities for us to hold a mini seminar that aims to get people to know about the project itself.
  4. The committee of Kerja Sosial (KERSOS) 2018 Faculty of Engineering, University of Indonesia for the opportunity and cooperation to work together in KERSOS program in order to gain public participations in directing the project.


  5. Prof. Dr. dr. I Made Djaja, SKM, M.Sc. from the Faculty of Public Health, University of Indonesia for the help, consideration, and consultancy according to the biosafety aspect of the project.
  6. Dr. dr. Budiman Bela, Sp.MK. from the Faculty of Medicine, University of Indonesia for providing insights about molecular designing and genetic theoretical construction.


  7. Dr. drh. Silvia Tri Widyaningtyas, M.Biomed from IHVCB, University of Indonesia for teaching our team lab techniques in microbiology and molecular biology.


  8. Aroem Naroeni, DEA, PhD from IHVCB, University of Indonesia for the help in issuing recommendation for biosafety and biosecurity aspects of the projects.


  9. Nanyang Technological University (NTU) iGEM Team 2018 for the collaboration in both lab work and human practices.


  10. Mr. Wahyu Andrianto, S.H., M. H. from the Faculty of Law, University of Indonesia for the help, consideration, and consultancy according to our ethical review in legal aspect.


  11. Pastor Raditya Oloan for the consideration and help according to our ethical review in religion aspect from Christian point of view.


  12. Father Swasono for the consideration and help according to our ethical review in religion aspect from Catholic point of view.


  13. Ir. Soelyono, M.M. from Faculty of Humanities, University of Indonesia for the consideration and help according to our ethical review in religion aspect from Buddhism point of view.


  14. Ustad Nur Fajri Romadhon as a member of Fatwa Committee of Special Capital Region of Jakarta for giving us insights from Islam point of view.

  15. Ms. Aulia Reski W, B.Sc and Mr. Supriadi as Policy and Practice Advisor UI iGEM Team 2018



  16. Mr. Putra Mahanim T., Mr. Brian Mendel, and Mr. Adi Nugroho H., S.Ked as Lab Advisor UI iGEM Team 2018


  17. Mr. Dian Amirulloh, M.Biomed, for advises on labwork and troubleshooting of laboratory problems

  18. Dr.Eng Muhamad Sahlan, S.Si, M.Eng, for advises on our project


  19. Inbio Indonesia, for advises on our structural modelling http://www.inbio-indonesia.org/




We also expressed our gratitude to our iGEM 2018 team who manage to put the outmost effort for more than 1 year managing iGEM 2018 project, our team attributions are

  1. Valdi Ven Japranata : The leader of our team which worked the hardest both in labwork and non-labwork stuffs.
  2. Luthfian Aby Nurrachman : The vice leader of the team and One of the main wet lab member skilful in a lot of protocols.
  3. Nuikita Wachid : A great team manager which secured a huge amount of financial support for the team.
  4. Muhammad Iqbal Adi Pratama : One of the wet lab member, specializing in transformation and plasmid isolation.
  5. Ihya Fakhrurizal : The main dry lab member which contributed the most to the construction of DiphTox. He Also helped wet lab work
  6. Muhammad Ikhsan : A dry lab member with experiences in bioinformatics especially in protein modelling which also contributed to wet lab work
  7. Jessica FarahA dry lab member with expertise in mathematical modelling. manage to finish a whole project mathematical model alone. She Also secured financial sponsorship.
  8. Reysa Anggraini Vestiana Putri : A wet lab member which mainly contributed in policy and practice and assisted sponsorship effort
  9. Ainun Rahmania : Policy Handling Policy and Practice : Managing policy related to Ethic, Safety, Economic Analysis
  10. Glory Lamria : Project Handling Policy and Practice: Managing event and project engagement related to Education and Public Engagement
  11. Galuh Widyastuti : Integrated Human Practice Handling: Integrate Project Event and Policy aspect into the design and/or execution of our project.
  12. Edwin Lawisan : The wiki division of our team which designed our wiki and taught HTML for the team. An easy going person and a fast worker
  13. Hema Mitta : The wiki division of our team which designed our wiki and taught HTML for the team. The one with an easy-to-read and structured coding management.
  14. Andrea Laurentius : The wet and dry lab coordinator. The one that integrate understanding of lab results and modelling.

We also expressed our gratitude to our beloved sponsors who provided us with financial and products support


PT. Bukit Asam, Tbk


PT. Kimia Farma, Tbk


The Margo Hotel


Rumah Sakit dr. Ciptomangunkusumo (RSCM)


PT. Telekomunikasi Indonesia, Tbk


Promega Corporation


Integrated DNA Technologies, Inc.
Team UI Indonesia
  igemui2018@gmail.com