Team:Wellesley HCI/Notebook/MadeleineNotebook
From 2012.igem.org
(Difference between revisions)
Line 67: | Line 67: | ||
<!--Start NavBar--> | <!--Start NavBar--> | ||
<ul id="nav"> | <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/Team">Team</a> |
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Tips_Tricks">Tips & Tricks</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Social">Fun</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
<li><a href="https://2012.igem.org/Team:Wellesley_HCI/Project_Overview">Project</a> | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Project_Overview">Project</a> | ||
<ul> | <ul> | ||
Line 78: | Line 85: | ||
</li> | </li> | ||
- | <li><a href="#"> | + | <li><a href="#">Human Practices</a> |
<ul> | <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/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/Safety">Safety</a></li> | ||
- | |||
<li><a href="https://2012.igem.org/Team:Wellesley_HCI/Outreach">Outreach</a></li> | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Outreach">Outreach</a></li> | ||
- | |||
</ul> | </ul> | ||
</li> | </li> | ||
<li><a href="https://2012.igem.org/Team:Wellesley_HCI/Gold">Medal Fulfillment</a></li> | <li><a href="https://2012.igem.org/Team:Wellesley_HCI/Gold">Medal Fulfillment</a></li> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <!--End NavBar--> | + | <!--End NavBar--> |
<!--notebook goes here--> | <!--notebook goes here--> |
Revision as of 15:21, 3 October 2012
Madeleine's Notebook
Summer 2012
This summer in the Human Computer Interaction lab, I worked on the MoClo Planner, an interactive program for bioengineers. I worked on the early design and learned about coding a WPF user interface in XAML. Following this, my group and I worked on code for genetic alignment tests for the Primer Designer component of the MoClo Planner. With these, I learned navigation within the command line and rough knowledge of C#. I observed user studies where we watched volunteers test our program for bugs and give us feedback on the intuitiveness of the design. This summer, I gained a new appreciation for the smaller projects that go into large software and now see the importance of documenting, sharing, and improving your code.