Team:UT Dallas/NimiTrial

From 2011.igem.org

(Difference between revisions)
Line 324: Line 324:
<!--End Horizontal Menu-->
<!--End Horizontal Menu-->
-
<!--<script type="text/javascript">
 
-
 
-
// Copyright 2006-2007 javascript-array.com
 
-
 
-
var timeout = 500;
 
-
var closetimer = 0;
 
-
var ddmenuitem = 0;
 
-
 
-
// open hidden layer
 
-
function mopen(id)
 
-
{
 
-
// cancel close timer
 
-
mcancelclosetime();
 
-
 
-
// close old layer
 
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 
-
 
-
// get new layer and show it
 
-
ddmenuitem = document.getElementById(id);
 
-
ddmenuitem.style.visibility = 'visible';
 
-
 
-
}
 
-
// close showed layer
 
-
function mclose()
 
-
{
 
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 
-
}
 
-
 
-
// go close timer
 
-
function mclosetime()
 
-
{
 
-
closetimer = window.setTimeout(mclose, timeout);
 
-
}
 
-
 
-
// cancel close timer
 
-
function mcancelclosetime()
 
-
{
 
-
if(closetimer)
 
-
{
 
-
window.clearTimeout(closetimer);
 
-
closetimer = null;
 
-
}
 
-
}
 
-
 
-
// close layer when click-out
 
-
document.onclick = mclose;
 
-
 
-
</script>
 
-
 
-
<style>
 
-
 
-
body{
 
-
background-color: #606060;
 
-
}
 
-
 
-
p {
 
-
font-family: Verdana, sans-serif;
 
-
}
 
-
 
-
a {
 
-
font-family: Verdana, sans-serif;
 
-
}
 
-
 
-
li{
 
-
font-family: Verdana, sans-serif;
 
-
}
 
-
 
-
h2{
 
-
color:#0066CC;
 
-
}
 
-
 
-
h4{
 
-
color:#003366;
 
-
}
 
-
 
-
 
-
img.bannerImage{
 
-
margin-top: -56px;
 
-
margin-left: -5px;
 
-
z-index: 0;
 
-
}
 
-
 
-
 
-
div.menuBar{
 
-
margin-left: -5px;
 
-
width: 920px;
 
-
height: 25px;
 
-
margin-bottom: 20px;
 
-
margin-top: -45px;
 
-
float: left;
 
-
}
 
-
 
-
 
-
#nav {
 
-
margin: 0;
 
-
padding: 0;
 
-
z-index: 30;
 
-
position: relative;
 
-
}
 
-
 
-
#nav li {
 
-
margin: 0;
 
-
padding: 0;
 
-
list-style: none;
 
-
float: left;
 
-
font: bold 12px verdana;
 
-
}
 
-
 
-
#nav li a {
 
-
display: block;
 
-
margin: 0 0 0 0;
 
-
padding: 6px 10px;
 
-
width: 82px;
 
-
background: #006633;
 
-
color: #000;
 
-
text-align: center;
 
-
text-decoration: none;
 
-
 
-
border-right: 2px solid #131313;
 
-
}
 
-
 
-
#nav li .menuend{
 
-
border-right: 2px solid #8bff35;
 
-
width: 66px;
 
-
}
 
-
 
-
 
-
#nav li a:hover {
 
-
color: #FFF;
 
-
}
 
-
 
-
#nav div {
 
-
position: absolute;
 
-
visibility: hidden;
 
-
margin: 0;
 
-
padding: 0;
 
-
background: #131313;
 
-
}
 
-
 
-
#nav div a {
 
-
position: relative;
 
-
display: block;
 
-
margin: 0;
 
-
padding: 5px 10px;
 
-
width: 150px;
 
-
white-space: nowrap;
 
-
text-align: left;
 
-
text-decoration: none;
 
-
 
-
left: -2px;
 
-
background: #8bff35;
 
-
color: #000;
 
-
font: 12px Verdana;
 
-
border-left: 2px solid #131313;
 
-
border-right: 3px solid #8bff35;
 
-
}
 
-
 
-
#nav div a:hover {
 
-
background: #8bff35;
 
-
color: #FFF;
 
-
border-left: 2px solid #131313;
 
-
border-right: 3px solid #8bff35;
 
-
}
 
-
 
-
</style>
 
-
</head>
 
-
 
-
 
-
<body>
 
-
 
-
 
-
<img src="https://static.igem.org/mediawiki/2011/f/fb/Black_Box.png"></img>
 
