Difference between revisions of "Team:TNCR Korea/Collaborations"

 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TNCR_Korea}}
+
 
 
<html>
 
<html>
  
 +
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
 +
<!--[if IE 7]>        <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
 +
<!--[if IE 8]>        <html class="no-js lt-ie9"> <![endif]-->
 +
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
 +
<head>
 +
<meta charset="utf-8">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<title>TNCR_KOREA &mdash; Digestable Gluten</title>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
 +
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
 +
<meta name="author" content="FREEHTML5.CO" />
 +
 +
 +
<meta property="og:title" content=""/>
 +
<meta property="og:image" content=""/>
 +
<meta property="og:url" content=""/>
 +
<meta property="og:site_name" content=""/>
 +
<meta property="og:description" content=""/>
 +
<meta name="twitter:title" content="" />
 +
<meta name="twitter:image" content="" />
 +
<meta name="twitter:url" content="" />
 +
<meta name="twitter:card" content="" />
 +
 +
 +
<link rel="shortcut icon" href="favicon.ico">
 +
 +
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300' rel='stylesheet' type='text/css'>
 +
 +
<!-- Animate.css -->
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:TNCR_Korea_animate/CSS?action=raw&ctype=text/css">
 +
<!-- Icomoon Icon Fonts-->
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:TNCR_Korea_icomoon/CSS?action=raw&ctype=text/css">
 +
<!-- Bootstrap  -->
 +
<link rel="stylesheet" type="text/css"  href="https://2017.igem.org/Template:TNCR_Korea_bootstrap/CSS?action=raw&ctype=text/css">
 +
<!-- Superfish -->
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:TNCR_Korea_superfish/CSS?action=raw&ctype=text/css">
 +
 +
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:TNCR_Korea_style/CSS?action=raw&ctype=text/css">
 +
 +
 +
<!-- Modernizr JS -->
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_modernizr/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
<!-- FOR IE9 below -->
 +
<!--[if lt IE 9]>
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_respond/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
<![endif]-->
 +
 +
 +
 +
<style>
 +
 +
 +
 +
 +
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 +
 +
/* Clear the default wiki settings */
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding: 0px;  margin-top:-7px; margin-left:0px;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 +
 +
 +
#top_menu_under {
 +
    position: relative;
 +
    width: 100%;
 +
    /* height: 18px; */
 +
}
 +
 +
#fh5co-primary-menu li{
 +
display: inline
 +
}
 +
 +
 +
 +
 +
#fh5co-menu-wrap {
 +
  position: relative;
 +
  z-index: 2;
 +
  display: block;
 +
  float: right;
 +
  margin-top: 60px;
 +
}
 +
 +
#fh5co-menu-wrap .sf-menu a {
 +
  padding: 1em .75em;
 +
}
 +
 +
#fh5co-primary-menu > li > ul li.active > a {
 +
  color: #FCC72C !important;
 +
}
 +
#fh5co-primary-menu > li > .sf-with-ul:after {
 +
  border: none !important;
 +
  font-family: 'icomoon';
 +
  speak: none;
 +
  font-style: normal;
 +
  font-weight: normal;
 +
  font-variant: normal;
 +
  text-transform: none;
 +
  line-height: 1;
 +
  /* Better Font Rendering =========== */
 +
  -webkit-font-smoothing: antialiased;
 +
  -moz-osx-font-smoothing: grayscale;
 +
  position: absolute;
 +
  float: right;
 +
  margin-right: -5px;
 +
  top: 50%;
 +
  margin-top: -7px;
 +
  content: "\e922";
 +
  color: rgba(255, 255, 255, 0.5);
 +
}
 +
