Team:UT Dallas/Team

From 2011.igem.org

(Difference between revisions)
 
(111 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">-->
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
  <title>Your Company Name</title>
+
<title>biz solution</title>
-
  <meta http-equiv="Content-Type"
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
content="text/html; charset=iso-8859-1">
+
<link href="style.css" rel="stylesheet" type="text/css" />
-
<!-- ImageReady Preload Script (index.psd) -->
+
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
-
  <script type="text/javascript">
+
<script type="text/javascript" src="js/script.js"></script>
-
<!--
+
<script type="text/javascript" src="js/cufon-yui.js"></script>
 +
<script type="text/javascript" src="js/arial.js"></script>
 +
<script type="text/javascript" src="js/cuf_run.js"></script>
-
function newImage(arg) {
+
</head>
-
if (document.images) {
+
<body>
-
rslt = new Image();
+
<style media="screen" type="text/css">
-
rslt.src = arg;
+
@charset "utf-8";
-
return rslt;
+
body {
-
}
+
margin:0;
 +
padding:0;
 +
width:100%;
 +
color:#959595;
 +
font:normal 12px/1.8em Arial, Helvetica, sans-serif;
 +
background:#404040;
}
}
-
 
+
html, .main {
-
function changeImages() {
+
padding:0;
-
if (document.images && (preloadFlag == true)) {
+
margin:0 auto;
-
for (var i=0; i<changeImages.arguments.length; i+=2) {
+
width:970px;
-
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
+
-
}
+
-
}
+
}
}
-
 
+
.logo {
-
var preloadFlag = false;
+
float:left;
-
function preloadImages() {
+
width:300px;
-
if (document.images) {
+
height:51px;
-
company_over = newImage("images/company-over.gif");
+
padding:15px;
-
services_over = newImage("images/services-over.gif");
+
margin:0 auto;
-
partners_over = newImage("images/partners-over.gif");
+
-
support_over = newImage("images/support-over.gif");
+
-
news_over = newImage("images/news-over.gif");
+
-
preloadFlag = true;
+
-
}
+
}
}
 +
h1 {
 +
margin:0;
 +
padding:0;
 +
color:#afaeae;
 +
font:bold 38px/1.2em Arial, Helvetica, sans-serif;
 +
letter-spacing:-2px;
 +
}
 +
h1 a, h1 a:hover {
 +
color:#afaeae;
 +
text-decoration:none;
 +
}
 +
h1 span {
 +
color:#9dd9ff;
 +
}
 +
h1 small {
 +
display:block;
 +
padding:0;
 +
font:normal 12px/1.2em Arial, Helvetica, sans-serif;
 +
letter-spacing:normal;
 +
}
 +
h2 {
 +
font:normal 24px Arial, Helvetica, sans-serif;
 +
padding:8px 0;
 +
margin:0;
 +
color:#595959;
 +
}
 +
h3 {
 +
font:normal 46px Arial, Helvetica, sans-serif;
 +
padding:80px 0 0;
 +
margin:0;
 +
color:#FFF;
 +
}
 +
p {
 +
margin:8px 0;
 +
padding:0 0 8px 0;
 +
font:normal 12px/1.8em Arial, Helvetica, sans-serif;
 +
}
 +
p.spec {
 +
}
 +
a {
 +
color:#97c950;
 +
text-decoration:underline;
 +
}
 +
a.rm, a.com {
 +
padding:0;
 +
text-decoration:none;
 +
padding:5px 15px;
 +
background:#78bbe6;
 +
color:#FFF;
 +
}
 +
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
 +
margin:0;
 +
padding:0;
 +
}
 +
.header {
 +
padding:0;
 +
margin:0 auto;
 +
}
 +
.hbg {
 +
padding:0;
 +
margin:0;
 +
background:#78bbe6;
 +
height:271px;
 +
}
 +
.hbg img {
 +
float:left;
 +
}
 +
.hbg .text {
 +
float:left;
 +
width:317px;
 +
text-align:center;
 +
}
 +
.menu_nav {
 +
margin:0;
 +
padding:0;
 +
height:81px;
 +
}
 +
.menu_nav ul {
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
float:right;
 +
}
 +
