Team:METU-BIN Ankara
From 2011.igem.org
Line 1: | Line 1: | ||
- | |||
- | <html> | + | |
- | < | + | |
- | + | ||
- | + | ||
- | </div> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | <div | + | <head> |
- | + | <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> | ||
- | < | + | <p><center> <h3> METU-BIN is hosting the SYNTHETIC BIOLOGY ROUNDTABLE at HIBIT'11 </h3> </a></center> |
- | + | <p><center><a href="http://metu.edu.tr/~yesim/HIBIT11.html"> <h4> ABSTRACT </h4> </a></center> | |
- | </ | + | <p><center><a href="http://hibit11.iyte.edu.tr/day_1.html"> <h4> HIBIT'11 Program </h4> </a></center> |
- | </ | + | |
- | </ | + | |
- | + | <br> | |
- | + | <p><center> <h2> CURIOUS ABOUT OUR TEAM AND PROJECT ? </center> | |
- | + | <p><center><a href="http://metu.edu.tr/~yesim/sponsorluk.html"> CHECK OUT OUR SPONSORSHIP FILE </h2></a></center> | |
- | + | <br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <center> <h3>iGEM 2011</h3> </center> | |
+ | <center> <h3> METU-BIN | ||
- | + | <br> 2011 iGEM SOFTWARE TEAM </h3> </center> | |
- | + | ||
- | + | <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> | |
- | + | <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> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | </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
Team METU-BIN
METU-BIN is hosting the SYNTHETIC BIOLOGY ROUNDTABLE at HIBIT'11
ABSTRACT
HIBIT'11 Program
CURIOUS ABOUT OUR TEAM AND PROJECT ?
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.