Team:Wellesley HCI/Notebook/KaraNotebook
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | + | <title>Wellesley HCI iGEM Team: Kara's Notebook</title> | |
- | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
- | + | <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js?foo"></script> | |
- | + | <style type="text/css"> | |
- | + | /*hide default igem banner and reformat style into blank slate*/ | |
- | + | #globalWrapper {width: 100%;} | |
- | + | #top-section {width: 100%; height:30px; border:none;} | |
- | + | #p-logo {display:none;} | |
- | + | #search-controls {display:none;} | |
- | + | #menubar a {color:#000000;} | |
- | + | #menubar a:hover{text-decoration:none; color:#6B5A3A;} | |
- | + | .left-menu {background-color:#FFFFFF; margin:5px 0px 0px 0px; padding:0;} | |
- | + | .left-menu ul {background-color:#FFFFFF; margin:0; padding:0;} | |
- | + | .right-menu ul li a {background-color:#FFFFFF;} | |
- | + | .printfooter {display:none;} | |
- | + | #footer-box {border:none;} | |
- | + | #catlinks {display:none;} | |
- | + | .firstHeading {display:none;} | |
- | + | #content {width: 100%; border:none;} | |
- | + | #bodyContent {border:none;} | |
- | + | /*actual content styles*/ | |
- | + | body {width: 800px; margin:auto;} | |
- | + | #bu-wellesley_wiki_content {height:auto; line-height:100%;} | |
- | + | /*#bu-wellesley_wiki_content a {color:#69d01d;}*/ | |
- | + | #bu-wellesley_wiki_content a:hover {text-decoration:none; color:#3d3f3c;} | |
- | + | .navbar li {color: #ffffff;} | |
- | + | .navbar li a {color: #ffffff;} | |
- | + | .navbar li a:hover {background:#D99C45; color: #ffffff;} | |
- | + | /*only use for current page content header (i.e. Team, G-nomeSurferPro, etc)*/ | |
- | + | H6 { | |
- | + | font-family: Helvetica; | |
- | + | text-transform: uppercase; | |
- | + | text-decoration: none; | |
- | + | text-align: center; | |
- | + | color: #272829; | |
- | + | font-size: 32pt; | |
- | + | } | |
- | + | H3 { | |
- | + | font-family: Helvetica; | |
- | + | text-decoration: none; | |
- | + | text-align: left; | |
- | + | line-height:120%; | |
- | + | color: #958E8E; | |
- | + | font-size: 12pt; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | </style> | |
- | + | <link rel="stylesheet" type="text/css" href="http://cs.wellesley.edu/~hcilab/iGEM2012/css/Team.css"> | |
- | + | <style type="text/css">@import "http://cs.wellesley.edu/~hcilab/iGEM_wiki/css/videobox.css";</style> | |
</head> | </head> | ||
- | |||
<body class="basiclayout"> | <body class="basiclayout"> | ||
<div id="bu-wellesley_wiki_content"> | <div id="bu-wellesley_wiki_content"> | ||
- | + | <!--<p style="text-align:center;"><a href="https://2012.igem.org/Team:BU_Wellesley_Software"><img src="http://cs.wellesley.edu/~hcilab/iGEM_wiki/images/banner.png" width="800px"></a></p>--> | |
- | + | ||
- | + | <ul id="nav"> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Team">Team</a></li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Project_Overview">Project</a></li> | |
- | + | ||
- | + | <li><a href="#">Process</a> | |
- | <li><a href="#">Process</a> | + | <ul> |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Methodology">Methodology</a></li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Safety">Safety</a></li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Notebook">Notebook</a></li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Outreach">Outreach</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Gold">Medal Fulfillment</a></li> | |
- | + | <li><a href="#">Additional Info</a> | |
- | + | <ul> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Acknowledgement">Acknowledgement</a></li> | |
- | + | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Social">Fun</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | </ul> | |
- | + | ||
- | + | <!--notebook goes here--> | |
- | + | <h6>Kara's Notebook</h6> | |
- | + | <br> | |
- | + | <html> | |
- | + | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | |
- | + | <script> | |
- | + | new TWTR.Widget({ | |
- | + | version: 2, | |
- | + | type: 'profile', | |
- | + | rpp: 4, | |
- | + | interval: 30000, | |
- | + | width: 800, | |
- | + | height: 200, | |
- | + | theme: { | |
- | + | shell: { | |
- | + | background: '#2e9c32', | |
- | + | color: '#ffffff' | |
- | + | }, | |
- | + | tweets: { | |
- | + | background: '#ffffff', | |
- | + | color: '#423942', | |
- | + | links: '#46ba14' | |
- | + | } | |
- | + | }, | |
- | + | features: { | |
- | + | scrollbar: true, | |
- | + | loop: false, | |
- | + | live: true, | |
- | + | hashtags: true, | |
- | + | timestamp: true, | |
- | + | avatars: false, | |
- | + | behavior: 'all' | |
- | + | } | |
- | + | }).render().setUser('oh_kylu').start(); | |
- | + | ||
- | + | </script> | |
- | + | </html> | |
- | + | <br> | |
- | + | == May 29: First day of the summer session! == | |
- | + | Orientation. Plan. Fill this in | |
- | + | == Jun 6: A day in the wet lab == | |
- | + | MIT reflection goes here | |
- | + | == Jun 12: A day in the wet lab == | |
- | + | BU day! | |
- | + | == Jun 13 & 14: Brainstorming!! == | |
- | + | Brainstorming reflection goes here | |
- | + | <!--notebook ends here--> |
Revision as of 20:37, 15 June 2012
Kara's Notebook
Contents |
May 29: First day of the summer session!
Orientation. Plan. Fill this in
Jun 6: A day in the wet lab
MIT reflection goes here
Jun 12: A day in the wet lab
BU day!
Jun 13 & 14: Brainstorming!!
Brainstorming reflection goes here