Team:NU Kazakhstan/Team

From 2013.igem.org

(Difference between revisions)
(Who we are)
 
(46 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
</html>
+
<img src="http://s16.postimg.org/a91ecg67p/image.gif" width="965" height="378">
-
<!--- The Mission, Experiments --->
+
</body>
-
 
+
<head>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="100%" align="center"
+
<title>NU_Kazakhstan</title>
-
!align="center"|[[Team:NU_Kazakhstan|Home]]
+
<style type="text/css">
-
!align="center"|[[Team:NU_Kazakhstan/Team|Team]]
+
ul {
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=NU_Kazakhstan Official Team Profile]
+
    font-family: Arial, Verdana;
-
!align="center"|[[Team:NU_Kazakhstan/Project|Project]]
+
    font-size: 14px;
-
!align="center"|[[Team:NU_Kazakhstan/Parts|Parts Submitted to the Registry]]
+
    margin: 0;
-
!align="center"|[[Team:NU_Kazakhstan/Modeling|Modeling]]
+
    padding: 0;
-
!align="center"|[[Team:NU_Kazakhstan/Notebook|Notebook]]
+
    list-style: none;
-
!align="center"|[[Team:NU_Kazakhstan/Safety|Safety]]
+
-
!align="center"|[[Team:NU_Kazakhstan/Attributions|Attributions]]
+
-
|}
+
-
 
+
-
[[Image:NU_Kazakhstan_logo.png|100px|center|frame]]
+
-
{|align="justify"
+
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|
+
-
|-
+
-
|
+
-
|[[Image:NU_Kazakhstan_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:NU_Kazakhstan | Team NU_Kazakhstan]]
+
-
|}
+
-
 
+
-
 
+
-
<html>
+
-
<body>
+
-
 
+
-
<!-- =============================================================
+
-
 
+
-
The following was written by Moustafa Abdalla for iGEM UToronto.
+
-
 
+
-
 
+
-
Permission is granted, free of charge, to any person reading the code,
+
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or
+
-
sell copies of the code, subject ONLY to the following condition:
+
-
 
+
-
******* This permission notice shall be included in all copies or
+
-
substantial portions of the code. *********
+
-
 
+
-
Please enjoy :) .
+
-
===================================================================-->
+
-
 
+
-
#content{height:0px}
+
-
#fisheye_menu {
+
-
 
+
-
list-style: none;
+
-
padding: 0;
+
-
margin: 10px;
+
-
height: 81px;
+
}
}
-
#fisheye_menu {
+
ul li {
-
list-style: none;
+
    display: block;
-
padding: 0;
+
-
margin: 10px;
+
-
height: 140px;
+
-
}
+
-
#fisheye_menu li {
+
-
position: relative;
+
-
display: block;
+
-
float: left;
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
#fisheye_menu span {
+
-
position: absolute;
+
-
top: 100%;
+
-
left: 0;
+
-
text-align: center;
+
-
width: 95px;
+
-
 
+
-
padding: 1px;
+
-
 
+
-
margin: 0;
+
-
border: solid 1px #bbb;
+
-
color: #333;
+
-
background: #eee;
+
-
}
+
-
#fisheye_menu a {
+
-
text-decoration: none;
+
-
margin: 0;
+
-
padding: 0;a
+
-
}
+
-
#fisheye_menu img {
+
-
border: 0;
+
-
vertical-align: top;
+
-
}
+
-
</style>
+
-
 
+
-
 
+
-
<!--==========================Javascript for Top Menu================-->
+
-
+
-
<script type="text/javascript">
+
-
var fisheyemenu = {
+
-
startSize : 55,
+
-
endSize : 90,
+
-
imgType : ".png",
+
-
init : function () {
+
-
var animElements = document.getElementById("fisheye_menu").getElementsByTagName("img");
+
-
var titleElements = document.getElementById("fisheye_menu").getElementsByTagName("span");
+
-
for(var j=0; j<titleElements.length; j++) {
+
-
titleElements[j].style.display = 'none';
+
-
}
+
-
for(var i=0; i<animElements.length; i++) {
+
-
+
-
var y = animElements[i];
+
-
y.style.width = fisheyemenu.startSize+'px';
+
-
y.style.height = fisheyemenu.startSize+'px';
+
-
fisheyemenu.imgSmall(y);
+
-
animElements[i].onmouseover = changeSize;
+
-
 
+
-
animElements[i].onmouseout = restoreSize;
+
-
}
+
-
function changeSize() {
+
-
+
-
fisheyemenu.imgLarge(this);
+
-
var x = this.parentNode.getElementsByTagName("span");
+
-
x[0].style.display = 'block';
+
-
if (!this.currentWidth) this.currentWidth = fisheyemenu.startSize;
+
-
fisheyemenu.resizeAnimation(this,this.currentWidth,fisheyemenu.endSize,15,10,0.333);
+
-
}
+
-
function restoreSize() {
+
-
+
-
var x = this.parentNode.getElementsByTagName("span");
+
-
x[0].style.display = 'none';
+
-
if (!this.currentWidth) return;
+
-
fisheyemenu.resizeAnimation(this,this.currentWidth,fisheyemenu.startSize,15,10,0.5);
+
-
fisheyemenu.imgSmall(this);
+
-
 
+
-
+
-
}
+
-
 
+
-
},
+
-
resizeAnimation : function (elem,startWidth,endWidth,steps,intervals,powr) {
+
-
if (elem.widthChangeMemInt) window.clearInterval(elem.widthChangeMemInt);
+
-
var actStep = 0;
+
-
+
-
elem.widthChangeMemInt = window.setInterval(
+
-
function() {
+
-
elem.currentWidth = fisheyemenu.easeInOut(startWidth,endWidth,steps,actStep,powr);
+
-
elem.style.width = elem.currentWidth+"px";
+
-
elem.style.height = elem.currentWidth+"px";
+
-
+
-
actStep++;
+
-
if (actStep > steps) window.clearInterval(elem.widthChangeMemInt);
+
-
}
+
-
+
-
,intervals)
+
-
},
+
-
easeInOut : function (minValue,maxValue,totalSteps,actualStep,powr) {
+
-
//Generic Animation Step Value Generator By www.hesido.com
+
-
var delta = maxValue - minValue;
+
-
var stepp = minValue+(Math.pow(((1 / totalSteps)*actualStep),powr)*delta);
+
-
return Math.ceil(stepp)
+
-
 
+
-
},
+
-
imgSmall : function (obj) {
+
-
imgSrc = obj.getAttribute("src");
+
-
var typePos = imgSrc.indexOf(fisheyemenu.imgType, 0);
+
-
var imgName = imgSrc.substr(0, typePos);
+
-
obj.setAttribute("src", imgName+"_small"+fisheyemenu.imgType);
+
-
},
+
-
imgLarge : function (obj) {
+
-
imgSrc = obj.getAttribute("src");
+
-
var typePos = imgSrc.indexOf("_small", 0);
+
-
var imgName = imgSrc.substr(0, typePos);
+
-
+
-
obj.setAttribute("src", imgName+fisheyemenu.imgType);
+
-
}
+
-
}
+
-
 
