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

(Prototype team page)
 
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{UI_Indonesia}}
+
{{Template:UI_Indonesia/css}}
<html>
+
  
 +
<html lang="en">
  
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
 +
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 +
  <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://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 +
 +
</head>
  
<div class="column full_size judges-will-not-evaluate">
+
<style>
<h3>★  ALERT! </h3>
+
  body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
  body, html {
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
      height: 100%;
</div>
+
      color: #777;
 +
      line-height: 1.5;
 +
  }
 +
  a {
 +
    color: white;
 +
  }
  
 +
  .mySlides {display: none}
  
<div class="clear"></div>
+
  .bgimg-3, .bgimg-4, .bgimg-5 {
 +
      background-attachment: fixed;
 +
      background-position: center;
 +
      background-repeat: no-repeat;
 +
      background-size: cover;
 +
  }
  
 +
  .bgimg-3 {
 +
      background-image: url("https://static.igem.org/mediawiki/2018/0/07/T--UI_Indonesia--bacteria.jpg");
 +
      min-height: 400px;
 +
  }
  
<div class="column full_size">
+
  .bgimg-4 {
<h1>Collaborations</h1>
+
      background-image: url("https://static.igem.org/mediawiki/2018/d/d2/T--UI_Indonesia--bgimg4.png");
 +
      min-height: 400px;
 +
  }
  
<p>
+
  .bgimg-5 {
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
      background-image: url("https://static.igem.org/mediawiki/2018/d/d2/T--UI_Indonesia--bgimg4.png");
</p>
+
      min-height: 400px;
 +
  }
  
<h3>Silver Medal Criterion #2</h3>
+
  @media only screen and (max-device-width: 1024px) {
<p>
+
      .bgimg-3, .bgimg-4, .bgimg-5 {
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.  
+
          background-attachment: scroll;
</p>
+
      }
</div>
+
  }
  
<div class="column two_thirds_size">
+
 +
  .collab-body{
 +
    left:10%;
 +
    width:80%;
 +
    right:10%;}
 +
  <!---- MT NAVBAR --->
 +
.sidebar-nav {
 +
  padding: 9px 0;
 +
}
  
<h4> Which other teams can we work with? </h4>
+
.dropdown-menu .sub-menu {
<p>
+
  left: 100%;
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
  position: absolute;
</p>
+
  top: 0;
 +
  visibility: hidden;
 +
  margin-top: -1px;
 +
}
  
<p>
+
.dropdown-menu li:hover .sub-menu {
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
  visibility: visible;
</p>
+
}
  
 +
.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>
 +
 +
<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 -->
 +
<nav class="navbar navbar-default">
 +
  <div class="navbar-inner">
 +
  <div class="container-fluid">
 +
    <div class="navbar-header">
 +
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>                       
 +
      </button>
 +
      <a class="navbar-brand" href="https://2018.igem.org/Team:UI_Indonesia">Home</a>
 +
    </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 current"><a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a></li>
 +
<li class="dropdown navbar-attributions">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/MedalCriteria">Medal Criteria</a></li>
 +
          </ul>
 +
        </li>
 +
      </ul>
 +
    </div>
 +
  </div>
 +
  </div>
 +
</nav>
 +
 +
<!-- Container (Overview Section) -->
 +
<div class="bgimg-3 w3-display-container w3-opacity-min" id="overview">
 +
  <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">COLLABORATIONS</span>
 +
  </div>
 +
</div>
 +
<div class="collab-body w3-display-container">
 +
<div>
 +
  <h1>Collaboration</h1>
 +
  <h3>iGEM NTU Singapore<h3>
 
</div>
 
</div>
  
 +
<div><h2><b><u>WHAT WE DO?</u></b></h2>
 +
<h5><i>ModVision</i> and <i>Finding Diphthy</i> has found their way to do collaboration in iGEM 2018. We have managed to contact one of the members of iGEM NTU via Angelysia Cardilla in the beginning of July. We offered help in gathering data about the idea and survey application of Nanopore sequencing from the perspective of Indonesian people as representatives of developing country’s citizens. Our team went to Faculty of Engineering, exactly located at college auditorium, to do intensive proposal towards nearby biotech students to be intrigued with our project about <i>Finding Diphthy</i>, as well as <i>ModVision</i>. QnA sessions and survey filling form were available for the end of each introductory explanation. This session was such a participative event between NTU and UI, since different citizens have vast range of opinion regarding biological engineering. Profound discussion in several aspects, such as socioeconomic condition, law, bioethics, etc., of <i>ModVision</i> and <i>Finding Diphthy</i> development could offer insights about their application in countries, especially developing ones. In addition, we also analyzed the result we obtained for NTU and the analysis can be seen <a href="https://static.igem.org/mediawiki/2018/d/d0/T--UI_Indonesia--Analysis_of_Feedback_of_Gene_Editing_Questionnaire_%28from_UI_Indonesia_to_NTU-Singapore%29.docx">here</a></h5></div>
 +
 +
