Team:Wellesley HCI/Safety
From 2012.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | < | + | <title>Wellesley HCI: Methodology</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> | ||
+ | <body class="basiclayout"> | ||
+ | <div id="bu-wellesley_wiki_content"> | ||
+ | |||
+ | <p style="text-align:center;"><a href="https://2012.igem.org/Team:Wellesley_HCI"><img src="http://cs.wellesley.edu/~hcilab/iGEM2012/images/titleimage.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> | ||
+ | <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> | ||
+ | |||
+ | <br> | ||
+ | <h6>Safety</h6> | ||
+ | |||
+ | <p> | ||
+ | For the computational team, safety was still an important component, as we tested our software on human subjects. We considered a user's physical, emotional, and mental demand during a study. We had consent forms for every participant in every study, letting them know that the studies were voluntary and that they could leave at any time they felt uncomfortable. We were very reassuring throughout every study, letting users know that any crashes or difficulties were our fault as designers and programmers; not theirs. We also compensated our participants with lunch or gift cards. | ||
+ | </p> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | <br><br><br><br><br> | ||
+ | </div><!--end wellesley_wiki_content div--> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 23:50, 16 June 2012
Safety
For the computational team, safety was still an important component, as we tested our software on human subjects. We considered a user's physical, emotional, and mental demand during a study. We had consent forms for every participant in every study, letting them know that the studies were voluntary and that they could leave at any time they felt uncomfortable. We were very reassuring throughout every study, letting users know that any crashes or difficulties were our fault as designers and programmers; not theirs. We also compensated our participants with lunch or gift cards.