Team:EPF-Lausanne/Tools/MICROFLUIDICS

From 2011.igem.org

(Difference between revisions)
Line 34: Line 34:
* can we somehow strengthen the link to synthetic biology?
* can we somehow strengthen the link to synthetic biology?
 +
== Newer game ideas ==
 +
 +
== Labyrinth / Pipedream ==
 +
 +
A labyrinth would be a straightforward application of microfluidics to gaming. Allow a limited time to figure out what valves to open or close, then flow in a dyed liquid. If the path is correct, the fluid flows into a "win" pool. Otherwise, it leaks into a "lose" pool.
 +
 +
== Tamagotchi ==
 +
 +
Keep an on-chip ''C. Elegans'' worm. Flow in food, dyes, or whatever, flush out its excrements. Sounds boring but people like pets...
 +
 +
If we can figure out how to make them reproduce we can make a microsims game.
 +
 +
== Crowdsourcing ==
 +
 +
A cool application of web-controlled games is "crowdsourcing": using the community's "idle brain time", or harnessing all those people wasting their time on facebook games to do something useful. Great examples are ReCaptcha, where by answering captchas people help the gutenberg project transcribe books, or somewhat forgotten ESP game, where people help label images on the internet. I just found Zooniverse: http://www.zooniverse.org/projects, where by playing games people help advance scientific projects.
 +
 +
For a crowdsourcing project to work we need:
 +
* An interesting problem to solve, that is easy to solve by humans, but tough for computers. Any kind of image processing or concept assimilation comes to mind. Tasks like massive image processing are appropriate, for example colouring in neurons on microtomographs.
 +
* A fun, simple, but addictive game. The community has to find it fun to play, and not feel like they are being exploited.
 +
* OR a ReCaptcha style thing. You're only stealing three seconds of the person's time and you are solving a problem that is necessary for the user anyway (Captchas were used before ReCaptcha came up).
 +
 +
For microfluidics, I can think of a shooter-style game where people would locate glowing wells on a plate or chip. I can remember Matt saying he struggled to program that for poorly aligned chips.
== Software ==
== Software ==
-
All the components to the software part exist, the challenging part will be to glue them together in a stable and secure way.
+
All the components to the software part exist, the challenging part will be to glue them toge
 +
ther in a stable and secure way.
As Sebastian pointed out, the video stream and user input can remain completely separate. With this in mind, here's a tentative outline of the system: a cheap PC receives video from the USB microscope (webcam) and controls the actuators through an FTDI USB interface (serial communication through a USB port). The PC also runs a web server, to stream live video and receive commands from players. Players remotely control the game through a browser-based interface.
As Sebastian pointed out, the video stream and user input can remain completely separate. With this in mind, here's a tentative outline of the system: a cheap PC receives video from the USB microscope (webcam) and controls the actuators through an FTDI USB interface (serial communication through a USB port). The PC also runs a web server, to stream live video and receive commands from players. Players remotely control the game through a browser-based interface.

Revision as of 05:56, 12 August 2011