Difference between revisions of "Team:Tsinghua-A"

(Homepage)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<head>
 +
  <meta charset="utf-8">
 +
  <meta name="author" content="tandf">
 +
  <title>Preliminary team project descriptions</title>
 +
  <!--<link rel="stylesheet" href="">-->
 +
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  
 +
<style type="text/css">
  
<!--
+
::selection {
<div class="column full_size" >
+
    background:#666;
<h1> Welcome to iGEM 2018! </h1>
+
    color:#DDD;
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
}
  
 +
::-webkit-scrollbar {
 +
    width: 8px;
 +
}
 +
::-webkit-scrollbar-track {
 +
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
 +
    border-radius:9px;
 +
}
 +
::-webkit-scrollbar-thumb {
 +
    background:rgba(10,10,10,0.4);
 +
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
 +
}
 +
::-webkit-scrollbar-thumb:window-inactive {
 +
    background:rgba(0,0,0,0.1);
 +
}
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
html {
+
    padding: 80px 0 0 0;
 +
    user-select: none;
 +
    height: 100%;
 +
    min-width: 800px;
 +
    background-image: url(./bg.png);
 +
    background-repeat: repeat;
 +
    background-attachment:fixed;
 +
    font-family: 'Roboto', 'Noto', sans-serif;
 +
    font-weight: lighter;
 +
    cursor: url('virus.png'), auto;
 +
}
  
</div>
+
body {
 +
    margin: 80px 15% 100px;
 +
    width: 70%;
 +
    font-size:100%;
 +
}
  
 +
#header-sroll {
 +
    position:fixed;
 +
    height: 100px;
 +
    background:#EEE;
 +
    left:0;
 +
    top:0;
 +
    float:left;
 +
    width:100%;
 +
    margin: 0;
 +
    -ms-transition:    all 0.3s ease-out;
 +
    -moz-transition:    all 0.3s ease-out;
 +
    -webkit-transition: all 0.3s ease-out;
 +
    -o-transition:      all 0.3s ease-out;
 +
    transition:        all 0.3s ease-out;
 +
    opacity:0.96;
 +
    box-shadow:
 +
        0 4px 5px -1px rgba(0, 0, 0, 0.08),
 +
        0 1px 10px -1px rgba(0, 0, 0, 0.04),
 +
        0 2px 4px -2px rgba(0, 0, 0, 0.3);
 +
}
  
<div class="column full_size" >
+
#header-sroll h1 {
 +
    margin: 35px 0;
 +
    min-width: 200px;
 +
    font-size: 30px;
 +
    text-align: center;
 +
    transition: left 1s linear;
 +
    -ms-transition:    all 0.3s ease-out;
 +
    -moz-transition:    all 0.3s ease-out;
 +
    -webkit-transition: all 0.3s ease-out;
 +
    -o-transition:      all 0.3s ease-out;
 +
    transition:        all 0.3s ease-out;
 +
}
  
<h3>Before you start</h3>
+
#header-sroll.small {
<p> Please read the following pages:</p>
+
    height: 70px;
<ul>
+
}
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
#header-sroll.small h1{
 +
    margin: 20px 100% 26px 0;
 +
    font-size: 24;
 +
    opacity: 0.4;
 +
}
  
<div class="clear extra_space"></div>
+
div {
<div class="line_divider"></div>
+
    margin: 30px 0;
<div class="clear extra_space"></div>
+
    -ms-transition:    all 0.3s ease-out;
 +
    -moz-transition:    all 0.3s ease-out;
 +
    -webkit-transition: all 0.3s ease-out;
 +
    -o-transition:      all 0.3s ease-out;
 +
    transition:        all 0.3s ease-out;
 +
}
  
 +
div:hover {
 +
    user-select: text;
 +
}
  
 +
div.container{
 +
    background-color: #FAFAFA;
 +
    margin: 0;
 +
    padding: 40px 40px;
 +
    border-width: 0 1px 0 1px;
 +
    border-style: dashed;
 +
    border-color: #eeeeee;
 +
    box-shadow:
 +
        0 4px 5px -1px rgba(0, 0, 0, 0.08),
 +
        0 1px 10px -1px rgba(0, 0, 0, 0.04),
 +
        0 2px 4px -2px rgba(0, 0, 0, 0.3);
 +
}
  
