Difference between revisions of "Team:Tongji China"

Line 73: Line 73:
 
}
 
}
  
/**************************************************************** MENU ***************************************************************/ /* Wrapper for the menu */ .igem_2017_menu_wrapper {
+
/**************************************************************** MENU ***************************************************************/ /* Wrapper for the menu */ .igem_2018_menu_wrapper {
  
 
   width: 15%;
 
   width: 15%;
Line 89: Line 89:
 
}
 
}
  
/* this hides the scrollbar to keep view consistency */ .igem_2017_menu_wrappe::-webkit-scrollbar {
+
/* this hides the scrollbar to keep view consistency */ .igem_2018_menu_wrappe::-webkit-scrollbar {
  
 
   display: none;
 
   display: none;
 
}
 
}
  
/* styling for links in the menu, removes the line under text */ .igem_2017_menu_wrapper a {
+
/* styling for links in the menu, removes the line under text */ .igem_2018_menu_wrapper a {
  
 
   text-decoration: none;
 
   text-decoration: none;
 
}
 
}
  
/* styling for the images in the menu */ .igem_2017_menu_wrapper img {
+
/* styling for the images in the menu */ .igem_2018_menu_wrapper img {
  
 
   width: 100%;
 
   width: 100%;
 
}
 
}
  
/* styling for the menu buttons */ .igem_2017_menu_wrapper .menu_button {
+
/* styling for the menu buttons */ .igem_2018_menu_wrapper .menu_button {
  
 
   width: 100%;
 
   width: 100%;
Line 116: Line 116:
 
}
 
}
  