+
-
// Add event with wide browser support
+
-
if ( typeof window.addEventListener != "undefined" )
+
-
    window.addEventListener( "load", fisheyemenu.init, false );
+
-
else if ( typeof window.attachEvent != "undefined" )
+
-
    window.attachEvent( "onload", fisheyemenu.init );
+
-
else {
+
-
    if ( window.onload != null ) {
+
-
        var oldOnload = window.onload;
+
-
        window.onload = function ( e ) {
+
-
            oldOnload( e );
+
-
            fisheyemenu.init();
+
-
        };
+
-
    }
+
-
    else
+
-
        window.onload = fisheyemenu.init;
+
-
}
+
-
</script>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<!--==========================Actual Wiki Stuff================-->
+
-
 
+
-
 
+
-
 
+
-
+
-
<!--==========================Menu================-->
+
-
 
+
-
<div class="container" style=" background: #147025; margin-top:-190px;">
+
-
<ul id="fisheye_menu">
+
-
<li><a href="https://2012.igem.org/Team:Toronto" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_home.png" alt="" /><span> <font size=3><b>Home </span></a> </li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/Contact" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_email.png" alt="" /><span>Contact</span></a></li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/Team" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_teamicon.png" alt="" /><span>Team</span></a></li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/Project" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_projecticon.png" alt="" /><span>Project</span></a> </li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/Notebook" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_notebook.png" alt="" /><span>Notebook</span></a></li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/Attributions" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_history.png" alt="" /><span>Attributions </span></a></li>
+
-
<li><a href="https://2012.igem.org/Team:Toronto/HumanPractice" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_outreach.png" alt="" /><span>Human Practice (Safety & Outreach)</span></a></li>
+
-
<li><a href="https://2012.igem.org/Main_Page" class="fisheye"><img src="http://igemtoronto.files.wordpress.com/2012/07/toronto_igemlogo.png" alt="" /><span>iGEM 2012 Home</span></a></li>
+
-
</ul> </font></b>
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<!--==========================Styling Sheet for Pictures and Biographies================-->
+
-
 
+
-
<style rel='stylesheet' >
+
-
#apple {
+
-
    width: 331px;
+
-
    margin: 0 auto;
+
-
}
+
-
 
+
-
#banana {
+
     position: relative;
     position: relative;
-
     overflow: hidden;
+
     float: left;
-
    height: 500px;
+
-
    border-radius: 6px;
+
-
    background: #215E21;
+
-
    box-shadow: inset 0 0 5px #215E21;
+
}
}
-
 
+
li ul {
-
 
+
     display: none;
-
/* Functionality */
+
-
 
+
-
fieldset {
+
-
     border: 0;
+
-
    position: absolute;
+
-
    width: 331px;
+
-
    height: 100%;
+
-
    left: -1000px;
+
-
    -moz-transition: all 0.5s ease-out;
+
-
    -webkit-transition: all 0.5s ease-out;
+
-
    -o-transition: all 0.5s ease-out;
+
-
    transition: all 0.5s ease-out;
+
-
    vertical-align: middle;
+
-
    text-align: center;
+
-
    font-size: 36px;
+
-
    color: #215E21;
+
-
    padding: 0;
+
-
    margin: 0;
+
-
    box-shadow: inset 0 0 5px #215E21;
+
-
    border-radius: 6px;
+
-
 
+
}
}
-
 
+
ul li a {
-
input {
+
    display: block;
-
 
+
    text-decoration: none;
 +
    color: black;
 +
    border-top: 1px solid #ffffff;
 +
    padding: 5px 45px 5px 45px;
 +
    background:  #90EE90;
 +
    margin-left: 1px;
 +
    white-space: nowrap;
}
}
-
 
+
ul li a:hover {
-
input[type="radio"]:checked + fieldset {
+
background: cyan;
-
    left: 0;
+
-
    -moz-transition: all 0.5s ease-out;
+
-
    -webkit-transition: all 0.5s ease-out;
+
-
    -o-transition: all 0.5s ease-out;
+
-
    transition: all 0.5s ease-out;
+
-
    z-index:99;
+
}
}
-
 
