Team:METU Turkey Software

From 2010.igem.org

(Difference between revisions)
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-
 
+
-
 
+
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Untitled Document</title>
+
<title>Home</title>
 +
<meta name="description" content="" />
 +
<meta name="keywords" content="" />
<style type="text/css">
<style type="text/css">
-
td img {display: block;}body {
+
ul,ol,li,h1,h2,h3,h4,h5,h6,p{
-
text-align: center;
+
margin:0;
 +
padding:0;
 +
}
 +
ul{
 +
list-style:none;
 +
}
 +
a,a:link,a:visited,a:hover{
 +
color:#00f;
 +
text-decoration:none;
 +
}
 +
a:focus,a:hover{
 +
text-decoration:underline;
 +
}
 +
a img{
 +
border:0;
 +
}
 +
.clear{
 +
clear:both;
 +
}
 +
body{
 +
        margin:0;
 +
        padding:0;
 +
background:#383d43 url(https://static.igem.org/mediawiki/igem.org/b/bd/Body_bg.jpg) repeat-x;
 +
color:#000;
 +
font:62.5% Myriad Pro,Arial,sans-serif;
}
}
-
</style>
 
-
</head>
 
-
<body>
+
#header{
-
<table style="background-image: url(https://static.igem.org/mediawiki/2010/c/cf/Textbackground.png); display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="550">
+
width: 886px;
-
  <!-- fwtable fwsrc="Untitled" fwpage="Page 1" fwbase="FileZilla Client.lnk.png" fwstyle="Dreamweaver" fwdocid = "992213018" fwnested="0" -->
+
height: 35px;
-
  <tr>
+
font-size: 14px;
-
    <td><img src="spacer.gif" width="196" height="1" border="0" alt="" /></td>
+
padding: 16px 35px 0px 22px;
-
    <td><img src="spacer.gif" width="354" height="1" border="0" alt="" /></td>
+
}
-
    <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td><img name="MetuTurkeySoftwareLogo" src="https://static.igem.org/mediawiki/2010/7/74/MetuTurkeySoftwareLogo.png" width="196" height="153" border="0" id="MetuTurkeySoftwareLogo" alt="MetuTurkeySoftware Logo" /></td>
+
-
    <td><img name="BioGuideLogo" src="https://static.igem.org/mediawiki/2010/6/64/BioGuideLogo.png" width="352" height="153" border="0" id="BioGuideLogo" alt="BioGuide Logo" /></td>
+
-
    <td><img src="spacer.gif" width="1" height="153" border="0" alt="" /></td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td colspan="2" style="left: 0px; margin: 0px; color: #FFF; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align: center"><blockquote>
+
-
      <p style="text-decoration: underline; text-align: center; font-weight: bold; font-size: 16px;">Project Description</p>
+
-
      <p>As the field of Synthetic Biology is on the rise, iGEM is growing up very fast and the number of parts in the parts registry is increasing with the addition of more complex parts each day. After facing some difficulty while running our algorithms on the parts registry, the need for standardization of parts entry was apparent. </p>
+
-
      <p>
+
-
        By following the basics of professional software development approaches, we are aiming to overcome the issues that can be observed while building extensive and complex databases. Entity Relationship Model (ER) diagrams has been applied in order to design an extensible database. We are currently developing Software Requirements Specification (SRS) to define the requirements for each part in the registry and building blocks of the software such as algorithm, user interface, web server etc. Software Design Description (SDD) approach will be helping us while developing the final software and design art elements of the software that will deliver the database requirements . Our Quality Plan (QP) will point out the risks of the designed software and help us with the risk management.These professional software development approaches are helping us to communicate with a common language between the Software oriented and Biology oriented members in the team. We are using graph theoretic modeling to visualize the relations between iGEM Parts and to standardize the represantation of the parts as much as possible by graph theoretical methods. It will help us when we try to find input output relations between the parts. Furthermore, our program will be able to provide alternative pathways to construct the most reliable Biobrick devices with respect to given inputs and expected outputs as a Biobrick Guide.    </p>
+
-
      <p><br />