#fh5co-primary-menu > li > ul li {
 +
  position: relative;
 +
}
 +
 +
 +
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
 +
  border: none !important;
 +
  font-family: 'icomoon';
 +
  speak: none;
 +
  font-style: normal;
 +
  font-weight: normal;
 +
  font-variant: normal;
 +
  text-transform: none;
 +
  line-height: 1;
 +
  /* Better Font Rendering =========== */
 +
  -webkit-font-smoothing: antialiased;
 +
  -moz-osx-font-smoothing: grayscale;
 +
  position: absolute;
 +
  float: right;
 +
  margin-right: 10px;
 +
  top: 20px;
 +
  font-size: 16px;
 +
  content: "\e924";
 +
  color: rgba(0, 0, 0, 0.5);
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu {
 +
  padding: 10px 7px 10px;
 +
  background: #fff;
 +
  left: 0;
 +
  -webkit-border-radius: 5px;
 +
  -moz-border-radius: 5px;
 +
  -ms-border-radius: 5px;
 +
  border-radius: 5px;
 +
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 +
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 +
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 +
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 +
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
 +
  left: 100%;
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu:before {
 +
  position: absolute;
 +
  top: -9px;
 +
  left: 20px;
 +
  width: 0;
 +
  height: 0;
 +
  content: '';
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu:after {
 +
  position: absolute;
 +
  top: -8px;
 +
  left: 21px;
 +
  width: 0;
 +
  height: 0;
 +
  border-right: 8px solid transparent;
 +
  border-bottom: 8px solid #fff;
 +
  border-bottom: 8px solid white;
 +
  border-left: 8px solid transparent;
 +
  content: '';
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
 +
  top: 6px;
 +
  left: 100%;
 +
}
 +
 +
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
 +
  top: 7px;
 +
  right: 100%;
 +
  border: none !important;
 +
}
  
 +
.site-header.has-image #primary-menu .sub-menu {
 +
  border-color: #ebebeb;
 +
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
 +
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
 +
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
 +
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
 +
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
 +
}
 +
.site-header.has-image #primary-menu .sub-menu:before {
 +
  display: none;
 +
}
  
 +
#fh5co-primary-menu .fh5co-sub-menu a {
 +
  letter-spacing: 0;
 +
  padding: 0 15px;
 +
  font-size: 18px;
 +
  line-height: 34px;
 +
  color: #575757 !important;
 +
  text-transform: none;
 +
  background: none;
 +
}
  
 +
#fh5co-primary-menu .fh5co-sub-menu li {
 +
  display: block;
 +
}
  
 +
#fh5co-primary-menu .fh5co-sub-menu a:hover {
 +
  color: #FCC72C !important;
 +
}
  
 +
#fh5co-work-section,
 +
#fh5co-services-section,
 +
#fh5co-content-section,
 +
#fh5co-work-section_2,
 +
#fh5co-blog-section {
 +
  padding: 7em 0;
 +
}
 +
@media screen and (max-width: 768px) {
 +
  #fh5co-work-section,
 +
  #fh5co-services-section,
 +
  #fh5co-content-section,
 +
  #fh5co-work-section_2,
 +
  #fh5co-blog-section {
 +
    padding: 4em 0;
 +
  }
 +
}
  
<div class="clear"></div>
+
 +
</style>
  
<div class="column full_size">
 
<h1>Collaborations</h1>
 
  
<p>
+
<!--- THIS IS WHERE THE HTML BEGINS --->
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.
+
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
+
</head>
<p>
+
<body>
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2017.igem.org/Judging/Medals">2017 Medals Page</a> for more information.  
+
<div id="fh5co-wrapper">
</p>
+
<div id="fh5co-page">
 +
<div id="fh5co-header">
 +
<header id="fh5co-header-section">
 +
<div class="container">
 +
<div class="nav-header">
 +
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
 +
<h1 id="fh5co-logo"><a href="https://2017.igem.org/Team:TNCR_Korea"><span>TNCR</span>KOREA</a></h1>
 +
<!-- START #fh5co-menu-wrap -->
 +
<nav id="fh5co-menu-wrap" role="navigation">
 +
<ul class="sf-menu" id="fh5co-primary-menu">
 +
<li>
 +
<a href="https://2017.igem.org/Team:TNCR_Korea">Home</a>
 +
</li>
 +
<li class="active">
 +
<a href="portfolio.html" class="fh5co-sub-ddown">Team</a>
 +
<ul class="fh5co-sub-menu">
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Team" target="_blank">Team</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Attributions" target="_blank">Attributions</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Collaborations" target="_blank">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="portfolio.html" class="fh5co-sub-ddown">Project</a>
 +
<ul class="fh5co-sub-menu">
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Background" target="_blank">Background</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Description" target="_blank">Description</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Design" target="_blank">Design</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Model" target="_blank">Model</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Experiments" target="_blank">Experiments</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Notebook" target="_blank">Notebook</a></li>
 +
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Results" target="_blank">Results</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="portfolio.html" class="fh5co-sub-ddown">Parts</a>
 +
