Team:METU-BIN Ankara

From 2011.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>
+
 
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
-
</div>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<head>
-
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>.
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>METU-BIN iGEM Software Team</title>
 +
<link href="thrColLiqHdr.css" rel="stylesheet" type="text/css" />
 +
<style type="text/css">
 +
  @charset "utf-8";
 +
  "body {
 +
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
 +
background: #2B3856;
 +
margin: 0;
 +
padding: 0;
 +
color: #000;
 +
}
 +
 
 +
ul, ol, dl {
 +
padding: 0;
 +
margin: 0;
 +
}
 +
h1, h2, h3, h4, h5, h6, p {
 +
margin-top: 0;
 +
padding-right: 15px;
 +
padding-left: 15px;
 +
}
 +
a img {
 +
border: none;
 +
}
 +
 
 +
a:link {
 +
color: #736AFF;
 +
text-decoration: underline;
 +
}
 +
a:visited {
 +
color: #C9C299;
 +
text-decoration: underline;
 +
}
 +
a:hover, a:active, a:focus {
 +
text-decoration: none;
 +
}
 +
 
 +
.container {
 +
width:80%;
 +
max-width: 780px;
 +
min-width: 780px;
 +
background: #FFF;
 +
margin: 0 auto;
 +
}
 +
 
 +
.header {
 +
background: #6F7D94;
 +
}
 +
 
 +
.sidebar1 {
 +
float: left;
 +
width: 20%;
 +
background: #93A5C4;
 +
padding-bottom: 10px;
 +
}
 +
.content {
 +
padding: 10px 0;
 +
width:60%;
 +
float: left;
 +
}
 +
.sidebar2 {
 +
float: left;
 +
width:20%;
 +
background: #93A5C4;
 +
padding:0px 0;
 +
}
 +
 
 +
.content ul, .content ol {
 +
padding: 0 15px 15px 40px;
 +
}
 +
 
 +
ul.nav {
 +
list-style: none;
 +
border-top: 1px solid #666;
 +
margin-bottom: 15px;
 +
}
 +
ul.nav li {
 +
border-bottom: 1px solid #666;
 +
}
 +
ul.nav a, ul.nav a:visited {
 +
padding: 5px 5px 5px 15px;
 +
display: block;
 +
text-decoration: none;
 +
background: #8090AB;
 +
color: #000;
 +
}
 +
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
 +
background: #6F7D94;
 +
color: #FFF;
 +
}
 +
 
 +
.footer {
 +
font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
 +
background:#2B3856;
 +
margin: 0;
 +
padding: 0;
 +
color: #FFFFFF;
 +
padding: 10px 0;
 +
position: relative;
 +
clear: both;
 +
 
 +
}
 +
 
 +
.fltrt { 
 +
float: right;
 +
margin-left: 8px;
 +
}
 +
.fltlft {
 +
float: left;
 +
margin-right: 8px;
 +
}
 +
.clearfloat {
 +
clear:both;
 +
height:0;
 +
font-size: 1px;
 +
line-height: 0px;
 +
}
 +
@charset "utf-8";
 +
body {
 +
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
 +
background: #2B3856;
 +
margin: 0;
 +
padding: 0;
 +
color: #000;
 +
}
 +
 
 +
ul, ol, dl {
 +
padding: 0;
 +
margin: 0;
 +
}
 +
h1, h2, h3, h4, h5, h6, p {
 +
margin-top: 0;
 +
padding-right: 15px;
 +
padding-left: 15px;
 +
}
 +
a img {
 +
border: none;
 +
}
 +
 
 +
a:link {
 +
color: #736AFF;
 +
text-decoration: underline;
 +
}
 +
a:visited {
 +
color: #93A5C4;
 +
text-decoration: underline;
 +
}
 +
a:hover, a:active, a:focus {
 +
text-decoration: none;
 +
}
 +
 
 +
.container {
 +
width: 80%;
 +
max-width: 780px;
 +
min-width: 780px;
 +
background: #FFF;
 +
margin: 0 auto;
 +
}
 +
 
 +
