Team:UC Davis/Team
From 2012.igem.org
Line 16: | Line 16: | ||
<!-- *** End of the alert box *** --> | <!-- *** End of the alert box *** --> | ||
- | |||
- | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
Line 975: | Line 973: | ||
</html> | </html> | ||
- | |||
Line 1,007: | Line 1,004: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
+ | <title>CSS3 Dropdown Menu</title> | ||
+ | <link href="style.css" rel="stylesheet" type="text/css" /> | ||
+ | </head> | ||
+ | <body> | ||
+ | <ul id="nav"> | ||
+ | <li class="current"><a href="http://www.webdesignerwall.com">Home</a></li> | ||
+ | <li><a href="http://www.ndesign-studio.com">My Projects</a> | ||
+ | <ul> | ||
+ | <li><a href="http://www.ndesign-studio.com">N.Design Studio</a> | ||
+ | <ul> | ||
+ | <li><a href="http://www.ndesign-studio.com/portfolio">Portfolio</a></li> | ||
+ | <li><a href="http://www.ndesign-studio.com/wp-themes">WordPress Themes</a></li> | ||
+ | <li><a href="http://www.ndesign-studio.com/wallpapers">Wallpapers</a></li> | ||
+ | <li><a href="http://www.ndesign-studio.com/tutorials">Illustrator Tutorials</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="http://www.webdesignerwall.com">Web Designer Wall</a> | ||
+ | <ul> | ||
+ | <li><a href="http://jobs.webdesignerwall.com">Design Job Wall</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="http://icondock.com">IconDock</a></li> | ||
+ | <li><a href="http://bestwebgallery.com">Best Web Gallery</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Multi-Levels</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Team</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | <li><a href="#">Sub-Level Item</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Sales</a></li> | ||
+ | <li><a href="#">Another Link</a></li> | ||
+ | <li><a href="#">Department</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | <li><a href="#">Sub-Level Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">About</a></li> | ||
+ | <li><a href="#">Contact Us</a></li> | ||
+ | </ul> | ||
+ | <p><a href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/">CSS3 Dropdown Menu</a> <em>by</em> <a href="http://www.webdesignerwall.com">Web Designer Wall</a></p> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
+ | |||
+ | |||
+ | == '''Who we are''' == | ||
+ | {|border = "0" | ||
+ | |- | ||
+ | |rowspan="3"| | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | '''Advisors:''' | ||
+ | |||
+ | *''' Advisor 1''': Mentor for all | ||
+ | *'''Advisor 2''': Our favorite | ||
+ | *'''Grad Student 1''': Our leader | ||
+ | |||
+ | |||
+ | '''Undergrads:''' | ||
+ | |||
+ | *'''Akshay Sethi''': Biochemistry and Molecular Biology | ||
+ | *'''Christine Olson''': Neurobiology, Physiology, and Behavior | ||
+ | *'''Colin Deniston''': Biological Sciences -- Molecular and Cell | ||
+ | *'''Deborah Park''': Biological Sciences | ||
+ | *'''Mattan Hamou''': Neurobiology, Physiology, and Behavior | ||
+ | *'''Nick Csicsery''': Biological Systems Engineering | ||
+ | *'''Pui Yan Ho''': Biotechnology -- Microbiology/Fermentation | ||
+ | *'''Sahar Hojjat''': Biological Sciences -- Molecular and Cell Biology | ||
+ | *'''Sergio Waqued''': Biomedical Engineering | ||
+ | *'''Spencer Wong''': Genetics and Economics | ||
+ | |||
+ | |||
+ | |||
+ | | | ||
+ | <gallery> | ||
+ | Image:UC_Davis_Team_member_1.png|Team member 1 | ||
+ | Image:UC_Davis_Team_member_2.png|Team member 2 | ||
+ | Image:UC_Davis_Team_member_3.png|Team member 3 | ||
+ | Image:UC_Davis_Team_member_4.png|Team member 4 | ||
+ | Image:UC_Davis_Team_member_5.png|Team member 5 | ||
+ | Image:UC_Davis_Team_member_6.png|Team member 6 | ||
+ | Image:UC_Davis_Team_member_7.png|Team member 7 | ||
+ | </gallery> | ||
+ | |} | ||
+ | |||
+ | == '''What we did''' == | ||
+ | |||
+ | (Provide proper attribution for all work) | ||
+ | |||
+ | == '''Where we're from''' == |
Revision as of 17:33, 5 July 2012
!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Team:UC Davis/Team
From 2011.igem.org
Start a Family
Got a favorite BioBrick? Check our our process for expanding basic parts into part families.Criteria
View our judging criteria for iGEM 2011 here.
The Team
Keegan Owsley
Major: Biomedical Engineering.
Year: Senior.
iGEM Experience: 2 years.
Specialty: Team leader. Code-guy.
Musical Expertise: None.
Autobiography: Hello! This is my second year being on an iGEM team, and it feels good to be back. We hit the ground running fast this year, and we've gotten a lot done - but the science never stops! Working on iGEM has been an excellent opportunity as an undergrad to participate in self-driven research. As other igemmers probably understand, I spend most of my "free" time in lab - but on the off chance I'm not there, you can often find me online, playing Minecraft, surfing reddit, and hanging out with friends!
Tim Fenton
Major: Cell Biology.
Year: Senior.
iGEM Experience: 3 years.
Specialty: Photo-guy. Wiki Designer.
Musical Expertise: 17 years of piano, plays about a dozen other instruments.
Autobiography: Hey there I'm Tim. I really enjoy doing iGEM because it is one of the best undergrad research opportunities and I love working in the field of synthetic biology. If I'm not working in lab (almost never) I enjoy cycling on the country roads around Davis and playing tennis.
Aaron Heuckroth
Major: Microbiology, Classics.
Year: Senior.
iGEM Experience: 1 year.
Speciality: Bacteria Geek, Fundraiser/PR Guy.
Musical Expertise: 7 years of electric guitar. Metal, prog-rock, whatever!
Autobiography: I started this summer feeling like the odd man out -- before iGEM, I had no experience with any kind of engineering, and I was the only member of the team not to have taken advanced math courses. My focus on microbiology ended up coming in handy more than once, and I've picked up a lot from my team members, Marc, and the other members of the Facciotti lab, and I plan to explore the field of synthetic biology further in graduate school. If I had free time left over from both majors, I would spend it playing guitar, cooking delicious food and toying around with the occasional video game.
Nick Csicsery
Major: Biological Systems Engineering.
Year: Junior.
iGEM Experience: 1 year.
Speciality: Wetlab Powerhouse, "The New Guy."
Musical Expertise: Several years of electric guitar. Classic Rock.
Autobiography: Hi I'm Nick. iGEM this year has been my first lab experience and I have really enjoyed learning how to work in a research lab. I've learned quite a bit about how a project can be taken from an initial idea to a finished product. I've been most amazed by seeing how much a small group of people can get done when they all diligently work together. In my spare time I like long distance running and hiking.
The Advisors
Mike Starr
Position: Graduate Student Advisor
Department: Biomedical Engineering
Major: Systems Biology
Year: Graduate, 1st Year
Degree: B.S. in Biology
iGEM Experience: 1 year.
Musical Expertise: "Clapping."
Linh Huynh
Position: Graduate Student Advisor
Department: Biomedical Engineering
Major: Systems Biology
Year: Graduate, 2nd Year
Degree: B.S. in Computer Science
Musical Expertise: Unknown.
Dr. Marc Facciotti
Position: Primary Investigator. The Boss.
Department: Biomedical Engineering
Degree: Ph.D. in Biophysics.
iGEM Experience: 3 years.
Musical Expertise: Plays drums in the local jazz band "We 'Bones."
Facciotti Lab Wesbite
Dr. Ilias Tagkopoulos
Position: Co-Primary Investigator
Department: Biomedical Engineering, Computer Science
Degree: Ph.D. in Electrical Engineering
iGEM Experience: 2 years.
Musical Expertise: Clarinet.
Tagkopoulos Lab Website
Contact Us
ucdigem2011@gmail.com
Twitter:
@UCDavisiGEM
Phone:
(530) 334-8159
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. | |
Team UC_Davis |
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
CSS3 Dropdown Menu by Web Designer Wall
Who we are
Advisors:
|
|
What we did
(Provide proper attribution for all work)