<div class="column full_size" >
+
div.container:hover {
<h3> Styling your wiki </h3>
+
    transition-property: box-shadow;
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
    transition: .3s;
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
    box-shadow:
 +
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
 +
        0 1px 10px 0 rgba(0, 0, 0, 0.12),
 +
        0 2px 4px -1px rgba(0, 0, 0, 0.4);
 +
}
  
</div>
+
div.container:active {
 +
    transition-property: box-shadow;
 +
    transition: .1s;
 +
    box-shadow:
 +
        0 4px 5px 1px rgba(0, 0, 0, 0.24),
 +
        0 1px 10px 1px rgba(0, 0, 0, 0.22),
 +
        0 2px 4px 0 rgba(0, 0, 0, 0.5);
 +
}
  
 +
div#footer {
 +
    z-index: -1;
 +
    position: fixed;
 +
    margin: 0;
 +
    left: 0;
 +
    bottom: 0;
 +
    width: 100%;
 +
    text-align: center;
 +
    background-color: transparent;
 +
    opacity: 0.2;
 +
    user-select: none;
 +
}
  
 +
div#footer:hover {
 +
    opacity: 0.6;
 +
}
  
 +
div#footer p {
 +
    font-size: 1rem;
 +
}
  
<div class="clear extra_space"></div>
+
h1, h2, h3, h4, h5, h6{
 +
    user-select: none;
 +
    margin: 2.5rem 0 1.3rem 0;
 +
    color: gray;
 +
    font-weight: lighter;
 +
}
  
 +
h1 {
 +
    transition-property: color;
 +
    transition: .3s;
 +
    color: #111111;
 +
    font-size:2.25rem;
 +
}
  
 +
h1.title:hover {
 +
    color: #7996BD;
 +
}
  
<div class="column third_size" >
+
h2 {
 +
    font-size:2.0rem;
 +
}
  
<h3> Uploading pictures and files </h3>
+
h3 {
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
    font-size:1.7rem;
 +
}
  
 +
h4 {
 +
    font-size:1.4rem;
 +
}
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
p {
 +
    margin-bottom: 1rem;
 +
    margin-top: 0;
 +
    font-size:1.2rem;
 +
    color: #222;
 +
}
  
<div class="button_link">
+
p:hover {
<a href="https://2018.igem.org/Special:Upload">
+
    color: #666;
UPLOAD FILES
+
}
</a>
+
</div>
+
  
</div>
+
ul {
 +
    list-style-type: none;
 +
}
  
<div class="column third_size" >
+
li {
<h3> Wiki template information </h3>
+
    line-height: 150%;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
    font-size: 1rem;
 +
}
  
</div>
+
a {
 +
    text-decoration: none;
 +
    color: #3377aa;
 +
}
  
 +
a:hover {
 +
    color: white;
 +
    background-color: #3377aa;
 +
}
  
 +
</style>
  
<div class="column third_size" >
+
<script>
<div class="highlight decoration_B_full">
+
console.log("Happy coding.\ntandf.github.io")
<h3> Editing your wiki </h3>
+
</script>
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
</head>
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
  
<div class="button_link">
+
<body>
<a href="https://2018.igem.org/wiki/index.php?title=Team:Tsinghua-A&action=edit">  
+
<div class="header">
EDIT PAGE
+
  <div id="header-sroll"> <h1>Tsinghua-A</h1></div>
</a>
+
 
</div>
 
</div>
  
 +
<script>
 +
$(window).scroll(function () {
 +
    var sc = $(window).scrollTop()
 +
    if (sc > 80) {
 +
        $("#header-sroll").addClass("small")
 +
    } else {
 +
        $("#header-sroll").removeClass("small")
 +
    }
 +
});
 +
</script>
  
</div>
+
<div class="container">
</div>
+
<h1 class="title">Preliminary team project descriptions</h1>
 +
<hr>
  
 +
<div>
 +
<h3>Introduction</h3>
 +
<p> This is a brief introduction for our projects in 2018</p>
  
 +
<h4>Option one</h4>
  
 +
<p>The biologic sensor part:</p>
  
 +
<p>We want to modify the  S. cerevisiae to produce the H3 or H4 histamine receptor which is supposed to be able to induce the pheromone responsive pathway instead of the autogenetic pheromone receptor ste2, as  the gene coding for ste2 have been knocked out. And we want to put fluorescent protein, like GFP or maybe another one after the special promoter, like fus1, promoted by pheromone responsive pathway, as our reporter gene.</p>
 +
 +
