Team:Berkeley Software/LesiaNotebook

From 2009.igem.org

(Difference between revisions)
(Week of June 8, 2009)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
-
==Week of June 8, 2009==
+
{{Template:BerkeleySoftwareHeader}}
-
'''Monday''' was the first day of the SUPERB program. I got introduced to the IGEM team. Doug gave a tutorial on Clotho and on plug ins. Got the Clotho source code from the repository.
+
__NOTOC__
-
'''Tuesday''' we had a meeting. I will be working with Adam on the language project. BOL will be a language which is based on the abstract model of parts which form the lowest level of hierarchy and will be the basic data types in this language. Parts can be composed of other parts, but in themselves cannot be decomposed any further into lower level data types.  Devices will be at the second level of hierarchy and can consist of multiple devices as well as parts. It will be different from other languages like Antimony, [http://sbml.org/Main_Page SBML], or [http://bionetgen.org/index.php/Main_Page BNGL], as BOL will be a structural human readable language not geared towards modeling. BOL has a direct relationship to [http://openwetware.org/wiki/Endy:Notebook/BioBrick_Open_Graphical_Language BOGL] symbols, the graphical representation and can be used to convert textual designs to graphical representations and vice versa.
+
=='''LESIA'S NOTEBOOK'''==
-
'''Wednesday''' brainstormed with Adam on the syntax of BOL. It will have defined data structures based on the [http://openwetware.org/wiki/Endy:Notebook/BioBrick_Open_Graphical_Language BOGL] symbols like promoter, RFS. Supportive data types will be string, int, composite. Also, an important feature that we would like BOL to have is the ability to create more user defined data types. I created a preliminary data type table on properties, data types, operators. Also started familiarizing myself with [http://www.gnu.org/software/bison/ GNU Bison], which we will use as our parser for the language.
+
[[Image:Me_and_view.jpg|thumb|right| view from Coit Tower in San Francisco]]
 +
===About me===
 +
I'm Lesia Bilitchenko and will be a 4th year computer science major at Cal Poly Pomona. I will be working this summer on developing Eugene a new language that will help describe biological system designs textually. Eugene will be integrated into Clotho. The other project will involve creation and optimization of Plug-Ins for Clotho.
-
'''Thursday''' continued to work on syntax and to write the code for an available diagram. Researched more on other languages. It seems that BOL will indeed be different from previous languages. The rule based description has been implemented in [http://bionetgen.org/index.php/Main_Page BNGL], which is a modeling language and concentrates on species, molecules rather than standard parts. We still have to go over the syntax for rules and how we will implement them in BOL. The logical "AND", "OR" and complement operators, as well as <, > seem appropriate for right now.
+
===Journal===
 +
This is where I keep track of iGEM activities:[[Team:Berkeley_Software/LesiaNotebook/Notes | '''Journal''']]
 +
 
 +
===Eugene===
 +
Source code, release, documentation for:
 +
*[http://eugene.svn.sourceforge.net/viewvc/eugene.tar.gz?view=tar '''Eugene''']
 +
*[http://eugene.wiki.sourceforge.net/About+Eugene  '''Eugene Wiki''']

Latest revision as of 18:08, 21 October 2009


LESIA'S NOTEBOOK

view from Coit Tower in San Francisco

About me

I'm Lesia Bilitchenko and will be a 4th year computer science major at Cal Poly Pomona. I will be working this summer on developing Eugene a new language that will help describe biological system designs textually. Eugene will be integrated into Clotho. The other project will involve creation and optimization of Plug-Ins for Clotho.

Journal

This is where I keep track of iGEM activities: Journal

Eugene

Source code, release, documentation for: