Team:Exeter/lab book/glyco/wk7

From 2012.igem.org

(Difference between revisions)
Line 69: Line 69:
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk5"; style="color:#1d1d1b">30th July - 3rd August</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk6"; style="color:#1d1d1b">30th July - 3rd August</a>
         <p>
         <p>
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk5"; style="color:#1d1d1b">6th - 10th August</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk7"; style="color:#1d1d1b">6th - 10th August</a>
 +
        <p>
 +
        -
 +
        </p>
 +
        <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk8"; style="color:#1d1d1b">10th - 14th September</a>
 +
        <p>
 +
        -
 +
        </p>
 +
        <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk9"; style="color:#1d1d1b">17th - 21st September</a>
 +
        <p>
 +
        -
 +
        </p>
 +
        <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk10"; style="color:#1d1d1b">24th - 28th September</a>
         </font>
         </font>
     </div>
     </div>

Revision as of 10:39, 26 September 2012

ExiGEM2012 Lab Book Glyco wk5

Glycobase: 6th - 10th August 2012

07/08/12

Web4.py Design

Completed design for web page interface. Begins with home page offering the user several options with @route('/home'>

Then page where user can create their own polysaccharide by entering the suagar units making up the repeat nit and clicking the button 'fetch enzymes', @route('/build').

Random chain page where the user can create their own random polysaccharide by specifying the chain length, @route('/random').

Page for adding an enzyme to glycobase. The user is asked for the enzyme name, accerptor sugar, donor sugar and whether it is characterized, @route('/Add_Enzyme').

After submitting the enzyme there is a completion page, @route('/Add_Enzyme/submit').

Help page, @route('/help').

Some routes could be dynamic.

08/08/12

First HTML styling for GlycoWeb completed and buttons created for navigation.

10/08/12

Running GlycoWeb on another server

Bottle has various adapters to multi-threaded servers on board.