Difference between revisions of "Team:ASTWS-China"

(Prototype team page)
 
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ASTWS-China}}
 
{{ASTWS-China}}
 
<html>
 
<html>
 +
    <head>
 +
        <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
 +
        <style>
 +
            #top_title{
 +
                display: none;
 +
            }
 +
           
 +
            #HQ_page p{
 +
                font-size: 1.6em;
 +
                font-family: initial;
 +
                width:80%;
 +
                margin: 0 auto 0 auto;
 +
            }
 +
           
 +
            #HQ_page h1{
 +
                font-size: 4em;
 +
                line-height: 1.2em;
 +
                text-align: center;
 +
            }
 +
           
 +
            #HQ_page h2,h3,h4,h5{
 +
                font-size: 2em;
 +
            }
 +
           
 +
            html{
 +
                height:100%;
 +
                width:100%;
 +
            }
 +
           
 +
            body {
 +
                height:100%;
 +
                width:100%;
 +
                background-color: white;
 +
            }
 +
           
 +
            img{
 +
                display: block;
 +
                margin-left: auto;
 +
                margin-right: auto;
 +
                width: 80%;
 +
                height: 90%;
 +
            }
 +
           
 +
            #thx{
 +
                font-size: 2.04em !important;
 +
            }
 +
           
 +
            #content{
 +
                margin: 0 auto 0 auto;
 +
                position: relative;
 +
                margin-top: 65px;
 +
            }
 +
           
 +
            #main_logo {
 +
                width:80%;
 +
            }
 +
           
 +
            #logo {
 +
                height: 7em;
 +
                width: 15em;
 +
                float: right;
 +
            }
 +
           
 +
            #QR {
 +
                height: 7em;
 +
                width: 7em;
 +
                float: right;
 +
            }
 +
           
 +
            /* Slideshow */
 +
            body {margin:0}
 +
            .mySlides {display: none}
 +
            img {vertical-align: middle;}
  
 +
            /* Slideshow container */
 +
            .slideshow-container {
 +
                max-width: 1000px;
 +
                position: relative;
 +
                margin: auto;
 +
            }
  
 +
            /* Next & previous buttons */
 +
            .prev, .next {
 +
              cursor: pointer;
 +
              position: absolute;
 +
              top: 50%;
 +
              width: auto;
 +
              padding: 16px;
 +
              margin-top: -22px;
 +
              color: white;
 +
              font-weight: bold;
 +
              font-size: 18px;
 +
              transition: 0.6s ease;
 +
              border-radius: 0 3px 3px 0;
 +
            }
  
 +
            /* Position the "next button" to the right */
 +
            .next {
 +
              right: 0;
 +
              border-radius: 3px 0 0 3px;
 +
            }
  
<div class="column full_size" >
+
            /* On hover, add a black background color with a little bit see-through */
<h1> Welcome to iGEM 2018! </h1>
+
            .prev:hover, .next:hover {
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
              background-color: rgba(0,0,0,0.8);
 +
            }
  
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
            /* Number text (1/3 etc) */
+
            .numbertext {
 +
              color: #f2f2f2;
 +
              font-size: 12px;
 +
              padding: 8px 12px;
 +
              position: absolute;
 +
              top: 0;
 +
            }
  
</div>
+
            /* The dots/bullets/indicators */
 +
            .dot {
 +
              cursor: pointer;
 +
              height: 15px;
 +
              width: 15px;
 +
              margin: 0 2px;
 +
              background-color: #bbb;
 +
              border-radius: 50%;
 +
              display: inline-block;
 +
              transition: background-color 0.6s ease;
 +
            }
  
 +
            .active, .dot:hover {
 +
              background-color: #717171;
 +
            }
  
<div class="column full_size" >
+
            /* Fading animation */
 +
            .fade {
 +
              -webkit-animation-name: fade;
 +
              -webkit-animation-duration: 1.5s;
 +
              animation-name: fade;
 +
              animation-duration: 1.5s;
 +
            }
  