+
li:hover ul {
-
fieldset > label:after {
+
     display: block;
-
    content:" ⇧ Read More ... ⇧";
+
-
    background: rgba(0,0,0,0.5);
+
-
     display: inline-block;
+
-
    height: 19px;
+
-
    padding: 5px 8px;
+
     position: absolute;
     position: absolute;
-
    right: 100px;
 
-
    top: 0;
 
-
    border-radius: 4px 4px 0 0;
 
-
    -moz-transition: all 0.5s ease-out;
 
-
    -webkit-transition: all 0.5s ease-out;
 
-
    -o-transition: all 0.5s ease-out;
 
-
    transition: all 0.5s ease-out;
 
-
 
}
}
-
 
+
li:hover li {
-
fieldset:hover > label:after {
+
     float: none;
-
     top: -25px;
+
     font-size: 15px;
-
     -moz-transition: all 0.3s ease-out;
+
-
    -webkit-transition: all 0.3s ease-out;
+
-
    -o-transition: all 0.3s ease-out;
+
-
    transition: all 0.3s ease-out;
+
-
 
+
}
}
-
 
+
li:hover a { background: #90EE90; }
-
fieldset > label:hover:after {
+
li:hover li a:hover {
-
    color: #ddd;
+
     background: #90EE90;
-
     background: rgba(0,0,0,0.6);
+
-
 
+
}
}
-
 
+
#top-section{
-
fieldset > input[type="checkbox"]:checked + label:after {
+
position:static !important;
-
    top: -28px;
+
height:0;
-
 
+
}
}
-
 
+
#content{
-
input[type="checkbox"]:checked + label {
+
position:static !important;
-
    top: 0;
+
-
    -moz-transition: all 0.5s ease-out;
+
-
    -webkit-transition: all 0.5s ease-out;
+
-
    -o-transition: all 0.5s ease-out;
+
-
    transition: all 0.5s ease-out;}
+
-
 
+
}
}
 +
#p-logo{display:none;}
-
input[type="checkbox"]:checked + label:after {
 
-
    top:-38px;
 
-
    -moz-transition: all 0.3s ease-out;
 
-
    -webkit-transition: all 0.3s ease-out;
 
-
    -o-transition: all 0.3s ease-out;
 
-
    transition: all 0.3s ease-out;
 
-
}
 
-
nav {
+
</style>
-
    margin-top: 15px;
+
</head>
-
    text-align: center;
+
-
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
+
-
    border-radius: 4px;
+
-
    padding: 13px 12px 0;
+
-
}
+
-
nav label {
+
<body>
-
    display: inline-block;
+
-
    border-radius: 4px;
+
-
    width: 50px;
+
-
    height: 75px;
+
-
    margin-right: 5px;
+
-
    border: 1px solid #215E21;
+
-
    padding: 10px 15px;
+
-
    color: #ddd;
+
-
    opacity: .4;
+
-
    margin-right: 13px;
+
-
    margin-bottom: 13px;
+
-
    -moz-transition: all 0.5s ease-out;
+
-
    -webkit-transition: all 0.5s ease-out;
+
-
    -o-transition: all 0.5s ease-out;
+
-
    transition: all 0.5s ease-out;
+
-
}
+
-
nav label:nth-child(8n) {
 
-
    margin-right: 0;
 
-
}
 
-
nav:hover label {
+
<ul id="menu">
-
    opacity: .9;
+
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan">Home</a></li>
-
    -moz-transition: all 0.5s ease-out;
+
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan/Team">Team</a></li>
-
    -webkit-transition: all 0.5s ease-out;
+
<li><a href="https://igem.org/Team.cgi?year=2013">Official team profile</a></li>
-
    -o-transition: all 0.5s ease-out;
+
<li><a>Project</a>
-
    transition: all 0.5s ease-out;
+
<ul>
-
   
+
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan/Modeling">Overview</a></li>
-
   
+
<li><a href="https://2013.igem.org/wiki/index.php?title=Team:NU_Kazakhstan/E.Coli&action=edit&redlink=1">E. Coli expression system</a></li>
-
   
+
<li><a href="https://2013.igem.org/wiki/index.php?title=Team:NU_Kazakhstan/Yeast&action=edit&redlink=1">Yeast expression system</a></li>
-
}
+
<li><a href="https://2013.igem.org/wiki/index.php?title=Team:NU_Kazakhstan/Aptamers&action=edit&redlink=1">Selection of aptamers</a></li>
 +
</ul>
 +
</li>
 +
<li><a>Lab Notebook</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/wiki/index.php?title=Team:NU_Kazakhstan/Protocols&action=edit&redlink=1">Protocols</a></li>
 +
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan/Notebook">Calendar</a></li>
 +
</ul>
 +
</li>
 +
<li><a>Considerations</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan/Safety">Safety</a></li>
 +
<li><a href="https://2013.igem.org/wiki/index.php?title=Team:NU_Kazakhstan/Human_practices&action=edit&redlink=1">Human practices</a></li>
 +
<li><a href="https://2013.igem.org/Team:NU_Kazakhstan/Attributions">Attributions</a></li>
 +
</ul>
 +
</li>
 +
</ul>
-
nav label:hover {
 
-
    opacity: 1;
 
-
    background:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(33,94,33,0.12));
 
-
    box-shadow: 0 1px 3px rgba(0,0,0,0.8),
 
-
                -5px -5px 5px rgba(0,0,0,0.3);
 
-
               
 
-
           
 
-
}
 
-
fieldset > label {
+
</body>
-
    background: rgba(0,0,0,0.7);
+
-
    padding: 30px ;
+
-
    position: absolute;
+
-
    display: block;
+
-
    right: 0;
+
-
    top: 100%;
+
-
    font-size: 13px;
+
-
    line-height: 17px;
+
-
    bottom:0;
+
-
    color: #fff;
+
-
    text-align: left;
+
-
    box-shadow: inset 0 0 230px (33,94,33,0.8);
+
-
    -moz-transition: all 0.5s ease-out;
+
-
    -webkit-transition: all 0.5s ease-out;
+
-
    -o-transition: all 0.5s ease-out;
+
-
    transition: all 0.5s ease-out;
+
-
   
+
-
   
+
-
}
+
 +
