Team:SUSTC-Shenzhen-B/clotho.html

From 2013.igem.org

(Difference between revisions)
m
 
(4 intermediate revisions not shown)
Line 49: Line 49:
       .script.image {
       .script.image {
         display: none;
         display: none;
 +
      }
 +
      .minimize {
 +
        max-width: 90%;
       }
       }
     </style>
     </style>
Line 67: Line 70:
           <div class="menu">
           <div class="menu">
             <a href="https://2013.igem.org/Main_Page" class="item">iGEM homepage</a>
             <a href="https://2013.igem.org/Main_Page" class="item">iGEM homepage</a>
 +
            <a href="/Team:SUSTC-Shenzhen-B" class="item">wiki homepage</a>
             <a href="https://igem.org/User_Information" class="item">My Account</a>
             <a href="https://igem.org/User_Information" class="item">My Account</a>
             <a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/clotho.html&amp;action=edit" class="item">Edit</a>
             <a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/clotho.html&amp;action=edit" class="item">Edit</a>
Line 73: Line 77:
         <a href="project.html" class="item">Overview</a>
         <a href="project.html" class="item">Overview</a>
         <a href="standard.html" class="item">Standard and database</a>
         <a href="standard.html" class="item">Standard and database</a>
-
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
+
         <div href="/Team:SUSTC-Shenzhen-B/Software" class="ui dropdown link active item">
           Software
           Software
           <span class="white caret"></span>
           <span class="white caret"></span>
Line 82: Line 86:
             <a href="feedback.html" class="item">Feedback</a>
             <a href="feedback.html" class="item">Feedback</a>
             <a href="future.html" class="item">Future</a>
             <a href="future.html" class="item">Future</a>
 +
            <a href="lab.html" class="item">Lab Manager</a>
 +
            <a href="clotho.html" class="item">Clotho</a>
           </div>
           </div>
         </div>
         </div>
-
        <a href="clotho.html" class="item active">Clotho</a>
+
         <div href="/Team:SUSTC-Shenzhen-B/HumanPractice" class="ui dropdown link item">
-
        <a href="lab.html" class="item">Lab Manager</a>
+
-
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
+
           Human practice
           Human practice
           <span class="white caret"></span>
           <span class="white caret"></span>
Line 94: Line 98:
           </div>
           </div>
         </div>
         </div>
-
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
+
        <a href="achievement.html" class="item">Achievement</a>
 +
         <div href="/Team:SUSTC-Shenzhen-B/Team" class="ui dropdown link item">
           Team
           Team
           <span class="white caret"></span>
           <span class="white caret"></span>
           <div class="menu">
           <div class="menu">
             <a href="about.html" class="item">About us</a>
             <a href="about.html" class="item">About us</a>
-
            <a href="achievement.html" class="item">Achievement</a>
 
             <a href="notebook.html" class="item">Notebook</a>
             <a href="notebook.html" class="item">Notebook</a>
             <a href="acknowledgement.html" class="item">Acknoledgement</a>
             <a href="acknowledgement.html" class="item">Acknoledgement</a>
Line 122: Line 126:
           <a class="item">Circuit List</a>
           <a class="item">Circuit List</a>
           <a class="item">TTEC</a>
           <a class="item">TTEC</a>
 +
          <a class="active item" href="/Team:SUSTC-Shenzhen-B">Back to Homepage</a>
         </div>
         </div>
       </div>
       </div>
Line 131: Line 136:
         <section id=""></section>
         <section id=""></section>
         <p>We developed a Clotho verion of Circuit+, Circuit List. Though it's not very perfect, it can make users experience Circuit+ on Clotho.</p>
         <p>We developed a Clotho verion of Circuit+, Circuit List. Though it's not very perfect, it can make users experience Circuit+ on Clotho.</p>
-
         <section id=""></section>
+
         <img class="minimize" src="https://static.igem.org/mediawiki/2013/e/eb/Circuit_list_all.png" />
         <h2 class="ui dividing header">TTEC</h2>
         <h2 class="ui dividing header">TTEC</h2>
         <section id=""></section>
         <section id=""></section>
-
         <p>TTEC, which is short for Transcriptional Terminator Efficiency Calculator, was developed by team SUSTC-Shenzhen-B in 2012. It calculate the efficiency of transcription terminator from the primary nucleotide sequences. We transplanted TTEC to Clotho platform to make more people use this useful tool. And this is prompted by iGEM that use existing iGEM software to develop new tools.If you want to know more about TTEC, the older one, please visit <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B">wiki of SUSTC-Shenzhen-B 2012</a>. Here we only provide tutorial.</p>
+
         <p>TTEC, which is short for Transcriptional Terminator Efficiency Calculator, was developed by team SUSTC-Shenzhen-B in 2012. It calculate the efficiency of transcription terminator from the primary nucleotide sequences. We transplanted TTEC to Clotho platform to make more people use this useful tool. And this is prompted by iGEM that use existing iGEM software to develop new tools.If you want to know more about TTEC, the older one, please visit <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-B">wiki of SUSTC-Shenzhen-B 2012</a>. </p>
 +
        <img class="minimize" src="https://static.igem.org/mediawiki/2013/7/71/Ttec_all.png" />
       </div>
       </div>
     </div>
     </div>

Latest revision as of 03:53, 29 October 2013

SUSTC-ShenZhen-B

Clotho

Clotho applications.

Introduction

Clotho is a popular software framework in synthetic biology. It provides many applications which are very useful in synthetic biology. It can also extend itself by utilizing applications developed by others. So, in order to enrich the function of Clotho and to make more people experience our software, we developed two applications, Circuit List and TTEC.

Circuit List

We developed a Clotho verion of Circuit+, Circuit List. Though it's not very perfect, it can make users experience Circuit+ on Clotho.

TTEC

TTEC, which is short for Transcriptional Terminator Efficiency Calculator, was developed by team SUSTC-Shenzhen-B in 2012. It calculate the efficiency of transcription terminator from the primary nucleotide sequences. We transplanted TTEC to Clotho platform to make more people use this useful tool. And this is prompted by iGEM that use existing iGEM software to develop new tools.If you want to know more about TTEC, the older one, please visit wiki of SUSTC-Shenzhen-B 2012.