Team:UQ-Australia/Team

From 2009.igem.org

(Difference between revisions)
(The UQ Team)
 
(65 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
__NOTOC__
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<body style="background-color:#772288">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
<style>
-
</div>
+
h1.firstHeading { display: none; }
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM seasonYou 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 <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
p {text-align: justify;}
-
</div>
+
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
a:link { color: #603371; text-decoration: none}
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook. PLEASE keep all of your pages within your teams namespace.
+
a:visited { color:#603371; text-decoration: none}
-
</div>
+
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: 30px;
 +
  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.5em auto;
 +
  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: 107px;
 +
  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: 22px; /* 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: black; /* 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: black; /* 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/c/cc/Uq-logo.jpg" alt="Team UQ-Australia" /></div>
 +
<div class='MenuBar' id="navi">
 +
<ul>
 +
<li>
 +
<a href="https://2009.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://2009.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://2009.igem.org/Team:UQ-Australia/Project" style="color: white">Projects
 +
                        <!--[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://2009.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://2009.igem.org/Team:UQ-Australia/Model" 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://2009.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://2009.igem.org/Team:UQ-Australia/Lab" style="color: white">Our Lab
 +
                        <!--[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://2009.igem.org/Team:UQ-Australia/Sponsors" style="color: white">Sponsors</a>
 +
</li>
 +
</ul>
 +
 
</div>
</div>
 +
<div id="header_bottom"><img src="https://static.igem.org/mediawiki/2008/e/ef/Navi_bg.gif" alt="" / ></div>
 +
</body>
</html>
</html>
-
<!-- *** End of the alert box *** -->
+
<!-- *** END OF LOGO AND LINKS *** -->
 +
{|
 +
|-valign="top" border="0"
 +
|width="700px" style="padding: 0 20px 0 0;"|
 +
== '''The UQ Team''' ==
 +
=== Undergrads: ===
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Michael.jpeg|left|150px|alt=Michael Milevskiy.]]</td>
 +
<td>'''Michael Milevskiy:'''
 +
'''Studying:''' Bachelor of BioMedical Science, Specialising in Genetics and Developmental Biology
 +
'''About me:''' I love basketball, which is why i am in Boston I will definitely be going to see a Celtics game. I find genetics and the development and differentiation of embryos to be the most interesting aspects of biology. After iGEM is done for the year i plan on undergoing a research project and maybe do something closely related to one of our projects.</td>
 +
</tr>
 +
</table>  
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Richard.jpeg|left|150px|alt=Richard Schlegel.]]</td>
 +
<td>'''Richard Schlegel:'''
 +
'''Studying:''' Bachelor of Biomedical Science, Specialising in Physiology, Pharmacology, and Neuroscience
 +
'''About me:''' I love to travel & have been to places around the world such as Japan, Bali, the Philippines, and Hawaii.  I've been to USA before, & would love to go again.  After iGEM, I am interested in pursuing other research projects, possibly involving cardiac physiology.  I love 'lazy days at home', and 'cooking up a storm' in the kitchen in my spare time. </tr>
 +
</table>
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Kate.jpg|left|150px|alt=Katelin Haynes.]]</td>
 +
<td>  '''Katelin Haynes:'''
 +
'''Studying:''' Bachelor of Science, Majoring in Biomedical Science
 +
'''About me:''' I'm looking forward to summer break, to complete my other research project. I wish I had more spare time, and I love it when I can laze around at home and devour novels (while eating chocolate, of course!). </td>
 +
</tr>
 +
</table>
-
{|align="justify"
+
<table border="0">
-
|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.
+
<tr>
-
|
+
<td>[[Image:UQ-Flo.JPG|left|150px|alt=Florencia Camus.]]</td>
-
|-
+
<td>'''Florencia Camus:'''
-
|
+
'''Studying:''' Bachelor of Science (Majors in Genetics and Evolutionary Biology)
-
''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:Team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:UQ-Australia | Team Example 2]]
+
-
|}
+
 +
'''About me:''' Originally from Chile, Flo has lived in Canada, Chile and Australia (not in that order). She knew that science was her calling after working all her senior year at Santiago College on ''Drosophila melanogaster'' on the inheritance of sex-linked traits. Graduated with honours in the subject of biology she moved to the University of Queensland for her Bachelors degree where she has spent the last three years. During her first two years she was a Vacation Scholar for Prof. Istvan Toth where she searched for Beta-lactam antibiotic carriers, in order to make them orally available. Currently she is in Dr. Daniel Ortiz-Barrientos lab testing sexual selection in angiosperms and the rapid evolution of reproductive proteins </td>
 +
</tr>
 +
</table>
-
<!--- The Mission, Experiments --->
+
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Liam.jpg|left|150px|alt=Liam Nolan.]]</td>
 +
<td> '''Liam Nolan:'''
 +
'''Studying:''' Bachelors of Science/Engineering(''Chemical and Biological'')
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
'''Interests:''' Research, piano, choir(x2), soccer, tennis, and everything nerdy...
-
!align="center"|[[Team:UQ-Australia|Home]]
+
-
!align="center"|[[Team:UQ-Australia/Team|The Team]]
+
-
!align="center"|[[Team:UQ-Australia/Project|The Project]]
+
-
!align="center"|[[Team:UQ-Australia/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:UQ-Australia/Modeling|Modeling]]
+
-
!align="center"|[[Team:UQ-Australia/Notebook|Notebook]]
+
-
|}
+
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+
 +
'''In his spare time:''' Spare time? ''SPARE'' time?!
-
== '''Who we are''' ==
+
'''Other:''' Perhaps a little ''too'' enthusiastic about cards, Monty Python and Black Books for his own good.</td>
-
{|border = "0"
+
</tr>
-
|-
+
</table>
-
|rowspan="3"|
+
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Tom.jpg|left|150px|alt=Tom Partridge.]]</td>
 +
<td> '''Tom Partridge:'''
 +
'''Studying:''' Bachelor of Biotechnology(Majoring in Microbial Biotechnology)
 +
'''Interests:''' Besides from being a self-confessed cricket fanatic I love to travel having recently visited Europe and Japan. iGEM has sparked my interest in research as until now I have had only little hands-on experience in the lab. The most exciting aspect of synthetic biology to me is the potential for new and innovative solutions to global problems. I am most interested in the bacteriology/virology aspect of microbial biotechnology and plan to undertake a research project over the summer holidays involving ecology and diagnosis of emerging infectious diseases. In my spare time I love to play cricket, rugby, soccer and squash.
 +
</tr>
 +
</table>
-
'''Advisors:'''
 
-
*''' Advisor 1''':    Mentor for all
+
<table border="0">
-
*'''Advisor 2''':      Our favorite
+
<tr>
-
*'''Grad Student 1''':    Our leader 
+
<td>[[Image:UQ-Lab29.JPG|left|150px|alt=Robert Brennan.]] </td>
 +
<td> '''Robert Brennan:'''
 +
'''Studying:''' Bachelor of Biomedical Science, Specialising in Human Genetics
 +
'''About me:''' Essentially I live for science and knowledge in general, this is why I jumped at the chance to involve myself in the iGEM competition.  For a few years now I have seen genetics as the most interesting aspect of biology, closely followed by virology and microbiology in general.  At the moment I could think of nothing better than being able to continue on after my degree into postgrad work, such as a PhD, in the same field.</td>
 +
</tr>
 +
</table>
-
'''Undergrads:'''
 
-
*'''Student 1''':   Sleepyhead
+
<table border="0">
-
*'''Student 2''':    Math nerd
+
<tr>
-
*'''Student 3''':  Is going to save the world
+
<td>[[Image:UQ-Tam.jpeg|left|150px|alt=Tam Nguyen.]]</td>
-
*'''Student 4''':    Loves iGEM
+
<td>'''Tam Nguyen:'''
 +
'''About me:''' I am a Vietnamese... Only came to Australia for 3 years and have known about serious research for only 1.5 years... But now, I know, for sure, research is significant and interesting to me.
 +
'''Studying:'''Bachelor of biomedical science (Major in Microbiology-Immunology and Physiology (subject to be changed!)).
-
|
+
'''Interest:'''Would love to know as much as about cancer and involvement of microorganism in causing cancer. I am really fascinated by what tiny virus can do on our body. And how our body works as a system, and how it defends against microbial enemy, that's always great to know about...That's all about science interest.In my spare time, well I mean real real spare time, can do anything except reading lecture notes and writing reports.
-
<gallery>
+
-
Image:Team_member_1.png|Team member 1
+
-
Image:Team_member_2.png|Team member 2
+
-
Image:Team_member_3.png|Team member 3
+
-
Image:Team_member_4.png|Team member 4
+
-
Image:Team_member_5.png|Team member 5
+
'''Near future plan:'''Really looking forward to a summer research course in micro-immune field.
-
</gallery>
+
-
|}
+
 +
</tr>
 +
</table>
-
== '''What we did''' ==
 
-
(Provide proper attribution for all work)
+
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ_Labwork.jpg|left|150px|alt=Luke Sturgess.]]</td>
 +
<td>'''Luke Sturgess:'''
 +
'''Studying:''' Bachelor of Biomedical Science, Specialising in Toxicology
 +
'''Interests:''' The power of toxics to stun, paralyze and in some cases kill the organisms prey or predators is quite amazing. The smallest drop of toxin is made up of thousands of different drugs all designed to stop and kill the organism to infects. By isolating and manupulating these lethal drugs, we can design new beneficial drugs using the power of millions of years of evolution which has carefully crafted the most effective peptides to bind to and elict either positve or harmful responses. This power is absolutely amazing and is why I jumped at the chance to get some real world labatory experience from this competition. My others interests are in fishing, rock climbing and I´m a complete sports nut.
 +
</td>
 +
</tr>
 +
</table>
 +
=== Advisors: ===
-
== '''Where we're from''' ==
+
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Wally.jpeg|left|150px|alt=Wally Thomas.]]</td>
 +
<td>'''Wally Thomas''': Chair of Physiology, Professor in the School of Biomedical Sciences. Or, his alter ego....</td>
 +
<td>[[Image:UQ-WheresWally.jpg]]</td>
 +
</tr>
 +
</table>
 +
 
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Peter.jpeg|left|150px|alt=Peter Thorn.]]</td>
 +
<td> '''Peter Thorn''': All Mighty; Associate Professor in the School of Biomedical Sciences. His research speciality area is the physiology of secretory processes, particularly in the pancreas.</td>
 +
</tr>
 +
</table>
 +
 
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Phil.jpeg|left|150px|alt=Phil Long.]]</td>
 +
<td>'''Phil Long''': Professor of Innovation and Educational Technology, and Founding director of the Centre for Education Innovaion and Technology within the University of Queensland. </td>
 +
</tr>
 +
</table>
 +
 
 +
<table border="0">
 +
<tr>
 +
<td>[[Image:UQ-Kelly.JPG|left|150px|alt=Kelly Mathews.]]</td>
 +
<td>'''Kelly Matthews''': Student experience manager for the Faculty of Science.</td>
 +
</tr>
 +
</table>
 +
 
 +
== '''More Pictures''' ==
 +
 
 +
'''Team Picture Session:'''
 +
<gallery>
 +
Image:UQ-group4.JPG|
 +
Image:UQ-group1.JPG|
 +
Image:UQ-group2.JPG|
 +
Image:UQ-group3.JPG|
 +
</gallery>
 +
<br>
 +
<br>
 +
'''iGEM Workshop: Destination Tokyo'''
 +
<gallery>
 +
Image:UQ-Japan1.jpg|
 +
Image:UQ-Japan2.jpg|
 +
Image:UQ-Japan3.jpg|
 +
Image:UQ-Japan4.jpg|
 +
</gallery>

Latest revision as of 11:06, 20 October 2009

The UQ Team

Undergrads:

Michael Milevskiy.
Michael Milevskiy:

Studying: Bachelor of BioMedical Science, Specialising in Genetics and Developmental Biology

About me: I love basketball, which is why i am in Boston I will definitely be going to see a Celtics game. I find genetics and the development and differentiation of embryos to be the most interesting aspects of biology. After iGEM is done for the year i plan on undergoing a research project and maybe do something closely related to one of our projects.
Richard Schlegel.
Richard Schlegel:

Studying: Bachelor of Biomedical Science, Specialising in Physiology, Pharmacology, and Neuroscience

About me: I love to travel & have been to places around the world such as Japan, Bali, the Philippines, and Hawaii. I've been to USA before, & would love to go again. After iGEM, I am interested in pursuing other research projects, possibly involving cardiac physiology. I love 'lazy days at home', and 'cooking up a storm' in the kitchen in my spare time.
Katelin Haynes.
Katelin Haynes:

Studying: Bachelor of Science, Majoring in Biomedical Science

About me: I'm looking forward to summer break, to complete my other research project. I wish I had more spare time, and I love it when I can laze around at home and devour novels (while eating chocolate, of course!).
Florencia Camus.
Florencia Camus:

Studying: Bachelor of Science (Majors in Genetics and Evolutionary Biology)

About me: Originally from Chile, Flo has lived in Canada, Chile and Australia (not in that order). She knew that science was her calling after working all her senior year at Santiago College on Drosophila melanogaster on the inheritance of sex-linked traits. Graduated with honours in the subject of biology she moved to the University of Queensland for her Bachelors degree where she has spent the last three years. During her first two years she was a Vacation Scholar for Prof. Istvan Toth where she searched for Beta-lactam antibiotic carriers, in order to make them orally available. Currently she is in Dr. Daniel Ortiz-Barrientos lab testing sexual selection in angiosperms and the rapid evolution of reproductive proteins
Liam Nolan.
Liam Nolan:

Studying: Bachelors of Science/Engineering(Chemical and Biological)

Interests: Research, piano, choir(x2), soccer, tennis, and everything nerdy...

In his spare time: Spare time? SPARE time?!

Other: Perhaps a little too enthusiastic about cards, Monty Python and Black Books for his own good.


Tom Partridge.
Tom Partridge:

Studying: Bachelor of Biotechnology(Majoring in Microbial Biotechnology) Interests: Besides from being a self-confessed cricket fanatic I love to travel having recently visited Europe and Japan. iGEM has sparked my interest in research as until now I have had only little hands-on experience in the lab. The most exciting aspect of synthetic biology to me is the potential for new and innovative solutions to global problems. I am most interested in the bacteriology/virology aspect of microbial biotechnology and plan to undertake a research project over the summer holidays involving ecology and diagnosis of emerging infectious diseases. In my spare time I love to play cricket, rugby, soccer and squash.


Robert Brennan.
Robert Brennan:

Studying: Bachelor of Biomedical Science, Specialising in Human Genetics

About me: Essentially I live for science and knowledge in general, this is why I jumped at the chance to involve myself in the iGEM competition. For a few years now I have seen genetics as the most interesting aspect of biology, closely followed by virology and microbiology in general. At the moment I could think of nothing better than being able to continue on after my degree into postgrad work, such as a PhD, in the same field.


Tam Nguyen.
Tam Nguyen:

About me: I am a Vietnamese... Only came to Australia for 3 years and have known about serious research for only 1.5 years... But now, I know, for sure, research is significant and interesting to me.

Studying:Bachelor of biomedical science (Major in Microbiology-Immunology and Physiology (subject to be changed!)).

Interest:Would love to know as much as about cancer and involvement of microorganism in causing cancer. I am really fascinated by what tiny virus can do on our body. And how our body works as a system, and how it defends against microbial enemy, that's always great to know about...That's all about science interest.In my spare time, well I mean real real spare time, can do anything except reading lecture notes and writing reports.

Near future plan:Really looking forward to a summer research course in micro-immune field.


Luke Sturgess.
Luke Sturgess:

Studying: Bachelor of Biomedical Science, Specialising in Toxicology Interests: The power of toxics to stun, paralyze and in some cases kill the organisms prey or predators is quite amazing. The smallest drop of toxin is made up of thousands of different drugs all designed to stop and kill the organism to infects. By isolating and manupulating these lethal drugs, we can design new beneficial drugs using the power of millions of years of evolution which has carefully crafted the most effective peptides to bind to and elict either positve or harmful responses. This power is absolutely amazing and is why I jumped at the chance to get some real world labatory experience from this competition. My others interests are in fishing, rock climbing and I´m a complete sports nut.

Advisors:

Wally Thomas.
Wally Thomas: Chair of Physiology, Professor in the School of Biomedical Sciences. Or, his alter ego.... UQ-WheresWally.jpg
Peter Thorn.
Peter Thorn: All Mighty; Associate Professor in the School of Biomedical Sciences. His research speciality area is the physiology of secretory processes, particularly in the pancreas.
Phil Long.
Phil Long: Professor of Innovation and Educational Technology, and Founding director of the Centre for Education Innovaion and Technology within the University of Queensland.
Kelly Mathews.
Kelly Matthews: Student experience manager for the Faculty of Science.

More Pictures

Team Picture Session:



iGEM Workshop: Destination Tokyo