+
-
      </p>
+
-
    </blockquote>    </td>
+
-
    <td><img src="spacer.gif" width="1" height="372" border="0" alt="" /></td>
+
-
  </tr>
+
-
  <tr>
+
-
   
+
-
  </tr>
+
-
</table>
+
-
</body>
+
-
</html>
+
 +
#header p{
 +
float: left;
 +
color: #525961;
 +
}
-
<!-- *** End of the alert box *** -->
+
#header span{
 +
color: #bababa;
 +
}
 +
#header ul{
 +
float: right;
 +
}
 +
#header ul li{
 +
float: left;
 +
margin: 0px 12px 0px 0px;
 +
padding: 0px 0px 0px 12px;
 +
background: url(https://static.igem.org/mediawiki/igem.org/9/9e/Header_navi_bg.gif) left bottom no-repeat;
 +
}
 +
#header ul li.no_bg{
 +
background: none;
 +
}
-
<!--- The Mission, Experiments --->
+
#header ul li a{
 +
color:#fff;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
#logo{
-
!align="center"|[[Team:METU_Turkey_Software|Home]]
+
display: inline-block;
-
!align="center"|[[Team:METU_Turkey_Software/Team|Team]]
+
width: 264px;
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=METU_Turkey_Software Official Team Profile]
+
height: 100px;
-
!align="center"|[[Team:METU_Turkey_Software/Project|Project]]
+
float: left;
-
!align="center"|[[Team:METU_Turkey_Software/Parts|Parts Submitted to the Registry]]
+
clear: both;
-
!align="center"|[[Team:METU_Turkey_Software/Modeling|Modeling]]
+
margin: 0;
-
!align="center"|[[Team:METU_Turkey_Software/Notebook|Notebook]]
+
background: url(https://static.igem.org/mediawiki/igem.org/3/3f/Bioguide.png) no-repeat;
-
!align="center"|[[Team:METU_Turkey_Software/Safety|Safety]]
+
text-indent: -9999px;
-
|}
+
}
 +
#banner{
 +
float: left;
 +
margin: 0px 0px 0px 0px;
 +
}
 +
#banner img{
 +
float: left;
 +
}
 +
#content{
 +
width: 950px;
 +
        background: url(https://static.igem.org/mediawiki/2010/b/ba/Content_bg1.jpg) repeat-y;
 +
}
 +
#left_column{
 +
width: 620px;
 +
float: left;
 +
}
-
<!-- Cluster Map-->
+
.text{
 +
font-family: Helvetica, Arial;
 +
width: 552px;
 +
float: left;
 +
padding: 32px 38px 22px 30px;
 +
}
-
<div style="position:relative; top:100px; left:250px">
+
.text h3{
-
<html>
+
font-size: 24px;
-
<a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2010.igem.org/Team:METU_TURKEY_SOFTWARE" <a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2010.igem.org/Team:METU_Turkey_Software" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=https://2010.igem.org/Team:METU_Turkey_Software" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
+
float: left;
-
</a>
+
margin: 0px 0px 12px 0px;
-
</html>
+
color: #fff;
-
<div>
+
        text-decoration: none;
 +
}
 +
.text p{
 +
color: #bcc4c7;
 +
width: 552px;
 +
float: left;
 +
clear: left;
 +
font-size: 12px;
 +
}
-
<!-- Timer-->
+
.text p img{
 +
float: right;
 +
clear:left;
 +
margin: 0px 0px 0px 20px;
 +
}
-
<div style="position:relative; top:-125px; left:-450px">
+
.text a.continue{
-
<html><object type="application/x-shockwave-flash" height="100" width="200" data="http://www.usflashmap.com/component/cdt_new/cdt2_1.swf">
+
color: #65b8f9;
-
<param name="movie" value="http://www.usflashmap.com/component/cdt_new/cdt2_1.swf" />
+
font-size: 14px;
-
<param name="base" value="http://www.usflashmap.com/component/cdt_new/" />
+
}
-
<param name="flashvars" value="
+
-
      &timer=1&
