Difference between revisions of "Team:Scut-Champion-Park"

 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE HTML>
 
 
<html lang='en'>
 
<html lang='en'>
 
<head>
 
<head>
Line 7: Line 6:
 
<title>iGEM - Champion Park</title>
 
<title>iGEM - Champion Park</title>
 
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:Scut-Champion-Park/css/index.css/?action=raw&ctype=text/css">
 
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:Scut-Champion-Park/css/index.css/?action=raw&ctype=text/css">
<style type="text/css">
+
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:Scut-Champion-Park/css/igem.css/?action=raw&ctype=text/css">
        .menu-list {
+
<script type="text/javascript">
margin:-4px 0 0 0;
+
padding: 0;
+
list-style: none;
+
display: none;
+
}
+
</style>
+
 
+
<script type="text/javascript">
+
 
function setElementSize() { //动态设置各元素尺寸
 
function setElementSize() { //动态设置各元素尺寸
 
var doc_width = $(document).width();
 
var doc_width = $(document).width();
var header_width = doc_width * 0.4887;
+
var header_height = doc_width * 0.5811;
var footer_width = doc_width * 0.1541;
+
var footer_height = doc_width * 0.1541;
  
$(".banner").css('min-height', header_width); //设置header背景图片高度
+
$(".igem-banner").css('min-height', header_height); //设置header背景图片高度
$(".footer").css('min-height', footer_width); //设置footer背景图片高度
+
$(".footer").css('min-height', footer_height); //设置footer背景图片高度
$(".container-decorator").css('margin-top', -(header_width-175)); //设置遮罩层高度
+
$(".container-decorator-content").css('height', $(".content-decorator").height()-206); //设置主遮罩层高度
+
$(".content-container").css('margin-top', -$(".container-decorator-content").height()-206); //设置main-container高度
+
 
}
 
}
  
Line 38: Line 26:
 
$(".menu-table td").bind("mouseleave", function() {
 
$(".menu-table td").bind("mouseleave", function() {
 
$(this).children(".menu-list").slideUp();
 
$(this).children(".menu-list").slideUp();
});
 
 
/* 菜单点击事件 */
 
$(".menu-list li").bind('click', function() {
 
$(".menu-tag").css('border-bottom', 'none'); //清除所有下划线
 
$(this).parent().siblings('.menu-tag').css('border-bottom', '3px solid #a4e9f9'); //在对应父菜单条目下添加下划线
 
 
var li_obj = $(this);
 
//var url = '/' + $(this).attr('url'); //获取页面url
 
                                        var url =  $(this).attr('url');
 
var page_height = $(this).attr("page-height"); //获取页面高度
 
var is_special = $(this).attr("is-special"); // 获取页面属性
 
                                        alert(url);
 
$.ajax({
 
url: url,
 
type: 'GET',
 
success:  function(html){
 
                                                        alert(html);
 
$(".content").html(html);
 
if (is_special == "True") {
 
$('.container-decorator').hide();
 
var header_height = $(".header").height();
 
var content_height = -header_height+240-65;
 
$('.content-container').css('margin-top', content_height); //设置main-container高度
 
} else {
 
$('.container-decorator').show();
 
$('.container-decorator-content').height(page_height-206);
 
$('.content-container').css('margin-top', -$('.container-decorator-content').height()-206); //设置main-container高度
 
}
 
}
 
 
})
 
.done(function() {
 
console.log("success");
 
 
})
 
.fail(function() {
 
console.log("error");
 
})
 
.always(function() {
 
console.log("complete");
 
});
 
 
});
 
});
 
});
 
});
 
</script>
 
</script>
 +
             
 
</head>
 
</head>
 
<body >
 
<body >
Line 88: Line 35:
 
<div class="header">
 
<div class="header">
 
<!-- <img src="./resources/igem_header_image.png" width="100%" height="100%"/> -->
 
<!-- <img src="./resources/igem_header_image.png" width="100%" height="100%"/> -->
<div class="banner">
+
<div class="igem-banner">
 
<div class="clear"> </div>
 
<div class="clear"> </div>
 
<div class="menu">
 
<div class="menu">
Line 96: Line 43:
 
<tr>
 
<tr>
 
<td style="width:63px">
 
<td style="width:63px">
<span class="menu-tag" href="#"> HOME </span>
+
<span class="menu-tag" href="#"><a class="homea" href="https://2015.igem.org/Team:Scut-Champion-Park/" style="border-bottom:3px solid #a4e9f9;"> HOME </a></span>
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td style="width:92px">
 
<td style="width:92px">
 
<span class="menu-tag"> PROJECT </span>
 
<span class="menu-tag"> PROJECT </span>
<ul class="menu-list" style="margin:-4px 0 0 0;">
+
<ul class="menu-list" >
<li> Over View </li>
+
<li><a href="/Team:Scut-Champion-Park/Project/Overview" class="alink"> Over View </a></li>
<li> Notebook </li>
+
<li><a href="/Team:Scut-Champion-Park/Project/Protocols" class="alink"> Protocols </a></li>
<li> Protocols </li>
+
<li><a href="/Team:Scut-Champion-Park/Design" class="alink"> Design </a></li>
<li> Design </li>
+
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td style="width:125px">
 
<td style="width:125px">
 
<span class="menu-tag"> ACHIEVEMENT </span>
 
<span class="menu-tag"> ACHIEVEMENT </span>
<ul class="menu-list" style="margin:-4px 0 0 0;">
+
<ul class="menu-list">
<li> Results </li>
+
<li><a href="/Team:Scut-Champion-Park/Achievement/Results" class="alink"> Results </a></li>
<li> Registry Part </li>
+
<li><a href="/Team:Scut-Champion-Park/Basic_Part" class="alink">  Registry Part </a></li>
<li> Judging Form </li>
+
                                                                                                <li><a href="/Team:Scut-Champion-Park/Description" class="alink"> Contribution </a></li>
<li> Financing </li>
+
<li><a href="/Team:Scut-Champion-Park/Achievement/Judging_Form" class="alink"> Judging Form </a></li>
<li url="https://2015.igem.org/Team:Scut-Champion-Park/Acknowledgement/" page-height="673" is-special="True"> Acknowledgement </li>
+
<li><a href="/Team:Scut-Champion-Park/Achievement/Financing" class="alink"> Financing </a></li>
 +
<li><a href="/Team:Scut-Champion-Park/Achievement/Acknowledgement" class="alink"> Acknowledgement </a></li>
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td style="width:179px">
 
<td style="width:179px">
 
<span class="menu-tag"> POCLICY &amp; PRACTICES </span>
 
<span class="menu-tag"> POCLICY &amp; PRACTICES </span>
<ul class="menu-list" style="margin:-4px 0 0 0;">
+
<ul class="menu-list">
<li url="pp_overview.html" page-height="1350" is-special="True"> Over View </li>
+
<li><a href="/Team:Scut-Champion-Park/Practices" class="alink"> Over View </a></li>
<li url="policy.html" page-height="6141" is-special="True"> Policy &amp; Solution</li>
+
<li><a href="/Team:Scut-Champion-Park/Practices/Policy" class="alink"> Policy &amp; Solution </a></li>
<li> Research &amp; Solution</li>
+
<li><a href="/Team:Scut-Champion-Park/Practices/Research" class="alink"> Research &amp; Solution </a></li>
<li> Meet Ups </li>
+
<li><a href="/Team:Scut-Champion-Park/Practices/Meet_Ups" class="alink"> Meet Ups </a></li>
<li url="social_media.html" page-height="1773" is-special="True"> Social Media </li>
+
                                                                                                <li><a href="/Team:Scut-Champion-Park/Collaborations" class="alink"> Collaborations </a></li>
