Team:Exeter/lab book/glyco/wk7

From 2012.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 86: Line 86:
         </p>
         </p>
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk10"; style="color:#1d1d1b">24th - 28th September</a>
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk10"; style="color:#1d1d1b">24th - 28th September</a>
-
         </font>
+
        <p>
 +
        -
 +
         </p>
 +
        <a href="https://2012.igem.org/Team:Exeter/Results/GlycoBase"; style="color:#e30614"><b>The Database: <font size="3">GlycoBase</font></b></a>
 +
        <p>
 +
        -
 +
        </p>
 +
        <a href="http://glycoweb.com/"; style="color:#e30614" target="_blank"><b>The Result: <font size="3">GlycoWeb</font></b></font></a>
 +
        <p>
 +
        -
 +
        </p>
 +
        <a href="http://sourceforge.net/projects/exe2012ecandi/"; style="color:#e30614" target="_blank"><b><font size="3">Source Code</font></b></font></a>
 +
      </font>
     </div>
     </div>
     <!--End Project Division Week Hyperlinks-->
     <!--End Project Division Week Hyperlinks-->
Line 94: Line 106:
   <td width="850" height="250">
   <td width="850" height="250">
   <!------------INSERT WEEKLY IMAGE HERE------------>
   <!------------INSERT WEEKLY IMAGE HERE------------>
-
     <img src="" alt="" title="" width="850" height="250">
+
     <img src="https://static.igem.org/mediawiki/2012/d/d3/Exe2012_lab7.jpg" alt="" title="" width="850" height="250">
   </td>
   </td>
   </tr>
   </tr>
Line 101: Line 113:
   <td valign="top" width="850">
   <td valign="top" width="850">
     <div style="text-align:justify">
     <div style="text-align:justify">
-
     <font face="DokChampa" color="#1d1d1b" size="2">
+
     <font face="Verdana" color="#1d1d1b" size="2">
      
      
-
       <font face="DokChampa" color="#57b947" size="4">
+
       <font face="Verdana" color="#57b947" size="4">
       <p><b><u>Glycobase: 6th - 10th August 2012</u></b></p>
       <p><b><u>Glycobase: 6th - 10th August 2012</u></b></p>
       </font>
       </font>
Line 109: Line 121:
     <p><b>07/08/12</b></p>
     <p><b>07/08/12</b></p>
<p><i>Web4.py Design</i></p>
<p><i>Web4.py Design</i></p>
-
<p>Completed design for web page interface. Begins with home page offering the user several options with @route('/home'></p>
+
<p>Completed a design for the web page interface. Begins with home page offering the user several options with @route('/home')</p>
-
<p>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').</p>
+
<p>Then a page where the user can create their own polysaccharide by entering the sugar units making up the repeat unit and clicking the button 'fetch enzymes', @route('/build').</p>
<p>Random chain page where the user can create their own random polysaccharide by specifying the chain length, @route('/random').</p>
<p>Random chain page where the user can create their own random polysaccharide by specifying the chain length, @route('/random').</p>
-
<p>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').</p>
+
<p>Page for adding an enzyme to Glycobase. The user is asked for the enzyme name, acceptor sugar, donor sugar and whether it is characterized, @route('/Add_Enzyme').</p>
<p>After submitting the enzyme there is a completion page, @route('/Add_Enzyme/submit').</p>
<p>After submitting the enzyme there is a completion page, @route('/Add_Enzyme/submit').</p>
<p>Help page, @route('/help').</p>
<p>Help page, @route('/help').</p>
Line 129: Line 141:
   
   
  </table>
  </table>
 +
 +
<table width="980" align="center" cellspacing="20">
 +
<tr align="center">
 +
  <td>
 +
  <font color="#57B947" size="1" face="Verdana">
 +
    <p><u>Website Designed and Built by: Ryan Edginton, James Lynch & Alex Clowsley</u> &nbsp;&nbsp;|&nbsp;&nbsp;
 +
    <a href="https://igem.org/Team.cgi?id=764" style="color:#57B947" target="_blank"><u>Contact Us</u></a>  &nbsp;&nbsp;|&nbsp;&nbsp;
 +
    <a href="https://2012.igem.org/Team:Exeter/site_map" style="color:#57B947"><u>Site Map</u></a></p>
 +
  </font>
 +
  </td>
 +
</tr>
 +
</table>
</body>
</body>
</html>
</html>

Latest revision as of 00:27, 27 September 2012

ExiGEM2012 Lab Book Glyco wk5

Glycobase: 6th - 10th August 2012

07/08/12

Web4.py Design

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

Then a page where the user can create their own polysaccharide by entering the sugar units making up the repeat unit 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, acceptor 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.

Website Designed and Built by: Ryan Edginton, James Lynch & Alex Clowsley   |   Contact Us   |   Site Map