Difference between revisions of "Team:Tokyo Tech"

(Prototype team page)
 
 
(133 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
{{Tokyo_Tech}}
 
{{Tokyo_Tech}}
 +
 
<html>
 
<html>
 +
<head>
 +
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
 +
 +
<script type="text/javascript">
 +
 +
</script>
 +
 +
<style type="text/css">
 +
<!--
 +
 +
p.resizeimage {
 +
position: relative;
 +
width: 90%;
 +
  max-width: 1100px;
 +
  min-width: 240px;
 +
  margin: 0 auto;
 +
}
 +
p.resizeimage img { width: 100%; }
 +
 +
 +
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 +
 +
  #sideMenu, #top_title {display:none;}
 +
       
 +
        #content{
 +
        width: 100%;
 +
        margin: 0px;
 +
        padding: 0;
 +
    background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png");
 +
    background-repeat: no-repeat;
 +
    background-position: center center;
 +
    background-size: cover;
 +
    background-attachment: fixed;
 +
}
 +
#globalWrapper, #content{
 +
    background-color: transparent;
 +
    border: 0px;
 +
    }
 +
/*********************************/DEFAULT WIKI SETTINGS  ********************************/
 +
 +
  
<div class="column full_size" >
 
<img src="http://placehold.it/800x300/d3d3d3/f2f2f2">
 
</div>
 
  
<div class="column full_size" >
+
/****************** this page setting ********************/
<h2> Welcome to iGEM 2016! </h2>
+
p#home_sponsors{
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
    text-align: center;
 +
}
 +
p#home_sponsors img{
 +
    height: 150px;
 +
}
 +
p#main_contents p.normal_text{
 +
font-size: 18px;
 +
text-indent: 18px;
 +
text-align: center;
 +
// padding: 18px;
 +
    font-family: 'Century', serif;
  
</div>
+
}
  
<div class="column half_size" >
+
/*body{
<h5>Before you start: </h5>
+
    background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png");
<p> Please read the following pages:</p>
+
    background-repeat: no-repeat;
<ul>
+
    background-position: center center;
<li>  <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
+
    background-size: cover;
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
    background-attachment: fixed;
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
+
}
</ul>
+
#globalWrapper, #content{
</div>
+
    background: transparent;
 +
}
 +
#content{
 +
//   background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png");
 +
    margin: 0 auto;
 +
}*/
 +
/**********************************************************************/
 +
#main_contents{
 +
    margin: 0 auto;
 +
    width: 90%;
 +
    min-width: 880px;
 +
    max-width: 1100px;
 +
}
 +
.container{
 +
    margin: 5px auto;
 +
    background: #ffffff;
 +
    border: 1px solid #583612;
 +
}
 +
.container_top h1{
 +
margin-top: 1px;
 +
font-size: 36px;
 +
}
 +
.container_header{
 +
    background: #ffffff;
 +
    text-align: center;
 +
}
 +
.container_header span{
 +
    border-bottom: 2px solid #583612;
 +
}
 +
.container_contents{
 +
line-height: 1.5em;
 +
width: 800px;
 +
margin: 0 auto;
 +
padding-bottom: 10px;
 +
}
 +
#main_contents p.normal_text{
 +
font-size: 18px;
 +
text-indent: 18px;
 +
text-align: justify;
 +
// padding: 18px;
 +
    font-family: 'Century', serif;
 +
}
  
<div class="column half_size" >
+
/************************* Show/Hide setting ***************************/
<div class="highlight">
+
.on{
<h5> Styling your wiki </h5>
+
display: block;
<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>
+
-webkit-transiton: all 0.6s ease;
<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>
+
transition: all 0.6s ease;
</div>
+
}
</div>
+
.off{
 +
display: none;
 +
-webkit-transiton: all 0.6s ease;
 +
transition: all 0.6s ease;
 +
}
  
<div class="column full_size" >
+
/************************* This page setting ******************************/
<h5> Wiki template information </h5>
+
<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://2016.igem.org/Judging/Pages_for_Awards/Instructions">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>
 
  
  
 +
}
  
 +
--></style>
 +
</head>
 +
<body>
  
<div class="column half_size" >
 
<h5> Editing your wiki </h5>
 