</html>
-
/* Type */
 
-
h1 {
+
<html>
-
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
+
<!----------------------------------------------------------------------------------------------------->
-
    color: yellow;
+
<style type="text/css">
-
    text-align: center;
+
.all{ width:1000px; margin:0 auto;}
-
    margin-bottom: 20px;
+
.ImageBorder {border: 3px solid #000000;margin: 0 0 20px 0;}
 +
.und{font-size:20px;color:brown; text-align:center; margin:20px 0 20px 0;}
 +
.bigbox{width:870px; padding:40px;background:#D2691E;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:black; font-size:14px; text-align:justify;}
 +
.smallbox{ margin:20px auto; width:600px; padding:40px;background:#DAA520;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; overflow:hidden; text-align:justify;}
 +
.flpic{float:left; margin:0 0 0 0; width:150px;}
 +
.pic1{width:150px;}
 +
.name{
 +
font-size:20px;
}
}
 +
.flleft{ float:left; width:400px; margin:0 0 0 50px;}
 +
</style>
-
fieldset > label > em {
 
-
    display: block;
 
-
    font-size: 14px;
 
-
    font-weight: bold;
 
-
    text-transform: uppercase;
 
-
    font-style: normal;
 
-
    margin-bottom: 7px;
 
-
}
 
-
fieldset > label > .source {
 
-
    display: block;
 
-
    margin: 5px 0;
 
-
}
 
-
.source > a {
 
-
    text-decoration: none;
 
-
    color: black;
 
-
}
 
-
.source > a:hover {
+
<div class="all">
-
    text-decoration: underline;
+
<br>
-
}
+
<div style="text-align:center;font-size:34px;color:black;"><b>Our Team</b></div><br>
 +
<div class="bigbox">
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2013/2/22/NU_Kazakhstan.JPG" height="500" width="700" /></div><br>
 +
Our team consists of five enthusiastic undergraduate students, who manifest genuine interest in the sphere of Synthetic Biology. We became familiar with IGEM competition in summer 2012 and asked our faculty to organize special Synthetic Biology course in order to learn more about this exciting sphere of biology. Fortunately, our professors also became interested in this competition and were glad to organize two wonderful courses of Synthetic Biology. These courses gave us a great background in many different topics, but the most interesting topic for us was the application of aptamers in diagnosis, treatment and research. Then, in April 2013 we asked Dr. Damira, our mentor, who has been working with aptamers in our University research center, to join her team in lab.
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2013/thumb/b/b6/NU_team_with_mentors.JPG/800px-NU_team_with_mentors.JPG" height="500" width="700" /></div><br>
 +
</div>
-
/* Content */
 
-
#label-01 { background: url(http://igemtoronto.files.wordpress.com/2012/08/101thumb2.jpg) no-repeat, #fff; background-size:75px 112.5px}
 
-
#label-02 { background: url(http://igemtoronto.files.wordpress.com/2012/08/102thumb2.jpg) no-repeat, #fff; background-size:75px 112.5px}
 
-
#label-03 { background: url(http://igemtoronto.files.wordpress.com/2012/08/103thumb2.jpg) no-repeat, #fff; background-size:75px 112.5px}
 
-
#label-04 { background: url(http://igemtoronto.files.wordpress.com/2012/08/104thumb2.jpg) no-repeat, #fff;background-size:75px 112.5px }
 
-
#label-05 { background: url(http://igemtoronto.files.wordpress.com/2012/08/105thumb2.jpg) no-repeat, #fff; background-size:75px 112.5px}
 
-
#label-06 { background: url(http://igemtoronto.files.wordpress.com/2012/08/106thumb2.jpg) no-repeat, #fff; background-size:75px 112.5px}
 
-
#label-07 { background: url(http://igemtoronto.files.wordpress.com/2012/08/107thumb2.jpg) no-repeat, #fff;background-size:75px 112.5px }
 
-
#label-08 { background: url(http://igemtoronto.files.wordpress.com/2012/08/108thumb2.jpg) no-repeat, #fff;background-size:75px 112.5px}
 
 +
<div class="und">Undergraduates</div>
-
#slide-content-01 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1012.jpg) no-repeat; background-size:331px 500px; z-index:99 }
 
-
#slide-content-02 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1022.jpg) no-repeat;background-size:331px 500px; z-index:99  }
 
-
#slide-content-03 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1032.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
#slide-content-04 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1042.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
#slide-content-05 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1052.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
#slide-content-06 { background: url(http://igemtoronto.files.wordpress.com/2012/09/106.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
#slide-content-07 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1072.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
#slide-content-08 { background: url(http://igemtoronto.files.wordpress.com/2012/08/1082.jpg) no-repeat; background-size:331px 500px; z-index:99  }
 
-
</style>
 
 +
<div class="smallbox"><div class="flpic">
 +
<img src="http://cs301815.vk.me/v301815227/4a55/WLmLvgOyZTw.jpg" class="pic1" /></div><div class="flleft">
 +
<div style="text-align:center;"><b class="name">Alexandr Pak</b>
 +
<br>
 +
<i>"What can be more interesting than studying life, and what can be more important than learning the art of healing."</i><br></div>
 +
<br>
 +
Alexandr is a junior student at NU majoring in Biomedical sciences. He plans to pursue MD/PhD degree and conduct cool research experiments. He likes listening music, doing sport and explore new things. 
 +
<br><br>
 +
</div></div>
 +
<div class="smallbox"><div class="flpic">
 +
<img src="http://cs5342.vk.me/u102092740/-6/z_3ab7e1c7.jpg" class="pic1" /></div><div class="flleft">
 +
<div style="text-align:center;"><b class="name">Antonina Malozemova</b>
 +
<br><i>"Decide yourself. Do what makes you happy. We all live one time."</i><br></div><br>
 +
Tonya is cool and bright ))
 +
Music is my life, i write poems and novels.  I am hippie inside. My dream is to play on the same stage with Breaking Benjamin.
 +
<br><br>
 +
</div></div>
-
<body>
+
<div class="smallbox"><div class="flpic">
 +
<img src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn2/1187305_574778429229952_493123527_n.jpg" class="pic1" /></div><div class="flleft">
 +
<div style="text-align:center;"><b class="name">Luiza Niyazmetova</b>
 +
<br><i>"In any field, find the strangest thing and then explore it"</i><br></div><br>
 +
Luiza is a Junior student at Nazarbayev University majoring in Biological Sciences. She is sincerely excited about being a part of such big competition as IGEM, that is why she is trying to contribute as much as possible in this project. In the future, Luiza plans to become a very good physician-scientist. 
 +
<br><br>
-
+
</div></div>
-
<!--==========================Team Pictures and Biographies================-->
+
-
``<div style="margin-top:50px;margin-left:275px;">
+
-
        <font face="helevtica neue" color="#215E21" size="5" > ☆ To view official profile, <i> <a href="https://igem.org/Team.cgi?year=2012"> click here</a>. </i> ☆  </font>  
+
-
</div>
+
 +
<div class="smallbox"><div class="flpic">
 +
<img src="http://s15.postimg.org/bfldu9u2j/Mukhtar.jpg" class="pic1" /></div><div class="flleft">
 +
<div style="text-align:center;"><b class="name">Mukhtar Sadykov</b>
 +
<br><i>"Feel the energy in the air"</i><br></div><br>
 +
I am a 2nd year biology student at NU. My areas of interest are synthetic biology, bioinformatics and immunology. Briefly about one, I took introduciton into immunology course last year; since then I have plunged into the fascinating science of permanent war within our bodies. My favourite players in this war are the complement system and cell-mediated immunity.
-
<form id="apple" style="margin-left:200px;margin-top:50px">
+
In my free time I like running and doing tai chi. Also, books and friends are among my best companions.
-
+
<br><br>
-
+
</div></div>
-
        <h1> <font face="cooper std" color="#215E21"> Meet the team </font> </h1>
+
-
        <div id="banana">
+
-
            <input id="slide-01" type="radio" name="nav" style="display:none;" checked>
+
-
            <fieldset id="slide-content-01">
+
-
                <input id="legend-01" type="checkbox" style="display:none;" />
+
-
                <label for="legend-01">
+
-
                    <em>Secret Files</em>
+
-
Living a double life did not always come so naturally to our Inter-departmental Man of Mystery. As he reclined in his swivel chair and gazed wistfully at the dancing flame of the Bunsen burner, he thought back to his early days in Minsk. "Damn it, Romanova," he mulled, "the E1B-19kD virus was my masterwork!"
+
-
                </label>
+
-
            </fieldset>
+
-
            <input id="slide-02" type="radio" name="nav" style="display:none;">
+
<div class="smallbox"><div class="flpic">
-
            <fieldset id="slide-content-02">
+
<img src="https://static.igem.org/mediawiki/2013/thumb/a/a7/Zeinaf_Nu_Kazakhstan.JPG/450px-Zeinaf_Nu_Kazakhstan.JPG" class="pic1" /></div><div class="flleft">
-
                <input id="legend-02" type="checkbox"  style="display:none;" />
+
<div style="text-align:center;"><b class="name">Zeinaf Muradova</b>
-
                <label for="legend-02">
+
<br><i>"Never give up!"</i><br></div><br>
-
                    <em>Secret Files</em>
+
Zeinaf is 3rd year undergraduate students, majoring in Biomedical Sciences. She is planning to take MD and work on the field of Maternal and Childhood Health Care. She sees herself as a physician-scientist, working on improving this field in Kazakhstan. First time in IGEM, and she really enjoys it! 
-
                    Adam Komorowski's research interests include type V antifreeze proteins, killer T cells, adenocarcinomas, and whether martinis really taste better if shaken. He is the President and CEO of a large multinational real estate holdings company, and a well-known philanthropist. He divides his time between Toronto, Rome, and agarose gels.
+
<br><br> 
-
                </label>
+
</div></div>
-
            </fieldset>
+
-
            <input id="slide-03" type="radio" name="nav" style="display:none;">
+
<div class="und">Advisors</div>
-
            <fieldset id="slide-content-03">
+
-
                <input id="legend-03" type="checkbox" style="display:none;"/>
+
-
                <label for="legend-03">
+
-
                    <em>Secret Files</em>
+
-
                    Eric Cao enjoys experimenting and secretly (not any more) wants to play around with the laboratory reagents when no one is looking. He loves hanging around with friends and listening to a variety of underground music. In the future, he hopes to go into research concerning disease cure and prevention. 
+
-
                </label>
+
<div class="smallbox"><div class="flpic">
-
            </fieldset>
+
<img src="https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn1/11192_10100767817629317_264559994_n.jpg" class="pic1" /></div><div class="flleft">
 +
<b class="name">Dr. Damira Kanayeva</b>
 +
<br><br>
 +
Dr. Damira Kanayeva currently is the Assistant Professor at Nazarbayev University and Senior Research Scientist at Nazarbayev University Research and Innovation System, Nazarbayev University. She was one of those who organized Synthetic Biology course for us, and guided our team during the whole project.
 +
</div></div>
-
            <input id="slide-04" type="radio" name="nav" style="display:none;">
+
<div class="smallbox"><div class="flpic">
-
            <fieldset id="slide-content-04">
+
<img src="https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-frc1/377501_207861619294589_415846643_n.jpg" class="pic1" /></div><div class="flleft">
-
                <input id="legend-04" type="checkbox" style="display:none;" />
+
<b class="name">Dr. Kenneth Alibek</b>
-
                <label for="legend-04">
+
<br><br>
-
                    <em>Secret Files</em>
+
Professor Kenneth Alibek is currently the CEO of the National Medical Holding and Vice Dean for Research of the School of Science and Technology at Nazarbayev University. Dr. Ken established Synthetic Biology course for us, and he also supported all our ideas for IGEM.
-
When Nicole Cyhelka is not unzipping genes with helicase, applying gibberelin to stimulate stem elongation, and studying the insertion of alpha helices in beta barrels, this chemical engineer turned synthetic biologist (read: 'mad scientist') slips into an evening gown and jets off to Monte Carlo to try her hand at a high stakes game of baccarat. They say diamonds are forever, but who ever said it was easy to get a sponsorship?
+
</div>
-
                </label>
+
</div>
-
            </fieldset>
+
-
            <input id="slide-05" type="radio" name="nav" style="display:none;">
+
<div class="und">Acknowledgements</div>
-
            <fieldset id="slide-content-05">
+
<div class="smallbox"><div class="flpic">
-
                <input id="legend-05" type="checkbox" style="display:none;" />
+
<img src="https://static.igem.org/mediawiki/2013/thumb/f/f1/Samal.jpg/444px-Samal.jpg" class="pic1" /></div><div class="flleft">
-
                <label for="legend-05">
+
<b class="name">Samal Zhussupbekova</b>
-
                    <em>Secret Files</em>
+
<br><br>Samal combined her research work with being a teaching and laboratory assistant for biology and chemistry classes at Nazarbayev University, through which I became involved in iGEM project of our wonderful team of students and had a pleasure to be helpful. She got her BSc in Biotechnology with Honors and Chemistry minor from Indiana University, Bloomington. During her undergraduate years she did a research on gene alternative splicing events in plants and their role in herbicide resistance. Through her work at Nazarbayev University she became interested in cancer and immunology, and currently she is doing masters in Molecular Biology and working on differential gene expression project using RNA-seq to understand effects of oncoprotein of interest on immune system components. Samal loves science and research, and enjoys the fact that she doesn’t have to make distinction between her work and passion. Her life credo is “Live as if you were to die tomorrow. Learn as if you were live forever” (M.Gandhi)
-
Moustafa Abdalla is an avid gardner; primarly cultivating hyacinth, various Arabidopsis species, and his ego.  
+
</div>
-
He is a prominent banker for SMERSH, and conducts regular business in Germany under the name "Herr Ziffer";
+
</div>
-
he is fluent in English, French, German, Italian, and Arabic.  
+
-
When not entertaining CIA agents in his compound in Munich, he performs northern blots in his spare time.
+
-
            </label>
+
-
            </fieldset>
+
-
           
+
-
            <input id="slide-06" type="radio" name="nav" style="display:none;">
+
-
            <fieldset id="slide-content-06">
+
-
                <input id="legend-06" type="checkbox"  style="display:none;"/>
+
-
                <label for="legend-06">
+
-
                    <em>Secret Files</em>
+
-
                    NN is one of the alleged suspects wanted in connection with the 5th July Massacre of untransformed DH5α at the infamous Petri Dish Arena. She is still around with a dreadful dose of Ampicillin. “Bullied by her existence, we will keep on forcing transformation until she gets arrested”, a colony who wished to remain anonymous, reported.
+
-
            </label>
+
-
            </fieldset>
+
-
           
+
-
            <input id="slide-07" type="radio" name="nav" style="display:none;">
+
-
            <fieldset id="slide-content-07">
+
-
                <input id="legend-07" type="checkbox"  style="display:none;"/>
+
-
                <label for="legend-07">
+
-
                    <em>Secret Files</em>
+
-
More than anything, I try to emulate Becky Sharp from Vanity Fair. She was an uppity social climber with a ravenous appetite for wealthy men; I too am a mountaineer of sorts (though only of knowledge and books - a slightly more reliable means of 'getting ahead' in the world, I should think). The uppity part is entirely up to who you talk to.
+
-
            </label>
+
<div class="smallbox"><div class="flpic">
-
            </fieldset>
+
<img src="https://static.igem.org/mediawiki/2013/thumb/c/cd/Marzhan_S.JPG/800px-Marzhan_S.JPG" class="pic1" /></div><div class="flleft">
-
           
+
<b class="name">Marzhan Sypabekova</b>
-
            <input id="slide-08" type="radio" name="nav" style="display:none;">
+
<br><br>
-
            <fieldset id="slide-content-08">
+
My name is Marzhan and I work as a research assistant at NURIS under the project which deals with devising biosensors of different type. Currently I am interested in physical concept of various biological processes. At the moment I am studying how DNA, protein and cell biochips are build, what kind of light matter interactions exist in molecular media. I am also interested in Bio-nano-photonics such as how we can orchestrate fluorescence processes in biological objects.
-
                <input id="legend-08" type="checkbox" style="display:none;" />
+
-
                <label for="legend-08">
+
-
                    <em>Secret Files</em>
+
-
Abby is a self-described "weekend warrior mechanical engineering student" feeling out of place in the biochemistry department and loving every second of it. Her research interests include why the centrifuge tubes are so hard to remove and if it really is possible for engineering students to live a balanced life. She currently divides her time between lab work, an engineering firm – if you knew the rest we'd have to kill you.
+
-
            </label>
+
I have completed my bachelor degree in Biotechnology and undertaking my master's in Molecular photonics for Telecommunications and Biology. I am glad to be a part of NU iGEM team as I think it is an excellent place for sharing and gaining knowledge, experience and interesting ideas.
-
            </fieldset>
+
-
           
+
-
         
+
-
        </div>
+
-
<div style="height:500px;width:250px;overflow:hidden;margin-top:-500px; margin-left:350px">
+
My goal is to be an expert who doesn’t think but knows, but I know that I have to think infinitely to become such an expert. So good luck to me! =)
-
<nav>
+
</div>
-
            <label id="label-01" for="slide-01"></label>