.menu_nav ul li {
 +
margin:0;
 +
padding:25px 5px 0 0;
 +
float:left;
 +
}
 +
.menu_nav ul li a {
 +
display:block;
 +
margin:0 5px 0 0;
 +
padding:10px 15px;
 +
color:#fff;
 +
text-decoration:none;
 +
font-size:13px;
 +
line-height:16px;
 +
background:#cccccc;
 +
}
 +
.menu_nav ul li.active a, .menu_nav ul li a:hover {
 +
text-decoration:none;
 +
background:#78bbe6;
 +
}
 +
.content {
 +
padding:13px;
 +
margin:0;
 +
}
 +
.mainbar {
 +
margin:0;
 +
padding:0;
 +
float:right;
 +
width:643px;
 +
}
 +
.mainbar img {
 +
padding:4px;
 +
border:1px solid #f2f2f1;
 +
background:#FFF;
 +
}
 +
.mainbar img.fl {
 +
margin:4px 16px 4px 0;
 +
float:left;
 +
}
 +
.mainbar .article {
 +
margin:0;
 +
padding:10px 0 5px 20px;
 +
}
 +
.mainbar .article a {
 +
color:#78bbe6;
 +
}
 +
.mainbar .post-data a {
 +
color:#595959;
 +
}
 +
.mainbar .spec a.rm, .mainbar a.com {
 +
color:#FFF;
 +
}
 +
.sidebar {
 +
padding:0;
 +
float:left;
 +
width:301px;
 +
}
 +
.sidebar .gadget {
 +
margin:0;
 +
padding:10px 20px 5px 0;
 +
}
 +
.sidebar .gadget .title {
 +
text-align:right;
 +
}
 +
.sidebar .gadget span.q {
 +
text-align:right;
 +
font:normal 60px/12px Arial, Helvetica, sans-serif;
 +
color:#d9d9d9;
 +
}
 +
ul.sb_menu, ul.ex_menu, .testi {
 +
margin:0;
 +
padding:0;
 +
color:#939393;
 +
list-style:none;
 +
}
 +
ul.sb_menu li, ul.ex_menu li {
 +
margin:0;
 +
}
 +
ul.sb_menu li {
 +
padding:2px 0;
 +
}
 +
ul.ex_menu li {
 +
padding:2px 0;
 +
}
 +
