Team:UCSF/About Us

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<head>
<head>
<!--CSS styles: global-->
<!--CSS styles: global-->
-
<link rel='stylesheet' type='text/css' href="https://2012.igem.org/Team:Calgary/static/basicpageglobal.css?action=raw&ctype=text/css" />
+
<style type="text/css">
-
<style>
+
/***
 +
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
 +
 
 +
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
 +
Check out their wikis at:
 +
https://2011.igem.org/Team:Brown-Stanford
 +
https://2012.igem.org/Team:Lethbridge
 +
***/
 +
 
 +
#content h1.firstHeading {
 +
visibility:hidden;
 +
}
 +
#p-logo {
 +
display: none;
 +
}
 +
#searchform {
 +
    display: none;
 +
}
 +
 
 +
.left-menu {
 +
background-color: #555;
 +
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
 +
 
 +
div#top-section{ /*the div containing the entire top bar*/
 +
height: 20px;
 +
margin-bottom: 0px !important;
 +
border: none;
 +
}
 +
 
 +
 
 +
#content{
 +
margin-top: 0px;
 +
}
 +
 
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 
 +
 
 +
div#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
 +
 
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 
 +
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
 +
 
 +
 
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
 +
 
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
 +
    color: #000 !important;
 +
}
 +
 
 +
#catlinks{
 +
display:none;
 +
}
 +
 
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
 
 +
/***End minimal header***/
 +
 
 +
/*Base styles*/
 +
#content{
 +
border: none;
 +
}
 +
h1, h2,h3, h4, #css-full, #css-mobi{
 +
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
 +
border: 0;
 +
font-weight: 400;
 +
}
 +
 
 +
p, div.thumb div div.thumbcaption{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: black;
 +
margin-bottom: 10px;
 +
padding-left: 5px;
 +
}
 +
 
 +
#css-full, #css-mobi{
 +
position: absolute;
 +
float: right;
 +
color: black;
 +
font-size: 1.3em;
 +
top: 0px;
 +
right: 15px;
 +
display: block;
 +
padding: 10px;
 +
}
 +
 
 +
#jsnotice{
 +
background-color: #4ED92F;
 +
}
 +
 
 +
#table{
 +
margin: 10px;
 +
}
 +
 
 +
#textlink a:link,
 +
a:visited{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:none;
 +
}
 +
 
 +
#textlink a:hover,
 +
a:active{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:underline;
 +
}
 +
 
/*======
/*======
-
Desktop Styling
+
Team Styling
======*/
======*/
Line 14: Line 159:
}
}
h2{
h2{
-
font-size: 1.8em;
+
font-size: 1.7em;
 +
}
 +
h3{
 +
font-size: 1.7em;
}
}
#box1{
#box1{
-
width: 980px;
+
width: 800px;
-
margin-top: -8px;
+
background: #fffff;
background: #fffff;
float: left;
float: left;
-
padding-bottom: 10px;
+
        margin-left: 150px
-
margin-bottom: 5px;
+
}
}
#box1 h2{
#box1 h2{
-
padding: 2px 2px 2px 2px;
 
}
}
#box1 p{
#box1 p{
-
padding: 0px 10px 0px 10px;
+
font-size: 1.5em;
-
font-size: 1.1em;
+
}
}
-
 
-
#FredOscarFlag{
 
-
display: block;
 
-
float: left;
 
-
width: 250px;
 
-
height:195px;
 
-
background: url('https://static.igem.org/mediawiki/2013/6/6b/UCSF2013_Logonew.png');
 
-
background-position: top;
 
-
margin: 30px;
 
-
}
 
-
 
-
 
-
#box2{
 
-
width: 968px;
 
-
background: #C68DD8;
 
-
float: left;
 
-
margin-bottom: 13px;
 
-
}
 
-
#box2 h2{
 
-
padding: 20px 20px 20px 20px;
 