<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> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> Click here to edit this page! </a></p>
 
  
</div>
+
 +
 +
 +
<br>
 +
<br>     
 +
                <div id="ID" class="container">
 +
        <div id="ID_header" class="container_header">
 +
<h2><span>Our story</span></h2>
 +
</div><!-- /_header -->
  
 +
<div id="ID_contents" class="container_contents">
 +
        <p class="normal_text">In this iGEM competition, iGEM 2016 team Tokyo_Tech planned to tell the public about synthetic biology, <span style="font-style : italic">Escherichia coli</span>
 +
, and bacterial Toxin &#8208; Antitoxin system (TA system), as well as enjoyed our activity for iGEM. We participated in the school festival (a poster session), gave classes to high school students, and collected feedback from the public as Human Practices. As a consequence of these activities, we noticed that, through the familiar story in everyone’s childhood, the public more easily gets interested in unfamiliar things such as TA system. Therefore, we decided to employ Snow White as the topic of our project this year.<span style="font-style : italic">E.coli</span> was used to recreate the Snow White story, and based on the simulation, the Snow White story with the prospective of the real beauty was also evaluated. Moreover, in order to respond further to the feedback that we received, the software was developed which enables selective protein production. <p class="caption" style="font-size: 16px;"><a href ="https://2016.igem.org/Team:Tokyo_Tech/Human_Practices" align="center"> (See the Human Practices page) </a>
 +
</p></div>
  
<div class="column half_size" >
+
<br><br>
<h5>Tips</h5>
+
        </p>
<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://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
 +
        <div id="ID_header" class="container_header">
 +
<h2><span>Sponsors</span></h2>
 +
</div><!-- /_header -->
  
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<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 class="column half_size" >
 
<h5> Uploading pictures and files </h5>
 
<p> You can upload your pictures and files to the iGEM 2016 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. <br />
 
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (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 align="center" class="" id="home_sponsors"><img src="https://static.igem.org/mediawiki/2016/c/c7/Tokyo_Tech_kurame_logo.gif" ><img src="https://static.igem.org/mediawiki/2016/c/c2/Tokyo_Tech_Saitama.JPG
 +
"> <br /><img src="https://static.igem.org/mediawiki/2016/9/93/Tokyo_Tech_Fund.jpg" ><img src="https://static.igem.org/mediawiki/2016/4/47/Tokyo_Tech_JASSO.gif
 +
"> <br /><img src="https://static.igem.org/mediawiki/2016/0/07/Tokyo_Tech_Promega.jpg
 +
"><img src="https://static.igem.org/mediawiki/2016/f/f6/Tokyo_Tech_cosmo_bio.png
 +
"><br /><img src="https://static.igem.org/mediawiki/2016/a/a2/Tokyo_Tech_IDT.png" /></p><!-- /home_sponsors -->
  
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '">
+
</div>
UPLOAD FILES
+
</div></div>
</div>
+
  
</div>
 
  
 +
<script>
 +
window.onload = function(){
 +
 +
var width = document.body.clientWidth;
  
 +
var menu = document.getElementsByClassName('logo_sponsors')[0];
  
 +
var menuMarginTop = width * 3 / 5 + 150;
  
  
 +
menu.style.marginTop = menuMarginTop + 'px';
  
 +
}
  
 +
</script>
 +
</body>
 
</html>
 
</html>
 +
{{Team:Tokyo_Tech/template2016}}
 +
{{Tokyo_Tech/Footer}}

Latest revision as of 05:47, 30 November 2016



    

Our story

In this iGEM competition, iGEM 2016 team Tokyo_Tech planned to tell the public about synthetic biology, Escherichia coli , and bacterial Toxin ‐ Antitoxin system (TA system), as well as enjoyed our activity for iGEM. We participated in the school festival (a poster session), gave classes to high school students, and collected feedback from the public as Human Practices. As a consequence of these activities, we noticed that, through the familiar story in everyone’s childhood, the public more easily gets interested in unfamiliar things such as TA system. Therefore, we decided to employ Snow White as the topic of our project this year.E.coli was used to recreate the Snow White story, and based on the simulation, the Snow White story with the prospective of the real beauty was also evaluated. Moreover, in order to respond further to the feedback that we received, the software was developed which enables selective protein production.

(See the Human Practices page)



Sponsors