Team:Sweden

From 2009.igem.org

(Difference between revisions)
(The linguistic cell: Sentence parsing E.Coli)
 
(71 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html>
<head>
<head>
-
<title> Document By Tanvir </title>
+
<style type="text/css">
 +
body {
 +
background: #0000A0 url(https://static.igem.org/mediawiki/igem.org/4/48/Test_image.gif) repeat  fixed;
 +
        }
 +
#bodyContent {background-color:gold;}
 +
#content {background-color:gold;}
 +
#footer-box {background-color: #CCCCCC;}
 +
P {color: #FFCC33;}
 +
</style>
 +
</head>
 +
</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">
-
<title>Home Page</title>
 
-
<script language="JavaScript" type="text/javascript">
 
-
//--------------- LOCALIZEABLE GLOBALS ---------------
 
-
var d=new Date();
 
-
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
 
-
//Ensure correct for language. English is "January 1, 2004"
 
-
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
 
-
//---------------  END LOCALIZEABLE  ---------------
 
-
</script>
 
 +
{|style=  "background:gold;" 
 +
|[[Image:Teaching_ecoli.jpg|500px|center|]]
-
<!-----Style Sheet Start------------->
+
==<font color="blue">'''The linguistic cell: Sentence parsing Escherichia Coli'''==
-
<style type="text/css">
+
-
<!--
+
-
.style1 {
+
-
font-size: 24px;
+
-
font-weight: bold;
+
-
font-style: italic;
+
-
        color: #660000;
+
-
}
+
-
.style2 {
+
<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-size: 18px;
+
-
font-weight: bold;
+
-
font-style: italic;
+
-
        color: #660000;
+
-
}
+
-
.style4 {font-size: xx-small}
+
-
.style5 {
+
-
color: #5C743D;
+
-
font-weight: bold;
+
-
}
+
-
.style6 {
+
-
font-size: 18px;
+
-
font-style: italic;
+
-
font-weight: bold;
+
-
color: #5C743D;
+
-
}
+
-
-->
+
-
</style>
+
-
<!------Style Sheet End---------------->
+
-
<!-------Main Banner-------------------->
+
<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>.
-
</head>
+
-
<body bgcolor="#F4FFE4">
+
-
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
+
-
  <tr bgcolor="#D5EDB3">
+
-
    <td colspan="3" rowspan="2"><img src="/images/d/dc/HeadLogo.jpg" alt="Header image" width="582" height="201" border="0" /></td>
+
-
<!----------------------------------------->
+
 +
==<font color="blue">'''Our Journey'''==
-
<!----Banner 1st sentence-------->
+
<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"!!!'''
-
    <td height="50" colspan="4" id="logo" size="36" valign="bottom" align="center" nowrap="nowrap" ><span class="style1">iGEM 2009 Team Sweden</span></td>
+
</font>
-
    <td width="6" bgcolor="#FFFFFF">&nbsp;</td>
+
-
  </tr>
+
-
<!------------------------------->
+
-
<!----Banner 2nd sentence-------->
 
-
  <tr bgcolor="#F4FFE4">
 
-
    <td height="51" colspan="4" id="tagline" valign="top" align="center"><p class="style2">&nbsp; </p>
 
-
    <p class="style2">Sentence Parcing With Cells</p></td>
 
-
<td width="6" bgcolor="#FFFFFF">&nbsp;</td>
 
-
  </tr>
 
-
<!----------------------------------->
 
-
<!----Below Banner 1st line--------->
 
-
  <tr>
 
-
    <td colspan="7" bgcolor="#5C743D"><img src="" alt="Image 1" alt="" width="4" height="3" border="0" /></td>
 
-
  </tr>
 
-
<!------------------------------------>
 
-
<!------Date in 2nd line---------------->
 
-
  <tr>
 
-
    <td colspan="7" bgcolor="#99CC66" background=""><img src="" alt="line decor" width="4" height="3" border="0" /></td>
 
-
  </tr>
 
-
  <tr bgcolor="#99CC66">
 
-
  <td colspan="7" id="dateformat" align="left" height="2">&nbsp;&nbsp;<script language="JavaScript" type="text/javascript">
 
-
      document.write(TODAY); </script> </td>
 
-
  </tr>
 
-
<!------------------------------------------>
 
-
<!----Below Banner 2nd line--------->
 
-
  <tr>
 
-
    <td colspan="7" bgcolor="#99CC66" background=""><img src="" alt="line decor" width="4" height="3" border="0" /></td>
 
-
  </tr>
 
-
<!------------------------------------->
 
-
<!----Below Banner 3rd line--------->
+
|}
-
  <tr>
+
-
    <td colspan="7" bgcolor="#5C743D"><img src="" alt="" width="1" height="2" border="0" /></td>
+
-
  </tr>
+
-
<!------------------------------------>
+
-
<tr>
+
-
    <td width="187" valign="top" bgcolor="#D5EDB3">
+
-
<table border="0" bgcolor="#D5EDB3" cellspacing="0" cellpadding="5" width="202" id="navigation">
+
-
        <tr>
+
|bgcolor:"gold"|
-
          <td>&nbsp;</td>
+
|[[Image:Igem_modified.gif|150px|center|]]
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Home</strong></a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="https://2009.igem.org/Team:Sweden/our_team" class="navText"><strong>Our Team</strong></a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Our project</strong></a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Project Design</strong></a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Log Book</strong></a></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Results</strong></a></td>
+
-
        </tr
+
-
        ><tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Modelling</strong></a></td>
+
-
        </tr
+
-
        ><tr>
+
-
          <td width="0"><div align="center"><a href="javascript:;" class="navText"><strong>Sponsors</strong></a></td>
+
-
      </tr
+
-
      ></table>
+
-
<br />
+
-
  &nbsp;<br />
+
-
  &nbsp;<br />
+
-
  &nbsp;<br /> </td>
+
-
    <td width="41">&nbsp;</td>
+
-
    <td colspan="2" valign="top"><img src="" alt="" width="100" height="1" border="0" /><br />
+
-
&nbsp;<br />
+
-
&nbsp;<br />
+
-
<!---------------Main Body-------------------->
 
-
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#D5EDB3" width="508">
 
-
        <tr>
 
-
          <td width="508" class="pageName"><p class="style6">Why we are on iGEM </p>          </td>
 
-
</tr>
 
-
<tr>
+
<!--
-
          <td class="bodyText"><p align="justify">We like the idea of creating something useful and gaining knowledge at the same time. The iGEM project combines this idea with an inter-national touch and empowers undergraduates to really live and work what they are studying.</p>
+
<html>
 +
<div id="box" style="width: 900px; margin-center: 0px; padding: 5px; border: 1px solid #000; background-color: #fe2b33;">
 +
</div>
-
<p align="justify">iGEM is the perfect way for students to get hands on experience in state-of-the-art re-search. This is done in a playful and competi-tive manner. It is also a good learning experi-ence for us as we work in a professional lab environment, which we do not gain from usual course based educations.</p>
 
-
<p align="justify">iGEM is a platform for us to meet top ranked university researchers (other supervisors and undergraduates) from around the globe and involving ourselves with them will allow us to share knowledge and gain new experience.</p>
 
-
<p align="justify">On top of it all, it is the first time a Swedish team is participating and it will be the best op-portunity for us to take part in this glorious voyage and the previous years show that being a rookie helps to win (2007 China and 2008 Slovenia).</p> </td>
+
<p>&nbsp;</p>
-
        </tr>
+
<p>&nbsp;</p>
-
      </table>
+
-
<br />
+
-
&nbsp;<br /> </td>
+
-
    <td width="5"><img src="" alt="" width="0" height="1" border="0" /></td>
+
-
        <td width="166" valign="top"><br />
+
-
&nbsp;<br />
+
-
<table border="0" cellspacing="0" cellpadding="0" width="163" id="leftcol">
+
-
 
+
-
  <tr>
+
-
      <td width="10"><img src="" alt="" width="10" height="1" border="0" /></td>
+
-
<td width="149" class="smallText"><br />
+
-
<p align="center" class="style5">Latest News</p>
+
-
<p align="justify">
+
-
  In this Sction latest news will be update. Latest news latest news. </p>
+
-
<p align="justify">. </p>
+
-
 
+
-
<p align="justify">&nbsp;</p>
+
-
 
+
-
<br />
+
-
  &nbsp;<br />          </td>
+
-
        <td width="10">&nbsp;</td>
+
-
        </tr>
+
-
    </table> </td>
+
-
<td width="123">&nbsp;</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="187" bgcolor="#D5EDB3">&nbsp;</td>
+
-
    <td width="41" bgcolor="#D5EDB3">&nbsp;</td>
+
-
    <td width="407" bgcolor="#D5EDB3"><div align="center" class="style4">
+
-
      <div align="right"><strong>Chalmers University of Technology &amp; Gothenburh University </strong></div>
+
-
    </div></td>
+
-
    <td width="157" bgcolor="#D5EDB3">&nbsp;</td>
+
-
    <td width="5" bgcolor="#D5EDB3">&nbsp;</td>
+
-
    <td width="166" bgcolor="#D5EDB3">&nbsp;</td>
+
-
<td width="123" bgcolor="#D5EDB3">&nbsp;</td>
+
-
  </tr>
+
-
</table>
+
-
</body>
+
-
</html>
+

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