<p>The electronic part:</p>
  
<div class="clear extra_space"></div>
+
<p>We want to make a reaction box to contain all of the reagents, and the biologic sensor part, the sum of the reporter fluorescent protein can be tested automatically and the information can be sent to the smart phone APP, and simple diagnosed can be made trough our pre-designed formulations.</p>
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
  
 +
<h4>Option two</h4>
  
 
+
<p>we altered photosensitive E.coli to build a disposable info-reading system, which based on the light signal to induce GFP which will not be expressed immediately , and after the second light signal, the GFP will be expressed and be disposed. Our goal is to make a system which can achieve the function of disposable info-reading which can benefit in the secrecy and entertainment of kids.</p>
<div class="column two_thirds_size" >
+
<h3>Tips</h3>
+
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read. </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
 
</div>
 
</div>
  
 +
<hr>
 +
 +
<div>
 +
<h3>Contact</h3>
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
 
<ul>
 
<ul>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li>Mentor E-mail: <a href="au_wang@foxmail.com">au_wang@foxmail.com</a></li>
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> E-mail: <a href="igem2018_thua@163.com">igem2018_thua@163.com</a> </li>
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> Phone: 62796050 </li>
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> WeChat: yqyntx98 </li>
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
 
</ul>
 
</ul>
 +
<p>Feel free to contact with us for troubleshooting or collaboration</p>
 +
 
</div>
 
</div>
</div>
 
-->
 
<div class="column third_size" >
 
<h3>Contact</h3>
 
<p>Follows are our contact information: </p>
 
<ul>
 
<li></li>
 
<li></li>
 
<p>Feel free to contact with us for troubleshooting or collaboration</p>
 
</ul>
 
 
</div>
 
</div>
  
<div class="column two_thirds_size">
+
<div id="footer">
<div class="highlight decoration_A_full">
+
<p> by tandf</p>
<h3>Introduction</h3>
+
<p> This is a brief introduction for our projects in 2018</p>
+
<ul>
+
<li> Option one<br>
+
The biologic sensor part:<br>
+
We want to modify the  S. cerevisiae to produce the H3 or H4 histamine receptor which is supposed to be able to induce the pheromone responsive pathway instead of the autogenetic pheromone receptor ste2, as  the gene coding for ste2 have been knocked out. And we want to put fluorescent protein, like GFP or maybe another one after the special promoter, like fus1, promoted by pheromone responsive pathway, as our reporter gene.<br>
+
The electronic part:<br>
+
We want to make a reaction box to contain all of the reagents, and the biologic sensor part, the sum of the reporter fluorescent protein can be tested automatically and the information can be sent to the smart phone APP, and simple diagnosed can be made trough our pre-designed formulations.
+
</a> </li>
+
<li> Option two<br>
+
we altered photosensitive E.coli to build a disposable info-reading system, which based on the light signal to induce GFP which will not be expressed immediately , and after the second light signal, the GFP will be expressed and be disposed. Our goal is to make a system which can achieve the function of disposable info-reading which can benefit in the secrecy and entertainment of kids.</a> </li>
+
</ul>
+
</div>
+
 
</div>
 
</div>
  
 +
</body>
 
</html>
 
</html>

Revision as of 15:09, 5 July 2018

Preliminary team project descriptions

Tsinghua-A

Preliminary team project descriptions


Introduction

This is a brief introduction for our projects in 2018

Option one

The biologic sensor part:

We want to modify the S. cerevisiae to produce the H3 or H4 histamine receptor which is supposed to be able to induce the pheromone responsive pathway instead of the autogenetic pheromone receptor ste2, as the gene coding for ste2 have been knocked out. And we want to put fluorescent protein, like GFP or maybe another one after the special promoter, like fus1, promoted by pheromone responsive pathway, as our reporter gene.

The electronic part:

We want to make a reaction box to contain all of the reagents, and the biologic sensor part, the sum of the reporter fluorescent protein can be tested automatically and the information can be sent to the smart phone APP, and simple diagnosed can be made trough our pre-designed formulations.

Option two

we altered photosensitive E.coli to build a disposable info-reading system, which based on the light signal to induce GFP which will not be expressed immediately , and after the second light signal, the GFP will be expressed and be disposed. Our goal is to make a system which can achieve the function of disposable info-reading which can benefit in the secrecy and entertainment of kids.


Contact

Feel free to contact with us for troubleshooting or collaboration