Team:Freiburg Software/Project/History

From 2010.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
 +
<!-- page special style -->
 +
 +
<style type="text/css">
 +
 +
#subProjectHistory a {
 +
opacity: 0.92;
 +
color: white;
 +
}
 +
 +
</style>
 +
 +
<!-- Content starts here -->
<div id=main_area>
<div id=main_area>
 +
<h1>SynBioWave MileStones</h1>
<h1>SynBioWave MileStones</h1>
<div class="pic_text_right">
<div class="pic_text_right">
-
<img src="https://static.igem.org/mediawiki/2009/9/9e/Freiburg09_Kuklab_logo.jpg" style="width: 150px; height: auto;"/>
+
<img src="https://static.igem.org/mediawiki/2009/9/9e/Freiburg09_Kuklab_logo.jpg" style="width: 140px; height: auto;"/>
</div>
</div>
<p class="main">
<p class="main">
Line 12: Line 25:
The idea came up shortly after Google first introduced their Wave project. It seemed like the ideal platform for a software suite for collaborative work in Synthetic Biology. By that time SynBioWave was the first project that used multiple robots and gadgets combined, which was a great challenge for the developers.  
The idea came up shortly after Google first introduced their Wave project. It seemed like the ideal platform for a software suite for collaborative work in Synthetic Biology. By that time SynBioWave was the first project that used multiple robots and gadgets combined, which was a great challenge for the developers.  
</p>
</p>
-
<h2>iGEM Jamboree 2009</h2>
+
 
-
<div class="pic_text_right">
+
<h2>iGEM Jamboree 2009</h2><br />
-
<img src="https://static.igem.org/mediawiki/2010/d/da/Freiburg_10_software_SynBioWave-SequenceViews.png" />
+
<div class="pic_text_right" style="width: 300px;">
 +
<img src="https://static.igem.org/mediawiki/2010/d/da/Freiburg_10_software_SynBioWave-SequenceViews.png" style="width: 300px; height: auto;"/>
 +
<p class="caption">
 +
Some screen shots from an early version of SynBioWave as presented at the iGEM jamboree 2009.
 +
</p>
</div>
</div>
 +
<p class="main">
 +
At the iGEM jamboree the Freiburg software team presented an early version of SynBioWave. They were capable of importing and exporting biological data and showed how the interaction between the robots and gadgets works. Actual robot to robot interaction was not possible then, so no real extension robots were possible (only some proof-of-concept drafts). But the first steps were taken and development went on after the jamboree already in preparation for iGEM 2010.
 +
</p>
 +
 +
<h2>Robot API 2.0</h2>
 +
<p class="main">
 +
In march 2010 Google released the <a href="http://googlewavedev.blogspot.com/2010/03/introducing-robots-api-v2-rise-of.html" target="blank">Robot API 2.0</a> and thus made robot-to-robot communication far more easy than it was before. Many of the new features could be used to improve SynBioWave.
 +
</p>
 +
<!--
<!--
  <ul><li><p class="main"> Last year <a href="https://2009.igem.org/Team:Freiburg_software">our team</a> laid the foundation for SynBioWave. They started the development of the first version of SynBioWave extending <a href="http://wave.google.com">Google wave</a>.</p></li>
  <ul><li><p class="main"> Last year <a href="https://2009.igem.org/Team:Freiburg_software">our team</a> laid the foundation for SynBioWave. They started the development of the first version of SynBioWave extending <a href="http://wave.google.com">Google wave</a>.</p></li>
Line 23: Line 49:
<li><p class="main">We created a special wave which will hold all the sequences and act as a workspace in the project. This was a huge leap in our development. It made sequence handling in program easier. It also paved the way to clean and modular development and use of SynBioWave.</p></li>
<li><p class="main">We created a special wave which will hold all the sequences and act as a workspace in the project. This was a huge leap in our development. It made sequence handling in program easier. It also paved the way to clean and modular development and use of SynBioWave.</p></li>
</ul> -->
</ul> -->
 +
</div>
</div>
</html>
</html>

Latest revision as of 10:49, 26 October 2010

SynBioWave MileStones

SynBioWare was initially launched by the Freiburg Software iGEM team of 2009. The idea came up shortly after Google first introduced their Wave project. It seemed like the ideal platform for a software suite for collaborative work in Synthetic Biology. By that time SynBioWave was the first project that used multiple robots and gadgets combined, which was a great challenge for the developers.

iGEM Jamboree 2009


Some screen shots from an early version of SynBioWave as presented at the iGEM jamboree 2009.

At the iGEM jamboree the Freiburg software team presented an early version of SynBioWave. They were capable of importing and exporting biological data and showed how the interaction between the robots and gadgets works. Actual robot to robot interaction was not possible then, so no real extension robots were possible (only some proof-of-concept drafts). But the first steps were taken and development went on after the jamboree already in preparation for iGEM 2010.

Robot API 2.0

In march 2010 Google released the Robot API 2.0 and thus made robot-to-robot communication far more easy than it was before. Many of the new features could be used to improve SynBioWave.