<li url="collaborations.html" page-height="1851" is-special="True"> Collabrations </li>
+
<li><a href="/Team:Scut-Champion-Park/Practices/Social_Media " class="alink"> Social Media </a></li>
<li> Entrepreneurship </li>
+
<li url="super_brochure.html" page-height="1348" is-special="False"> Super Brochure </li>
+
<li><a href="/Team:Scut-Champion-Park/Entrepreneurship" class="alink"> Entrepreneurship </a></li>
 +
<li><a href="/Team:Scut-Champion-Park/Practices/Super_Brochure " class="alink"> Super Brochure </a></li>
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td style="width:118px">
 
<td style="width:118px">
 
<span class="menu-tag"> TEAM </span>
 
<span class="menu-tag"> TEAM </span>
<ul class="menu-list" style="margin:-4px 0 0 0;">
+
<ul class="menu-list">
<li url="team_member.html" page-height="4557" is-special="True"> Team Member </li>
+
<li><a href="/Team:Scut-Champion-Park/Team/Team_Member" class="alink"> Team Member </a></li>
<li> Attributions </li>
+
<li><a href="/Team:Scut-Champion-Park/Attributions" class="alink"> Attributions </a></li>
<li> Team Identity </li>
+
<li><a href="/Team:Scut-Champion-Park/Team/Team_Identity" class="alink"> Team Identity </a></li>
<li url="contact_us.html" page-height="483" is-special="False"> Contact Us </li>
+
<li><a href="/Team:Scut-Champion-Park/Team/Contact_Us" class="alink"> Contact Us </a></li>
<li> Offical Team Profile </li>
+
<li><a href="https://igem.org/Team.cgi?id=1778" class="alink"> Offical Team Profile </a></li>
 
</ul>
 
</ul>
 
</td>
 
</td>
 
<td style="width:90px">
 
<td style="width:90px">
 
<span class="menu-tag"> SAFETY </span>
 
<span class="menu-tag"> SAFETY </span>
<ul class="menu-list" style="margin:-4px 0 0 0;">
+
<ul class="menu-list">
<li url="safety.html" page-height="2034" is-special="True"> Safety </li>
+
<li><a href="/Team:Scut-Champion-Park/Safety" class="alink"> Safety </a></li>
 
</ul>
 
</ul>
 
</td>
 
</td>
Line 153: Line 101:
 
</div>
 
</div>
 
<div class="igem_logo"></div>
 
<div class="igem_logo"></div>
<div class="team_logo"></div>
+
 
 
<div class="clear"> </div>
 
<div class="clear"> </div>
 
</div>
 
</div>
 
</div>
 
</div>
  
<!---        黑色遮罩层      -->
 
<div class="container-decorator">
 
<div class="container-decorator-shade"></div>
 
<div class="container-decorator-content"></div>
 
</div>
 
<!---        黑色遮罩层      -->
 
 
<div class="content-container">
 
<div class="main-container">
 
<div class="content">
 
 
<html xmlns="http://www.w3.org/1999/xhtml">
 
<head>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<link rel="stylesheet" type="text/css" href="css/index.css">
 
<link rel="stylesheet" type="text/css" href="css/my_style.css">
 
<link rel="stylesheet" type="text/css" href="css/ack.css">
 
<title>Acknowledgment</title>
 
</head>
 
 
<body>
 