+
</div>
-
            <label id="label-02" for="slide-02"></label>
+
-
            <label id="label-03" for="slide-03"></label>
+
-
            <label id="label-05" for="slide-05"></label>
+
-
            <label id="label-04" for="slide-04"></label>
+
-
            <label id="label-06" for="slide-06"></label>
+
-
            <label id="label-07" for="slide-07"></label>
+
-
            <label id="label-08" for="slide-08"></label>
+
-
        </nav>
+
-
        </div>
+
-
     
+
-
    </form>
+
 +
<div class="smallbox"><div class="flpic">
 +
<img src="https://static.igem.org/mediawiki/2013/c/c1/Madina_A.jpg" class="pic1" /></div><div class="flleft">
 +
<b class="name">Madina Akan</b>
 +
<br><br>
 +
Madina Akan works as research assistant in Department of Biosensors and Bioinstrument at Nazarbayev University Research and Innovation System. She has studied in Bachelor of Science in Molecular Biology program at Fatih University (Istanbul, Turkey). She is involved in selection and characterization of aptamers against ECPKA proteins.
 +
Her credo is: "I believe that tomorrow is another day and I think that you have to be better than you ever thought you could be."
 +
</div></div>
-
<div style="margin-top:20px;margin-left:210px; z-index:98; position:absolute;">
+
<div class="smallbox"><div class="flpic">
-
        <p style="line-height:1.5em;">
