Team:Bilkent UNAM Turkey/Team
From 2011.igem.org
(Difference between revisions)
BurcuGumuscu (Talk | contribs) (→Who we are) |
|||
(94 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html> |
+ | <link href='https://2011.igem.org/Team:Bilkent_UNAM_Turkey/css/tabbedContent1.css?action=raw&ctype=text/css' rel='stylesheet' type='text/css'/> | ||
+ | <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/js/dropdowncontent.js?action=raw&ctype=text/css\"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/wordlist.js?action=raw&ctype=text/css\"></script> | ||
+ | <script type="text/javascript"> | ||
- | + | //tab effects | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | var TabbedContent = { | |
- | + | init: function() { | |
- | + | ||
- | + | $(".tab_item").mouseenter(function() { | |
- | + | ||
- | + | var background = $(this).parent().find(".moving_bg"); | |
- | + | ||
- | + | $(background).stop().animate({ | |
- | + | left: $(this).position()['left'] | |
- | + | }, { | |
- | + | duration: 300 | |
+ | }); | ||
+ | |||
+ | $(this).find(".sliding_menu:hidden").slideDown(300); | ||
+ | TabbedContent.slideContent($(this)); | ||
+ | |||
+ | }); | ||
+ | $(".tab_item").mouseleave(function() { | ||
+ | $(this).find(".sliding_menu").slideUp(300); | ||
+ | }); | ||
+ | $(".sliding_item").mouseenter(function() { | ||
+ | $(".tab_item").stop(); | ||
+ | }); | ||
+ | }, | ||
+ | |||
+ | slideContent: function(obj) { | ||
+ | |||
+ | var margin = $(obj).parent().parent().find(".slide_content").width(); | ||
+ | margin = margin * ($(obj).prevAll().size() - 1); | ||
+ | margin = margin * -1; | ||
+ | |||
+ | $(obj).parent().parent().find(".tabslider").stop().animate({ | ||
+ | marginLeft: margin + "px" | ||
+ | }, { | ||
+ | duration: 300 | ||
+ | }); | ||
+ | } | ||
+ | } | ||
+ | $(document).ready(function() { | ||
+ | TabbedContent.init(); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
- | + | #menubar li a { | |
- | { | + | color: white; |
- | + | } | |
- | + | #menubar.right-menu { | |
+ | margin-top: -15px; | ||
+ | } | ||
+ | .right-menu ul { | ||
+ | border: none; | ||
+ | } | ||
+ | #menubar { | ||
+ | top: 12px; | ||
+ | z-index: 25; | ||
+ | } | ||
+ | * html body { | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | #content { | ||
+ | background-color: transparent; | ||
+ | height: 550px; | ||
+ | } | ||
+ | .anchor{ | ||
+ | text-decoration: underline | ||
+ | } | ||
+ | .pops{ | ||
+ | position:absolute; | ||
+ | visibility: hidden; | ||
+ | border: 9px solid black; | ||
+ | background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top; | ||
+ | width: 300px; | ||
+ | padding: 8px; | ||
+ | -webkit-border-radius: 8px; | ||
+ | -moz-border-radius: 8px; | ||
+ | border-radius: 8px; | ||
+ | } | ||
+ | body { | ||
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | overflow: hidden; | ||
+ | font: trebuchet, verdana, arial, times new roman; | ||
+ | } | ||
+ | #home {overflow:auto;} | ||
+ | img[src*="/wiki/skins/common/images/wiki.png"] { | ||
+ | width: 0; | ||
+ | height: 20px; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | border: none; | ||
+ | display:none; | ||
+ | } | ||
+ | #catlinks { | ||
+ | display: none; | ||
+ | } | ||
+ | #search-controls { | ||
+ | display: none; | ||
+ | } | ||
+ | #footer-box { | ||
+ | bottom: 3px; | ||
+ | background-color: black; | ||
+ | padding:0px -15px -2px -15px; | ||
+ | z-index:999; | ||
+ | } | ||
+ | #globalWrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | padding-right: 0pt; | ||
+ | padding-left: 0pt; | ||
+ | padding-bottom: 10px; | ||
+ | background-color: white; | ||
+ | background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top; | ||
+ | /*-webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | background-attachment: fixed; | ||
+ | background-position:center top; | ||
+ | background-repeat:no-repeat;*/ | ||
+ | font: 13px Tahoma, Arial, Helvetica, sans-serif; | ||
+ | position: absolute; | ||
+ | overflow: shown; | ||
+ | margin: 0 auto; | ||
+ | color: white; | ||
+ | } | ||
+ | #banner{ | ||
+ | position:fixed; | ||
+ | z-index:24; | ||
+ | } | ||
+ | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | == ''' | + | |
+ | |||
+ | |||
+ | |||
+ | <div class='tabbed_content'> | ||
+ | <div class='tabs'> | ||
+ | <div class='moving_bg'> | ||
+ | | ||
+ | </div> | ||
+ | |||
+ | <span class='tab_item'> | ||
+ | Asst.Prof. Tekinay | ||
+ | |||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Kalyoncu | ||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Topal | ||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | |||
+ | Ozkan | ||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Gumuscu | ||
+ | |||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Gunes | ||
+ | |||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Olmez | ||
+ | </span> | ||
+ | <span class='tab_item'> | ||
+ | Degirmenci | ||
+ | </span> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class='slide_content'> | ||
+ | <div class='tabslider'> | ||
+ | |||
+ | <!-- content goes here --> | ||
+ | |||
+ | |||
+ | <ul> | ||
+ | <li> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/6/68/IMG_2018-1.jpg" width="500" height="375"></td><td> | ||
+ | Turgay TEKİNAY<br> | ||
+ | <br> | ||
+ | Ph.D. Columbia University<br> | ||
+ | <br> | ||
+ | Address: UNAM-Institute of Materials Science and Nanotechnology Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail: ttekinay(at)unam.bilkent.edu.tr <br> | ||
+ | Phone: +90-312-290 3573 <br> | ||
+ | Fax: +90-312-266 4365 <br> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/a/a1/DSC01120-1.jpg" width="432" height="324"></td><td> | ||
+ | As of March<br> | ||
+ | Ebuzer KALYONCU<br><br> | ||
+ | |||
+ | Senior Student of Middle East Technical University, Molecular Biology and Genetics<br> | ||
+ | Address: UNAM-Institute of Materials Science and Nanotechnology Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail:ebuzer.kalyoncu(at)bilkent.edu.tr<br> | ||
+ | Phone: +90-312-290 3544<br><br> | ||
+ | I’m Ebuzer, recently graduated from the Middle East Technical University and I’ am now starting my PhD in UNAM. My hobbies <br>consist of football, squash, Dota, watching movies, pen spinning. My favourites are shawshank redemption for movie,<br> Game of thrones for literature, Dexter for series. At last I am really interested in biodiesel production and <br>algal systems. This year we have a great team, being able to work hard and getting fun are our basic rules.<br> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/e/e9/DSC00730-1.jpg" width="432" height="324"></td><td> | ||
+ | As of March<br> | ||
+ | Ahmet Emin TOPAL<br><br> | ||
+ | |||
+ | Graduate Student at Bilkent University<br> | ||
+ | Address: UNAM, Institute of Materials Science and Nanotechnology Bilkent University, Ankara, 06800<br> | ||
+ | E-mail: ahmet.topal@bilkent.edu.tr<br> | ||
+ | Phone: +90-312-290 3544<br><br> | ||
+ | I am Ahmet Emin, recently graduated from Molecular Biology and Genetics at Bilkent University in Ankara, Turkey. <br>I am now pursuing my career as a graduate student in Laboratory of Sustainable Technologies in UNAM, Institute of Material Science and <br>Nanotechnology at Bilkent University. My research interests are sustainable and environmental biotechnology, microbioengineering and vaccine science in immunology. | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/b/b3/Alper.jpg" width="300" height="373"></td><td> | ||
+ | As of March<br> | ||
+ | Alper Devrim Ozkan<br><br> | ||
+ | |||
+ | Senior Student of Bilkent University, Molecular Biology and Genetics<br> | ||
+ | Address: UNAM-Institute of Materials Science and Nanotechnology Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail:d_ozkan(at)ug.bilkent.edu.tr<br> | ||
+ | Phone: +90-312-290 3544<br><br> | ||
+ | Lazy excuse of a doctoral student who spends all his time reading any research paper except those about the topic<br> he’s ought to study. Quite knowledgeable about entomology, marine biology and world mythology, can read hieroglyphics. <br>Still a worthless researcher because he’s supposed to do microbiology work. Special skills <br>include using his rubber gloves as a sling to shoot.<br> | ||
+ | Eppendorf tubes with remarkable accuracy and reading while walking on difficult terrain (our faculty is <br>on top of a hill and surrounded by a forest for some reason, there's a lot of difficult terrain here.) | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | <ul> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/1/1a/6154315178_bca487e81e.jpg" width="500" height="375"></td><td> | ||
+ | As of March<br> | ||
+ | Burcu GUMUSCU<br><br> | ||
+ | |||
+ | BSc. Hacettepe University, Biology<br> | ||
+ | Address: UNAM-Institute of Materials Science and Nanotechnology Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail: gumuscu(at)bilkent.edu.tr<br> | ||
+ | Phone: +90-312-290 3544 <br><br> | ||
+ | It is Burcu from Bilkent University, Institute of Material Science and Nanotechnology. I am very proud of being a <br>member of Bilkent UNAM Turkey team because I think; here we reflect the real team spirit. Here is a brief <br>information about me: I spent every minute of me by listening music! Nothing makes me happy like talking with <br>people. I do love sports activities if I can bring down my laziness. Reading books is not for me but reading <br>articles has become my pleasure for a long time. As many members of my team, it is my first IGEM participation.<br> I hope we will rock the IGEM world with our endless energy and success! | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | <ul> | ||
+ | |||
+ | |||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/4/42/Me.jpg" width="300" height="356"></td><td> | ||
+ | As of March<br> | ||
+ | Sinan GUNES<br><br> | ||
+ | |||
+ | Senior Student, Bilkent University, Electrical and Electronics Engineering<br> | ||
+ | Address: 78.Dorm, 146. Room, Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail:gunes.sinan(at)gmail.com<br> | ||
+ | Web: http://www.sinangüneş.com.tr<br> | ||
+ | Phone: +90-312-290 7239<br><br> | ||
+ | The picture you look represents me. And that is all. <br> | ||
+ | By the way, I like playing computer games such as <a href="http://lmgtfy.com/?q=DotA">DotA</a>, <a href="http://lmgtfy.com/?q=TF2">TF2</a> and <a href="http://lmgtfy.com/?q=AoE2">AoE2</a> and also -while playing- <br> I love characterizing other players. In order to do so, I may sometimes change, replace or insert some DNA into computer games, <br> I mean the source code. Some calls this cheating, but I swear it is not. <br>:) | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li> | ||
+ | As of March<br>Tolga Tarkan OLMEZ | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/e/eb/DSC00707.JPG" width="360" height="270"></td><td> | ||
+ | |||
+ | Senior student from Bilkent University, Molecular Biology and Genetics<br> | ||
+ | Address: UNAM-Institute of Materials Science and Nanotechnology Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail:tolgatarkanolmez(at)gmail.com<br> | ||
+ | Phone: +90-312-290 3544<br><br> | ||
+ | I am Tarkan and one of the member of the Bilkent – UNAM – Turkey team. I love watching and playing sports especially<br> football and basketball just as usual Turkish guys do. I love dancing but generally too shy to start<br> doing it in public. I like talking and meeting new people. Telling jokes and amusing people is my style of<br> communication, because that is the best way of telling your good intentions towards others. I participate <br>volunteering action a lot in the campus which target poor, rural and disabled children. I love them<br> and enjoy spending time with. So, that is it for me now. | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <table style="background:transparent !important"><tr><td><img src="https://static.igem.org/mediawiki/2011/2/25/IMG_2013-2.jpg" width="300" height="400"></td><td> | ||
+ | As of March<br> | ||
+ | Ufuk DEGİRMENCİ<br><br> | ||
+ | Sophomore Student, Bilkent University, Molecular Biology and Genetics<br> | ||
+ | Address:61.Dorm, 503.Room, Bilkent University Bilkent, Ankara 06800<br> | ||
+ | E-mail:degirmenci(at)ug.bilkent.edu.tr<br> | ||
+ | Phone: +90-312-290 4277<br><br> | ||
+ | I’m Ufuk, sophomore student of Bilkent University, Molecular Biology and Genetics Department. Playing squash and Dota are my favourite activities, if I win. Fantastic books fascinate me. First book i read was "One Thousand and One Nights". In IGEM; I like its fun and working style. Everything happens together. I like watching movies when it is with friends. This is my first time being in a research project team, so i am really thankful to my team members for sharing their experience and joy. | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </css> | ||
+ | <div class='popingProblem' id='popingProblem' >There is a problem with poping up if you see this note.</div> <!-- dont delete this line, it is for the sake of poping up --> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | |||
+ | for(var i =0;i<list.length;i++){ | ||
+ | var temp=list[i]; | ||
+ | $("div.slide_content").html($("div.slide_content").html().replace( temp, "<a class=\"anchor\" href=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/"+temp+"\" id=\"searchlink"+i+"\" rel=\"subcontent"+i+"\" rev=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/pops/"+temp+"?action=raw&ctype=text/css\">"+temp+"</a>" )); | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | //this is for banner | ||
+ | |||
+ | |||
+ | var tr1 = document.createElement('tr'); | ||
+ | var table1 = document.createElement('table'); | ||
+ | table1.setAttribute('id','banner'); | ||
+ | |||
+ | |||
+ | var image1 = document.createElement('img'); | ||
+ | image1.setAttribute('src', 'https://static.igem.org/mediawiki/2011/a/a1/Unam.gif'); | ||
+ | image1.setAttribute('style','border:0;'); | ||
+ | |||
+ | var image2 = document.createElement('img'); | ||
+ | image2.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/05/Igem.gif'); | ||
+ | image2.setAttribute('style','border:0;'); | ||
+ | |||
+ | var image3 = document.createElement('img'); | ||
+ | image3.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/06/But.gif'); | ||
+ | image3.setAttribute('style','border:0;'); | ||
+ | |||
+ | var image4 = document.createElement('img'); | ||
+ | image4.setAttribute('src', 'https://static.igem.org/mediawiki/2011/3/32/Bilkent.gif'); | ||
+ | image4.setAttribute('style','border:0;'); | ||
+ | |||
+ | var href1 = document.createElement('a'); | ||
+ | href1.setAttribute('href','http://www.nano.org.tr/index1.html'); | ||
+ | |||
+ | var href2 = document.createElement('a'); | ||
+ | href2.setAttribute('href','https://2011.igem.org/Main_Page'); | ||
+ | |||
+ | var href3 = document.createElement('a'); | ||
+ | href3.setAttribute('href','https://2011.igem.org/Team:Bilkent_UNAM_Turkey'); | ||
+ | |||
+ | var href4 = document.createElement('a'); | ||
+ | href4.setAttribute('href','http://www.bilkent.edu.tr'); | ||
+ | |||
+ | var td1 = document.createElement('td'); | ||
+ | var td2 = document.createElement('td'); | ||
+ | var td3 = document.createElement('td'); | ||
+ | var td4 = document.createElement('td'); | ||
+ | var td5 = document.createElement('td'); | ||
+ | td5.setAttribute('width','110'); | ||
+ | td5.appendChild(document.createElement('g:plusone')); | ||
+ | |||
+ | |||
+ | href1.appendChild(image1); | ||
+ | href2.appendChild(image2); | ||
+ | href3.appendChild(image3); | ||
+ | href4.appendChild(image4); | ||
+ | |||
+ | td1.appendChild(href1); | ||
+ | td2.appendChild(href2); | ||
+ | td3.appendChild(href3); | ||
+ | td4.appendChild(href4); | ||
+ | |||
+ | |||
+ | tr1.appendChild(td1); | ||
+ | tr1.appendChild(td5); | ||
+ | tr1.appendChild(td2); | ||
+ | tr1.appendChild(td3); | ||
+ | tr1.appendChild(td4); | ||
+ | |||
+ | table1.appendChild(tr1); | ||
+ | |||
+ | |||
+ | document.getElementById('top-section').appendChild(table1); | ||
+ | |||
+ | |||
+ | //banner up to here | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | var popdiv=" "; | ||
+ | for(var i =0;i<list.length;i++){ | ||
+ | popdiv +="<DIV id=\"subcontent"+i+"\" class=\"pops\"></DIV>"; | ||
+ | } | ||
+ | $('.popingProblem').after(popdiv) | ||
+ | for(var i=0 ;i<list.length;i++) | ||
+ | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | ||
+ | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | ||
+ | $('div').remove('.popingProblem',function(){ | ||
+ | for(var i=0 ;i<list.length;i++) | ||
+ | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | ||
+ | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </html> |
Latest revision as of 04:03, 22 September 2011
There is a problem with poping up if you see this note.