Team:UQ-Australia/Team

From 2011.igem.org

(Difference between revisions)
 
(39 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- -------------------------------------------------From 2009 UQ--------------------------------------------------- -->
+
{{:Team:UQ-Australia/Template:Header}}
-
 
+
{|style="width:100%;" border="0" cellpadding="10" cellspacing="0"
-
__NOTOC__
+
|- valign="top"
-
<html>
+
|rowspan="2"|The 2011 iGEM team from the University of Queensland consists of six undergraduates based at the School of Biomedical Sciences. We worked mainly in the Thomas and Simmons labs.
-
<body style="background-color:#772288">
+
Our team comes from a diverse range of fields, including Biotechnology, Biomedical Science and Physics. We are all third year students with differing levels of laboratory experience who wanted to expand our skills and explore the exciting new field of synthetic biology! UQ has only participated in iGEM once before, so the team and our supervisors were all learning as we went along. Nevertheless, we feel like we accomplished a lot this year and hope that future UQ teams will be able to continue our work.
-
 
+
![[File:UQ-Australia_logo_2011.png|125x125px|link=https://2011.igem.org/Team:UQ-Australia]]
-
<style>
+
-
h1.firstHeading { display: none; }
+
-
 
+
-
p {text-align: justify;}
+
-
 
+
-
a:link { color: #603371; text-decoration: none}
+
-
a:visited { color:#603371; text-decoration: none}
+
-
a:hover { color:#f29400; text-decoration: none}
+
-
a:active { color:#f29400; text-decoration: none}
+
-
 
+
-
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
+
-
 
+
-
table#team_members { text-align: justify; border: 0; }
+
-
table#team_members h2, table#team_members h3 { clear: both; }
+
-
 
+
-
 
+
-
/*-----------------------------------------------------------------------------------------------*/
+
-
div.MenuBar ul li ul.DropDownMenu {
+
-
  display: none; /* Hides all drop-down menus. */
+
-
 
+
-
}
+
-
/*
+
-
li:hover works in IE7 and FF2.
+
-
a:hover works in IE6 and FF2.
+
-
a:hover breaks li:hover in FF2.
+
-
*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
+
-
  display: none; /* Hides all side menus. */
+
-
}
+
-
/*------------------------------------------------------------------------------------- Menu Bar */
+
-
div.MenuBar {
+
-
  font: arial, helvetica, sans-serif;
+
-
  height: 50px;
+
-
  width: 910px;
+
-
  /*width: 100%*/
+
-
  margin: 0;
+
-
  border-top: 0;
+
-
  border-right: 0;
+
-
  border-left: 0;
+
-
  padding: 0;
+
-
  background: black;
+
-
 
+
-
}
+
-
div.MenuBar ul {
+
-
  font: arial, helvetica, sans-serif;
+
-
  text-align: center;
+
-
  list-style-type: none;
+
-
  margin: 0;
+
-
  border: 0;
+
-
  padding: 0;
+
-
  background: black;
+
-
}
+
-
div.MenuBar ul li {
+
-
  font: arial, helvetica, sans-serif;
+
-
  display: block;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
  font-size: 1.3em;
+
-
  float: left;
+
-
  background: black;
+
-
  text-align: center;
+
-
  width: 90px;
+
-
  position: relative; /* Sets the positioning context for each drop-down menu. */
+
-
}
+
-
 
+
-
div.MenuBar ul li a {
+
-
  font: arial, helvetica, sans-serif;
+
-
  display: block;
+
-
  background: black;
+
-
  height: 40px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
+
-
  color: #ffffff;
+
-
  padding-top: 4px;
+
-
  padding-bottom: 4px;
+
-
  padding-left: 1em; /* Sets the left space between top-level items. */
+
-
  padding-right: 1em; /* Sets the right space between top-level items. */
+
-
  text-decoration: none;
+
-
}
+
-
 
+
-
/*------------------------------------------------------------------------------ Drop-Down Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  display: block;
+
-
  width: 10em; /* Drop-down menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: 23px; /* Places the drop-down menu under the menu bar.
+
-
                Keep it sync with the menu bar height. */
+
-
  left: 0; /* Aligns the drop-down menu to its top-level item. */
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
 
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  width: 10em; /* Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  height: 1em;
+
-
  padding-left: 0;
+
-
  padding-right: 0;
+
-
  background-color: black; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
ul.DropDownMenu li a span {
+
-
  display: block;
+
-
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
+
-
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
+
-
  text-align: right; /* Aligns the >> symbol to the right. */
+
-
}
+
-
ul.DropDownMenu li a span span {
+
-
  float: left; /* Aligns the text (back) to the left. */
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  height: 20px;
+
-
  color: #FFFFFF;
+
-
}
+
-
/*----------------------------------------------------------------------------------- Side Menus */
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  display: block;
+
-
  width: 11em; /* Side menu width.
+
-
                  Use MenuTailor.css to customize. */
+
-
  padding: 1px; /* Sets the side menu "effective border" width. */
+
-
  position: absolute;
+
-
  top: -1px; /* Aligns the side menu to its drop-down menu item.
+
-
                Keep it sync with the side menu "effective border" width. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  width: 11em; /* Keep it sync with the side menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
+
-
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
+
-
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
+
-
  text-align: left;
+
-
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
  left: 13em; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width.
+
-
                            Use MenuTailor.css to customize. */
+
-
}
+
-
/*----------------------------------------------------------------------------- Browser Specific */
+
-
* html div.MenuBar ul li a {
+
-
  float: left; /* Required for IE55 and IE6.
+
-
                            Breaks O9.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html ul.DropDownMenu li a:hover {
+
-
  cursor: hand; /* Required for IE55.
+
-
                  Hidden (* html) from non-IE browsers. */
+
-
}
+
-
ul.DropDownMenu li a:hover {
+
-
  cursor: pointer; /* Required for IE6 and IE7.
+
-
                      Hidding it (* html) from non-IE browsers breaks IE7!
+
-
}
+
-
* html div.MenuBar a:hover {
+
-
  text-decoration: none; /* Required for IE55 and IE6.
+
-
                            Hidden (* html) from non-IE browsers. */
+
-
}
+
-
* html div.MenuBar ul li table,
+
-
* html div.MenuBar ul li table td {
+
-
  border: 0; /* Required for IE55 and IE6.
+
-
                Hidden (* html) from non-IE browsers. */
+
-
}
+
-
/*------------------------------------------------------------------------------- Default Colors */
+
-
div.MenuBar {
+
-
  background-color: Menu;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a {
+
-
  background-color: Menu; /* Top-level unselected items. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover {
+
-
  color: #ea7f16;
+
-
  background-color: Highlight; /* Top-level selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a {
+
-
  background-color: Menu;  Drop-down menu unselected items.
+
-
                            Sets the drop-down menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
+
-
  background-color: Highlight; /* Drop-down menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*...............................................................................................*/
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: Menu; /* Side menu unselected items.
+
-
                            Sets the side menu "effective background" color. */
+
-
  color: MenuText;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: Highlight; /* Side menu selected item. */
+
-
  color: HighlightText;
+
-
}
+
-
/*-----------------------------------------------------------------------------------------------*/
+
-
/*Script-Free 3-Level Menu 1.2 Tailor
+
-
  www.CesarDaniel.info
+
-
/*-------------------------------------------------------------------------------------- General */
+
-
body {
+
-
  background: white;
+
-
  color: black;
+
-
  margin: 0;
+
-
  border: 0;
+
-
  padding: 0;
+
-
}
+
-
 
+
-
 
+
-
div.MenuBar {
+
-
  font: 13px arial, helvetica, sans-serif;
+
-
}
+
-
div.MenuBar ul {
+
-
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Colors */
+
-
div.MenuBar {
+
-
  background-color: purple; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
  border-bottom: 1px solid ButtonShadow;
+
-
}
+
-
div.MenuBar a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
+
-
  background-color: purple; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover a,
+
-
div.MenuBar ul li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
+
-
  background-color: #603371; /* Selected item. */
+
-
  color: #FFFFFF;
+
-
}
+
-
div.MenuBar ul li:hover ul.DropDownMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu,
+
-
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
+
-
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
+
-
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
+
-
}
+
-
/*--------------------------------------------------------------------------------------- Widths */
+
-
/*
+
-
 
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
+
-
  width: 11em; /* Drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
+
-
  width: 12em; /* Drop-down menu width. */
+
-
}
+
-
 
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #1
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
+
-
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #2
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
/*
+
-
Menu Bar 1
+
-
Drop-Down Menu #2
+
-
Side Menu #3
+
-
*/
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
+
-
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
+
-
                            Keep it sync with the drop-down menu width. */
+
-
}
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
+
-
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
+
-
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
+
-
  width: 10em; /* Side menu width. */
+
-
}
+
-
/*...............................................................................................*/
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
<body>
+
-
<div id="header"><img src=" https://static.igem.org/mediawiki/2009/a/a6/UQ_banner.jpg" /></div>
+
-
<div class='MenuBar' id="navi">
+
-
<ul>
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia" style="color: white">Home
+
-
<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Team" style="color: white">Team
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
                <li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Project" style="color: white">Project
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
 
+
-
                  </li>
+
-
    <li>
+
-
 
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Parts" style="color: white">Parts
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
 
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Data" style="color: white">Data
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Modeling" style="color:white">Modelling
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Notebook" style="color: white">Notebook
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
                       
+
-
 
+
-
</li>
+
-
              <li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Safety" style="color: white">Safety
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Human_Practices" style="color: white">Human Practices
+
-
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
+
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
+
-
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
+
-
</li>
+
-
 
+
-
<li>
+
-
<a href="https://2011.igem.org/Team:UQ-Australia/Attributions" style="color: white">Attributions</a>
+
-
</li>
+
-
</ul>
+
-
 
+
-
</div>
+
-
<div id="header_bottom"><img src="https://static.igem.org/mediawiki/2008/e/ef/Navi_bg.gif" alt="" / ></div>
+
-
</body>
+
-
</html>
+
-
 
+
-
{|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:UQ-Australia_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:UQ-Australia_team.png|right|frame|Your team picture]]
+
|-
|-
|
|
-
|align="center"|[[Team:UQ-Australia | Team Example]]
 
|}
|}
 +