-
color: white;
 
-
}
 
-
#box2 p{
 
-
padding: 0px 20px 0px 20px;
 
-
font-size: 1.1em;
 
-
color: white;
 
-
}
 
-
#box2 img{
 
-
float: left;
 
-
margin: 15px;
 
-
height: 110px;
 
-
}
 
-
#box2:hover{
 
-
background: #D79EE9;
 
-
}
 
-
 
-
 
-
 
-
#rightcontent {width:755px; float:left; background-color: #FFFFFF; margin-left: 8px;  margin-top:10px;}
 
</style>
</style>
</head>
</head>
-
<body>
 
-
 
+
<body>
-
 
+
<div id="box1" align="justify">
-
</style>
+
<h1><center><b>UCSF is a graduate institution - so where do UCSF iGEM team members come from?</h1></b></center> <p>
-
 
+
-
</head>
+
-
<br>
+
-
 
+
-
<h2><center><b><font face="arial" size = "5">UCSF is a graduate institution - so where do UCSF iGEM team members come from?</h2></font></b></center> <p>
+
<h2><FONT COLOR="#008000">Biotechnology Program at Abraham Lincoln High School (ALHS)</h2></FONT COLOR="#008000"> <p>
<h2><FONT COLOR="#008000">Biotechnology Program at Abraham Lincoln High School (ALHS)</h2></FONT COLOR="#008000"> <p>
-
<h4>
 
-
The ALHS Biotechnology Program is a two year pathway developed by George Cachianes and co-taught by Julie Reis: <span class="classoranget"><a href="http://www.lincolnhigh.net/academy/biotech/overview">Lincoln High Biotech Webpage </a><span></h4>
 
<p>  
<p>  
-
<h4>
+
The ALHS Biotechnology Program is a two year pathway developed by George Cachianes and co-taught by Julie Reis: <span class="textlink "><a href="http://www.lincolnhigh.net/academy/biotech/overview">Lincoln High Biotech Webpage </a><span></h4>
-
This year, five members of the UCSF iGEM team were chosen from students who have completed this two-year class. Read more about David, Derrick, Eric, Sherry and Felicity at the <a href="https://2013.igem.org/Team:UCSF/Team"> team members page</a>! </regulartext></p></h4>
+
<p>
 +
<p>
 +