<ul class="fh5co-sub-menu">
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Parts" target="_blank">Parts</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Contribution" target="_blank">Contribution</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Basic_Part" target="_blank">Basic Part</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Composite_Part" target="_blank">Composite Part</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Part_Collection" target="_blank">Part Collection</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="portfolio.html" class="fh5co-sub-ddown">Human Practices</a>
 +
<ul class="fh5co-sub-menu">
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/HP/Silver" target="_blank">Human Activity</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/HP/Gold_Integrated" target="_blank">Integrated Human Activity</a></li>
 +
<li><a href="https://2017.igem.org/Team:TNCR_Korea/Engagement" target="_blank">Public Engagement</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2017.igem.org/Team:TNCR_Korea/Awards">Awards</a>
 +
</li>
 +
</ul>
 +
</nav>
 +
</div>
 +
</div>
 +
</header>
 +
 +
</div>
  
<div class="column half_size">
+
<div class="fh5co-hero fh5co-hero-2">
 +
<div class="fh5co-overlay"></div>
 +
<div class="fh5co-cover fh5co-cover_2 text-center" data-stellar-background-ratio="0.5" style="background-image: url(images/about-image.jpg);">
 +
<div class="desc animate-box">
 +
<h2>Team</h2>
 +
<span>We are students of HAFS who make gluten digestable.</span>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- end:header-top -->
 +
<div id="fh5co-about">
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
 +
<h3>Collaboration</h3>
 +
 +
</div>
 +
</div>
 +
</div>
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-md-8 col-md-offset-2 animate-box">
 +
<h3>1. Survey interactions with many teams.</h3>
 +
<p> We contacted with many other teams through our own survey. First was with IGEM Greece and their project is pANDORRA – Engineering and delivering modular RNAi-based logic circuits to treat colorectal cancer. In order to design a multi-pronged treatment approach for colorectal neoplasia, this team is engineering a novel anti-cancer E.coli agent, facilitating selective adhesion and cell density-dependent invasion into cancer cells, as the delivery module for our classifier circuit. In the future, they envision their system to be employed in a variety of pathological conditions generating reporter signals or protein outputs of therapeutic potential. In response to their survey, we provided our survey to them, which is about the increasing demand of gluten-free food and general introduction of our project, Insertion of Dipeptidyl peptidase-4(DPP- 4) to Intestinal Gut Microflora: Free from“Gluten-free”. Not only from Greece, igemusp(Brazil) team, British_Columbia IGEM team, UiOslo_Norway team, and Bordeaux also participated our survey for information about the trend of increasing gluten-intolerance.</p>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-8 col-md-offset-2 animate-box">
 +
<h3>2. Mentoring from KUAS_Korea </h3>
 +
<p> We were mentored by another College IGEM team, KUAS_Korea. KUAS_Korea is the team from Korea University in South Korea. They looked through our overall project and we learned basic method of PCR, gene cloning, etc. We basically first meet through face to face to generally inform our project, what we are mainly using as our own specific method and what we are suffering through the experiment. They introduced the new solution of our deficiency by showing some parts of their project to us and what they learn as members of synthetic biology association in their school. They also advised us about wiki management, experiment ethics, medal criteria, etc. We also talked about each other’s possible application of our project for general people and improved our parts based on discussion. By mentored from college team, we could get a lot of useful advices not only for our experiment but also for our overall progress for IGEM. We also learned that sharing different genuine thoughts and applying different ideas from many people is the crucial way to improve our project.</p>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-8 col-md-offset-2 animate-box">
 +
<h3>3. YouTube Collaboration</h3>
 +
<p>We contacted with East Chapel Hill High school team in North Carolina through our facebook page and made YouTube collaboration. We first contacted through our facebook page and decided to make tutorials of lab techniques and lab safety with many other teams which is called Tasty-Style Lab Technique Videos. We could choose any of our lab techniques from our experiment and create a short 1-2 minutes video. So our team created a ‘Ligation prep’ video for about 2 minutes and made collaboration with Peshawar 2017, UNBC 2017 and East Chapel Hill 2017. We first discussed what technique to choose and when we made the lab meeting, we made this video. Not only our team but also each of team created a great lab video. For Peshawar 2017, they made a transformation procedure video, serial dilution method for East Chapel Hill 2017 and Agarose gel method for UNBC 2017. By doing this collaboration, we could not only look through other teams method for their experiment but also how different methods could be use in different application of synthetic biology.</p>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-8 col-md-offset-2 animate-box">
 +