<div class="content-container">
 
  <div class="main-container">
 
    <div class="content">
 
      <div id="ack-1" class="region shade">
 
        <p class="clear">The process of participating in the iGEM game is not always smooth, from the formation of the team, to applying for funding, project design, experiment, and final conclusion. During this game we get a lot of help and we really appreciate it. Now we want to thank everyone who gives us help in the process. Your help and suggestions make us have a fulfilling and interesting summer holiday.</p>
 
      </div>
 
      <div id="ack-2" class="region shade">
 
        <p class="clear">We sincerely thank the following members and teachers here:</p>
 
        <br/>
 
        <p class="clear">Thank our advisors, Professor Wen Tan and Professor Zhenqiang Wu for providing us laboratory and experimental materials.</p>
 
        <br/>
 
        <p class="clear">Thanks our instructors, Dr. Ya Jin and Dr. Lei Quan for giving us many suggestions on the project.</p>
 
        <br/>
 
        <p class="clear">Thanks our instructors, Junjie Zhang, Yabin Jin and Wei Lin for instructing our project, social practice and the details of iGEM.</p>
 
        <br/>
 
        <p class="clear">Thanks our partner, Shenzhen_SFLS for giving us a chance to cooperate with them.</p>
 
        <br/>
 
        <p class="clear">Thank Scient(China) Infant Nutrition Co., LTD for the cooperation and support.</p>
 
        <br/>
 
        <p class="clear">Thanks our team leader Jin Jia for the organizing work in this project.</p>
 
        <br/>
 
        <p class="clear">Thanks Tao Deng, Haonan Qi, Jun Zhu, Lehua Jia and Shen Jin for their experimental work.</p>
 
        <br/>
 
        <p class="clear">Thanks Yuanfang Lu, Dailin Chen, Liying Wu and Silu Liu for their social practice work.</p>
 
        <br/>
 
        <p class="clear">Thanks Yuyu Tang, Lei Li, Xinying Kong, Guang Xu and Siyao Xu for the web design and art design.</p>
 
      </div>
 
    </div>
 
  </div>
 
</div>
 
</body>
 
</html>
 
  
 +
<div class="igem-main-container">
 +
<div class="igem-container">
 +
<div class="igem-wrapper">
 +
<div class="igem-content-container bg-shade">
 +
<img src="https://static.igem.org/mediawiki/2015/1/16/Home_abstract.png" width="100%" height="100%">
 +
<div class="igem-content bg-shallow-shade bg-radius">
 +
<p class="igem-main-content">
 +
Currently, the overuse of antibiotics has not been effectively regulated in China. A survey from 4152 Internet users of 31 provinces and autonomous regions in China shows that 74% investigation families have been or have equipped with antibiotics. Moreover, the application rate of antibiotics in hospitalized patients is 80% in China, far more than the
 +
international standards (30%). <br/><br/>
 +
In order to solve the problem of food safety caused by the abuse of antibiotics, our group constructed the tetracycline inducible expression system. And through plasmid mediated, the system was transfected into Escherichia coli TOP10 and GS115 Pichia pastoris. It can generate a rtTA transcription activation factor in cells. RtTA combining with
 +
tetracycline antibiotics can activate the fluorescent protein expression system, which can instructs the tetracycline class of antibiotics by fluorescence detection. <br/><br/>
 +
Click <a href="https://2015.igem.org/Team:Scut-Champion-Park/Design" style="font-size:16px;color:#02b2da;">here</a> to see the complete project.
 +
</p>
 +
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
 +
 
<div class="footer">
 
<div class="footer">
 
<div class="team_info">
 
<div class="team_info">

Latest revision as of 11:02, 18 September 2015

iGEM - Champion Park

Currently, the overuse of antibiotics has not been effectively regulated in China. A survey from 4152 Internet users of 31 provinces and autonomous regions in China shows that 74% investigation families have been or have equipped with antibiotics. Moreover, the application rate of antibiotics in hospitalized patients is 80% in China, far more than the international standards (30%).

In order to solve the problem of food safety caused by the abuse of antibiotics, our group constructed the tetracycline inducible expression system. And through plasmid mediated, the system was transfected into Escherichia coli TOP10 and GS115 Pichia pastoris. It can generate a rtTA transcription activation factor in cells. RtTA combining with tetracycline antibiotics can activate the fluorescent protein expression system, which can instructs the tetracycline class of antibiotics by fluorescence detection.

Click here to see the complete project.