<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dusjagr labs &#187; NanoPunk</title>
	<atom:link href="http://www.dusseiller.ch/labs/?cat=19&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dusseiller.ch/labs</link>
	<description>ideas research movies instruments</description>
	<lastBuildDate>Sun, 01 May 2022 16:10:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arrived in Ljubljana for some nano Å¡mano</title>
		<link>http://www.dusseiller.ch/labs/?p=1018</link>
		<comments>http://www.dusseiller.ch/labs/?p=1018#comments</comments>
		<pubDate>Tue, 14 Sep 2010 14:04:13 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[On the road]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=1018</guid>
		<description><![CDATA[after a great ride through, up and down the alps i arrived in ljubljana...
spending a night below the stars in Obergail, sleeping a first time in my new car and finally met with stefan doepner, f18, to work the next few weeks on nanoÅ¡mano in kapelica gallery. and now i need to find venzha... hmmm
]]></description>
			<content:encoded><![CDATA[<p>after a great ride through, up and down the alps i arrived in ljubljana...</p>
<p>spending a night below the stars in Obergail, sleeping a first time in my new car and finally met with stefan doepner, <a href="http://www.f18institut.org/">f18</a>, to work the next few weeks on nanoÅ¡mano in <a href="http://www.kapelica.org/">kapelica gallery</a>. and now i need to find venzha... hmmm</p>

<a href='http://www.dusseiller.ch/labs/?attachment_id=1019' title='IMG_0752'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/09/IMG_0752-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0752" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=1020' title='IMG_0758'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/09/IMG_0758-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0758" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=1021' title='IMG_0761'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/09/IMG_0761-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0761" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=1018</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Motility detection of microorganisms using a hacked optical mouse</title>
		<link>http://www.dusseiller.ch/labs/?p=941</link>
		<comments>http://www.dusseiller.ch/labs/?p=941#comments</comments>
		<pubDate>Mon, 17 May 2010 08:18:22 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[hackteria]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=941</guid>
		<description><![CDATA[Just done further experiments with the hacked optical mouse sensor, in this case a Avago ADNS2610, from a cheap wired logitec optical mouse. So i managed to connect the optical sensor to the arduino and send all the data, including the image from the 18x18pixel sensor, through a serial connection to puredata (pd). The sensor [...]]]></description>
			<content:encoded><![CDATA[<p>Just done further experiments with the hacked optical mouse sensor, in this case a Avago ADNS2610, from a cheap wired logitec optical mouse. So i managed to connect the optical sensor to the<a href="http://www.arduino.cc"> arduino</a> and send all the data, including the image from the 18x18pixel sensor, through a serial connection to <a href="http://puredata.info/">puredata (pd)</a>. The sensor is a real high-end device, it calculates the optical flow, thus gets out motion and the speed of the mouse, it detects focus by a SQL-value, which is proportional to the number of features the sensor detects on a surface. and other values such as maximum and average pixel and shutter speed can be read from the registers.</p>
<p><a href="http://www.dusseiller.ch/labs/wp-content/uploads/2010/05/detection_overview.jpg"><img src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/05/detection_overview-1024x414.jpg" alt="" title="detection_overview" width="480" class="alignnone size-large wp-image-943" /></a></p>
<p>The frame rate of the transmitted image is sadly relatively low, cos the ADNS chip is not meant to present this info at higher speed. still its reasonable, when reading all 18x18 pixel a framerate of roughly 5 fps is feasible, if you only dump the first couple of lines you can increase it to higher framerates.</p>
<p>After building a patch to visualize all these data from pd, i started experimenting with placing microorganisms on top of the sensor, keeping the optics intact, but replacing the LED with an RBG, so i can control illumination.</p>
<p>I got some really amazing results, it seems i can detect single cell microorganisms using just the mouse sensor and an arduino. see the movie below. while the sensor only detects motion if the whole image is shifted, it seems that when a microorganism (Blepharisma Japonicum)  passes the field of view, there is a substantial change in the SQL-value. </p>
<p>further i will try to do some simple image processing on the arduino directly, such as simple background substraction.</p>
<p><strong>Download Code</strong><br />
The code for the arduino and puredata can be found here (work in progress):</p>
<p><a href='http://www.dusseiller.ch/labs/wp-content/uploads/2010/05/worm_on_mouse2pd.zip'>worm_on_mouse2pd</a></p>
<p>* The arduino code, uses two libraries: pitches.h and SimpleMessageSystem.h. the first is just used to play a nice little welcome melody, the second is only needed to communicate back from pd to change the dumpWidth of the frame. copy them to your libraries folder.</p>
<p>* The pd patch uses two externals, "convert" to communicate with SimpleMessageSystem" (again only from pd to arduino not vice-versa) and a second one, "pd_fire_grad" to apply a look-up-table (LUT) to the pixels for better visualization.</p>
<p><object width="480" height="282"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11785980&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11785980&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="282"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=941</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More experiments with fluorescence</title>
		<link>http://www.dusseiller.ch/labs/?p=840</link>
		<comments>http://www.dusseiller.ch/labs/?p=840#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:57:36 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[SGMK]]></category>
		<category><![CDATA[hackteria]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=840</guid>
		<description><![CDATA[ I have just been doing more experiments using fluorescent dyes. Yesterday at the OpenLab, by SGMK, we messed around with solution of fluorescein. Was great fun. Thinking about ideas to use it for displays. only sometimes it looks almost too cheesy, to much goaparty-style. but with the right context, it might perfectly fit in. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/liquid_cell_fluoresent2.jpg"><img src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/liquid_cell_fluoresent2.jpg" alt="liquid_cell_fluoresent2" title="liquid_cell_fluoresent2" width="480" class="alignnone size-full wp-image-841" /></a> I have just been doing more experiments using fluorescent dyes. Yesterday at the <a href="http://www.mechatronicart.ch">OpenLab, by SGMK</a>, we messed around with solution of fluorescein. Was great fun. Thinking about ideas to use it for displays. only sometimes it looks almost too cheesy, to much goaparty-style. but with the right context, it might perfectly fit in. Fluorescence is in the end one of the key tools for doing biology and nanosciences.</p>

<a href='http://www.dusseiller.ch/labs/?attachment_id=842' title='fluorescence_display'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/fluorescence_display-150x150.jpg" class="attachment-thumbnail" alt="" title="fluorescence_display" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=843' title='fluorescence_display_2'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/fluorescence_display_2-150x150.jpg" class="attachment-thumbnail" alt="" title="fluorescence_display_2" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=844' title='fluorescence_LED_fluorescein'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/fluorescence_LED_fluorescein-150x150.jpg" class="attachment-thumbnail" alt="" title="fluorescence_LED_fluorescein" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=840</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>experiments on DIY nano microscopy</title>
		<link>http://www.dusseiller.ch/labs/?p=782</link>
		<comments>http://www.dusseiller.ch/labs/?p=782#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:54:34 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[hackteria]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=782</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/microbeads_fluorescence_colors.jpg"><img src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/microbeads_fluorescence_colors.jpg" alt="microbeads_fluorescence_colors" title="microbeads_fluorescence_colors" width="480" class="alignnone size-full wp-image-783" /></a></p>

<a href='http://www.dusseiller.ch/labs/?attachment_id=783' title='microbeads_fluorescence_colors'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/microbeads_fluorescence_colors-150x150.jpg" class="attachment-thumbnail" alt="" title="microbeads_fluorescence_colors" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=785' title='microbeads_fluorescence_both'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/microbeads_fluorescence_both-150x150.jpg" class="attachment-thumbnail" alt="" title="microbeads_fluorescence_both" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=786' title='2010-03-03-124714'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-03-124714-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-03-124714" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=788' title='2010-03-03-124926'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-03-124926-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-03-124926" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=790' title='2010-03-02-145301'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-02-145301-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-02-145301" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=791' title='2010-03-03-124123'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-03-124123-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-03-124123" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=792' title='2010-03-06-150547'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-06-150547-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06-150547" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=793' title='2010-03-06-150755'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-06-150755-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06-150755" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=794' title='2010-03-06-151004'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-06-151004-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06-151004" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=795' title='2010-03-06-151325'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-06-151325-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06-151325" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=797' title='2010-03-08-153811'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-08-153811-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-08-153811" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=798' title='2010-03-08-153828'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/03/2010-03-08-153828-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-08-153828" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=782</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY nanoparticle detection</title>
		<link>http://www.dusseiller.ch/labs/?p=746</link>
		<comments>http://www.dusseiller.ch/labs/?p=746#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:51:58 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[hackteria]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=746</guid>
		<description><![CDATA[I just tried to get some experience using the DIY microscope to detect fluorescence and nanoparticles. A friend of mine gave me some polymer-based hollow nanoparticles, designed for drug-delivery, dispersible in water and containing fluorescent dies. The fluorescence seems to be easily detectable even by eye when illuminated with an UV-LED. I guess I need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/Fluorescent_nano_microscope.jpg"><img src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/Fluorescent_nano_microscope-300x176.jpg" alt="Fluorescent_nano_microscope" title="Fluorescent_nano_microscope" width="300" height="176" class="alignleft size-medium wp-image-748" /></a>I just tried to get some experience using the DIY microscope to detect fluorescence and nanoparticles. A friend of mine gave me some polymer-based hollow nanoparticles, designed for drug-delivery, dispersible in water and containing fluorescent dies. The fluorescence seems to be easily detectable even by eye when illuminated with an UV-LED. I guess I need to build a dark box around the microscope to test it more in detail or maybe only work at nights....</p>

<a href='http://www.dusseiller.ch/labs/?attachment_id=747' title='Fluorescent_nano_closeup'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/Fluorescent_nano_closeup-150x150.jpg" class="attachment-thumbnail" alt="" title="Fluorescent_nano_closeup" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=748' title='Fluorescent_nano_microscope'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/Fluorescent_nano_microscope-150x150.jpg" class="attachment-thumbnail" alt="" title="Fluorescent_nano_microscope" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=749' title='Fluorescent_nano_overview'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/Fluorescent_nano_overview-150x150.jpg" class="attachment-thumbnail" alt="" title="Fluorescent_nano_overview" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=750' title='frame4'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/frame4-150x150.png" class="attachment-thumbnail" alt="" title="frame4" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=751' title='nanoparticle_agglomerates'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/nanoparticle_agglomerates-150x150.png" class="attachment-thumbnail" alt="" title="nanoparticle_agglomerates" /></a>
<a href='http://www.dusseiller.ch/labs/?attachment_id=752' title='nanoparticle_bright_field'><img width="150" height="150" src="http://www.dusseiller.ch/labs/wp-content/uploads/2010/02/nanoparticle_bright_field-150x150.png" class="attachment-thumbnail" alt="" title="nanoparticle_bright_field" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=746</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NanoPunk</title>
		<link>http://www.dusseiller.ch/labs/?p=560</link>
		<comments>http://www.dusseiller.ch/labs/?p=560#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:33:13 +0000</pubDate>
		<dc:creator>dusjagr</dc:creator>
				<category><![CDATA[NanoPunk]]></category>
		<category><![CDATA[hackteria]]></category>

		<guid isPermaLink="false">http://www.dusseiller.ch/labs/?p=560</guid>
		<description><![CDATA[The Hounted House of Nano â€“ Nano-Schmano, nanoPunk         and the hacking of future (Working title)
 
Nano is all around
Nano is future, future will be nano
Nano colour, nano structures, nano machines, nano biology
Intelligent dust and elevators to outer space
 We are apparently now in a situation where modern [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial;"><strong><span style="font-size: medium;">The Hounted House of Nano â€“ Nano-Schmano, nanoPunk         and the hacking of future</span> </strong><span style="font-size: x-small;">(Working title)</span></span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">Nano is all around<br />
Nano is future, future will be nano<br />
Nano colour, nano structures, nano machines, nano biology<br />
Intelligent dust and elevators to outer space</span></p>
<p><span style="font-family: Arial;"> </span><em><span style="font-family: Arial; font-size: small;">We are apparently now in a situation where modern technology is         changing the way people behave, people talk, people react, people think         and people remember. And you encounter this not only in a theoretical         way, but when you meet people, when suddenly people start forgeting         things, when suddenly people depend on their gadgets, and other stuff,         to remember certain things. This is the beginning, its just an         experience. But if you think about it and you think about your own         behavior, you suddenly realize that something fundamental is going on.<br />
... It's the question: what is important, what is not important, what is         important to know? Is this information important? Can we still decide         what is important? And it starts with this absolutely normal, everyday         news. (Frank Schirrmacher/Editor FAZ, Germany)</span></em></p>
<p><em> </em><span style="font-family: Arial;"><strong> </strong><strong><span style="font-size: medium;">f18institut Ljubljana/Hamburg</span></strong><span style="font-size: medium;"> together with <strong>dusjagr labs ZÃ¼rich</strong> will establish an <strong>artistic         research on nanotechnology, </strong>beginning 2010 with their first         collaboration<strong>.</strong></span></span></p>
<p><img src="http://www.f18institut.org/news/Image1.jpg" alt="" width="303" height="272" /></p>
<p><span style="font-family: Arial;">As the field of nanotechnology is far too broad to be investigated as         a whole, we will start with a preliminary project in the field of         nano-biotechnology. While nanotechnology deals with all natural and         artificial phenomena at the lenghtscale of nanometers, only a few atoms,         it is also the meeting point where all modern disciplines merge and have         to find a common language. Allthough a real world experience of this         nanoworld is difficult to achieve and can only be perceived by the use         of modern scientific instruments, logical abstraction and modelling, we         will try to develop possible tools to find, build, sensorize, evaluate,         see and manipulate biological nanostructures, such as motorproteins and         protein-coated nanoparticles. We think that an artistic interpretation         of these allows further insight into this world and produce         experiencable and metaphorical realities of modern science and         technology.<br />
Within the context of a simple approach and DIY philosophy, our tools         will be comparable with knowing 3 chords on a guitar and playing punk         music, one does not really now the whole context â€“ but gathers         experience and examples for new developments â€“ while creating new         artefacts.</span></p>
<p>The project will kick-off with a project presentation and discussion,         followed by a intensive reasearch, experimentation and production phase         of 10 â€“ 14 days by Doepner and Dusseiller.<br />
We will investigate to create structures, systems and situations with         possible artistic value. It is about basic research on how to work on         simple ways with nanotechnology, accessible to artists in labs and         ateliers, and any more its possibilities for social and artistic value         and relevance. Further on the project will consist of audiovisual and         physical examples of our developments, as well as of self generated and         semi professional tools for biological nano experiments.</p>
<p><strong>Finally we will present an installation, which will represents our         research, trials and errors, achievements and critical reflections. The         final object should be the [Nano-Schmano] Object, an interactive, nano         kinetic light and sound installation, based on Kinesin Motor Proteins         and protein-coated nanoparticles, in which the visitor can change and         controll through electromagnetic force and light emmissions the patterns         and behaviour of those nanostructures.</strong></p>
<p><strong>Their actual activities/reactions will be audiovisually processed and         translated to be observable, audible and graspable.</strong></p>
<p><strong> </strong>Appendix:</p>
<p><em><span style="font-family: Arial; font-size: small;">Motorproteins</span></em></p>
<p><em>Motorproteins are a family of abundant biomolecules that can perform         mechanical work. For example as active proton pumps rotary motors in the         cellular membrane, the acto-myosin machinery of muscle contraction or         the kinesins, which are responsible for transport of material through a         cell by "walking" on microtubule filaments. With the merging         of biology, robotics and engineering at the nanoscale, scientists have         developed hybrid systems that use these biological machinery for         engineering applications, such as microscale transport networks, so         called NanoShuttles (Vogel V, Hess H, NanoShuttles: Harnessing motor         proteins to transport cargo in synthetic environments, Lecture Note         Proceedings, Nobel Symposium 131 (2007) 367-383).</em></p>
<p><em> </em></p>
<p align="center"><img src="http://www.f18institut.org/news/Image2.jpg" alt="" width="301" height="195" /><br />
(Image from Hess, H. MATERIALS SCIENCE: Enhanced: Toward Devices Powered         by Biomolecular Motors. <em>Science</em> <strong>312</strong>, 860-861(2006).Â <img src="http://www.f18institut.org/news/news.h1.jpg" border="0" alt="" width="257" height="194" /><br />
(Image from Wikipedia, the free encyclopedia. at         &lt;http://en.wikipedia.org/wiki/Kinesin&gt;)</p>
<p><strong><span style="font-family: Arial;"> </span></strong></p>
<p><strong><span style="font-family: Arial;">Authors</span></strong><span style="font-family: Arial;">:</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">Stefan Doepner</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">Dr. Marc Dusseiller</span></p>
<p><span style="font-family: Arial;"> </span><span style="font-family: Arial;">Producer:</span></p>
<p>f18institut, Ljubljana<br />
dusjagr labs, ZÃ¼rich<br />
Kapelica Gallery<br />
Kud Obrat</p>
<p>About the authors:</p>
<p><strong><span style="font-family: Arial;"> </span></strong></p>
<p><strong><span style="font-family: Arial;">Stefan Doepner</span></strong><span style="font-family: Arial;"> studied         Painting and Experimental Film at the University of Arts Bremen.<br />
Doepner's focus is on the artistic exploration of today's use, reception         and rules of technology, to analyze and understand contemporary systems         and techniques he acquires the method of reinvention. In his work         Doepner tries to profane the technological glorification and to grasp         the relations of society, technology, sound, science and every day life         through meditation and mediation.<br />
1992 Doepner participated at the Documenta9 project Van Gogh TV; 1993         co-founded MAB, Bremen; 1995 MediaLab @ sea, Hamburg; 1996 co-founded         f18institut, Hamburg; since 1997 on going collaborations with Stelarc;         2002 artgendaTV within Artgenda Hamburg; 2004 Playground Robotics,         Basel, Bern Solothurn; 2006 participated at Steirischer Herbst, Graz and         Smart 2006, Bremen. 2007 co-founded Cirkulacija2, Ljubljana; 2008         participation at Synthetic Times: Media Art China 2008, Beijing and at         Ars Electronica08, Linz.</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">www.f18institut.org, www.obrat.org</span></p>
<p><span style="font-family: Arial;"> <strong> </strong></span></p>
<p><span style="font-family: Arial;"><strong>Marc R. Dusseiller</strong> is a transdisciplinary scholar, lecturer for         Micro- and Nanotechnology and artist. He works in an integral way to         combine science, art and education. He performs DIY-workshops in lo-fi         electronics, music and robotics, has made various short movies and is         currently developing means to perform biological science (hackteria |         open source biological art) in a DIY fashion in your kitchen or your         atelier. He is also co-organizing dock18, Room for Mediacultures, and         various other engagments like the diy* festival as the president of the         Swiss Mechatronic Art Society, SGMK.</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">http://www.dusseiller.ch/labs, http://www.mechatronicart.ch</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;"><br />
About <strong>Hackteria</strong>/<br />
Hackteria is a collection of Open Source Biological Art Projects         instigated in February 2009 by Andy Gracie (UK), Marc Dusseiller (CH)         and Yashas Shetty (IN). The aim of the project is to develop a rich web         resource for people interested in or developing projects that involve         DIY bioart, open source software and electronic experimentation. As a         community platform hackteria tries to encourage the collaboration of         scientists, hackers and artists to combine their experitise, write         critical and theoretical reflections, share simple instructions to work         with lifescience technologies and cooperate on the organization of         workshops, festival and meetings.</span></p>
<p><span style="font-family: Arial;"> </span></p>
<p><span style="font-family: Arial;">http://hackteria.org/</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dusseiller.ch/labs/?feed=rss2&amp;p=560</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
