Team:Sweden

From 2009.igem.org

(Difference between revisions)
(The linguistic cell: Sentence parsing E.Coli)
 
(103 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<style type="text/css">
-
This is a template page. READ THESE INSTRUCTIONS.(I have read the instructions)
+
body {
-
</div>
+
background: #0000A0 url(https://static.igem.org/mediawiki/igem.org/4/48/Test_image.gif) repeat  fixed;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
        }
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
#bodyContent {background-color:gold;}
-
</div>
+
#content {background-color:gold;}
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
#footer-box {background-color: #CCCCCC;}
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook.  PLEASE keep all of your pages within your teams namespace. 
+
P {color: #FFCC33;}
-
</div>
+
 
-
</div>
+
</style>
 +
</head>
</html>
</html>
 +
[[Image:JUST.jpg|center|970px]]
 +
{|style="background-color:#0000A0;" cellpadding="6" cellspacing="1" border="2" width="100%" align="center"
 +
!"align="center"|[[Team:Sweden|<font color="gold">Home</font>]]
 +
!align="center"|[[Team:Sweden/Team|<font color="gold">Team</font>]]
 +
!align="center"|[[Team:Sweden/Project|<font color="gold">Project</font>]]
 +
!align="center"|[[Team:Sweden/Mathematical Modelling|<font color="gold">Mathematical Modelling</font>]]
 +
!align="center"|[[Team:Sweden/Logbook|<font color="gold">Logbook</font>]]
 +
!align="center"|[[Team:Sweden/Result|<font color="gold">Result</font>]]
 +
!align="center"|[[Team:Sweden/Sponsors|<font color="gold">Sponsors</font>]]
 +
 +
|}
 +
=<font color="blue">'''Team:''Sweden'''''</font>=
 +
[[Image:Title.gif|center|970px]]
 +
<div style="text-align:justify">
 +
 +
 +
 +
{|style=  "background:gold;" 
 +
|[[Image:Teaching_ecoli.jpg|500px|center|]]
 +
 +
==<font color="blue">'''The linguistic cell: Sentence parsing Escherichia Coli'''==
 +
 +
<font color="blue">Language is an essential part of our civilization. But making sense out of a series of words can only be achieved by certain rules that underlie the language. This set of rules is called a grammar. A grammar tells us how to order words in a meaningful way. These rules can be implemented as a Finite State Automaton (FSA), which for every new word input moves from the current state to the next until it reaches the end of input. We propose in our project a biological model which is based on this concept of language parsing from computational linguistics.
 +
 +
<font color="blue">Our goal is to create an finite state automaton in the cell which parses sentences according to their parts-of-speech. We are currently working on the mathematical modeling of the parsing automation.</font><br>.
 +
 +
==<font color="blue">'''Our Journey'''==
 +
 +
<font color="blue">We are a group of student from varied backgrounds, who joined togather in a team to pursue the iGEM competetion. We thought a lot(a looooot) about our team name..Actually we had a big meeting on deciding on the team name. Even though none of us are Swedish, we felt, as we all are studying in Sweden and we love the place so much, our common ground is '''"Sweden"'''. Thus here we are the team '''"SWEDEN"!!!'''
 +
</font>
-
<!-- *** End of the alert box *** -->
 
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|[[Image:Example_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:Team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:Sweden | Team Example]]
 
-
|}
 
-
<!--- The Mission, Experiments --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Sweden|Home]]
 
-
!align="center"|[[Team:Sweden/Team|The Team]]
 
-
!align="center"|[[Team:Sweden/Project|The Project]]
 
-
!align="center"|[[Team:Sweden/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Sweden/Modeling|Modeling]]
 
-
!align="center"|[[Team:Sweden/Notebook|Notebook]]
 
|}
|}
-
(''Or you can choose different headings. But you must have a team page, a project page, and a notebook page.'')
+
 
 +
|bgcolor:"gold"|
 +
|[[Image:Igem_modified.gif|150px|center|]]
 +
 
 +
 
 +
<!--
 +
<html>
 +
<div id="box" style="width: 900px; margin-center: 0px; padding: 5px; border: 1px solid #000; background-color: #fe2b33;">
 +
</div>
 +
 
 +
 
 +
 
 +
<p>&nbsp;</p>
 +
<p>&nbsp;</p>

Latest revision as of 23:15, 20 October 2009

JUST.jpg
Home Team Project Mathematical Modelling Logbook Result Sponsors

Team:Sweden

Title.gif


Teaching ecoli.jpg

The linguistic cell: Sentence parsing Escherichia Coli

Language is an essential part of our civilization. But making sense out of a series of words can only be achieved by certain rules that underlie the language. This set of rules is called a grammar. A grammar tells us how to order words in a meaningful way. These rules can be implemented as a Finite State Automaton (FSA), which for every new word input moves from the current state to the next until it reaches the end of input. We propose in our project a biological model which is based on this concept of language parsing from computational linguistics.

Our goal is to create an finite state automaton in the cell which parses sentences according to their parts-of-speech. We are currently working on the mathematical modeling of the parsing automation.
.

Our Journey

We are a group of student from varied backgrounds, who joined togather in a team to pursue the iGEM competetion. We thought a lot(a looooot) about our team name..Actually we had a big meeting on deciding on the team name. Even though none of us are Swedish, we felt, as we all are studying in Sweden and we love the place so much, our common ground is "Sweden". Thus here we are the team "SWEDEN"!!!




|bgcolor:"gold"|

|
Igem modified.gif