+
-
      &time_template=3:ss;2:mm;1:hh;0:dd&
+
-
      &time_color=0x000000&
+
-
      &label_color=0x000000&
+
-
      &background_color=0xFFFFFF&
+
-
      &flare_view=true&
+
-
      &time_label=d:DAY;h:HOUR;m:MIN;s:SEC&
+
-
      &time_zone=(GMT -06:00) Central America&
+
-
      &event_time=year:2010;month:10;day:29;hour:0;minute:0;seconds:0&
+
-
      &event_duration=year:0;month:0;day:0;hour:0;minute:0;seconds:0&
+
-
      &event_recursion=hourly&
+
-
      &onpress_url=-&
+
-
      &event_onpress_url=-&
+
-
      &title=iGEM Final&
+
-
      &event_title=iGEM Final&
+
-
      &sound_file=-&
+
-
      &event_sound_file=-&
+
-
      &transparent=true&
+
-
" />
+
-
<param name="quality" value="high" />
+
-
<param name="wmode" value="transparent" />
+
-
<param name="scale" value="noscale" />
+
-
<param name="salign" value="lt" />
+
-
</object>
+
 +
.alternative{
 +
background: #2a2d32;
 +
border-top: 1px solid #26292e;
 +
border-bottom: 1px solid #26292e;
 +
}
 +
 +
#right_column{
 +
width: 288px;
 +
float: left;
 +
padding: 18px 18px 0px 17px;
 +
        background: #26292e;
 +
}
 +
 +
.heading{
 +
width: 260px;
 +
height: 29px;
 +
float: left;
 +
padding: 12px 14px 0px 14px;
 +
margin: 0px 0px 18px 0px;
 +
background: url(https://static.igem.org/mediawiki/igem.org/7/77/Navigation_btn_bg.gif) repeat-x;
 +
}
 +
 +
.heading h3{
 +
font-size: 17px;
 +
color: #ffffff;
 +
float: left;
 +
font-weight: normal;
 +
}
 +
 +
.heading img{
 +
float: right;
 +
margin: 3px 0px 0px 0px;
 +
}
 +
 +
ul{
 +
float: left;
 +
margin: 0px 0px 39px 0px;
 +
}
 +
 +
ul.sponsors li{
 +
display: block;
 +
width: 265px;
 +
height: 115px;
 +
float: left;
 +
margin: 0px 0px 0px 10px;
 +
background: url(https://static.igem.org/mediawiki/igem.org/d/d8/Sentegen.jpg) no-repeat;
 +
}
 +
 +
ul li{
 +
font-size: 14px;
 +
color: #ffffff;
 +
margin: 0px 0px 17px 11px;
 +
}
 +
 +
ul li span{
 +
color: #65b8f9;
 +
}
 +
 +
.replace{
 +
position:relative;
 +
margin:0;
 +
padding:0;
 +
/* \*/
 +
overflow:hidden;
 +
/* */
 +
}
 +
.replace span{
 +
display:block;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
z-index:1;
 +
}
 +
 +
#wrapper{
 +
width: 950px;
 +
padding: 0px 0px 0px 0px;
 +
margin:0px 0px 0px 0px;
 +
}
 +
 +
 +
 +
/* CSS Document */
 +
 +
#tab_nav {
 +
height: 52px;
 +
float: left;
 +
background: url(https://static.igem.org/mediawiki/igem.org/5/50/Navigation_bg.jpg) repeat-x;
 +
        }
 +
 +
#topnav li.active a{
 +
color:#028AD3;
 +
}
 +
ul#topnav {
 +
float: left;
 +
width: 950px;
 +
list-style: none;
 +
position: relative;
 +
margin-top:10px;
 +
}
 +
ul#topnav li {
 +
float: left;
 +
}
 +
ul#topnav li a {
 +
padding: 10px 15px;
 +
display: block;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
ul#topnav li a:hover {
 +
    text-decoration: none;
 +
background: #016acb;
 +
}
 +
}
 +
ul#topnav li:hover { 
 +
        z-index:1000;
 +
}
 +
ul#topnav li span {
 +
