Team:SJTU-BioX-Shanghai/Judging Form

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
<ol><li>We completed our team registration.</li>  
<ol><li>We completed our team registration.</li>  
<li>We completed our judging form. </li>
<li>We completed our judging form. </li>
-
<li>We uploaded our team Wiki.li></ol>
+
<li>We uploaded our team Wiki.<li>
 +
<li>We will present a poster and a talk at the iGEM Jamboree during the conference. <li>
 +
<li>We describe our project CROWN clearly ,including distinguish attribute work done by team members and advisors, instructors.<li>
 +
<li>We submitted BioBrick Part used in our project to the iGEM Registry.<li></ol>
   <h2>Background</h2><hr />
   <h2>Background</h2><hr />
   <p>Authors have long been using tables, floats, inline-blocks, and other CSS properties to lay out their site content. However, none of these tools were designed for the complex webpages and webapps we are making nowadays. Simple things like vertical centering require work. Complex things like flexible grid layouts are so hard that it’s considered ambitious to roll your own, hence the success of CSS grid frameworks. Still, if so many projects needs to do these things, why can’t it just be easy? Flexbox aims to change all that.
   <p>Authors have long been using tables, floats, inline-blocks, and other CSS properties to lay out their site content. However, none of these tools were designed for the complex webpages and webapps we are making nowadays. Simple things like vertical centering require work. Complex things like flexible grid layouts are so hard that it’s considered ambitious to roll your own, hence the success of CSS grid frameworks. Still, if so many projects needs to do these things, why can’t it just be easy? Flexbox aims to change all that.

Revision as of 15:51, 16 October 2014

Bronze


We achieved the following 6 goals:

  1. We completed our team registration.
  2. We completed our judging form.
  3. We uploaded our team Wiki.
  4. We will present a poster and a talk at the iGEM Jamboree during the conference.
  5. We describe our project CROWN clearly ,including distinguish attribute work done by team members and advisors, instructors.
  6. We submitted BioBrick Part used in our project to the iGEM Registry.

Background


Authors have long been using tables, floats, inline-blocks, and other CSS properties to lay out their site content. However, none of these tools were designed for the complex webpages and webapps we are making nowadays. Simple things like vertical centering require work. Complex things like flexible grid layouts are so hard that it’s considered ambitious to roll your own, hence the success of CSS grid frameworks. Still, if so many projects needs to do these things, why can’t it just be easy? Flexbox aims to change all that.

Results


Though Flexbox makes it trivial to create layouts that would have been difficult or impossible in the past, it takes some time to get used to the Flexbox way of doing things. New terminology and new abstractions can be a barrier to using Flexbox, so let’s discuss them up-front.