== '''<span style="color:#558822">Students</span>''' ==
 +
{| border="0" cellpadding="10" cellspacing="0" width="892" align="left"
 +
|- valign="top"
 +
|width="125"|[[Image:Aakash.jpg|125x125px|link=http://www.science.uq.edu.au/aakash-arora]]
 +
|width="300"|'''<span style="color:#D4A017">Aakash Arora</span>'''
 +
Third year
 +
Bachelor of Biomedical Sciences
 +
Majoring in Neurobiology and Developmental Science
 +
|width="42"|
 +
|width="125"|[[Image:Akash.jpg|125x125px|link=http://www.science.uq.edu.au/akash-boda]]
 +
|width="300"|'''<span style="color:#D4A017">Akash Boda</span>'''
 +
Third year
-
<!-- -----------------------------------------------------text------------------------------------------------------- -->
+
Bachelor of Biotechnology
 +
Majoring in Bioinformatics
 +
|- valign="top"
 +
|[[Image:Ann.jpg|125x125px|link=http://www.science.uq.edu.au/ann-bui]]
 +
|'''<span style="color:#D4A017">Ann Bui</span>'''
 +
Third year
 +
Bachelor of Science
 +
Majoring in Physics
 +
|
 +
|[[Image:Rhianna.jpg|125x125px|link=http://www.science.uq.edu.au/rhianna-knable]]
 +
|'''<span style="color:#D4A017">Rhianna Knable</span>'''
 +
Third year
-
== '''<span style="color:#558822"> Who we are </span>''' ==
+
Bachelor of Biotechnology
-
{|border = "0"
+
-
|-
+
-
|rowspan="3"|
+
 +
Majoring in Molecular Biotechnology
 +
|- valign="top"
 +
|[[Image:Hyun.jpg|125x125px|link=https://igem.org/User:JoshuaLee]]
 +
|'''<span style="color:#D4A017">Hyun Jae Lee</span>'''
 +
Third year
 +
Bachelor of Biomedical Sciences
 +
Majoring in Neuroscience
 +
|
 +
|[[Image:Josh.jpg|125x125px|link=https://igem.org/User:ilauhsoj]]
 +
|'''<span style="color:#D4A017">Josh Li</span>'''
 +
Third year
 +
Bachelor of Biomedical Sciences
-
'''<span style="color:#883622"> Instructors: </span>'''
+
Majoring in Human Genetics and Biomedical Science
 +
|}
-
*''' <span style="color:#558822">Professor Walter Thomas</span>''':   
+
== '''<span style="color:#558822">Supervisors</span>''' ==
-
*'''<span style="color:#558822">Assoc Professor Peter Thorn</span>''':     
+
-
*'''<span style="color:#558822">Professor Phillip Long</span>''':
+
-
*'''<span style="color:#558822">Dr. David Simmons</span>''':
+
-
*'''<span style="color:#558822">Dr. Melissa Davis</span>''':
+
-
*'''<span style="color:#558822">Kelly Matthews</span>''':
+
-
*'''<span style="color:#558822">Dr. Ricky Chen</span>''':       
+
-
*'''<span style="color:#558822">Dr. Georgia Kafer</span> ''':
+
-
'''<span style="color:#883622">Undergrads: </span>'''
+
{| border="0" cellpadding="10" cellspacing="0" width="892" align="left"
 +
|- valign="top"
 +
|width="125"|[[File:UQ-Australia_logo_2011.png|125x125px|link=http://www.uq.edu.au/sbms/staff/xuebin-ricky-chen]]
 +
|width="300"|'''<span style="color:#D4A017">Ricky Chen</span>'''
 +
Primary contact for the Team.
-
*'''<span style="color:#558822">Rhianna Knable</span>''':   
+
Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].
-
*'''<span style="color:#558822">Akash Boda</span>''':   
+
|width="42"|
-
*'''<span style="color:#558822">Ann Bui</span>''':
+
|width="125"|[[Image:Wally.jpeg|125x125px|link=http://www.uq.edu.au/sbms/staff/professor-walter-wally-thomas]]
-
*'''<span style="color:#558822">Aakash Arora</span>''':   
+
|width="300"|'''<span style="color:#D4A017">Wally Thomas</span>'''
-
*'''<span style="color:#558822">Hyun Jae Lee</span>''': 
+
Knows his sequences.
-
*'''<span style="color:#558822">Joshua Li</span>'''
+
 +
Head of [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].
 +
|- valign="top"
 +
|[[Image:Kelly.JPG|125x125px|link=http://www.uq.edu.au/uqresearchers/researcher/matthewsk.html]]
 +
|'''<span style="color:#D4A017">Kelly Matthews</span>'''
 +
Knows how to organise stuff.
 +
From the [http://www.tedi.uq.edu.au/ Teaching and Educational Development Institute].
 +
|
 +
|[[Image:Phil.jpeg|125x125px|link=http://ceit.uq.edu.au/users/uqplong1]]
 +
|'''<span style="color:#D4A017">Phil Long</span>'''
 +
Knows his stuff.
 +
Director of [http://ceit.uq.edu.au/ Centre for Educational Innovation and Technology]
 +
|- valign="top"
 +
|[[File:UQ-Australia_logo_2011.png|125x125px|link=https://2011.igem.org/Team:UQ-Australia/Team]]
 +
|'''<span style="color:#D4A017">Georgia Kafer</span>'''
 +
Knows what to do in the lab.
 +
 +
Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].
|
|
-
<gallery>
+
|[[File:Simmons.jpg‎ |link=http://www.uq.edu.au/sbms/staff/dr-david-simmons]]
-
Image:Rhianna.jpg|<span style="color:#558822">Rhianna Knable</span>: Third year Bachelor of Biotechnology majoring in Molecular Biotechnology
+
|'''<span style="color:#D4A017">David Simmons</span>'''
-
Image:Akash.jpg|<span style="color:#558822">Akash Boda</span>: Third year Bachelor of Biotechnology majoring in Bioinformatics and Biotechnology
+
Can unlock the door to his lab with surprising ease.
-
Image:Ann.jpg|<span style="color:#558822">Ann Bui</span>: Third year Bachelor of Science majoring in Physics
+
-
Image:Aakash.jpg|<span style="color:#558822">Aakash Arora</span>: Third year Bachelor of Biomedical Sciences majoring in Neurobiology and Developmental Science
+
-
Image:Hyun.jpg|<span style="color:#558822">Hyun jae Lee</span>: Third year Bachelor of Biomedical Sciences majoring in Neuroscience
+
-
Image:Josh.jpg|<span style="color:#558822">Joshua Li</span>: Third year Bachelor of Biomedical Sciences majoring in Human Genetics and Biomedical Science
+
-
Image:Wally.jpeg|<span style="color:#558822">Professor Wally Thomas</span>
+
-
Image:Peter.jpeg|<span style="color:#558822">A/Prof Peter Thorn</span>
+
-
Image:Phil.jpeg|<span style="color:#558822">Professor Phil Long</span>
+
-
Image:Kelly.JPG|<span style="color:#558822">Miss Kelly Matthews</span>
+
-
Image:.jpeg|<span style="color:#558822">Dr Ricky Chen</span>
+
-
Image:.jpeg|<span style="color:#558822">Dr Georgia Kafer</span>
+
-
</gallery>
+
Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].
|}
|}
-
 
-
== <span style="color:#558822">'''What we did'''</span> ==
 
-
 
-
(Provide proper attribution for all work)
 
-
 
-
 
-
== <span style="color:#558822">'''Where we're from''' </span>==
 

Latest revision as of 00:36, 6 October 2011




The 2011 iGEM team from the University of Queensland consists of six undergraduates based at the School of Biomedical Sciences. We worked mainly in the Thomas and Simmons labs.

Our team comes from a diverse range of fields, including Biotechnology, Biomedical Science and Physics. We are all third year students with differing levels of laboratory experience who wanted to expand our skills and explore the exciting new field of synthetic biology! UQ has only participated in iGEM once before, so the team and our supervisors were all learning as we went along. Nevertheless, we feel like we accomplished a lot this year and hope that future UQ teams will be able to continue our work.

UQ-Australia logo 2011.png

Students

Aakash.jpg Aakash Arora

Third year

Bachelor of Biomedical Sciences

Majoring in Neurobiology and Developmental Science

Akash.jpg Akash Boda

Third year

Bachelor of Biotechnology

Majoring in Bioinformatics

Ann.jpg Ann Bui

Third year

Bachelor of Science

Majoring in Physics

Rhianna.jpg Rhianna Knable

Third year

Bachelor of Biotechnology

Majoring in Molecular Biotechnology

Hyun.jpg Hyun Jae Lee

Third year

Bachelor of Biomedical Sciences

Majoring in Neuroscience

Josh.jpg Josh Li

Third year

Bachelor of Biomedical Sciences

Majoring in Human Genetics and Biomedical Science

Supervisors

UQ-Australia logo 2011.png Ricky Chen

Primary contact for the Team.

Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].

Wally.jpeg Wally Thomas

Knows his sequences.

Head of [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].

Kelly.JPG Kelly Matthews

Knows how to organise stuff.

From the [http://www.tedi.uq.edu.au/ Teaching and Educational Development Institute].

Phil.jpeg Phil Long

Knows his stuff.

Director of [http://ceit.uq.edu.au/ Centre for Educational Innovation and Technology]

UQ-Australia logo 2011.png Georgia Kafer

Knows what to do in the lab.

Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].

Simmons.jpg David Simmons

Can unlock the door to his lab with surprising ease.

Lives in [http://www.uq.edu.au/sbms/ School of Biomedical Sciences].