+
<img src="фото" class="pic1" /></div><div class="flleft">
-
        <font face="helevtica neue" color="#215E21" size="4" > <i> Not sure what to do? </i>
+
<b class="name">Aliya Bekmurzayeva</b>
-
          Click on thumbnails (on side) to view larger image. <br> </i>
+
<br><br>
-
          Hover over image and click " ⇧ Read More ... ⇧" to view biography. <br> </i> </font>
+
Aliya Bekmurzayeva works as a junior researcher in Department of Biosensors and Bioinstruments at Nazarbayev University Research and Innovation System. She has studied in Master of Biotechnology program at McGill University (Montreal, Canada) and Bachelor of Ecology program in Kazakh National University named after al-Farabi (Astana, Kazakhstan). She is involved in selection and characterization of aptamers for diagnosis of tuberculosis and breast cancer.
-
</p>
+
</div></div>
-
</div>
+
-
+
-
<!--==========================Footer================-->
+
 +
<div class="smallbox"><div class="flpic">
 +
<img src="https://static.igem.org/mediawiki/2013/thumb/c/cb/Aigerim_S.JPG/450px-Aigerim_S.JPG" class="pic1" /></div><div class="flleft">
 +
<b class="name">Aigerim Soltabayeva</b>
 +
<br><br>
 +
Aigerim helped our team with laboratory facilities and reagents. She is very smart geneticist, so she also helped us in our gene construction. Now, Aigerim have won a grant for the PhD program of the University Ben-Gurion (Israel, Sede Boqer). We are all proud of her. Her life credo is: "Fear of the possibility of mistakes should not deter us from seeking the truth".
 +
</div></div>
-
 
+
<div class="smallbox"><div class="flpic">
-
 
+
<img src="http://i1.rgstatic.net/i/profile/32bfe50f6828adb59c_l_e27d2.jpg" class="pic1" /></div><div class="flleft">
-
 
+
<b class="name">Nargis Karatayeva</b>
-
 
+
<br><br>
-
 
+
Nargis received her BS in genetics at The University of Manchester. Now she is at doing her PhD at Korea Advanced Institute of Science and Technology. When she worked as Teaching Assistant in Biology at Nazarbayev University, Nargis helped our team to work with yeast expression system.
-
 
+
</div></div>
-
 
+
-
 
+
-
 
+
-
== '''Who we are''' ==
+
-
{|border = "0"
+
-
|-
+
-
|rowspan="3"|
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
'''Advisors:'''
+
-
 
+
-
*''' Advisor 1''':    Damira Kanayeva
+
-
*'''Advisor 2''':      Kenneth Alibek
+
-
 
+
-
 
+
-
 
+
-
'''Undergrads:'''
+
-
 
+
-
*'''Student 1''':    Zeinaf Muradova
+
-
*'''Student 2''':    Luiza Niyazmetova
+
-
*'''Student 3''':    Antonina Malozemova
+
-
*'''Student 4''':    Mukhtar Sadykov
+
-
*'''Student 5''':    Alexander Pak
+
-
 
+
-
 
+
-
 
+
-
|
+
-
<gallery>
+
-
Image:Example2_Team_member_1.png|Team member 1
+
-
Image:Example2_Team_member_2.png|Team member 2
+
-
Image:Example2_Team_member_3.png|Team member 3
+
-
Image:Example2_Team_member_4.png|Team member 4
+
-
Image:Example2_Team_member_5.png|Team member 5
+
-
 
+
-
</gallery>
+
-
|}
+
-
 
+
-
== '''What we did''' ==
+
-
 
+
-
(Provide proper attribution for all work)
+
-
<html>
+
-
 
+
</html>
</html>
-
 
-
== '''Where we're from''' ==
 

Latest revision as of 03:21, 8 August 2014

NU_Kazakhstan



Our Team