<img src="https://static.igem.org/mediawiki/2018/b/b0/T--UI_Indonesia--collab0.jpg"></img>
 +
<img src="https://static.igem.org/mediawiki/2018/5/50/T--UI_Indonesia--collab1.jpg"></img>
 +
<br>
 +
<h6><b>Figure 1</b>. Our team presents projects of Finding Diphthy and ModVision in collaboration within iGEM 2018 for silver medal criteria. Discussion and surveys were done by our policy and practice division member iGEM UI Ainun Rahmania and Glory Lamria. </h6>
 +
<br><br>
 +
 +
<div><h2><b><u>WHAT WE ASK?</u></b></h2>
 +
<h5>After two months of lab session starting from June, we encountered such unexpected bad events in doing PCR amplification of the HT-1 and HT-2 fragments. These fragments are meant to be ligated linearly to form single basic biobrick part of HB-EGF/Tar since IDT<sup>TM</sup> were not able to synthesize as one gBlocks. The cloning primer Fwd and Rev (personally synthesized primer) and for amplification fail to specifically anneal in the 5’ and 3’ of both fragments. The results of the PCR amplification are shown in following figure 2.</h5>
 +
 +
<img src="https://static.igem.org/mediawiki/2018/2/22/T--UI_Indonesia--collab2.jpg"></img>
 +
<br>
 +
<h6><b>Figure 2</b>. Gradient temperature PCR for both HT-1 and HT-2 fragments. Note that more than 2 bands could be found in HT-1 and HT-2 fragment. These amplified bands explain that the synthetically designed primers were not specific enough. HT-1 fragment size is 1105 bp, and HT-2 fragment size is 864 bp. The indicated arrows showed the expected amplified fragments.</h6>
 +
</div>
  
 +
<h5>As a means of collaboration, we desperately tried to contact iGEM NTU for help of ligation cloning of HT into commercial expression vector pcDNA3 on August. Coincidently, Angelysia went back to Jakarta, and we met each other for further discussion in cloning the respective gBlocks. The gBlocks are sent to NTU Singapore on the mid of August. We gave our highest gratitude for team iGEM NTU in helping us to clone the completed linear HT fragment into pcDNA3. The samples arrived back to IHVCB lab on the mid of September. Additionally, iGEM NTU also offers to clone several designed parts of our project related with FRET system into commercial vectors. </h5>
  
<div class="column third_size">
+
<img src ="https://static.igem.org/mediawiki/2018/f/f2/T--UI_Indonesia--collab3.jpg"></img>
<p>
+
<h5> <b>Figure 3</b>. Representative of iGEM NTU ModVision and members of iGEM UI Finding Diphthy had a collaboration meeting. From left to right: Angelysia Cardilla (iGEM NTU Singapore), Andrea Laurentius (Wet lab Division iGEM UI), Brian Mendel (Advisor iGEM UI), Muhammad Iqbal Adi Pratama (Wet lab Division iGEM UI), and Valdi Ven Japranata (Team Leader iGEM UI).
Here are some suggestions for projects you could work on with other teams:
+
<br>
</p>
+
We have started to do re-clone traditionally using EcoRI and PstI into pQE80L expression plasmids, and successfully obtained the pQE80L-HT (figure 4).
 +
<br> <br>
  
<ul>
+
However, we tried to clone the HT into pSB1C3 and fail twice since both DNA have the same fragment size, and it would be difficult to be done in traditional cloning (figure 5). Therefore, iGEM NTU offers us help in cloning the leftovers HT complete fragment into pSB1C3 while our lab team could start to characterize the HT part along with BFP and DiphTox.<br></h5>
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<br>
<li> Characterize another team's part </li>
+
<img src ="https://static.igem.org/mediawiki/2018/7/72/T--UI_Indonesia--Figure4collab.png"></img>
<li> Debug a construct </li>
+
<h5> <b> Figure 4</b>. Gel analysis of PCR colonies on pQE80L-HT transformed BL21(DE3) strain E. coli. The subsequent 600s bp bands were found in all of the following colonies, indicating that the HT fragment was successfully inserted.
<li> Model or simulate another team's system </li>
+
<br>
<li> Test another team's software</li>
+
<img src ="https://static.igem.org/mediawiki/2018/1/16/T--UI_Indonesia--Figure5collab.png"></img>
<li> Help build and test another team's hardware project</li>
+
<h5> <b> Figure 4</b>. Gel analysis of PCR colonies on pSB1C3-HT transformed Top10 strain E. coli. Expected 600s bp bands were not found in all of the following colonies, although we could discover 300s bp bands. This concluded that the cloning of HT into pSB1C3 failed. <br>
<li> Mentor a high-school team</li>
+
</ul>
+
 
