Team:Tsinghua

From 2013.igem.org

(Difference between revisions)
(Project description)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html>
+
{{Tsinghua:Common-Style}}
<html>
<html>
-
<head>
+
<head></head>
-
<meta http-equiv="content-type" content="text/html" charset="utf-8">
+
<body>
-
<title>Wiki</title>
+
                <style type="text/css">
-
<link type="text/css" rel="stylesheet" href="navigation.css"/>
+
div#cover {
-
<link type="text/css" rel="stylesheet" href="common.css">
+
width: 960px;
-
<script src="scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
+
margin: auto;
-
<script src="navigation.js" type="text/javascript"></script>
+
}
 +
</style>
 +
<div id="cover">
 +
<img id="coverimage1" src="https://static.igem.org/mediawiki/2013/0/02/Tsinghua-cover-1.png" onmouseover="toggleImage(1)" usemap="#covermap" width="100%">
 +
<img id="coverimage2" src="https://static.igem.org/mediawiki/2013/7/7d/Tsinghua-cover-2.png" onmouseover="toggleImage(2)" style="display: none" usemap="#covermap" width="100%">
 +
<map id="covermap" name="covermap">
 +
<area shape="circle" coords="500, 280, 193" href="https://2013.igem.org/Team:Tsinghua/Main-Page">
 +
</map>
 +
</div>
<script type="text/javascript">
<script type="text/javascript">
-
window.onload = start;
+
$('map#covermap area').mouseenter(function(){
 +
$("#coverimage1").hide();
 +
$("#coverimage2").show();
 +
});
 +
$("map#covermap area").mouseleave(function(){
 +
$("#coverimage2").hide();
 +
$("#coverimage1").show();
 +
});
</script>
</script>
-
</head>
 
-
 
-
<body>
 
-
<div id="header-box">
 
-
&nbsp;
 
-
</div>
 
-
<div id="main">
 
-
<div id="header">
 
-
<div id="team-logo">
 
-
<img src="images/logo.png" height="100%">
 
-
</div>
 
-
<div id="title-box">
 
-
<div id="title-bar">
 
-
<img src="images/left-diamond.png" height="100%">
 
-
<span id="page-title">Main Page</span>
 
-
<img src="images/right-diamond.png" height="100%">
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div id="lefter">
 
-
<div id="left-three-box" >
 
-
<img src="images/left-three-box.png" width="100%">
 
-
</div>
 
-
 
-
<div id="menu">
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Main Page')">Main Page</span>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Introduction')">Introduction</span>
 
-
<div class="sub-menu">
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Introduction - Background')">
 
-
Background
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Introduction - Challenge')">
 
-
Challenge
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Introduction - Our Idea')">
 
-
Our Idea
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Project')">Project</span>
 
-
<div class="sub-menu">
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Overview')">
 
-
Overview
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Part1: Sensor')">
 
-
Part1: Sensor
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Part2: Reporter')">
 
-
Part2: Reporter
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Part3: Switching System')">
 
-
Part3: Switching System
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Product')">
 
-
Product
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Project - Summary')">
 
-
Summary
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Modelling')">Modelling</span>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Outreach')">Outreach</span>
 
-
<div class="sub-menu">
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Outreach - Human practice')">
 
-
Human practice
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Outreach - Safety')">
 
-
Safety
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Outreach - Collaboration')">
 
-
Collaboration
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Achievement')">Achievement</span>
 
-
<div class="sub-menu">
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Achievement - BioBricks')">
 
-
BioBricks
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Achievement - Judging Criteria')">
 
-
Judging Criteria
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Notebook')">Notebook</span>
 
-
<div class="sub-menu">
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Notebook - Protocol')">
 
-
Protocol
 
-
</div>
 
-
<div class="sub-menu-item" onclick="selectSubMenu(this, 'Notebook - Lablog')">
 
-
Lablog
 
-
</div>
 
-
</div>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Team')">Team</span>
 
-
</div>
 
-
<div class="menu-item">
 
-
<span onclick="selectMenu(this.parentElement, 'Acknowledgement')">Acknowledgement</span>
 
-
</div>
 
-
 
-
</div>
 
-
</div>
 
-
<div id="content">
 
-
<div class="normal">
 
-
<h1>Main Page</h1>
 
-
<h2>The Issue</h2>
 
-
<p>
 
-
Life-threatening pathogenic infections cause thousands of deaths every week all around the world. The effective and efficient identification of the infectious pathogens would facilitate the clinical treatment of these diseases. Nevertheless, current methods for identifying pathogen have many drawbacks, such as long period for testing, high cost and lack of portable facilities. The clinical diagnosis of the infectious pathogens would benefit significantly from the specific and sensitive pathogen identification methods better than existing methods such as pathogen culture, immunoassays and polymerase chain reaction (PCR) testing.
 
-
</p>
 
-
<p>
 
-
We designed a novel pathogen sensing system with the principles of synthetic biology as well as mobile health. This system could increase the speed and portability of pathogen identification, decrease the cost for producing practical facilities, and enable specific identification of distinct infectious pathogens. The challenge is addressed by implementing the genetically modified S. cerevisiae (budding yeast) for testing signal molecules from pathogens, which is supposed to be effective, reliable, safe and cost-effective.
 
-
</p>
 
-
 
-
<h2>Idea of the project</h2>
 
-
<p>
 
-
The project introduces the use of genetically engineered cells in a pathogen identification system. This system uses S. cerevisiae (budding yeast) that have been engineered to sense the signal molecules from pathogens or report the identification of pathogens, referred as sensing module and reporting module, respectively. By mating the sensing module and reporting module, two differently engineered yeasts, the signals from pathogens are sensed and reported by change in the color of the yeast colony. The N-Acyl Homoserine Lactone (AHL) is the signal for testing by the sensing module, which is the molecule for quorum sensing in Gram-negative bacteria with specificity for each different species of pathogens. Tetracycline-controlled transcriptional activation system (Tet-off system) is introduced to transmit signals from sensing module to reporting module. Considering the specificity and sensitivity of this pathogen identification sensor, this technology could prove useful for clinical test, medical diagnostics, water quality monitoring, and other potential applications.
 
-
</p>
 
-
 
-
<h2>Achievement</h2>
 
-
<p>
 
-
We introduced the genetically modified quorum sensing system from Gram-negative bacteria (LuxR-AHL controlled transcriptional activation system) to S. cerevisiae (budding yeast) by designing novel transcriptional activator and promoter, referred as LuxR-tVP16 and Plux-mCyc respectively.
 
-
</p>
 
-
<p>
 
-
    We designed and completed the switching system by mating different reporting modules with the sensing module.
 
-
</p>
 
-
<p>
 
-
We constructed mathematical modeling to demonstrate the sensitivity and robustness of this system with combination of modified quorum sensing and tetracycline controlled transcriptional activation systems.
 
-
</p>
 
-
<p>
 
-
We introduced several safety mechanisms to this engineered biological testing machine.
 
-
</p>
 
-
<p>
 
-
We deposited several novel BioBricks to the Registry.
 
-
</p>
 
-
<p>
 
-
We improved the existing BioBricks.
 
-
</p>
 
-
<p>
 
-
We introduce the project and synthetic biology to society by making videos and other activities.
 
-
</p>
 
-
 
-
 
-
</div>
 
-
</div>
 
-
</div>
 
</body>
</body>
</html>
</html>

Latest revision as of 06:02, 26 September 2013