.header {
 +
background: #6F7D94;
 +
}
 +
 
 +
.sidebar1 {
 +
float: left;
 +
width: 20%;
 +
background: #93A5C4;
 +
padding-bottom: 10px;
 +
}
 +
.content {
 +
padding: 10px 0;
 +
width:60%;
 +
float: left;
 +
}
 +
.sidebar2 {
 +
float: left;
 +
width:20%;
 +
background: #93A5C4;
 +
padding:0px 0;
 +
}
 +
 
 +
.content ul, .content ol {
 +
padding: 0 15px 15px 40px;
 +
}
 +
 
 +
ul.nav {
 +
list-style: none;
 +
border-top: 1px solid #666;
 +
margin-bottom: 15px;
 +
}
 +
ul.nav li {
 +
border-bottom: 1px solid #666;
 +
}
 +
ul.nav a, ul.nav a:visited {
 +
padding: 5px 5px 5px 15px;
 +
display: block;
 +
text-decoration: none;
 +
background: #8090AB;
 +
color: #000;
 +
}
 +
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
 +
background: #6F7D94;
 +
color: #FFF;
 +
}
 +
 
 +
.footer {
 +
font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
 +
background:#2B3856;
 +
margin: 0;
 +
padding: 0;
 +
color: #FFFFFF;
 +
padding: 10px 0;
 +
position: relative;
 +
clear: both;
 +
 
 +
}
 +
 
 +
.fltrt { 
 +
float: right;
 +
margin-left: 8px;
 +
}
 +
.fltlft {
 +
float: left;
 +
margin-right: 8px;
 +
}
 +
.clearfloat {
 +
clear:both;
 +
height:0;
 +
font-size: 1px;
 +
line-height: 0px;
 +
}
 +
</style>
 +
</head>
 +
 
 +
<body>
 +
 
 +
<div class="container">
 +
 
 +
  <div class="header">
 +
 
 +
  <img src="https://2011.igem.org/wiki/skins/common/images/wiki.png" width="780" height="120" alt="igem" /><!-- end .header --></div>
 +
  <div class="sidebar1">
 +
  <a href="http://www.ii.metu.edu.tr/"><img src="http://metu.edu.tr/~yesim/web/ii.jpg" width="156" height="120" alt="ii_logo" /></a>
 +
    <ul class="nav">
 +
      <li><a href="http://metu.edu.tr/~yesim/index.htm">WELCOME</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/group.htm">MEET MY GROUP</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/igem.htm">Team METU-BIN</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/course.htm">BIN Courses</a></li>
 +
 
 +
      <li><a href="http://metu.edu.tr/~yesim/cv.htm">CV</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/links.htm">LINKS</a></li>
 +
    </ul>
 +
 
 +
 
 +
  <a href="http://www.ii.metu.edu.tr/"><img src="http://metu.edu.tr/~yesim/web/ii.jpg" width="156" height="120" alt="ii_logo" /></a>
 +
    <ul class="nav">
 +
      <li><a href="http://metu.edu.tr/~yesim/index.htm">WELCOME</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/group.htm">MEET MY GROUP</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/igem.htm">Team METU-BIN</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/course.htm">BIN Courses</a></li>
 +
 
 +
      <li><a href="http://metu.edu.tr/~yesim/cv.htm">CV</a></li>
 +
      <li><a href="http://metu.edu.tr/~yesim/links.htm">LINKS</a></li>
 +
    </ul>
 +
   
 +
    <br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
    <br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
    <!-- end .sidebar1 --></div>
 +
  <div class="content">
 +
  <center> <h2>Team METU-BIN</h2> </center>
 +
 
 +
  <br>
 +
   
 +
   
 +
    <table cellpadding="0" cellspacing="0" border="0" height="320" width="500">
 +
 
 +
<td width="320">
 +
<a href="https://2010.igem.org" > <img src="web/yesim_igem.png" width="260" height="200" alt="igem logo"/></a>
 +
</td>
 +
</tr>
 +
</table>
 +
<div class="clearfloat">
 +
<br>   
 +
 
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
<p><center> <h3> METU-BIN is hosting the SYNTHETIC BIOLOGY ROUNDTABLE at HIBIT'11 </h3> </a></center>
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page. PLEASE keep all of your pages within your teams namespace.   
+
<p><center><a href="http://metu.edu.tr/~yesim/HIBIT11.html"> <h4> ABSTRACT </h4> </a></center>
-
</div>
+
<p><center><a href="http://hibit11.iyte.edu.tr/day_1.html"> <h4> HIBIT'11 Program </h4> </a></center>
-
</div>
+
-
</html>
+
-
{|align="justify"
+
<br>
-
|METU-BIN iGEM Software Team
+
<p><center> <h2> CURIOUS ABOUT OUR TEAM AND PROJECT ? </center>
-
|[[Image:METU-BIN_Ankara_logo.png|200px|right|frame]]
+
<p><center><a href="http://metu.edu.tr/~yesim/sponsorluk.html"> CHECK OUT OUR SPONSORSHIP FILE </h2></a></center>
-
|-
+
<br>
-
|
+
-
''METU-BIN with Prof.Charles Cantor''
+
-
|[[Image:METU-BIN_Ankara_team.png|400px|right|frame|METU-BIN]]
+
-
|-
+
-
|
+
-
End of the alert box *** -->
+
<center> <h3>iGEM 2011</h3> </center>
 +
<center> <h3> METU-BIN
-
{| style="color:#1b2c8a"
+
<br> 2011 iGEM SOFTWARE TEAM </h3> </center>
-
!align="center"|[[Team:METU-BIN_Ankara|Home]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Team|Team]]
+
<p> We are advising the  METU-BIN Team with Assist.Prof.Dr. Tolga CAN and we will competing at the iGEM 2011 for the software category.  </p>
-
!align="center"|[https://igem.org/Team.cgi?year=2011&team_name=METU-BIN_Ankara Official Team Profile]
+
<p>İnternationally Genetic Engineered Machines (iGEM) competition where teams design and build their own biological systems and opeate them in living cells from the parts in the Registry of BioBricks or new ones they have generated.  As a software team we are investigating the needs of molecular biologists and developing bioinformatics approaches to help the wet lab scientist work more efficiently and build new hypothesis on the available bioparts in the iGEM registry.</p>
-
!align="center"|[[Team:METU-BIN_Ankara/Project|Project]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Modeling|Modeling]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Notebook|Notebook]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Safety|Safety]]
+
-
!align="center"|[[Team:METU-BIN_Ankara/Attributions|Attributions]]
+
-
|}
+
 +
</p>
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<center> <h3>iGEM 2010 - SILVER MEDAL- </h3> </center>
 +
<center> <h4> <a href="https://2010.igem.org/Team:METU_Turkey_Software"> METU_TURKEY_SOFTWARE </a> </h4> </center> 
 +
<p>  METU_TURKEY_SOFTWARE team advised by Tolga CAN and  Ömer NEBİLOĞLU from Computer Engineering Department and Yeşim AYDIN SON from Informatics Institute has won a silver medal at  iGEM 2010 for the BioGUIDE software application they have developed during Summer 2010. </p>
 +
 +
<p>
 +
Congragulations to the team members Hassan Salehe Matar (CENG), Cihan Taştan (GENE), Yener Tuncel (BIN), Saygın Karaaslan (BIO), Burak Yılmaz (BME), Muhammed Akif Ağca (CEIT), Muhammad Fakhry Syauqy (CEIT), Ayub Rokhman Wakhid (CEIT) who have worked hard on the project and sucessfully presented it at MIT, Boston, USA in November 2010. </p>
 +
<p> Please check out the <a href="https://2010.igem.org/Team:METU_Turkey_Software"> METU_TURKEY_SOFTWARE </a> 's wiki page to get to known the team memebers and for further information on iGEM competition. </p>
 +
    </ol>
 +
    <!-- end .content --></div>
 +
 +
   
 +
   
 +