</div>
 
</div>
 +
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
<script>
 +
// When the user scrolls down 20px from the top of the document, show the button
 +
window.onscroll = function() {scrollFunction()};
  
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn").style.display = "none";
 +
    }
 +
}
  
 +
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    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>
 
</html>

Latest revision as of 23:35, 17 October 2018

COLLABORATIONS

Collaboration

iGEM NTU Singapore

WHAT WE DO?

ModVision and Finding Diphthy has found their way to do collaboration in iGEM 2018. We have managed to contact one of the members of iGEM NTU via Angelysia Cardilla in the beginning of July. We offered help in gathering data about the idea and survey application of Nanopore sequencing from the perspective of Indonesian people as representatives of developing country’s citizens. Our team went to Faculty of Engineering, exactly located at college auditorium, to do intensive proposal towards nearby biotech students to be intrigued with our project about Finding Diphthy, as well as ModVision. QnA sessions and survey filling form were available for the end of each introductory explanation. This session was such a participative event between NTU and UI, since different citizens have vast range of opinion regarding biological engineering. Profound discussion in several aspects, such as socioeconomic condition, law, bioethics, etc., of ModVision and Finding Diphthy development could offer insights about their application in countries, especially developing ones. In addition, we also analyzed the result we obtained for NTU and the analysis can be seen here

Figure 1. Our team presents projects of Finding Diphthy and ModVision in collaboration within iGEM 2018 for silver medal criteria. Discussion and surveys were done by our policy and practice division member iGEM UI Ainun Rahmania and Glory Lamria.


WHAT WE ASK?

After two months of lab session starting from June, we encountered such unexpected bad events in doing PCR amplification of the HT-1 and HT-2 fragments. These fragments are meant to be ligated linearly to form single basic biobrick part of HB-EGF/Tar since IDTTM were not able to synthesize as one gBlocks. The cloning primer Fwd and Rev (personally synthesized primer) and for amplification fail to specifically anneal in the 5’ and 3’ of both fragments. The results of the PCR amplification are shown in following figure 2.

Figure 2. Gradient temperature PCR for both HT-1 and HT-2 fragments. Note that more than 2 bands could be found in HT-1 and HT-2 fragment. These amplified bands explain that the synthetically designed primers were not specific enough. HT-1 fragment size is 1105 bp, and HT-2 fragment size is 864 bp. The indicated arrows showed the expected amplified fragments.
As a means of collaboration, we desperately tried to contact iGEM NTU for help of ligation cloning of HT into commercial expression vector pcDNA3 on August. Coincidently, Angelysia went back to Jakarta, and we met each other for further discussion in cloning the respective gBlocks. The gBlocks are sent to NTU Singapore on the mid of August. We gave our highest gratitude for team iGEM NTU in helping us to clone the completed linear HT fragment into pcDNA3. The samples arrived back to IHVCB lab on the mid of September. Additionally, iGEM NTU also offers to clone several designed parts of our project related with FRET system into commercial vectors.
Figure 3. Representative of iGEM NTU ModVision and members of iGEM UI Finding Diphthy had a collaboration meeting. From left to right: Angelysia Cardilla (iGEM NTU Singapore), Andrea Laurentius (Wet lab Division iGEM UI), Brian Mendel (Advisor iGEM UI), Muhammad Iqbal Adi Pratama (Wet lab Division iGEM UI), and Valdi Ven Japranata (Team Leader iGEM UI).
We have started to do re-clone traditionally using EcoRI and PstI into pQE80L expression plasmids, and successfully obtained the pQE80L-HT (figure 4).

However, we tried to clone the HT into pSB1C3 and fail twice since both DNA have the same fragment size, and it would be difficult to be done in traditional cloning (figure 5). Therefore, iGEM NTU offers us help in cloning the leftovers HT complete fragment into pSB1C3 while our lab team could start to characterize the HT part along with BFP and DiphTox.

Figure 4. Gel analysis of PCR colonies on pQE80L-HT transformed BL21(DE3) strain E. coli. The subsequent 600s bp bands were found in all of the following colonies, indicating that the HT fragment was successfully inserted.
Figure 4. Gel analysis of PCR colonies on pSB1C3-HT transformed Top10 strain E. coli. Expected 600s bp bands were not found in all of the following colonies, although we could discover 300s bp bands. This concluded that the cloning of HT into pSB1C3 failed.
Team UI Indonesia
  igemui2018@gmail.com