Our team consists of five enthusiastic undergraduate students, who manifest genuine interest in the sphere of Synthetic Biology. We became familiar with IGEM competition in summer 2012 and asked our faculty to organize special Synthetic Biology course in order to learn more about this exciting sphere of biology. Fortunately, our professors also became interested in this competition and were glad to organize two wonderful courses of Synthetic Biology. These courses gave us a great background in many different topics, but the most interesting topic for us was the application of aptamers in diagnosis, treatment and research. Then, in April 2013 we asked Dr. Damira, our mentor, who has been working with aptamers in our University research center, to join her team in lab.

Undergraduates
Alexandr Pak
"What can be more interesting than studying life, and what can be more important than learning the art of healing."

Alexandr is a junior student at NU majoring in Biomedical sciences. He plans to pursue MD/PhD degree and conduct cool research experiments. He likes listening music, doing sport and explore new things.

Antonina Malozemova
"Decide yourself. Do what makes you happy. We all live one time."

Tonya is cool and bright )) Music is my life, i write poems and novels. I am hippie inside. My dream is to play on the same stage with Breaking Benjamin.

Luiza Niyazmetova
"In any field, find the strangest thing and then explore it"

Luiza is a Junior student at Nazarbayev University majoring in Biological Sciences. She is sincerely excited about being a part of such big competition as IGEM, that is why she is trying to contribute as much as possible in this project. In the future, Luiza plans to become a very good physician-scientist.

Mukhtar Sadykov
"Feel the energy in the air"

I am a 2nd year biology student at NU. My areas of interest are synthetic biology, bioinformatics and immunology. Briefly about one, I took introduciton into immunology course last year; since then I have plunged into the fascinating science of permanent war within our bodies. My favourite players in this war are the complement system and cell-mediated immunity. In my free time I like running and doing tai chi. Also, books and friends are among my best companions.

Zeinaf Muradova
"Never give up!"

Zeinaf is 3rd year undergraduate students, majoring in Biomedical Sciences. She is planning to take MD and work on the field of Maternal and Childhood Health Care. She sees herself as a physician-scientist, working on improving this field in Kazakhstan. First time in IGEM, and she really enjoys it!

Advisors
Dr. Damira Kanayeva

Dr. Damira Kanayeva currently is the Assistant Professor at Nazarbayev University and Senior Research Scientist at Nazarbayev University Research and Innovation System, Nazarbayev University. She was one of those who organized Synthetic Biology course for us, and guided our team during the whole project.
Dr. Kenneth Alibek

Professor Kenneth Alibek is currently the CEO of the National Medical Holding and Vice Dean for Research of the School of Science and Technology at Nazarbayev University. Dr. Ken established Synthetic Biology course for us, and he also supported all our ideas for IGEM.
Acknowledgements
Samal Zhussupbekova

Samal combined her research work with being a teaching and laboratory assistant for biology and chemistry classes at Nazarbayev University, through which I became involved in iGEM project of our wonderful team of students and had a pleasure to be helpful. She got her BSc in Biotechnology with Honors and Chemistry minor from Indiana University, Bloomington. During her undergraduate years she did a research on gene alternative splicing events in plants and their role in herbicide resistance. Through her work at Nazarbayev University she became interested in cancer and immunology, and currently she is doing masters in Molecular Biology and working on differential gene expression project using RNA-seq to understand effects of oncoprotein of interest on immune system components. Samal loves science and research, and enjoys the fact that she doesn’t have to make distinction between her work and passion. Her life credo is “Live as if you were to die tomorrow. Learn as if you were live forever” (M.Gandhi)
Marzhan Sypabekova

My name is Marzhan and I work as a research assistant at NURIS under the project which deals with devising biosensors of different type. Currently I am interested in physical concept of various biological processes. At the moment I am studying how DNA, protein and cell biochips are build, what kind of light matter interactions exist in molecular media. I am also interested in Bio-nano-photonics such as how we can orchestrate fluorescence processes in biological objects. I have completed my bachelor degree in Biotechnology and undertaking my master's in Molecular photonics for Telecommunications and Biology. I am glad to be a part of NU iGEM team as I think it is an excellent place for sharing and gaining knowledge, experience and interesting ideas. My goal is to be an expert who doesn’t think but knows, but I know that I have to think infinitely to become such an expert. So good luck to me! =)
Madina Akan

Madina Akan works as research assistant in Department of Biosensors and Bioinstrument at Nazarbayev University Research and Innovation System. She has studied in Bachelor of Science in Molecular Biology program at Fatih University (Istanbul, Turkey). She is involved in selection and characterization of aptamers against ECPKA proteins. Her credo is: "I believe that tomorrow is another day and I think that you have to be better than you ever thought you could be."
Aliya Bekmurzayeva

Aliya Bekmurzayeva works as a junior researcher in Department of Biosensors and Bioinstruments at Nazarbayev University Research and Innovation System. She has studied in Master of Biotechnology program at McGill University (Montreal, Canada) and Bachelor of Ecology program in Kazakh National University named after al-Farabi (Astana, Kazakhstan). She is involved in selection and characterization of aptamers for diagnosis of tuberculosis and breast cancer.
Aigerim Soltabayeva

Aigerim helped our team with laboratory facilities and reagents. She is very smart geneticist, so she also helped us in our gene construction. Now, Aigerim have won a grant for the PhD program of the University Ben-Gurion (Israel, Sede Boqer). We are all proud of her. Her life credo is: "Fear of the possibility of mistakes should not deter us from seeking the truth".
Nargis Karatayeva

Nargis received her BS in genetics at The University of Manchester. Now she is at doing her PhD at Korea Advanced Institute of Science and Technology. When she worked as Teaching Assistant in Biology at Nazarbayev University, Nargis helped our team to work with yeast expression system.