Difference between revisions of "Team:TokyoTech/Experiment/Overview"

Line 309: Line 309:
  
 
<!-- End page content -->
 
<!-- End page content -->
 +
</div>
 +
 +
<div class="w3-container" id="contact" style="margin-top:20px">
 +
<p id="pageTop" style="text-align:right"><a href="#wrap"><img src="https://static.igem.org/mediawiki/2017/0/0d/T--TokyoTech--page_top_2.png" style="width:200px"></a></p>
 
</div>
 
</div>
  
 
<!-- W3.CSS Container -->
 
<!-- W3.CSS Container -->
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right">Hajime Fujita:  <a href="96haji.me" title="W3.CSS" target="_blank" class="w3-hover-opacity">All Rights Reserved</a></p><br></div>
+
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right">Hajime Fujita:  <a href="96haji.me" title="W3.CSS" target="_blank" class="w3-hover-opacity">All Rights Reserved</a></p></div>
  
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 
<script>
 
<script>
 
// Script to open and close sidebar
 
// Script to open and close sidebar
Line 325: Line 330:
 
     document.getElementById("myOverlay").style.display = "none";
 
     document.getElementById("myOverlay").style.display = "none";
 
}
 
}
 
+
</script>
 +
<script>
 
// Modal Image Gallery
 
// Modal Image Gallery
 
function onClick(element) {
 
function onClick(element) {
Line 333: Line 339:
 
   captionText.innerHTML = element.alt;
 
   captionText.innerHTML = element.alt;
 
}
 
}
 +
$(function() {
 +
  var h = $(window).height();
 +
 +
  $('#wrap').css('display','none');
 +
  $('#loader-bg ,#loader').height(h).css('display','block');
 +
});
 +
 +
$(window).load(function () { //全ての読み込みが完了したら実行
 +
  $('#loader-bg').delay(900).fadeOut(800);
 +
  $('#loader').delay(600).fadeOut(300);
 +
  $('#wrap').css('display', 'block');
 +
});
 +
</script>
 +
<script>
 +
//■page topボタン
 +
$(function(){
 +
var topBtn=$('#pageTop');
 +
topBtn.hide();
 +
 +
//◇ボタンの表示設定
 +
$(window).scroll(function(){
 +
  if($(this).scrollTop()>80){
 +
    //---- 画面を80pxスクロールしたら、ボタンを表示する
 +
    topBtn.fadeIn();
 +
  }else{
 +
    //---- 画面が80pxより上なら、ボタンを表示しない
 +
    topBtn.fadeOut();
 +
  }
 +
});
 +
 +
// ◇ボタンをクリックしたら、スクロールして上に戻る
 +
topBtn.click(function(){
 +
  $('body,html').animate({
 +
  scrollTop: 0},500);
 +
  return false;
 +
});
 +
 +
});
 
</script>
 
</script>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 22:42, 1 November 2017

<!DOCTYPE html> Coli Sapiens

iGEM Tokyo Tech

Experiment: Overview


Introduction


For convenience of description, we devided experimental section into two parts. One is a series of assays to validate signal transmission system from bacteria to human cells. The other is a assay (AHK4 Assay) to validate the reverse system from human cells to bacteria. You can see the list of assays we conducted and also, a summary of InterLab activity.


Signal transmission system from bacteria to human cells

~ Integration of systems derived from bacteria and human cells ~

In our system, the transcription level is controlled by integrating quorum sensing (bacterial cell-to-cell communication) and NF-kB, transcription factor in mammalian cell. We used this system the signal transmission from bacteria to human cells. To validate the system, we conducted the assays shown below.

Fig. 1 Mechanism of signal transmission system from bacteria to human


InterLab

In iGEM 2017, the InterLab Study is one of the bronze medal criteria. We measured the GFP expression level of the six designated devices, positive control and negative control using the plate reader. It was the second time for our team to join this InterLab Study (The first time in iGEM 2015).

Hajime Fujita: All Rights Reserved