Team:Wellesley Desyne/Eugenie

From 2013.igem.org

Revision as of 03:29, 25 September 2013 by Esegreto (Talk | contribs)

Wellesley HCI iGEM Team: Welcome

Wellesley HCI iGEM 2013

Eugenie

TOOL OVERVIEW


Eugenie is a multi touch application which allows synthetic biologists to utilize the programming language Eugene without having to write Eugene code and to create biological circuits. The application consists of three representations of the circuit: “Treeview,” “FlowView,” and “EugeneView.” The user can search through the Clotho and iGEM databases to find the biological parts desired and can drag them to the workspace, edit behavior and properties, and view live-updating Eugene code for the circuit. After the user is finished creating a circuit, they can then view the search results which display the permutations of the circuit. This process is meant to be iterative, so users can go back and add more properties and behavior specifications if they would like to reduce the number of results.

Design


TreeView creates the structure of the circuit.


BehaviorView defines the behavior between parts.

CodeView - allows user to view live updating Eugene code

Implementation

We implemented Eugenie using C#, XAML and the Surface SDK 2.0. We also used the MVVM framework and Eugene for the creation of synthetic biology circuits.

Goals

  • Implementing top-down design
  • Enhancing sensemaking
  • Supporting resource integration
  • Fostering collaboration

Results

Results showing users' positive experience with Eugenie.

We conducted user-testing with Eugenie with members of the BU and MIT iGem teams as well as Wellesley College students. In our study, students were given a brief explanation of synthetic biology, Eugene, the visual language we had created and the Eugenie user interface, and our project goals, and were then tasked with first interpreting genetic devices from our visual language and then translating genetic devices represented in SBOL visualization into our visual language. Then, participants were tasked with using our program to create one of the genetic devices they had translated. We asked participants to rate the ease of understanding the visual language and using the program. We also asked participants for their feedback on how the program could be improved. Overall response was positive, with many testers believing that Eugenie can become a great tool to help other young synthetic biologists with their research work.

Demo

Future Work

  • Supplement part information with additional information from previous iGEM projects and other synthetic biology databases
  • Allow users to access more parts from other synthetic biology databases
  • Expedite the process for synthetic biologists to create genetic circuits