float: left;
 +
        z-index:1000;
 +
position: absolute;
 +
left: 0;
 +
top:35px;
 +
display: none;
 +
width:950px;
 +
color: #fff;
 +
-moz-border-radius-bottomright: 5px;
 +
-khtml-border-radius-bottomright: 5px;
 +
-webkit-border-bottom-right-radius: 5px;
 +
-moz-border-radius-bottomleft: 5px;
 +
-khtml-border-radius-bottomleft: 5px;
 +
-webkit-border-bottom-left-radius: 5px;
 +
background-color: #028AD3;
 +
padding-top: 15px;
 +
padding-right: 0;
 +
padding-bottom: 15px;
 +
padding-left: 0;
 +
}
 +
ul#topnav li:hover span { display: block;}
 +
ul#topnav li span a { display: inline;  font-weight; normal; }
 +
ul#topnav li span a:hover {text-decoration: none;}
 +
#groupparts {
 +
width: 650px!important;
 +
}
 +
#contentSub {
 +
display:none;
 +
}
 +
 +
#siteSub {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
display:none;
 +
}
 +
 +
.firstHeading {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
margin-top:30px;
 +
}
 +
 +
#footer-box {
 +
display:none;
 +
}
 +
 +
</style>
 +
</head>
 +
<body>
 +
<div id="wrapper">
 +
    <div id="header">
 +
        <p><span>METU</span> <strong>Turkey Software</strong></p>
 +
           
 +
        </div> <!--header ends-->
 +
       
 +
        <a href="https://2010.igem.org/Team:METU_Turkey_Software" id="logo" title="BioGuide" class="replace"><span>BioGuide</span></a>
 +
       
 +
        <div id="banner">
 +
        <img src="https://static.igem.org/mediawiki/igem.org/b/b5/Banner.jpg" alt="" width="941" />
 +
</div> <!--banner ends-->
 +
       
 +
        <div id="tab_nav">
 +
    <ul id="topnav">
 +
        <li class="active"><a href="https://2010.igem.org/Team:METU_Turkey_Software">HOME</a></li>
 +
        <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Team">TEAM</a></li>
 +
        <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Project">PROJECT</a>
 +
            <span>
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project">Introduction</a> |
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Motivation">Motivation</a> |
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Scope">Scope</a> |
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Mathematicalmodel">Mathematical Model</a> |
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Design">Design</a> |
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Algorithm">Algorithm</a>
 +
            </span>
 +
      </li>
 +
<li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Notebook">NOTEBOOK</a></li>
 +
        <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Download">DOWNLOAD</a>
 +
            <span>
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download">Executable Software</a> |
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Code">Code</a> |
 +
              <a href="https://2010.igem.org/Team:METU_Turkey_Software/Supportingtools">Supporting Tools</a> |
 +
              <a href="https://2010.igem.org/Team:METU_Turkey_Software/Contact">Contact</a> |
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Userguide">User Guide</a>
 +
            </span>
 +
 +
      </li>
 +
        <li><a href="https://2010.igem.org/Team:METU_Turkey_Software/Miscellaneous">MISCELLANEOUS</a>
 +
            <span>
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Collaboration">Collaboration</a> |
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Humanpractices">Human Practices</a> |
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Safety">Safety</a> |
 +
                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Futureplan">Future Plan</a>       
 +
            </span>
 +
        </li>     
 +
    </ul><!--topnav ends-->
 +
</div><!--tab_nav ends-->
 +
       
 +