<h3>4. Wiki Revisions</h3>
 +
<p> To potentially improve our team’s wiki, our team basically checked many other teams wikis and vice versa. After the process of contacting with many teams, we finally get to contact with igemusp(Brazil) team, British_Columbia IGEM team, UiOslo_Norway team, and Bordeaux team. They sent us some comments after reviewing our wiki and our team reflected the comments and made revisions. During revisions, we pointed out improvements of each other’s’ organization of the wiki such as defining terms before the result section to trivial mistakes like grammar errors. Our team was surprised by imaginative ideas and visually conspicuous graphic and was able to receive innovative ways to portray our project on wiki better. We were also able to get inspirations from these teams’ projects by going through their wikis. Especially, in team Britain Columbia, we were really surprised by using  CRISPR/Cas9 to combat virulent bacteria although they were lack of collaboration and exposure of validation of modeling.  </br>
 +
Teams that made the wiki revisions with us had various subjects for their projects. Team UiOslo Norway team’s project is to create the functional biolaser by using a fluorescent protein solution, while team Usp-Brazil focused on the Paratransgenesis is the genetic modification of the microbiota of an insect/vector aiming at blocking the cycle of vector-borne pathogens. Team British Columbia made solution of creating aGROW, which is capable of removing harmful gene in plants such as agrobacterium. Also, Team Bordeaux aims to study the alternative splicing of the unc-60 gene in C. elegans. They focus on gene expression in muscular cell in order to control cell differentiation. All the works from these teams were greatly mind-striking, helping us to reflect on our own work.</p>
 +
</div>
 +
</div>
  
<h4> Which other teams can we work with? </h4>
+
</div>
<p>  
+
</div>
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.
+
</p>
+
 +
<!-- fh5co-blog-section -->
 +
<footer>
 +
<div id="footer">
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-md-6 col-md-offset-3 text-center">
 +
<p class="fh5co-social-icons">
  
<p>
+
</p>
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.
+
<p>Copyright 2016 Free Html5 <a href="#">TNCR_KOREA</a>. All Rights Reserved. <br>Made with <i class="icon-heart3"></i> by <a href="http://freehtml5.co/" target="_blank">Freehtml5.co</a> / Demo Images: <a href="https://unsplash.com/" target="_blank">Unsplash</a></p>
</p>
+
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</footer>
 +
  
</div>
+
</div>
 +
<!-- END fh5co-page -->
  
 +
</div>
 +
<!-- END fh5co-wrapper -->
  
 +
<!-- jQuery -->
  
<div class="column half_size">
 
<p>
 
Here are some suggestions for projects you could work on with other teams:
 
</p>
 
  
<ul>
+
<script src="https://2017.igem.org/Template:TNCR_Korea_jquery_min/Javascript?
<li> Improve the function of another team's BioBrick Part or Device</li>
+
action=raw&ctype=text/javascript"></script>
<li> Characterize another team's part </li>
+
<!-- jQuery Easing -->
<li> Debug a construct </li>
+
<script src="https://2017.igem.org/Template:TNCR_Korea_jquery_easing_1_3/Javascript?
<li> Model or simulating another team's system </li>
+
action=raw&ctype=text/javascript"></script>
<li> Test another team's software</li>
+
<!-- Bootstrap -->
<li> Help build and test another team's hardware project</li>
+
<script src="https://2017.igem.org/Template:TNCR_Korea_bootstrap_min/Javascript?
<li> Mentor a high-school team</li>
+
action=raw&ctype=text/javascript"></script>
</ul>
+
<!-- Waypoints -->
</div>
+
<script src="https://2017.igem.org/Template:TNCR_Korea_jquery_waypoints_min/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
<!-- Stellar -->
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_jquery_stellar_min/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
<!-- Superfish -->
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_hoverIntent/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_superfish/Javascript?
 +
action=raw&ctype=text/javascript"></script>
  
 +
<!-- Main JS (Do not remove) -->
 +
<script src="https://2017.igem.org/Template:TNCR_Korea_main/Javascript?
 +
action=raw&ctype=text/javascript"></script>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:20, 2 November 2017

TNCR_KOREA — Digestable Gluten

Team

We are students of HAFS who make gluten digestable.

Collaboration

1. Survey interactions with many teams.

We contacted with many other teams through our own survey. First was with IGEM Greece and their project is pANDORRA – Engineering and delivering modular RNAi-based logic circuits to treat colorectal cancer. In order to design a multi-pronged treatment approach for colorectal neoplasia, this team is engineering a novel anti-cancer E.coli agent, facilitating selective adhesion and cell density-dependent invasion into cancer cells, as the delivery module for our classifier circuit. In the future, they envision their system to be employed in a variety of pathological conditions generating reporter signals or protein outputs of therapeutic potential. In response to their survey, we provided our survey to them, which is about the increasing demand of gluten-free food and general introduction of our project, Insertion of Dipeptidyl peptidase-4(DPP- 4) to Intestinal Gut Microflora: Free from“Gluten-free”. Not only from Greece, igemusp(Brazil) team, British_Columbia IGEM team, UiOslo_Norway team, and Bordeaux also participated our survey for information about the trend of increasing gluten-intolerance.

2. Mentoring from KUAS_Korea

We were mentored by another College IGEM team, KUAS_Korea. KUAS_Korea is the team from Korea University in South Korea. They looked through our overall project and we learned basic method of PCR, gene cloning, etc. We basically first meet through face to face to generally inform our project, what we are mainly using as our own specific method and what we are suffering through the experiment. They introduced the new solution of our deficiency by showing some parts of their project to us and what they learn as members of synthetic biology association in their school. They also advised us about wiki management, experiment ethics, medal criteria, etc. We also talked about each other’s possible application of our project for general people and improved our parts based on discussion. By mentored from college team, we could get a lot of useful advices not only for our experiment but also for our overall progress for IGEM. We also learned that sharing different genuine thoughts and applying different ideas from many people is the crucial way to improve our project.

3. YouTube Collaboration

We contacted with East Chapel Hill High school team in North Carolina through our facebook page and made YouTube collaboration. We first contacted through our facebook page and decided to make tutorials of lab techniques and lab safety with many other teams which is called Tasty-Style Lab Technique Videos. We could choose any of our lab techniques from our experiment and create a short 1-2 minutes video. So our team created a ‘Ligation prep’ video for about 2 minutes and made collaboration with Peshawar 2017, UNBC 2017 and East Chapel Hill 2017. We first discussed what technique to choose and when we made the lab meeting, we made this video. Not only our team but also each of team created a great lab video. For Peshawar 2017, they made a transformation procedure video, serial dilution method for East Chapel Hill 2017 and Agarose gel method for UNBC 2017. By doing this collaboration, we could not only look through other teams method for their experiment but also how different methods could be use in different application of synthetic biology.

4. Wiki Revisions

To potentially improve our team’s wiki, our team basically checked many other teams wikis and vice versa. After the process of contacting with many teams, we finally get to contact with igemusp(Brazil) team, British_Columbia IGEM team, UiOslo_Norway team, and Bordeaux team. They sent us some comments after reviewing our wiki and our team reflected the comments and made revisions. During revisions, we pointed out improvements of each other’s’ organization of the wiki such as defining terms before the result section to trivial mistakes like grammar errors. Our team was surprised by imaginative ideas and visually conspicuous graphic and was able to receive innovative ways to portray our project on wiki better. We were also able to get inspirations from these teams’ projects by going through their wikis. Especially, in team Britain Columbia, we were really surprised by using CRISPR/Cas9 to combat virulent bacteria although they were lack of collaboration and exposure of validation of modeling.
Teams that made the wiki revisions with us had various subjects for their projects. Team UiOslo Norway team’s project is to create the functional biolaser by using a fluorescent protein solution, while team Usp-Brazil focused on the Paratransgenesis is the genetic modification of the microbiota of an insect/vector aiming at blocking the cycle of vector-borne pathogens. Team British Columbia made solution of creating aGROW, which is capable of removing harmful gene in plants such as agrobacterium. Also, Team Bordeaux aims to study the alternative splicing of the unc-60 gene in C. elegans. They focus on gene expression in muscular cell in order to control cell differentiation. All the works from these teams were greatly mind-striking, helping us to reflect on our own work.