.igem_2017_menu_wrapper .menu_bottom_padding {
+
.igem_2018_menu_wrapper .menu_bottom_padding {
  
 
   width: 100%;
 
   width: 100%;
Line 128: Line 128:
 
}
 
}
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
+
.igem_2018_menu_wrapper .menu_button .expand_collapse_icon {
  
 
   width: 10%;
 
   width: 10%;
Line 134: Line 134:
 
}
 
}
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
+
.igem_2018_menu_wrapper .menu_button .expand_collapse_icon::before {
  
 
   content: "+";
 
   content: "+";
Line 140: Line 140:
  
  
/* styling for the menu buttons on hover */ .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover, .submenu_button.current_page:hover {
+
/* styling for the menu buttons on hover */ .igem_2018_menu_wrapper .menu_button:hover, .igem_2018_menu_wrapper .submenu_button:hover, .submenu_button.current_page:hover {
  
 
   background-color: #3399ff;
 
   background-color: #3399ff;
Line 153: Line 153:
 
}
 
}
  
/* styling for the submenu buttons */ .igem_2017_menu_wrapper .submenu_button {
+
/* styling for the submenu buttons */ .igem_2018_menu_wrapper .submenu_button {
  
 
   width: 100%;
 
   width: 100%;
Line 165: Line 165:
 
}
 
}
  
/* wrapper for the submenu items, they are hidden by default*/ .igem_2017_menu_wrapper .submenu_wrapper {
+
/* wrapper for the submenu items, they are hidden by default*/ .igem_2018_menu_wrapper .submenu_wrapper {
  
 
   display: none;
 
   display: none;
 
}
 
}
  
/* when the page size is bigger than 800px, this show/hide control is hidden by default */ .igem_2017_menu_wrapper #display_menu_control {
+
/* when the page size is bigger than 800px, this show/hide control is hidden by default */ .igem_2018_menu_wrapper #display_menu_control {
  
 
   display: none;
 
   display: none;
Line 178: Line 178:
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
  
/* Wrapper for the content */ .igem_2017_content_wrapper {
+
/* Wrapper for the content */ .igem_2018_content_wrapper {
  
 
   width: 81%;
 
   width: 81%;
Line 190: Line 190:
 
/********************************* HTML STYLING *********************************/
 
/********************************* HTML STYLING *********************************/
  
/* styling for the titles h1 h2 */ .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
/* styling for the titles h1 h2 */ .igem_2018_content_wrapper h1, .igem_2018_content_wrapper h2 {
  
 
   padding: 5px 15px;
 
   padding: 5px 15px;
Line 197: Line 197:
 
}
 
}
  
/* styling for the titles h3 h4 h5 h6*/ .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
+
/* styling for the titles h3 h4 h5 h6*/ .igem_2018_content_wrapper h3, .igem_2018_content_wrapper h4, .igem_2018_content_wrapper h5, .igem_2018_content_wrapper h6 {
  
 
   padding: 5px 15px;
 
   padding: 5px 15px;
Line 204: Line 204:
 
}
 
}
  
/* font and text */ .igem_2017_content_wrapper p {
+
/* font and text */ .igem_2018_content_wrapper p {
  
 
   padding: 0px 15px;
 
   padding: 0px 15px;
Line 210: Line 210:
 
}
 
}
  
/* Links */ .igem_2017_content_wrapper a {
+
/* Links */ .igem_2018_content_wrapper a {
  
 
   font-weight: bold;
 
   font-weight: bold;
Line 223: Line 223:
 
}
 
}
  
/* hover for the links */ .igem_2017_content_wrapper a:hover {
+
/* hover for the links */ .igem_2018_content_wrapper a:hover {
  
 
   text-decoration: none;
 
   text-decoration: none;
Line 229: Line 229:
 
}
 
}
  
/* non numbered lists */ .igem_2017_content_wrapper ul {
+
/* non numbered lists */ .igem_2018_content_wrapper ul {
  
 
   padding: 0px 20px;
 
   padding: 0px 20px;
Line 236: Line 236:
 
}
 
}
  
/* numbered lists */ .igem_2017_content_wrapper ol {
+
/* numbered lists */ .igem_2018_content_wrapper ol {
  
 
   padding: 0px;
 
   padding: 0px;
Line 243: Line 243:
 
}
 
}
  
/* Table */ .igem_2017_content_wrapper table {
+
/* Table */ .igem_2018_content_wrapper table {
  
 
   width: 97%;
 
   width: 97%;
Line 251: Line 251:
 
}
 
}
  
/* table cells */ .igem_2017_content_wrapper td {
+
/* table cells */ .igem_2018_content_wrapper td {
  
 
   padding: 10px;
 
   padding: 10px;
Line 259: Line 259:
 
}
 
}
  
/* table headers */ .igem_2017_content_wrapper th {
+
/* table headers */ .igem_2018_content_wrapper th {
  
 
   padding: 10px;
 
   padding: 10px;
Line 270: Line 270:
 
/**********************************LAYOUT CLASSES **********************************/
 
/**********************************LAYOUT CLASSES **********************************/
  
/* general class for column divs */ .igem_2017_content_wrapper .column {
+
/* general class for column divs */ .igem_2018_content_wrapper .column {
  
 
   padding: 10px 0px;
 
   padding: 10px 0px;
Line 300: Line 300:
 
/********************************* SUPPORT CLASSES ********************************/
 
/********************************* SUPPORT CLASSES ********************************/
  
/* class that clears content below*/ .igem_2017_content_wrapper .clear {
+
/* class that clears content below*/ .igem_2018_content_wrapper .clear {
  
 
   clear: both;
 
   clear: both;
 
}
 
}
  
/* adds extra spacing when clearing content */ .igem_2017_content_wrapper .clear.extra_space {
+
/* adds extra spacing when clearing content */ .igem_2018_content_wrapper .clear.extra_space {
  
 
   height: 30px;
 
   height: 30px;
 
}
 
}
  
/* highlight class, makes content slightly smaller */ .igem_2017_content_wrapper .highlight {
+
/* highlight class, makes content slightly smaller */ .igem_2018_content_wrapper .highlight {
  
 
   margin: 0px 15px;
 
   margin: 0px 15px;
Line 316: Line 316:
 
}
 
}
  
/* highlight class, adds a gray background */ .igem_2017_content_wrapper .highlight.gray {
+
/* highlight class, adds a gray background */ .igem_2018_content_wrapper .highlight.gray {
  
 
   background-color: #f2f2f2;
 
   background-color: #f2f2f2;
 
}
 
}
  
/* highlight with decoration blue line on top */ .igem_2017_content_wrapper .highlight.blue_top {
+
/* highlight with decoration blue line on top */ .igem_2018_content_wrapper .highlight.blue_top {
  
 
   border-top: 4px solid #3399ff;
 
   border-top: 4px solid #3399ff;

Revision as of 12:35, 25 September 2018

Welcome to Tongji University, iGEM 2018!

Our team DESCRIPTION

Our bacteria will be engineered to release something beneficial to human body using the type III secretion system in the Attenuated Pseudomonas aeruginosa. It requires oral intake to let the engineered bacteria enter the intestine and release our target compounds.

Before you start

Please read the following pages:

Styling your wiki

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.

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.

Uploading pictures and files

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.

When you upload, set the "Destination Filename" to T--YourOfficialTeamName--NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)

Wiki template information

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 Pages for awards 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!

Editing your wiki

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!

Use WikiTools - Edit in the black menu bar to edit this page

Tips

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:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and how you plan to do this.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • 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 iGEM 2018 calendar
  • Have lots of fun!

Inspiration

You can also view other team wikis for inspiration! Here are some examples: