Difference between revisions of "Team:TokyoTech"

Line 206: Line 206:
 
<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>
 
<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 217: Line 218:
 
     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 225: Line 227:
 
   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>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 20:59, 31 October 2017

<!DOCTYPE html> Coli Sapiens

iGEM Tokyo Tech

Do you want to photosynthesize or fix nitrogen by yourself?

If one-time cancer treatment lasts forever, don't you think it's amazing?


If you could coexist with bacteria, you could be a super human. We named this new type of human 'Coli Sapiens.' Currently, however, there's no way to co-culture bacteria and human cells under in vitro conditions. If you'd like to co-culture them artificially, you have to clear two tasks below.

1. Establishing a cross-kingdom talk between human cells and bacteria

2. Sustaining the balance between human cells and bacteria

To clear these tasks, we tried to establish a cross-kingdom talk and creating a co-culture model.


John

In a real world, multiple kinds of organisms co-exist and the ecosystem is sustained by their mutual dependence. However, in iGEM community, it's been a standard to use single organism in project and it's not an overstatement that most teams don't take it into account. Therefore, to target "true human organism", it's necessary to establish the system that human cells and bacteria co-exist under in vitro conditions. Our co-culture system will be a big progress for iGEM and synthetic biology.


Hajime Fujita: All Rights Reserved