<div class="sidebar2">
 +
 +
<a href="http://www.ii.metu.edu.tr/academic_program/bioinformatics"><img src="web/yesim_bin.jpg" width="156" height="127" alt="yesim_bin" /></a>
 +
 +
  <ul class="nav">
 +
    <li><a href="http://metu.edu.tr/~yesim/contact.htm">CONTACT</a></li>
 +
  </ul>
 +
   
 +
<p> <h4> METU Informatics Institute</h4></p>
 +
<br /> <h5>  yesim@metu.edu.tr </h5>
 +
 +
<p> <h5>  312 210 77 08 </h5> </p>
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
 +
        <!-- end .sidebar2 --></div>
 +
       
 +
  <div class="footer">
 +
  <table>
 +
 +
  <h3 >
 +
  <tr><td colspan=2><b>CONTACT INFORMATION</b>
 +
  <tr><td><b>Address:</b></td>
 +
<tr><td>İnönü Blvd. METU Informatics Institute B-207,
 +
<br> Çankaya, Ankara, 06531, TURKEY</td></tr>
 +
<tr><td colspan=2>
 +
<tr><td><b>Ofice :</b></td><td>90 312 210 7708</td></tr>
 +
<tr><td><b>Fax  : </b></td><td>90 312 210 3745</td></tr>
 +
 +
<tr><td><b>E-mail : </b></td>
 +
<td><a href="mailto:yesim@metu.edu.tr">  yesim@metu.edu.tr</a></td></tr>
 +
<tr><td><b>Web page : </b></td>
 +
<td><a href="http://tr.linkedin.com/in/draydinson">http://tr.linkedin.com/in/draydinson</a>
 +
</td>
 +
</tr>
 +
 +
</table>
 +
  <!-- end .footer --></div>
 +
  <!-- end .container --></div>
 +
 +
</body>
 +
</html>
<!--- The Mission, Experiments --->
<!--- The Mission, Experiments --->

Revision as of 20:33, 23 July 2011



METU-BIN iGEM Software Team

igem

Team METU-BIN


igem logo

METU-BIN is hosting the SYNTHETIC BIOLOGY ROUNDTABLE at HIBIT'11

ABSTRACT

HIBIT'11 Program


CURIOUS ABOUT OUR TEAM AND PROJECT ?

CHECK OUT OUR SPONSORSHIP FILE

iGEM 2011

METU-BIN
2011 iGEM SOFTWARE TEAM

We are advising the METU-BIN Team with Assist.Prof.Dr. Tolga CAN and we will competing at the iGEM 2011 for the software category.

İnternationally Genetic Engineered Machines (iGEM) competition where teams design and build their own biological systems and opeate them in living cells from the parts in the Registry of BioBricks or new ones they have generated. As a software team we are investigating the needs of molecular biologists and developing bioinformatics approaches to help the wet lab scientist work more efficiently and build new hypothesis on the available bioparts in the iGEM registry.







iGEM 2010 - SILVER MEDAL-

METU_TURKEY_SOFTWARE

METU_TURKEY_SOFTWARE team advised by Tolga CAN and Ömer NEBİLOĞLU from Computer Engineering Department and Yeşim AYDIN SON from Informatics Institute has won a silver medal at iGEM 2010 for the BioGUIDE software application they have developed during Summer 2010.

Congragulations to the team members Hassan Salehe Matar (CENG), Cihan Taştan (GENE), Yener Tuncel (BIN), Saygın Karaaslan (BIO), Burak Yılmaz (BME), Muhammed Akif Ağca (CEIT), Muhammad Fakhry Syauqy (CEIT), Ayub Rokhman Wakhid (CEIT) who have worked hard on the project and sucessfully presented it at MIT, Boston, USA in November 2010.

Please check out the METU_TURKEY_SOFTWARE 's wiki page to get to known the team memebers and for further information on iGEM competition.

yesim_bin

METU Informatics Institute


yesim@metu.edu.tr

312 210 77 08