-
 
-
 
-
<div class="menuBar">
 
-
<ul id="nav">
 
-
 
-
<li>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas"
 
-
onmouseover="mopen('m1')"
 
-
onmouseout="mclosetime()">
 
-
Home</a>
 
-
</li>
 
-
 
-
<li>
 
-
<a href="https://2010.igem.org/Team:Calgary/Team"
 
-
onmouseover="mopen('m2')"
 
-
onmouseout="mclosetime()">
 
-
Team</a>
 
-
<div id="m2"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://igem.org/Team.cgi?year=2010&team_name=Calgary">Advisors</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Team/Biographies">Students</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Team/Facilitators">Acknowledgements</a>
 
-
<!--<a href="https://2010.igem.org/Team:Calgary/Team/About_The_University">About the University</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Team/Acknowledgements">Acknowledgements</a>-->
 
-
</div>
 
-
</li>
 
-
 
-
<li>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Project"
 
-
onmouseover="mopen('m3')"
 
-
onmouseout="mclosetime()">
 
-
Project</a>
 
-
<div id="m3"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Project">Overview</a>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Project">Background Info</a>
 
-
 
-
<!--<a href="https://2010.igem.org/Team:Calgary/Project/Transcription">Transcription/Translation</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Project/misfolding_overview">Protein Misfolding</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Project/Controls">Testing Our System</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Project/Achievements">Achievements</a>-->
 
-
 
-
</div>
 
-
</li>
 
-
<li><a href="https://2011.igem.org/Team:UT_Dallas/Protocols">Protocols</a></li>
 
-
 
-
 
-
<!--<li><a class="menuend" href="https://2010.igem.org/Team:Calgary/Extras">Extras</a></li>-->
 
-
 
-
 
-
 
-
<li><a href="https://2011.igem.org/Team:UT_Dallas/Parts"
 
-
onmouseover="mopen('m4')"
 
-
onmouseout="mclosetime()">
 
-
Parts</a>
 
-
<div id="m4"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://2010.igem.org/Team:Calgary/Parts/Parts_Submitted">Parts Submitted</a>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Parts">Characterization</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="https://2011.igem.org/Team:UT_Dallas/Notebook"
 
-
onmouseover="mopen('m5')"
 
-
onmouseout="mclosetime()">
 
-
Notebook</a>
 
-
<div id="m5"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Notebook">Calendar</a>
 
-
<!--<a href="https://2010.igem.org/Team:Calgary/Notebook/Future_Directions">Future Directions</a>-->
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Notebook">Protocols</a>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Notebook">Safety</a>
 
-
</div>
 
-
</li>
 
-
 
-
 
-
<li><a href="https://2011.igem.org/Team:UTDallas/Modelling>
 
-
lling"
 
-
onmouseover="mopen('m6')"
 
-
onmouseout="mclosetime()">
 
-
 
-
 
-
Modeling</a>
 
-
<div id="m6"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://2011.igem.org/Team:UTDallas/
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
">MATLAB</a>
 
-
<!--<a href="https://2011.igem.org/Team:UTDallas/Modelling">Animation</a>
 
-
</div>-->
 
-
</li>
 
-
 
-
 
-
<li><a href="https://2011.igem.org/Team:UT_Dallas/Safety"
 
-
onmouseover="mopen('m7')"
 
-
onmouseout="mclosetime()">
 
-
Community</a>
 
-
<div id="m7"
 
-
onmouseover="mcancelclosetime()"
 
-
onmouseout="mclosetime()">
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Safety">Ethics/Human Practices</a>
 
-
<a href="https://2011.igem.org/Team:UT_Dallas/Safety">Gallery</a>
 
-
<!--<a href="https://2010.igem.org/Team:Calgary/Community/Conferences">Conferences</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Community/Suffield">DRDC Suffield</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Community/Podcasts">Podcasts</a>
 
-
<a href="https://2010.igem.org/Team:Calgary/Community/Blog">Visit Our Blog!</a>-->
 
-
</div>
 
-
</li>
 
-
 
-
 
-
 
-
</ul>
 
-
 
-
 
-
</div>
 
-
-->
 
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
<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;">
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">

Revision as of 17:57, 27 June 2011

__NOTOC__ CUHK IGEM 2010--Bioencryption

This is a template page. READ THESE INSTRUCTIONS.
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 HERE.
You MUST 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.



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.

Tell us about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

File:UT Dallas team.png
Your team picture
Team Example