ul.sb_menu li a, ul.ex_menu li a {
 +
display:block;
 +
color:#959595;
 +
text-decoration:none;
 +
padding:5px 5px 5px 15px;
 +
background:url(
 +
https://static.igem.org/mediawiki/2011/archive/e/e1/20110714195925%21Menu_link.gif) no-repeat left center;
 +
}
 +
ul.ex_menu li span {
 +
padding:0 0 0 15px;
 +
}
 +
ul.sb_menu li a:hover, ul.ex_menu li a:hover, ul.sb_menu li.active a, ul.ex_menu li.active a {
 +
background:url(https://static.igem.org/mediawiki/2011/1/1b/Menu_hover.gif) no-repeat left center;
 +
}
 +
ul.sb_menu li a:hover {
 +
text-decoration:underline;
 +
}
 +
ul.ex_menu li a:hover {
 +
text-decoration:underline;
 +
}
 +
.content .mainbar .comment {
 +
margin:0;
 +
padding:16px 0 0 0;
 +
}
 +
.content .mainbar .comment img.userpic {
 +
border:1px solid #dedede;
 +
margin:10px 16px 0 0;
 +
padding:0;
 +
float:left;
 +
}
 +
.fbg {
 +
margin:0;
 +
padding:20px;
 +
background:#78bbe6;
 +
}
 +
.fbg img {
 +
padding:4px;
 +
border:1px solid #cfd2d4;
 +
background-color:#fff;
 +
}
 +
.fbg p, .fbg h2 {
 +
color:#fbfbfb;
 +
}
 +
.fbg a {
 +
color:#fbfbfb;
 +
}
 +
.fbg .col {
 +
margin:0;
 +
float:left;
 +
background:url(
 +
https://static.igem.org/mediawiki/2011/0/04/Fbg_line.gif) repeat-y right;
 +
}
 +
.fbg .c1 {
 +
padding:0 20px 0 0;
 +
width:260px;
 +
}
 +
.fbg .c2 {
 +
padding:0 20px;
 +
width:320px;
 +
}
 +
.fbg .c3 {
 +
padding:0 0 0 20px;
 +
width:270px;
 +
background:none;
 +
}
 +
.fbg .c1 img {
 +
margin:8px 16px 8px 0;
 +
}
 +
.fbg .c3 img {
 +
margin:8px 16px 4px 0;
 +
float:left;
 +
}
 +
.footer {
 +
}
 +
.footer_resize {
 +
margin:0 auto;
 +
padding:20px;
 +
width:930px;
 +
}
 +
.footer p {
 +
margin:0;
 +
padding:4px 0;
 +
}
 +
.footer a {
 +
color:#9a9a9a;
 +
padding:inherit;
 +
text-decoration:underline;
 +
}
 +
.footer a:hover {
 +
text-decoration:none;
 +
}
 +
.footer .lf {
 +
float:left;
 +
}
 +
.footer .rf {
 +
float:right;
 +
}
 +
ol {
 +
list-style:none;
 +
}
 +
ol li {
 +
display:block;
 +
clear:both;
 +
}
 +
ol li label {
 +
display:block;
 +
margin:0;
 +
padding:16px 0 0 0;
 +
}
 +
ol li input.text {
 +
width:480px;
 +
border:1px solid #c0c0c0;
 +
margin:2px 0;
 +
padding:5px 2px;
 +
height:16px;
 +
background:#fff;
 +
}
 +
ol li textarea {
 +
width:480px;
 +
border:1px solid #c0c0c0;
 +
margin:2px 0;
 +
padding:2px;
 +
background:#fff;
 +
}
 +
ol li .send {
 +
margin:16px 0 0 0;
 +
}
 +
.search {
 +
padding:0;
 +
margin:0;
 +
}
 +
.search span {
 +
width:280px;
 +
display:block;
 +
background:#FFF;
 +
height:29px;
 +
margin:0;
 +
padding:0;
 +
border:1px solid #e1dddd;
 +
}
 +
.search input#s {
 +
float:left;
 +
width:230px;
 +
padding:7px 0 7px 10px;
 +
margin:0;
 +
border:0;
 +
background:none;
 +
color:#afaeae;
 +
font:normal 12px/15px Arial, Helvetica, sans-serif;
 +
}
 +
.search .btn {
 +
float:left;
 +
padding:0;
 +
margin:0;
 +
border:0;
 +
width:auto;
 +
}
 +
.pagenavi {
 +
clear:both;
 +
font:normal 11px Arial, Helvetica, sans-serif;
 +
margin:0 auto;
 +
text-align:right;
 +
padding:20px 0 20px 20px;
 +
}
 +
.pagenavi a, .pagenavi .current {
 +
margin-left:3px;
 +
padding:3px 8px;
 +
text-decoration:none;
 +
color:#939393;
 +
background:#f9fbfc;
 +
border:1px solid #d9e3cb;
 +
}
 +
.pagenavi a:hover, .pagenavi .current {
 +
background:#78bbe6;
 +
color:#FFF;
 +
}
 +
.pagenavi .pages {
 +
float:left;
 +
}
 +
.fl {
 +
float:left;
 +
}
 +
.fr {
 +
float:right;
 +
}
 +
.clr {
 +
clear:both;
 +
padding:0;
 +
margin:0;
 +
width:100%;
 +
font-size:0;
 +
line-height:0;
 +
}
 +
</style>
 +
<div class="main">
 +
  <div class="header">
 +
    <div class = "logo">
 +
   
 +
      <h1><span>UTDallas</span> iGem<small></small></h1>
 +
    </div>
-
// -->
+
    <div class="menu_nav">
-
  </script><!-- End Preload Script -->
+
 
-
  <link href="css/styles.css" rel="stylesheet"
+
      <ul>
-
type="text/css">
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas"><font size="3" face="verdana">Home</a></font></li>
-
</head>
+
        <li class= "active"><a href="#"><font size="3" face="verdana">Team</a></font></li>
-
<body leftmargin="0" topmargin="0"
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Project"><font size="3" face="verdana">Project</a></font></li>
-
onload="preloadImages();" bgcolor="#ffffff"
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Protocols"><font size="3" face="verdana">Protocols</a></font></li>
-
marginheight="0" marginwidth="0">
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Parts"><font size="3" face="verdana">Parts</a></font></li>
-
<center><!-- ImageReady Slices (index.psd) -->
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Modeling"><font size="3" face="verdana">Modeling</a></font></li>
-
<table border="0" cellpadding="0" cellspacing="0"
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Notebook"><font size="3" face="verdana">Notebook</a></font></li>
-
width="775">
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/HumanPractices"><font size="3" face="verdana">Human Practices</a></font></li>
-
  <tbody>
+
        <li><a href="https://2011.igem.org/Team:UT_Dallas/Safety"><font size="3" face="verdana">Safety</a></font></li>
-
    <tr>
+
       
-
      <td colspan="9"> <img src="images/title.gif"
+
       </ul>
-
alt="" height="81" width="383"></td>
+
      <div class="clr"></div>
-
      <td colspan="5" rowspan="2"> <img
+
    </div>
-
src="images/main1.gif" alt="" usemap="#Map"
+
    <div class="clr"></div>
-
border="0" height="118" width="392"></td>
+
    <div class="hbg"><img src="https://static.igem.org/mediawiki/2011/b/b2/Original_Banner_for_UTD_website.png" width="970" height="300" alt="" />
-
      <td> <img src="images/spacer.gif" alt=""
+
   
-
height="81" width="1"></td>
+
    </div>
-
    </tr>
+
  </div>
-
    <tr>
+
  <div class="content">
-
      <td colspan="2"> <a href="#"
+
    <div class="content_bg">
-
onmouseover="window.status='company'; changeImages('company', 'images/company-over.gif'); return true;"
+
      <div class="mainbar">
-
onmouseout="window.status=''; changeImages('company', 'images/company.gif'); return true;">
+
        <div class="article">
-
      <img name="company" src="images/company.gif"
+
          <h2><span><b> Our Team</b></span></h2>
-
alt="company" border="0" height="37" width="75"></a></td>
+
                <!--<img src="images/images_1.jpg" width="613" height="193" alt="" -->
-
       <td colspan="2"> <a href="#"
+
          <div class="clr"></div>
-
onmouseover="window.status='services'; changeImages('services', 'images/services-over.gif'); return true;"
+
        <h2><span></span>Students</h2>
-
onmouseout="window.status=''; changeImages('services', 'images/services.gif'); return true;">
+
          <div class="clr"></div>
-
      <img name="services" src="images/services.gif"
+
       
-
alt="services" border="0" height="37" width="76"></a></td>
+
          <p><img src="https://static.igem.org/mediawiki/2011/6/66/Tyler_Pic.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Tyler Guinn</font></b></p><p><font size="3" face="arial"> I am a 4th year undergraduate doing a dual degree in Biochemistry and Electrical Engineering. This is my first year in iGEM and I think this is an amazing idea to get students more actively involved in the scientific community.</font></p><p></p>
-
      <td colspan="2"> <a href="#"
+
 
-
onmouseover="window.status='partners'; changeImages('partners', 'images/partners-over.gif'); return true;"
+
 
-
onmouseout="window.status=''; changeImages('partners', 'images/partners.gif'); return true;">
+
<p><img src="https://static.igem.org/mediawiki/2011/f/f0/Picture_4.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Sameer Sant</font></b></p><p><font size="3" face="arial"> I'm a junior studying biology and economics.</font></p><p></p><p></p><p></p><p></p><p></p>
-
      <img name="partners" src="images/partners.gif"
+
 
-
alt="partners" border="0" height="37" width="75"></a></td>
+
 
-
      <td> <a href="#"
+
                  <p><img src="https://static.igem.org/mediawiki/2011/3/37/Pic.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;Mitu Bhattatiry</font></b></b></p><p><font size="3" face="arial">Hi! I'm Mitu Bhattatiry and I am going to be a freshman at Columbia University this year. This is my second year of iGEM and I am really looking forward to the Jamboree!</font></br><br><p></p><p></p>
-
onmouseover="window.status='support'; changeImages('support', 'images/support-over.gif'); return true;"
+
 
-
onmouseout="window.status=''; changeImages('support', 'images/support.gif'); return true;">
+
 
-
      <img name="support" src="images/support.gif"
+
          <p><img src="https://static.igem.org/mediawiki/2011/4/40/Chris_Pic.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;Chris Brasseaux</font></b></b></p><p><font size="3" face="arial">I'm an electrical engineering student with interests in software and bio-engineering. This is my first year at IGEMs and has been a great opportunity to learn about this new and exciting field!</font></br><br><p></p><p></p>
-
alt="support" border="0" height="37" width="80"></a></td>
+
 
-
      <td colspan="2"> <a href="#"
+
 
-
onmouseover="window.status='news'; changeImages('news', 'images/news-over.gif'); return true;"
+
 
-
onmouseout="window.status=''; changeImages('news', 'images/news.gif'); return true;">
+
          <p><img src="https://static.igem.org/mediawiki/2011/3/39/Picture_2.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;Nimi Bhattatiry</font></b></b></p><p><font size = "3" face= "arial"> I'm a high school student and will be a junior at Coppell High School next year. This is my first summer of iGem and I'm excited to be part of the UTDallas iGem team!</br><br><p></p><p></p>
-
      <img name="news" src="images/news.gif" alt="news"
+
 
-
border="0" height="37" width="77"></a></td>
+
 
-
      <td> <img src="images/spacer.gif" alt=""
+
          <p><img src="https://static.igem.org/mediawiki/2011/b/b6/David_Pic.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;David Golynskiy</font></b></b></p><p><font size="3" face="arial"> I was born in Tashkent, Uzbekistan and immigrated to America in 1997. Currently, I am attending University of Texas at Dallas as a senior and I will graduate as a double major in Biology and Criminology. This is an amazing opportunity for all undergrads because it allows you to be creative with knowledge learned as well as get hands on experience.</font></p>
-
height="37" width="1"></td>
+
 
-
    </tr>
+
 
-
    <tr>
+
                  <p><img src="https://static.igem.org/mediawiki/2011/5/52/Alfredo.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;Jose Alfredo Flores</font></b></p></br><br></br><br></br>
-
      <td colspan="14"> <img src="images/main2.gif"
+
 
-
alt="" height="31" width="775"></td>
+
        <h2><span><font size="5" face="arial">Advisors</span></font></h2>
-
      <td> <img src="images/spacer.gif" alt=""
+
          <div class="clr"></div>
-
height="31" width="1"></td>
+
          <p><img src="https://static.igem.org/mediawiki/2011/8/81/Zhihua_Pic.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial"><b><font size="4" face="arial">&nbsp;&nbsp;Zhihua Zhang</font></b></b></p><p><font size="3" face="arial"> I'm a research scientist in Dept of Molecular & Cell Biology, The University of Texas at /Dallas. I'm currently working on systems biology, focus on gene transcriptional regulatory network.</font></p><br></br>
-
    </tr>
+
 
-
    <tr>
+
        <p><img src="https://static.igem.org/mediawiki/2011/4/46/Kristina.JPG" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Kristina Ehrhardt</font></b></p><p><font size="3" face="arial"> I am a PhD student in Biomedical Engineering. I have a BS in biochemistry. I decided to help advise this year's iGEM team, because I enjoyed being a part of iGEM last year!</font></p><br></br>
-
      <td colspan="3"> <img src="images/search1.gif"
+
 
-
alt="" height="21" width="88"></td>
+
 
-
      <td colspan="2" align="center"
+
          <p><img src="images/images_1.jpg" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Micheal Zhang</font></b></p></br><br></br><br></br>
-
background="images/b-search.gif" valign="middle"> <input
+
 
-
name="textfield" type="text"> </td>
+
        <h2><span><font size="5" face="arial">Team Instructors</span></font></h2>
-
      <td colspan="9"> <img src="images/search2.gif"
+
          <div class="clr"></div>
-
alt="" usemap="#Map2" border="0" height="21"
+
          <p><img src="https://static.igem.org/mediawiki/2011/5/56/Dr._Bleris.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Dr. Bleris</font></b></p><p><font size="3" face="arial"> I am an Assistant Professor with the Electrical Engineering and BioEngineering Department of the University of Texas at Dallas.</font></p><br></br>
-
width="562"></td>
+
 
-
      <td> <img src="images/spacer.gif" alt=""
+
 
-
height="21" width="1"></td>
+
          <p><img src="https://static.igem.org/mediawiki/2011/e/ee/Dr._Nam.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Dr. Hyun-Joo Nam</font></b></p></b></b></b></b></b></b></b></b></b></b></b></b><font size = "3" face= "arial"> I am an Assistant Professor with the BioEngineering Department of the University of Texas at Dallas.</font></br><br></br><br></br>
-
    </tr>
+
 
-
    <tr>
+
 
-
      <td colspan="8"> <img src="images/ab1.gif"
+
          <p><img src="https://static.igem.org/mediawiki/2011/3/3b/Dr._Ma.png" width="110" height="128" ALIGN = "LEFT"><b><font size="4" face="arial">&nbsp;&nbsp;Dr. Lan Ma</font></b></b></b></b></b></b></b></b></b></b></p></b></b></b></b><font size = "3" face= "arial"> I am an Assistant Professor with the BioEngineering Department of the University of Texas at Dallas.</font></br><br></br><br></br>
-
alt="" height="115" width="361"></td>
+
 
-
      <td colspan="6" rowspan="2"> <img
+
 
-
src="images/main3.gif" alt="" height="218"
+
 
-
width="414"></td>
+
 
-
      <td> <img src="images/spacer.gif" alt=""
+
                  <div class="clr"></div>
-
height="115" width="1"></td>
+
        </div>
-
    </tr>
+
        <div class="article">
-
    <tr>
+
 
-
      <td colspan="3" rowspan="2"> <img
+
              </div>
-
src="images/ab2.gif" alt="" height="119"
+
 
-
width="88"></td>
+
       
-
      <td colspan="5" rowspan="2" align="right"
+
      </div>
-
background="images/b-ab.gif" valign="top"> <span
+
       <div class="sidebar">
-
class="text3">Lorem ipsum dolor sit amet, consetetur <br>
+
        <div class="gadget">
-
sadi pscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
+
          <div class="search">
-
dolore magna </span>aliquyam erat, sed diam voluptua. At vero
+
         
-
eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
+
             
-
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
+
 
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. Sed
+
             
-
diam voluptua.</td>
+
            </form>
-
      <td> <img src="images/spacer.gif" alt=""
+
   
-
height="103" width="1"></td>
+
          </div>
-
    </tr>
+
     
-
    <tr>
+
        </div>
-
      <td colspan="2"> <img src="images/ab3.gif"
+
        <div class="gadget">
-
alt="" height="16" width="50"></td>
+
 
-
      <td colspan="2" rowspan="3"> <img
+
          <h2><span></span><font size="5" face="Arial">Explore Our Wiki!</font></h2>
-
src="images/test1.gif" alt="" height="113"
+
          <div class="clr"></div>
-
width="100"></td>
+
          <ul class="sb_menu"></b></b></b>
-
      <td rowspan="3" class="text1" align="left"
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas"><font size="3" face="verdana">Home</a></font></li>
-
background="images/b-test.gif" valign="top"> <span
+
            <li class = "active"><a href="#"><font size="4" face="verdana">Team</a></font></li>
-
class="text2">Lorem ipsum dolor sit amet, consetetur sadi
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Project"><font size="3" face="verdana">Project</a></font></li>
-
pscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
+
 
-
dolore magna aliquyam erat, sed diam voluptua.</span> At vero eos
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Protocols"><font size="3" face="verdana">Protocols</a></font></li>
-
et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Parts"><font size="3" face="verdana">Parts</a></font></li>
-
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Modeling"><font size="3" face="verdana">Modeling</a></font></li>
-
dolor sit amet, consetetur sadipscing elitr, sed diam. </td>
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Notebook"><font size="3" face="verdana">Notebook</a></font></li>
-
      <td rowspan="3"> <img src="images/index_19.gif"
+
 
-
alt="" height="113" width="16"></td>
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/HumanPractices"><font size="3" face="verdana">Human Practices</a></font></li>
-
      <td> <img src="images/spacer.gif" alt=""
+
            <li><a href="https://2011.igem.org/Team:UT_Dallas/Safety"><font size="3" face="verdana">Safety</a></font></li>
-
height="16" width="1"></td>
+
          </ul>
-
    </tr>
+
        </div>
-
    <tr>
+
                      <div class="gadget">
-
      <td rowspan="3"> <img src="images/services2.gif"
+
         
-
alt="" height="211" width="13"></td>
+
          <div class="clr"></div>
-
      <td colspan="9"> <img src="images/services1.gif"
+
          <div class="testi">
-
alt="" height="59" width="398"></td>
+
           
-
      <td> <img src="images/spacer.gif" alt=""
+
 
-
height="59" width="1"></td>
+
                </div>
-
    </tr>
+
        </div>
-
    <tr>
+
       </div>
-
      <td colspan="9" rowspan="2" align="left"
+
      <div class="clr"></div>
-
background="images/b-services.gif" valign="top">
+
    </div>
-
Lorem ipsum dolor sit amet, consetetur sadi pscing elitr, sed diam
+
  </div>
-
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+
  <div class="fbg">
-
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
+
 
-
rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
+
    <div class="col c1">
-
ipsum dolor sit amet. L<span class="text3">orem ipsum
+
      <h2><span>Image Gallery</span></h2>
-
dolor sit amet, consetetur sadipscing elitr, sed diam. Sed diam
+
       <a href="#"><img src="https://static.igem.org/mediawiki/2011/e/eb/Pic_1.jpg" width="58" height="58" alt="" /></a> <a href="#"><img src="https://static.igem.org/mediawiki/2011/8/87/Pic_2.jpg
-
voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+
" width="58" height="58" alt="" /></a> <a href="#"><img src="https://static.igem.org/mediawiki/2011/e/e8/Pic_3.jpg" width="58" height="58" alt="" /></a> <a href="#"><img src="https://static.igem.org/mediawiki/2011/2/2a/Pic_4.jpg" width="58" height="58" alt="" /></a> <a href="#"><img src="https://static.igem.org/mediawiki/2011/1/17/Pic_5.jpg" width="58" height="58" alt="" /></a> <a href="#"><img src="https://static.igem.org/mediawiki/2011/7/76/Pic_6.jpg" width="58" height="58" alt="" /></a> </div>
-
Lorem ipsum dolor sit amet, consetetur sadi pscing elitr,</span>
+
    <div class="col c2">
-
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna
+
      <h2><span><font size="5" face="arial">UT Dallas</span></font></h2>
-
aliquyam erat, sed diam voluptua vero eos et accusam et justo duo
+
    <img src="https://static.igem.org/mediawiki/2011/a/ad/Nserl_Pic.png" width="112" height="138" alt="" ALIGN = RIGHT />    
-
dolores et ea rebum amet, consetetur sadipscing elitr, sed diam. Sed
+
<p>
-
voluptua. <span class="text3">At vero eos et accusam et
+
       </font><a href="https://2011.igem.org/Team:UT_Dallas/UTDallas" ALIGN = right><font size="3" face="verdana">Click here to learn more about UTD</a></font>
-
justo duo dolores et ea rebum.</span></td>
+
    </div>
-
       <td> <img src="images/spacer.gif" alt=""
+
    <div class="col c3">
-
height="38" width="1"></td>
+
      <h2><span><font size="5" face="arial">Notebook</span></font></h2>
-
    </tr>
+
      <p>
-
    <tr>
+
</p><p> <a href="https://2011.igem.org/Team:UT_Dallas/Notebook"><font size="3" face="verdana">Learn more...</a></font></p>
-
      <td colspan="4"> <img src="images/test2.gif"
+
 
-
alt="" height="114" width="364"></td>
+
    </div>
-
      <td> <img src="images/spacer.gif" alt=""
+
    <div class="clr"></div>
-
height="114" width="1"></td>
+
  </div>
-
    </tr>
+
  <div class="footer">
-
    <tr>
+
    <div class="footer_resize">
-
      <td colspan="14"> <img src="images/footer.gif"
+
 
-
alt="" height="16" width="775"></td>
+
    <!-- <p class="lf">&copy; Copyright <a href="#">MyWebSite</a>.</p>
-
      <td> <img src="images/spacer.gif" alt=""
+
      <p class="rf">Layout by Cool <a href="http://www.coolwebtemplates.net/">Website Templates</a></p>-->
-
height="16" width="1"></td>
+
 
-
    </tr>
+
      <div class="clr"></div>
-
    <tr>
+
    </div>
-
      <td colspan="15" class="text2" align="center"
+
  </div>
-
background="images/b-links.gif" height="57"
+
</div>
-
valign="middle"> <a href="#">Home</a> | <a
+
-
href="#">Products</a> | <a href="#">Services</a>
+
-
| <a href="#">Partners</a> | <a href="#">Support</a>
+
-
| <a href="#">Contact Us</a>&nbsp;</td>
+
-
    </tr>
+
-
    <tr>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="13"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="62"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="13"></td>
+
-
       <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="63"></td>
+
-
       <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="62"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="13"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="80"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="55"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="22"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="28"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="59"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="41"></td>
+
-
       <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="248"></td>
+
-
      <td> <img src="images/spacer.gif" alt=""
+
-
height="1" width="16"></td>
+
-
      <td></td>
+
-
    </tr>
+
-
  </tbody>
+
-
</table>
+
-
<!-- End ImageReady Slices -->
+
-
<map name="Map">
+
-
<area shape="rect" coords="281,24,314,46" href="#"
+
-
alt="home">
+
-
<area shape="rect" coords="316,24,343,47" href="#"
+
-
alt="member area">
+
-
<area shape="rect" coords="348,25,367,47" href="#"
+
-
alt="contact">
+
-
</map>
+
-
<map name="Map2">
+
-
<area shape="rect" coords="0,5,27,19" href="#"
+
-
alt="submit">
+
-
</map>
+
-
</center>
+
</body>
</body>
</html>
</html>

Latest revision as of 18:50, 28 September 2011

biz solution

Our Team

Students

  Tyler Guinn

I am a 4th year undergraduate doing a dual degree in Biochemistry and Electrical Engineering. This is my first year in iGEM and I think this is an amazing idea to get students more actively involved in the scientific community.

  Sameer Sant

I'm a junior studying biology and economics.

  Mitu Bhattatiry

Hi! I'm Mitu Bhattatiry and I am going to be a freshman at Columbia University this year. This is my second year of iGEM and I am really looking forward to the Jamboree!

  Chris Brasseaux

I'm an electrical engineering student with interests in software and bio-engineering. This is my first year at IGEMs and has been a great opportunity to learn about this new and exciting field!

  Nimi Bhattatiry

I'm a high school student and will be a junior at Coppell High School next year. This is my first summer of iGem and I'm excited to be part of the UTDallas iGem team!

  David Golynskiy

I was born in Tashkent, Uzbekistan and immigrated to America in 1997. Currently, I am attending University of Texas at Dallas as a senior and I will graduate as a double major in Biology and Criminology. This is an amazing opportunity for all undergrads because it allows you to be creative with knowledge learned as well as get hands on experience.

  Jose Alfredo Flores






Advisors

  Zhihua Zhang

I'm a research scientist in Dept of Molecular & Cell Biology, The University of Texas at /Dallas. I'm currently working on systems biology, focus on gene transcriptional regulatory network.



  Kristina Ehrhardt

I am a PhD student in Biomedical Engineering. I have a BS in biochemistry. I decided to help advise this year's iGEM team, because I enjoyed being a part of iGEM last year!



  Micheal Zhang






Team Instructors

  Dr. Bleris

I am an Assistant Professor with the Electrical Engineering and BioEngineering Department of the University of Texas at Dallas.



  Dr. Hyun-Joo Nam

I am an Assistant Professor with the BioEngineering Department of the University of Texas at Dallas.




  Dr. Lan Ma

I am an Assistant Professor with the BioEngineering Department of the University of Texas at Dallas.




Image Gallery

Notebook

Learn more...