This year, five members of the UCSF iGEM team were chosen from students who have completed this two-year class. Read more about David, Derrick, Eric, Sherry and Felicity at the <a href="https://2013.igem.org/Team:UCSF/Team"> team members page</a>! </regulartext></p>
<h2><FONT COLOR="#008000">Peking University and UCSF iGEM Exchange</h2> </FONT COLOR="#008000"><p>
<h2><FONT COLOR="#008000">Peking University and UCSF iGEM Exchange</h2> </FONT COLOR="#008000"><p>
-
<h4>Through funding from QB3 and the Center for Systems and Synthetic Biology, we have established an exchange program with Peking University. For the past few years, we have welcomed an undergraduate student from PKU to join our team and vice versa. This summer, we had a student from the 2011 PKU iGEM team, JI Weiyue, join us for three months to work with as a part of our team. We also had a former UCSF iGEM member, Helena Viets, travel to Peking University and join the PKU iGEM team. </h4>
+
<p>Through funding from QB3 and the Center for Systems and Synthetic Biology, we have established an exchange program with Peking University. For the past few years, we have welcomed an undergraduate student from PKU to join our team and vice versa. This summer, we had a student from the 2011 PKU iGEM team, JI Weiyue, join us for three months to work with as a part of our team. We also had a former UCSF iGEM member, Helena Viets, travel to Peking University and join the PKU iGEM team. </p>
<h2><FONT COLOR="#008000">Returning Team Members</h2> </FONT COLOR="#008000"><p>
<h2><FONT COLOR="#008000">Returning Team Members</h2> </FONT COLOR="#008000"><p>
-
<h4>This year we had two students from our 2012 team join us for a second year. Kendall Kearns and Verna Huang both attended ALHS and just finished their freshman year at UC Irvine and UC Santa Barbara, respectively. </h4>
+
<p>This year we had two students from our 2012 team join us for a second year. Kendall Kearns and Verna Huang both attended ALHS and just finished their freshman year at UC Irvine and UC Santa Barbara, respectively. </p>
<h2><FONT COLOR="#008000">UC Berkeley Cal Teach Program</h2> </FONT COLOR="#008000"><p>
<h2><FONT COLOR="#008000">UC Berkeley Cal Teach Program</h2> </FONT COLOR="#008000"><p>
Line 102: Line 201:
<h2><FONT COLOR="#008000">HHMI EXROP</h2> </FONT COLOR="#008000"><p>
<h2><FONT COLOR="#008000">HHMI EXROP</h2> </FONT COLOR="#008000"><p>
-
<h4>Ian Ergui joined us this summer as part of the Howard Hughes Medical Institute Exceptional Research Opportunities Program (EXROP). This program seeks to link students from disadvantaged backgrounds and students from groups that are underrepresented in the sciences to HHMI investigators from across the country. Students are given the opportunity to conduct research and live at an institution other than their home institution in order to experience science in a new academic setting. </h4>
+
<p>Ian Ergui joined us this summer as part of the Howard Hughes Medical Institute Exceptional Research Opportunities Program (EXROP). This program seeks to link students from disadvantaged backgrounds and students from groups that are underrepresented in the sciences to HHMI investigators from across the country. Students are given the opportunity to conduct research and live at an institution other than their home institution in order to experience science in a new academic setting. </p>
 +
</div>
 +
 
 +
<div id="sidebar">
 +
<div id="list">
 +
<h2>Team</h2>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:UCSF/About_Us">About Us</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Team">Members</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Advisors">Advisors</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Mentors&Instructors">Mentors</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=UCSF">Profile</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/ContactUs">Contact Us</a>
 +
</ul>
 +
</div>
</html>
</html>

Revision as of 03:44, 28 September 2013

UCSF is a graduate institution - so where do UCSF iGEM team members come from?

Biotechnology Program at Abraham Lincoln High School (ALHS)

The ALHS Biotechnology Program is a two year pathway developed by George Cachianes and co-taught by Julie Reis: Lincoln High Biotech Webpage

This year, five members of the UCSF iGEM team were chosen from students who have completed this two-year class. Read more about David, Derrick, Eric, Sherry and Felicity at the team members page!

Peking University and UCSF iGEM Exchange

Through funding from QB3 and the Center for Systems and Synthetic Biology, we have established an exchange program with Peking University. For the past few years, we have welcomed an undergraduate student from PKU to join our team and vice versa. This summer, we had a student from the 2011 PKU iGEM team, JI Weiyue, join us for three months to work with as a part of our team. We also had a former UCSF iGEM member, Helena Viets, travel to Peking University and join the PKU iGEM team.

Returning Team Members

This year we had two students from our 2012 team join us for a second year. Kendall Kearns and Verna Huang both attended ALHS and just finished their freshman year at UC Irvine and UC Santa Barbara, respectively.

UC Berkeley Cal Teach Program

Priyanka Dadlani is a member of the Cal Teach program at UC Berkeley and joined us for 10 weeks this summer and worked on computational models to provide predictions that would guide our experimental strategy. To read more about Calteach, visit the Cal Teach Webpage

HHMI EXROP

Ian Ergui joined us this summer as part of the Howard Hughes Medical Institute Exceptional Research Opportunities Program (EXROP). This program seeks to link students from disadvantaged backgrounds and students from groups that are underrepresented in the sciences to HHMI investigators from across the country. Students are given the opportunity to conduct research and live at an institution other than their home institution in order to experience science in a new academic setting.