<div id="content">
 +
          <div id="left_column">
 +
            <div class="text">
 +
                <h3>Abstract..</h3>
 +
                    <p><img src="https://static.igem.org/mediawiki/igem.org/b/b2/Bioguide.jpg" alt="" />As the field of Synthetic Biology is on the rise, iGEM is growing up very  fast and the number of parts in the parts registry is increasing with the  addition of more complex parts each day. After facing some difficulty while  running our algorithms on the parts registry, the need for standardization of  parts entry was apparent. <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project" class="continue">Read More...</a></p>                                       
 +
                </div> <!--text ends-->
 +
               
 +
                <div class="text alternative">
 +
                <h3>Our Team..</h3>
 +
                    <p><img src="https://static.igem.org/mediawiki/igem.org/b/b2/Bioguide.jpg" alt="" />METU Turkey Software is a team consists of advisors and students of Middle East Technical University which are prepared for competing in iGem 2010. <a href="https://2010.igem.org/Team:METU_Turkey_Software/Team" class="continue">Read More...</a></p>
 +
                       
 +
              </div> <!--text ends-->
 +
               
 +
                <div class="text">
 +
                <h3>Download It..</h3>
 +
                    <p><img src="https://static.igem.org/mediawiki/igem.org/f/f1/Download.png" alt="" />Try BioGuide in your computer, and feel its power! Suggest or leave your opinion about BioGuide. <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download" class="continue">Read More...</a></p>                     
 +
       
 +
              </div> <!--text ends-->
 +
            </div> <!--left column ends-->
 +
           
 +
            <div id="right_column">
 +
            <div class="heading">
 +
                <h3>Sponsors</h3>
 +
                </div> <!--heading ends-->
 +
                <ul class="sponsors">
 +
            <li>&nbsp;</li>
 +
            </ul>
 +
               
 +
                <div class="heading">
 +
                <h3>Sitemap</h3>
 +
                </div> <!--heading ends-->
 +
                <ul>
 +
            <a href="https://2010.igem.org/Team:METU_Turkey_Software"><li><span>Home</span></li></a>
 +
                        <a href="https://2010.igem.org/Team:METU_Turkey_Software/Team"><li><span>Team</span></li></a>
 +
                        <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project"><li><span>Project</span></li></a>
 +
                       
 +
                            <a href="https://2010.igem.org/Team:METU_Turkey_Software/Project"><li>- Introduction</li></a>
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Motivation"><li>- Motivation</li></a>
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Scope"><li>- Scope</li></a>
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Mathematicalmodel"><li>- Mathematical Model</li></a>
 +
                                <a href="design.html"><li>- Design</li></a>
 +
                                <a href="algorithm.html"><li>- Algorithm</li></a>
 +
                         
 +
                      <a href="https://2010.igem.org/Team:METU_Turkey_Software/Notebook"><li><span>Notebook</span></li></a>
 +
                        <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download"><li><span>Download</span></li></a>
 +
                       
 +
                                <a href="https://2010.igem.org/Team:METU_Turkey_Software/Download"><li>- Executable Software</li></a>
 +
                                <a href="code.html"><li>- Code</li></a>
 +
                                <a href="supportingtools.html"><li>- Supporting Tools</li></a>
 +
                                <a href="contact.html"><li>- Contact</li></a>
 +
                                <a href="userguide.html"><li>- User Guide</li></a>
 +
                                                               
 +
                        <a href="https://2010.igem.org/Team:METU_Turkey_Software/Miscellaneous"><li><span>Miscellaneous</span></li> </a>
 +
                       
 +
                                <a href="collaboration.html"><li>- Collaboration</li></a>
 +
                                <a href="humanpractices.html"><li>- Human Practices</li></a>
 +
                                <a href="safety.html"><li>- Safety</li></a>
 +
                                <a href="futureplan.html"><li>- Future Plan</li></a>                                         
 +
        </ul>                             
 +
          </div> <!--right column ends-->
 +
        </div> <!--content ends-->
 +
</div> <!--wrapper ends-->
 +
</body>
</html>
</html>
-
</div>
 

Revision as of 10:25, 7 September 2010

Home

Abstract..

As the field of Synthetic Biology is on the rise, iGEM is growing up very fast and the number of parts in the parts registry is increasing with the addition of more complex parts each day. After facing some difficulty while running our algorithms on the parts registry, the need for standardization of parts entry was apparent. Read More...

Our Team..

METU Turkey Software is a team consists of advisors and students of Middle East Technical University which are prepared for competing in iGem 2010. Read More...

Download It..

Try BioGuide in your computer, and feel its power! Suggest or leave your opinion about BioGuide. Read More...