<h3>Before you start</h3>
+
            @-webkit-keyframes fade {
<p> Please read the following pages:</p>
+
              from {opacity: .4}
<ul>
+
              to {opacity: 1}
<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>
+
  
 +
            @keyframes fade {
 +
              from {opacity: .4}
 +
              to {opacity: 1}
 +
            }
  
<div class="clear extra_space"></div>
+
            /* On smaller screens, decrease text size */
<div class="line_divider"></div>
+
            @media only screen and (max-width: 300px) {
<div class="clear extra_space"></div>
+
              .prev, .next,.text {font-size: 11px}
 +
            }
 +
        </style>
 +
       
 +
    </head>
 +
   
 +
    <body>
 +
        <!--Slideshow-->
 +
        <div class="slideshow-container">
  
 +
            <div class="mySlides fade">
 +
                <div class="numbertext">1 / 5</div>
 +
                <img src="https://static.igem.org/mediawiki/2018/5/50/T--ASTWS-China--InterLab_pic1.jpg" style="width:100%">
 +
            </div>
  
 +
            <div class="mySlides fade">
 +
                <div class="numbertext">2 / 5</div>
 +
                <img src="https://static.igem.org/mediawiki/2018/e/ee/T--ASTWS-China--Interview.jpg" style="width:100%">
 +
            </div>
  
<div class="column full_size" >
+
            <div class="mySlides fade">
<h3> Styling your wiki </h3>
+
                <div class="numbertext">3 / 5</div>
<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>
+
                <img src="https://static.igem.org/mediawiki/2018/b/b0/T--ASTWS-China--study.jpg" style="width:100%">
<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>  
+
            </div>
  
</div>
+
            <div class="mySlides fade">
 +
                <div class="numbertext">4 / 5</div>
 +
                <img src="https://static.igem.org/mediawiki/2018/2/2d/T--ASTWS-China--GroupPic.jpg" style="width:100%">
 +
            </div>
 +
           
 +
            <div class="mySlides fade">
 +
                <div class="numbertext">5 / 5</div>
 +
                <img src="https://static.igem.org/mediawiki/2018/f/fb/T--ASTWS-China--TeamInLab.jpg" style="width:100%">
 +
            </div>
  
 +
                <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
                <a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
           
 +
        </div>
 +
           
 +
        <br>
  
 +
        <div style="text-align:center">
 +
            <span class="dot" onclick="currentSlide(1)"></span>
 +
            <span class="dot" onclick="currentSlide(2)"></span>
 +
            <span class="dot" onclick="currentSlide(3)"></span>
 +
            <span class="dot" onclick="currentSlide(4)"></span>
 +
            <span class="dot" onclick="currentSlide(5)"></span>
 +
        </div>
 +
       
 +
        <!--Logo-->
 +
        <div class="clear extra_space"></div>
 +
        <div class="clear extra_space"></div>
 +
        <img id="main_logo" src="https://static.igem.org/mediawiki/2018/d/df/T--ASTWS-China--Team_Logo.jpg">
 +
        <div class="clear extra_space"></div>
 +
        <div class="clear extra_space"></div>
 +
       
 +
        <!--Abstract-->
 +
        <h1>Environment-friendly Copper Ion Sense and Treatment System</h1>
 +
        <p>With the continuous development of industrialization, the negative environmental effects caused by heavy metal pollution are becoming more and more significant. Owing to easy migration and difficult biodegradation, it poses more challenges to the treatment of heavy metals in the environment, especially in soil and water. In this study, we developed an engineered E.coli-based system to sensitively detect the copper concentration in industrial waste using synthetic biological methods. Meanwhile, we are trying to introduce a new gene to effectively capture copper ions in environment. If successful, this constructed bio-system could not only detect copper ions, but also enrich heavy metal pollutants (copper), form copper deposits and then purify the environment, which is portable, low-cost and environment-friendly.</p>
 +
       
 +
       
 +
        <div class="clear extra_space"></div>
 +
        <div class="clear extra_space"></div>
 +
        <hr />
 +
        <div class="container">
 +
            <div class="padding-wrapper">
 +
                <div class="row">
 +
                    <p class="alignleft">Copyright &#169; 2018 Team:ASTWS-China All Rights Reserved.</p>
 +
                </div>
 +
                <div class="row">
 +
                    <img id="logo" src="https://static.igem.org/mediawiki/2018/d/df/T--ASTWS-China--Team_Logo.jpg">
 +
                    <img class="alignright" id="QR" src="https://static.igem.org/mediawiki/2018/0/00/T--ASTWS-China--QR_Code.jpg">
 +
                </div>
 +
            </div>
 +
        </div>
 +
       
 +
        <script>
 +
            var slideIndex = 1;
 +
            showSlides(slideIndex);
  
 +
            function plusSlides(n) {
 +
              showSlides(slideIndex += n);
 +
            }
  
<div class="clear extra_space"></div>
+
            function currentSlide(n) {
 
+
              showSlides(slideIndex = n);
 
+
            }
 
+
<div class="column third_size" >
+
 
+
<h3> Uploading pictures and files </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>
+
 
+
 
+
<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>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/Special:Upload">
+
UPLOAD FILES
+
</a>
+
</div>
+
 
+
</div>
+
 
+
<div class="column third_size" >
+
<h3> Wiki template information </h3>
+
<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>
+
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_B_full">
+
<h3> Editing your wiki </h3>
+
<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>
+
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/wiki/index.php?title=Team:ASTWS-China&action=edit">
+
EDIT PAGE
+
</a>
+
</div>
+
 
+
 
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="clear extra_space"></div>
+
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<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 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>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></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>
+
</div>
+
</div>
+
 
+
 
+
 
+
  
 +
            function showSlides(n) {
 +
                var i;
 +
                var slides = document.getElementsByClassName("mySlides");
 +
                var dots = document.getElementsByClassName("dot");
 +
                if (n > slides.length) {slideIndex = 1}   
 +
                if (n < 1) {slideIndex = slides.length}
 +
                for (i = 0; i < slides.length; i++) {
 +
                    slides[i].style.display = "none"; 
 +
                }
 +
                for (i = 0; i < dots.length; i++) {
 +
                    dots[i].className = dots[i].className.replace(" active", "");
 +
                }
 +
                slides[slideIndex-1].style.display = "block"; 
 +
                dots[slideIndex-1].className += " active";
 +
            }
 +
        </script>
 +
    </body>
 
</html>
 
</html>

Latest revision as of 06:07, 17 October 2018

1 / 5
2 / 5
3 / 5
4 / 5
5 / 5

Environment-friendly Copper Ion Sense and Treatment System

With the continuous development of industrialization, the negative environmental effects caused by heavy metal pollution are becoming more and more significant. Owing to easy migration and difficult biodegradation, it poses more challenges to the treatment of heavy metals in the environment, especially in soil and water. In this study, we developed an engineered E.coli-based system to sensitively detect the copper concentration in industrial waste using synthetic biological methods. Meanwhile, we are trying to introduce a new gene to effectively capture copper ions in environment. If successful, this constructed bio-system could not only detect copper ions, but also enrich heavy metal pollutants (copper), form copper deposits and then purify the environment, which is portable, low-cost and environment-friendly.


Copyright © 2018 Team:ASTWS-China All Rights Reserved.