Team:Warsaw/Software

From 2010.igem.org

(Difference between revisions)
Line 26: Line 26:
-
<h2>Biobrick manager </h2>
+
<h2>BioBrick manager </h2>
-
Biobrick manager is the first program that uses biobrick XML representation. It allows user
+
-
to download bricks from partsregistry.org, connect them, save resulting bricks as XML files
+
-
and get protocol for creating the new brick. It's a web application, so you only need a browser
+
-
and internet connection to use it.<br>
+
-
<br>
+
-
<div class="note">Our vision</div>
+
<h3>What can I use it for?</h3>
 +
 
 +
<p>
 +
<b>BioBrick Manager</b> is extremely useful tool which helps you with <b>planning your experiments</b> or <b>preparing printable instructions</b> for others. It allows user to download biobricks from partsregistry.org, connect them in order to obtain new parts, save resulting bricks as XML files and - what is the most important thing - to <b>get protocol for creating that particular biobrick</b>!
 +
</p>
 +
 
 +
<h3>Why is it so special?</h3>
 +
 
 +
<p>
 +
BioBrick Manager is the <b>first program that uses biobrick XML representation</b>! We hope that this XML will spread all over the world and make bioinformatic work in synthetic biology easier and more enjoyable.
 +
</p>
 +
 
 +
<h3>Wow! I want to try it, but how...?</h3>
 +
 
 +
<p>
 +
It's a web application, so <b>you only need a browser and internet connection</b> to use it.
 +
</p>
 +
<p>
 +
What's more, a lot of our effort went into designing BioBrick Manager to be as <b>friendly for users</b> as possible:
 +
</p>
 +
<br/>
 +
<br/>
 +
<br/>
<img class="screenshot" src="https://static.igem.org/mediawiki/2010/9/92/Instruction.png" alt="Screenshot with numbers" width="944px" />
<img class="screenshot" src="https://static.igem.org/mediawiki/2010/9/92/Instruction.png" alt="Screenshot with numbers" width="944px" />
<ol>
<ol>
Line 45: Line 62:
</ol>
</ol>
<br/><br/>
<br/><br/>
-
<div class="note">Implementation and challenges</div><br>
+
<h3>Implementation and challenges</h3>
<p>Biobrick manager is implemented in <a href=http://code.google.com/intl/en-EN/webtoolkit/>Google Web Toolkit</a> and  
<p>Biobrick manager is implemented in <a href=http://code.google.com/intl/en-EN/webtoolkit/>Google Web Toolkit</a> and  
<a href="http://code.google.com/intl/en-EN/appengine/">Google App Engine (Java)</a>. Those technologies enable  
<a href="http://code.google.com/intl/en-EN/appengine/">Google App Engine (Java)</a>. Those technologies enable  

Revision as of 21:34, 27 October 2010


Example Tabs

BioBrick manager

What can I use it for?

BioBrick Manager is extremely useful tool which helps you with planning your experiments or preparing printable instructions for others. It allows user to download biobricks from partsregistry.org, connect them in order to obtain new parts, save resulting bricks as XML files and - what is the most important thing - to get protocol for creating that particular biobrick!

Why is it so special?

BioBrick Manager is the first program that uses biobrick XML representation! We hope that this XML will spread all over the world and make bioinformatic work in synthetic biology easier and more enjoyable.

Wow! I want to try it, but how...?

It's a web application, so you only need a browser and internet connection to use it.

What's more, a lot of our effort went into designing BioBrick Manager to be as friendly for users as possible:




Screenshot with numbers
  1. Widgets for downloading brick by name or uploading local file
  2. Panel for connecting bricks (confirmation window is displayed)
  3. Information about current operation or errors
  4. List of loaded bricks
  5. Information about currently selected brick and its graphical representation
  6. Buttons for saving work
  7. Tabs for switching between information, sequence and XML editor for currently selected brick


Implementation and challenges

Biobrick manager is implemented in Google Web Toolkit and Google App Engine (Java). Those technologies enable easy web application development by "compiling" Java code (client-side) to JavaScript.

Almost everything is done by client - XML operations, drawing bricks, connecting them. Server is used for downloading information from registry or files and saving files.

Source code is available via SVN. Application is hosted using Google infrastructure at http://brickmanager.appspot.com. It is licensed under AGPL.