<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Weng+Zhenhuan</id>
	<title>Medien Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Weng+Zhenhuan"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Weng_Zhenhuan"/>
	<updated>2026-05-16T19:30:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98152</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98152"/>
		<updated>2018-07-14T10:09:01Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Homework==&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
[[:File:Led_dimmer.ino]]&lt;br /&gt;
&lt;br /&gt;
Introduction: We could send bytes to the board from MAX that could access the computer serial port to control led brightness. Firstly we need &amp;quot;print&amp;quot; to send a serial ports. &amp;quot;serial b 9600&amp;quot; means 9600 bits per second, it is the default for the Arduino, and is perfectly adequate for the majority of users, but we could also change it to other speeds: Serial.begin(2400) would set the Arduino to transmit at 2400 bits per second. I used &amp;quot;Slider&amp;quot; to output values and to control the brightness of LED. &lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other Exercises==&lt;br /&gt;
&lt;br /&gt;
20.4 &amp;quot;Dimmer and Frequency&amp;quot;[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98151</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98151"/>
		<updated>2018-07-14T10:07:17Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Homework==&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
[[:File:Led_dimmer.ino]]&lt;br /&gt;
&lt;br /&gt;
Introduction: We could send bytes to the board from MAX that could access the computer serial port to control led brightness. Firstly we need &amp;quot;print&amp;quot; to send a serial ports. &amp;quot;serial b 9600&amp;quot; means 9600 bits per second, it is the default for the Arduino, and is perfectly adequate for the majority of users, but we could also change it to other speeds: Serial.begin(2400) would set the Arduino to transmit at 2400 bits per second. I used &amp;quot;Slider&amp;quot; to output values and to control the brightness of LED. &lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98150</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98150"/>
		<updated>2018-07-14T10:05:58Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
[[:File:Led_dimmer.ino]]&lt;br /&gt;
&lt;br /&gt;
Introduction: We could send bytes to the board from MAX that could access the computer serial port to control led brightness. Firstly we need &amp;quot;print&amp;quot; to send a serial ports. &amp;quot;serial b 9600&amp;quot; means 9600 bits per second, it is the default for the Arduino, and is perfectly adequate for the majority of users, but we could also change it to other speeds: Serial.begin(2400) would set the Arduino to transmit at 2400 bits per second. I used &amp;quot;Slider&amp;quot; to output values and to control the brightness of LED. &lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98149</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98149"/>
		<updated>2018-07-14T09:47:28Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
[[:File:Led_dimmer.ino]]&lt;br /&gt;
&lt;br /&gt;
Introduction: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98148</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98148"/>
		<updated>2018-07-14T09:41:16Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Led_dimmer.ino]]&lt;br /&gt;
&lt;br /&gt;
Introduction: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Led_dimmer.ino&amp;diff=98147</id>
		<title>File:Led dimmer.ino</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Led_dimmer.ino&amp;diff=98147"/>
		<updated>2018-07-14T09:40:44Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98146</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98146"/>
		<updated>2018-07-14T09:38:37Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is a very basic patch of playing webcam. Firstly I used the &amp;quot;Metro 30&amp;quot; to set time in 30 milliseconds. Then &amp;quot;jit.grab&amp;quot; could digitize video from the signals into a Jitter matrix. In the end, I used the &amp;quot;jit.pwindow&amp;quot; to display Jitter data and images. Then we could see ourselves from our webcam. &lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98145</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98145"/>
		<updated>2018-07-14T09:32:41Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: The first step I needed to upload &amp;quot;SoundCool&amp;quot; application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, &amp;quot;udpreceive 2001&amp;quot; would receive messages over a network. Then &amp;quot;route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message&#039;s first argument to the route object&#039;s own arguments. Because the &amp;quot;fader 1&amp;quot; could only input from 0 to 1. So we need to use &amp;quot;scale&amp;quot; to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98144</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98144"/>
		<updated>2018-07-14T09:19:25Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98143</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98143"/>
		<updated>2018-07-14T09:19:12Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
Introduction: This is an simple sequencer which I used the&amp;quot; metro 200&amp;quot; which could output a bang message in 200 milliseconds. Then &amp;quot;counter 1 8&amp;quot; could keep count based on bang messages then loop forward from 1 to 8. After that &amp;quot;select 1 2 4 &amp;quot;could output bangs based on input matching then output &amp;quot; 1 2 4&amp;quot; and send messages to &amp;quot;300 500 700&amp;quot; respectively. Then the &amp;quot;cycle~ 440 &amp;quot; could generate a periodic waveform and the Audio could be output.&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98142</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98142"/>
		<updated>2018-07-14T09:07:29Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homeworks&lt;br /&gt;
&lt;br /&gt;
[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98141</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98141"/>
		<updated>2018-07-14T09:06:51Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98140</id>
		<title>GMU:Max/MSP visual programming/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Max/MSP_visual_programming/Zhenhuan_Weng&amp;diff=98140"/>
		<updated>2018-07-14T09:06:30Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:2. build simple sequencer.maxpat]]&lt;br /&gt;
[[File:3 OSC.maxpat]]&lt;br /&gt;
[[File:4 led dimmer.maxpat]]&lt;br /&gt;
[[File:6 play web cam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
20.4 Class Two - &amp;quot;Dimmer and Frequency&amp;quot;&lt;br /&gt;
[[:File:Class 2-MAX  .docx]]&lt;br /&gt;
&lt;br /&gt;
11.5 Sound Cool Arduino - [[:File:sound cool control LED .maxpat]]&lt;br /&gt;
&lt;br /&gt;
16.5 Jitter [[:File:animation-ZHenhuan Weng.maxpat]]&lt;br /&gt;
&lt;br /&gt;
24.5 My idea “Max interactive with Webcam” [[:File:Max interactive with Webcam.maxpat]]&lt;br /&gt;
&lt;br /&gt;
21.6 Test 1[[:File:Test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
27.6 Test 2[[:File:Webcam-Sound test 1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
05.7 Homework &amp;quot;Introduction&amp;quot;[[:File:Homework 1 counter, sequencer.maxpat]]&lt;br /&gt;
&lt;br /&gt;
08.7  Counter and Sequencer[[:File:counter, sequencer.maxpat]]&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:6_play_web_cam.maxpat&amp;diff=98139</id>
		<title>File:6 play web cam.maxpat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:6_play_web_cam.maxpat&amp;diff=98139"/>
		<updated>2018-07-14T09:05:40Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:4_led_dimmer.maxpat&amp;diff=98138</id>
		<title>File:4 led dimmer.maxpat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:4_led_dimmer.maxpat&amp;diff=98138"/>
		<updated>2018-07-14T09:05:40Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:3_OSC.maxpat&amp;diff=98137</id>
		<title>File:3 OSC.maxpat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:3_OSC.maxpat&amp;diff=98137"/>
		<updated>2018-07-14T09:05:40Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2._build_simple_sequencer.maxpat&amp;diff=98136</id>
		<title>File:2. build simple sequencer.maxpat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2._build_simple_sequencer.maxpat&amp;diff=98136"/>
		<updated>2018-07-14T09:05:39Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98129</id>
		<title>GMU:Habitats SS18/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98129"/>
		<updated>2018-07-13T21:09:02Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kelvin generator - Euglena&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Abstract&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I would like to explore how Euglenas would behave in the electrostatic water. The electricity would be created by Kelvin generator which converts falling water to electrostatic charge and using the electric wires to conduct electricity. Then we could test its functionality and how much current electricity would be created. Then we could try to redirect the electrostatic field into a DC current and then let it flow in the water and see how Euglenas behave. Based on the experiments we could explore how Euglenas would behave in different intensity of electricity and Euglenas could stand how much electricity in water.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The principle of Kelvin generator&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:principle.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;[[:File:Plastic pipes.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;05.06.2018&#039;&#039;&#039;&lt;br /&gt;
Preparing materials&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:1-1.jpeg&lt;br /&gt;
File:1-2.jpeg&lt;br /&gt;
File:1-3.jpeg&lt;br /&gt;
File:1-4.jpeg&lt;br /&gt;
File:1-5.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Materials List:&#039;&#039;&#039;&lt;br /&gt;
Two Coca-Cola drink bottles；Two Paper Milk Boxes；Two foil paper Bowls ; One big Plastic Plates; Wires&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Functions of each parts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Coca-Cola drink bottles&#039;&#039;&#039;：I chose two Coca-Cola drink bottles as the materials of metal rings that is the most important part in the system of Kelvin Generator. In order to improve efficiency and save more time to test the system of Kelvin generator, I chose Coca-Cola drink bottles as the materials to make metal rings，because I thought they were made by metal and they were more easily carved up by cutter comparing with other metal cans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Paper Milk Boxes&#039;&#039;&#039;：&lt;br /&gt;
Considering the volume of insulated containers, I chose two paper milk boxes as the water tank, because the surface material of them inside were plastic film which were insulator and solider than paper, if we wanted to contain more water and easy to carry, that is a good choose I though at that time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two foil paper Bowls&#039;&#039;&#039;:&lt;br /&gt;
I chose the foil paper Bowls as the container of water flow in this system, because they could conduct electricity and  &lt;br /&gt;
light quality, the most important things is that they were just in my kitchen. So I could use them as soon as possible to test the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;06.06.2018&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Kelvin generator 1&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG257.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Introduction&#039;&#039;&#039;&lt;br /&gt;
This is my first plan of Kelvin generator. I used two isolated paper boxes to contain water separately, then water could flow out from the tiny hole in the bottom of each paper box and passed through the metal ring. Then the foil paper bowls could contain the vertically falling water separately. Then the last thing was to connected all these wires and waited for current generation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG539.jpeg&lt;br /&gt;
File:WechatIMG538.jpeg&lt;br /&gt;
File:WechatIMG537.jpeg&lt;br /&gt;
File:WechatIMG535.jpeg&lt;br /&gt;
File:WechatIMG534.jpeg&lt;br /&gt;
File:WechatIMG533.jpeg&lt;br /&gt;
File:WechatIMG532.jpeg&lt;br /&gt;
File:WechatIMG531.jpeg&lt;br /&gt;
File:WechatIMG526.jpeg&lt;br /&gt;
File:WechatIMG525.jpeg&lt;br /&gt;
File:WechatIMG524.jpeg&lt;br /&gt;
File:WechatIMG521.jpeg&lt;br /&gt;
File:WechatIMG520.jpeg&lt;br /&gt;
File:WechatIMG519.jpeg&lt;br /&gt;
File:WechatIMG518.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Analysis&#039;&#039;&#039;&lt;br /&gt;
This is my first time to build the Kelvin generator, so I wanted to use these materials to test the system and produced electricity for further study. I prepared all these materials to build the first Kelvin generator, unfortunately it was not simply as it looks like.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 1&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG258.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 2&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG259.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
13.06.2018&lt;br /&gt;
Plan B &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG260.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG261.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
20.06.2018&lt;br /&gt;
Plan C &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG262.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG263.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
25.06.2018&lt;br /&gt;
The new Kelvin Generator &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG574.jpeg&lt;br /&gt;
File:WechatIMG575.jpeg&lt;br /&gt;
File:WechatIMG576.jpeg&lt;br /&gt;
File:WechatIMG578.jpeg&lt;br /&gt;
File:WechatIMG579.jpeg&lt;br /&gt;
File:WechatIMG581.jpeg&lt;br /&gt;
File:WechatIMG582.jpeg&lt;br /&gt;
File:WechatIMG583.jpeg&lt;br /&gt;
File:WechatIMG586.jpeg&lt;br /&gt;
File:WechatIMG587.jpeg&lt;br /&gt;
File:WechatIMG590.jpeg&lt;br /&gt;
File:WechatIMG591.jpeg&lt;br /&gt;
File:WechatIMG592.jpeg&lt;br /&gt;
File:WechatIMG593.jpeg&lt;br /&gt;
File:WechatIMG595.jpeg&lt;br /&gt;
File:WechatIMG596.jpeg&lt;br /&gt;
File:WechatIMG597.jpeg&lt;br /&gt;
File:WechatIMG598.jpeg&lt;br /&gt;
File:WechatIMG599.jpeg&lt;br /&gt;
File:WechatIMG600.jpeg&lt;br /&gt;
File:WechatIMG601.jpeg&lt;br /&gt;
File:WechatIMG602.jpeg&lt;br /&gt;
File:WechatIMG603.jpeg&lt;br /&gt;
File:WechatIMG605.jpeg&lt;br /&gt;
File:WechatIMG606.jpeg&lt;br /&gt;
File:WechatIMG607.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
27.06.2018&lt;br /&gt;
Test the model &lt;br /&gt;
&lt;br /&gt;
[[:File:30.06.18 just work once time .mp4]]&lt;br /&gt;
[[:File:30.06 18 The best test.mp4]]&lt;br /&gt;
&lt;br /&gt;
This was the best test until now, because the volume of current got to 2V and the monitor was shaking from up and down. Unfortunately it worked just once time. We were really confused about why it worked well just for one time. This was really weird.&lt;br /&gt;
&lt;br /&gt;
Then we searched the videos about kelvin generator and wanted to find the reasons or just get some valuable reference about the model. Then we saw the simple structure of kelvin generator and wanted to use this construction to make a new one. Just like this picture.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:reference structure.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then I did not hesitate to buy iron hangers from dry cleaning shop.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG679.jpeg|400px&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then Miga help me modify the shape of the iron hanger.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG680.jpeg&lt;br /&gt;
File:WechatIMG677.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately，it also did not work even though they were almost the same style of kelvin generator comparing with that one on Youtobe.&lt;br /&gt;
&lt;br /&gt;
06.07&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG666.jpeg&lt;br /&gt;
File:WechatIMG668.jpeg&lt;br /&gt;
File:WechatIMG669.jpeg&lt;br /&gt;
File:WechatIMG670.jpeg&lt;br /&gt;
File:WechatIMG671.jpeg&lt;br /&gt;
File:WechatIMG673.jpeg&lt;br /&gt;
File:WechatIMG674.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
This kelvin generator worked but not performed very well. The volume of current only got to the half past one. I was a little bit upset, so I did not take picture to record the outcome of the figure of current.&lt;br /&gt;
&lt;br /&gt;
12.07&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG655.jpeg&lt;br /&gt;
File:WechatIMG656.jpeg&lt;br /&gt;
File:WechatIMG657.jpeg&lt;br /&gt;
File:WechatIMG658.jpeg&lt;br /&gt;
File:WechatIMG659.jpeg&lt;br /&gt;
File:WechatIMG660.jpeg&lt;br /&gt;
File:WechatIMG661.jpeg&lt;br /&gt;
File:WechatIMG662.jpeg&lt;br /&gt;
File:WechatIMG663.jpeg&lt;br /&gt;
File:WechatIMG664.jpeg&lt;br /&gt;
File:WechatIMG665.jpeg&lt;br /&gt;
File:WechatIMG667.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Today I went to the toom which is the biggest materials store in Weimar. I looked each kind of materials carefully and took all the reference pictures about kelvin generator, but unfortunately most kinds of materials could not be find, for example the  tiny plastic or metal water-taps, they only have the bigger metal water-taps which are so heavy and big. I could not find the proper size of water controller and the materials they used in tutorials on Youtobe. For example the plastic pipes in this picture.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Plastic pipes.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
In fact, they were so common. But the most important thing is that I could not find these common materials to do this experiment. It heard just like a joke, but it is exactly the truth. Life was so hard. &lt;br /&gt;
&lt;br /&gt;
12.07&lt;br /&gt;
Make the final model.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG646.jpeg&lt;br /&gt;
File:WechatIMG647.jpeg&lt;br /&gt;
File:WechatIMG648.jpeg&lt;br /&gt;
File:WechatIMG649.jpeg&lt;br /&gt;
File:WechatIMG650.jpeg&lt;br /&gt;
File:WechatIMG652.jpeg&lt;br /&gt;
File:WechatIMG654.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
I stayed in the wood workshop for the whole day to use the machine to cut wood and made holes in plastic pipe. I did not have enough strength, so I took a longer time to fixed the wood board.&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG654.jpeg&amp;diff=98128</id>
		<title>File:WechatIMG654.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG654.jpeg&amp;diff=98128"/>
		<updated>2018-07-13T21:06:03Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG652.jpeg&amp;diff=98127</id>
		<title>File:WechatIMG652.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG652.jpeg&amp;diff=98127"/>
		<updated>2018-07-13T21:06:03Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG650.jpeg&amp;diff=98126</id>
		<title>File:WechatIMG650.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG650.jpeg&amp;diff=98126"/>
		<updated>2018-07-13T21:06:02Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG649.jpeg&amp;diff=98125</id>
		<title>File:WechatIMG649.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG649.jpeg&amp;diff=98125"/>
		<updated>2018-07-13T21:06:01Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG648.jpeg&amp;diff=98124</id>
		<title>File:WechatIMG648.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG648.jpeg&amp;diff=98124"/>
		<updated>2018-07-13T21:06:00Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG647.jpeg&amp;diff=98123</id>
		<title>File:WechatIMG647.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG647.jpeg&amp;diff=98123"/>
		<updated>2018-07-13T21:05:59Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG646.jpeg&amp;diff=98122</id>
		<title>File:WechatIMG646.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG646.jpeg&amp;diff=98122"/>
		<updated>2018-07-13T21:05:58Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Plastic_pipes.jpeg&amp;diff=98121</id>
		<title>File:Plastic pipes.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Plastic_pipes.jpeg&amp;diff=98121"/>
		<updated>2018-07-13T21:01:42Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG667.jpeg&amp;diff=98120</id>
		<title>File:WechatIMG667.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG667.jpeg&amp;diff=98120"/>
		<updated>2018-07-13T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG665.jpeg&amp;diff=98119</id>
		<title>File:WechatIMG665.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG665.jpeg&amp;diff=98119"/>
		<updated>2018-07-13T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG664.jpeg&amp;diff=98118</id>
		<title>File:WechatIMG664.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG664.jpeg&amp;diff=98118"/>
		<updated>2018-07-13T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG663.jpeg&amp;diff=98117</id>
		<title>File:WechatIMG663.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG663.jpeg&amp;diff=98117"/>
		<updated>2018-07-13T20:49:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG662.jpeg&amp;diff=98116</id>
		<title>File:WechatIMG662.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG662.jpeg&amp;diff=98116"/>
		<updated>2018-07-13T20:49:37Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG661.jpeg&amp;diff=98115</id>
		<title>File:WechatIMG661.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG661.jpeg&amp;diff=98115"/>
		<updated>2018-07-13T20:49:37Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG660.jpeg&amp;diff=98114</id>
		<title>File:WechatIMG660.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG660.jpeg&amp;diff=98114"/>
		<updated>2018-07-13T20:49:37Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG659.jpeg&amp;diff=98113</id>
		<title>File:WechatIMG659.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG659.jpeg&amp;diff=98113"/>
		<updated>2018-07-13T20:49:36Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG658.jpeg&amp;diff=98112</id>
		<title>File:WechatIMG658.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG658.jpeg&amp;diff=98112"/>
		<updated>2018-07-13T20:49:36Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG657.jpeg&amp;diff=98111</id>
		<title>File:WechatIMG657.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG657.jpeg&amp;diff=98111"/>
		<updated>2018-07-13T20:49:36Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG656.jpeg&amp;diff=98110</id>
		<title>File:WechatIMG656.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG656.jpeg&amp;diff=98110"/>
		<updated>2018-07-13T20:49:36Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG655.jpeg&amp;diff=98109</id>
		<title>File:WechatIMG655.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG655.jpeg&amp;diff=98109"/>
		<updated>2018-07-13T20:49:35Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG674.jpeg&amp;diff=98108</id>
		<title>File:WechatIMG674.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG674.jpeg&amp;diff=98108"/>
		<updated>2018-07-13T20:44:34Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG673.jpeg&amp;diff=98107</id>
		<title>File:WechatIMG673.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG673.jpeg&amp;diff=98107"/>
		<updated>2018-07-13T20:44:34Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG671.jpeg&amp;diff=98106</id>
		<title>File:WechatIMG671.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG671.jpeg&amp;diff=98106"/>
		<updated>2018-07-13T20:44:33Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG670.jpeg&amp;diff=98105</id>
		<title>File:WechatIMG670.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG670.jpeg&amp;diff=98105"/>
		<updated>2018-07-13T20:44:33Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG669.jpeg&amp;diff=98104</id>
		<title>File:WechatIMG669.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG669.jpeg&amp;diff=98104"/>
		<updated>2018-07-13T20:44:33Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG668.jpeg&amp;diff=98103</id>
		<title>File:WechatIMG668.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG668.jpeg&amp;diff=98103"/>
		<updated>2018-07-13T20:44:33Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG666.jpeg&amp;diff=98102</id>
		<title>File:WechatIMG666.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG666.jpeg&amp;diff=98102"/>
		<updated>2018-07-13T20:44:32Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98101</id>
		<title>GMU:Habitats SS18/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98101"/>
		<updated>2018-07-13T20:43:00Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kelvin generator - Euglena&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Abstract&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I would like to explore how Euglenas would behave in the electrostatic water. The electricity would be created by Kelvin generator which converts falling water to electrostatic charge and using the electric wires to conduct electricity. Then we could test its functionality and how much current electricity would be created. Then we could try to redirect the electrostatic field into a DC current and then let it flow in the water and see how Euglenas behave. Based on the experiments we could explore how Euglenas would behave in different intensity of electricity and Euglenas could stand how much electricity in water.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The principle of Kelvin generator&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:principle.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;05.06.2018&#039;&#039;&#039;&lt;br /&gt;
Preparing materials&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:1-1.jpeg&lt;br /&gt;
File:1-2.jpeg&lt;br /&gt;
File:1-3.jpeg&lt;br /&gt;
File:1-4.jpeg&lt;br /&gt;
File:1-5.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Materials List:&#039;&#039;&#039;&lt;br /&gt;
Two Coca-Cola drink bottles；Two Paper Milk Boxes；Two foil paper Bowls ; One big Plastic Plates; Wires&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Functions of each parts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Coca-Cola drink bottles&#039;&#039;&#039;：I chose two Coca-Cola drink bottles as the materials of metal rings that is the most important part in the system of Kelvin Generator. In order to improve efficiency and save more time to test the system of Kelvin generator, I chose Coca-Cola drink bottles as the materials to make metal rings，because I thought they were made by metal and they were more easily carved up by cutter comparing with other metal cans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Paper Milk Boxes&#039;&#039;&#039;：&lt;br /&gt;
Considering the volume of insulated containers, I chose two paper milk boxes as the water tank, because the surface material of them inside were plastic film which were insulator and solider than paper, if we wanted to contain more water and easy to carry, that is a good choose I though at that time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two foil paper Bowls&#039;&#039;&#039;:&lt;br /&gt;
I chose the foil paper Bowls as the container of water flow in this system, because they could conduct electricity and  &lt;br /&gt;
light quality, the most important things is that they were just in my kitchen. So I could use them as soon as possible to test the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;06.06.2018&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Kelvin generator 1&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG257.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Introduction&#039;&#039;&#039;&lt;br /&gt;
This is my first plan of Kelvin generator. I used two isolated paper boxes to contain water separately, then water could flow out from the tiny hole in the bottom of each paper box and passed through the metal ring. Then the foil paper bowls could contain the vertically falling water separately. Then the last thing was to connected all these wires and waited for current generation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG539.jpeg&lt;br /&gt;
File:WechatIMG538.jpeg&lt;br /&gt;
File:WechatIMG537.jpeg&lt;br /&gt;
File:WechatIMG535.jpeg&lt;br /&gt;
File:WechatIMG534.jpeg&lt;br /&gt;
File:WechatIMG533.jpeg&lt;br /&gt;
File:WechatIMG532.jpeg&lt;br /&gt;
File:WechatIMG531.jpeg&lt;br /&gt;
File:WechatIMG526.jpeg&lt;br /&gt;
File:WechatIMG525.jpeg&lt;br /&gt;
File:WechatIMG524.jpeg&lt;br /&gt;
File:WechatIMG521.jpeg&lt;br /&gt;
File:WechatIMG520.jpeg&lt;br /&gt;
File:WechatIMG519.jpeg&lt;br /&gt;
File:WechatIMG518.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Analysis&#039;&#039;&#039;&lt;br /&gt;
This is my first time to build the Kelvin generator, so I wanted to use these materials to test the system and produced electricity for further study. I prepared all these materials to build the first Kelvin generator, unfortunately it was not simply as it looks like.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 1&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG258.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 2&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG259.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
13.06.2018&lt;br /&gt;
Plan B &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG260.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG261.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
20.06.2018&lt;br /&gt;
Plan C &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG262.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG263.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
25.06.2018&lt;br /&gt;
The new Kelvin Generator &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG574.jpeg&lt;br /&gt;
File:WechatIMG575.jpeg&lt;br /&gt;
File:WechatIMG576.jpeg&lt;br /&gt;
File:WechatIMG578.jpeg&lt;br /&gt;
File:WechatIMG579.jpeg&lt;br /&gt;
File:WechatIMG581.jpeg&lt;br /&gt;
File:WechatIMG582.jpeg&lt;br /&gt;
File:WechatIMG583.jpeg&lt;br /&gt;
File:WechatIMG586.jpeg&lt;br /&gt;
File:WechatIMG587.jpeg&lt;br /&gt;
File:WechatIMG590.jpeg&lt;br /&gt;
File:WechatIMG591.jpeg&lt;br /&gt;
File:WechatIMG592.jpeg&lt;br /&gt;
File:WechatIMG593.jpeg&lt;br /&gt;
File:WechatIMG595.jpeg&lt;br /&gt;
File:WechatIMG596.jpeg&lt;br /&gt;
File:WechatIMG597.jpeg&lt;br /&gt;
File:WechatIMG598.jpeg&lt;br /&gt;
File:WechatIMG599.jpeg&lt;br /&gt;
File:WechatIMG600.jpeg&lt;br /&gt;
File:WechatIMG601.jpeg&lt;br /&gt;
File:WechatIMG602.jpeg&lt;br /&gt;
File:WechatIMG603.jpeg&lt;br /&gt;
File:WechatIMG605.jpeg&lt;br /&gt;
File:WechatIMG606.jpeg&lt;br /&gt;
File:WechatIMG607.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
27.06.2018&lt;br /&gt;
Test the model &lt;br /&gt;
&lt;br /&gt;
[[:File:30.06.18 just work once time .mp4]]&lt;br /&gt;
[[:File:30.06 18 The best test.mp4]]&lt;br /&gt;
&lt;br /&gt;
This was the best test until now, because the volume of current got to 2V and the monitor was shaking from up and down. Unfortunately it worked just once time. We were really confused about why it worked well just for one time. This was really weird.&lt;br /&gt;
&lt;br /&gt;
Then we searched the videos about kelvin generator and wanted to find the reasons or just get some valuable reference about the model. Then we saw the simple structure of kelvin generator and wanted to use this construction to make a new one. Just like this picture.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:reference structure.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then I did not hesitate to buy iron hangers from dry cleaning shop.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG679.jpeg|400px&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then Miga help me modify the shape of the iron hanger.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG680.jpeg&lt;br /&gt;
File:WechatIMG677.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately，it also did not work even though they were almost the same style of kelvin generator comparing with that one on Youtobe.&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG677.jpeg&amp;diff=98100</id>
		<title>File:WechatIMG677.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG677.jpeg&amp;diff=98100"/>
		<updated>2018-07-13T20:39:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG680.jpeg&amp;diff=98099</id>
		<title>File:WechatIMG680.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG680.jpeg&amp;diff=98099"/>
		<updated>2018-07-13T20:39:38Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98098</id>
		<title>GMU:Habitats SS18/Zhenhuan Weng</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Habitats_SS18/Zhenhuan_Weng&amp;diff=98098"/>
		<updated>2018-07-13T20:38:58Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kelvin generator - Euglena&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Abstract&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I would like to explore how Euglenas would behave in the electrostatic water. The electricity would be created by Kelvin generator which converts falling water to electrostatic charge and using the electric wires to conduct electricity. Then we could test its functionality and how much current electricity would be created. Then we could try to redirect the electrostatic field into a DC current and then let it flow in the water and see how Euglenas behave. Based on the experiments we could explore how Euglenas would behave in different intensity of electricity and Euglenas could stand how much electricity in water.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The principle of Kelvin generator&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:principle.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;05.06.2018&#039;&#039;&#039;&lt;br /&gt;
Preparing materials&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:1-1.jpeg&lt;br /&gt;
File:1-2.jpeg&lt;br /&gt;
File:1-3.jpeg&lt;br /&gt;
File:1-4.jpeg&lt;br /&gt;
File:1-5.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Materials List:&#039;&#039;&#039;&lt;br /&gt;
Two Coca-Cola drink bottles；Two Paper Milk Boxes；Two foil paper Bowls ; One big Plastic Plates; Wires&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Functions of each parts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Coca-Cola drink bottles&#039;&#039;&#039;：I chose two Coca-Cola drink bottles as the materials of metal rings that is the most important part in the system of Kelvin Generator. In order to improve efficiency and save more time to test the system of Kelvin generator, I chose Coca-Cola drink bottles as the materials to make metal rings，because I thought they were made by metal and they were more easily carved up by cutter comparing with other metal cans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two Paper Milk Boxes&#039;&#039;&#039;：&lt;br /&gt;
Considering the volume of insulated containers, I chose two paper milk boxes as the water tank, because the surface material of them inside were plastic film which were insulator and solider than paper, if we wanted to contain more water and easy to carry, that is a good choose I though at that time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Two foil paper Bowls&#039;&#039;&#039;:&lt;br /&gt;
I chose the foil paper Bowls as the container of water flow in this system, because they could conduct electricity and  &lt;br /&gt;
light quality, the most important things is that they were just in my kitchen. So I could use them as soon as possible to test the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;06.06.2018&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Kelvin generator 1&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG257.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Introduction&#039;&#039;&#039;&lt;br /&gt;
This is my first plan of Kelvin generator. I used two isolated paper boxes to contain water separately, then water could flow out from the tiny hole in the bottom of each paper box and passed through the metal ring. Then the foil paper bowls could contain the vertically falling water separately. Then the last thing was to connected all these wires and waited for current generation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG539.jpeg&lt;br /&gt;
File:WechatIMG538.jpeg&lt;br /&gt;
File:WechatIMG537.jpeg&lt;br /&gt;
File:WechatIMG535.jpeg&lt;br /&gt;
File:WechatIMG534.jpeg&lt;br /&gt;
File:WechatIMG533.jpeg&lt;br /&gt;
File:WechatIMG532.jpeg&lt;br /&gt;
File:WechatIMG531.jpeg&lt;br /&gt;
File:WechatIMG526.jpeg&lt;br /&gt;
File:WechatIMG525.jpeg&lt;br /&gt;
File:WechatIMG524.jpeg&lt;br /&gt;
File:WechatIMG521.jpeg&lt;br /&gt;
File:WechatIMG520.jpeg&lt;br /&gt;
File:WechatIMG519.jpeg&lt;br /&gt;
File:WechatIMG518.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Analysis&#039;&#039;&#039;&lt;br /&gt;
This is my first time to build the Kelvin generator, so I wanted to use these materials to test the system and produced electricity for further study. I prepared all these materials to build the first Kelvin generator, unfortunately it was not simply as it looks like.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 1&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG258.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reason 2&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG259.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
13.06.2018&lt;br /&gt;
Plan B &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG260.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG261.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
20.06.2018&lt;br /&gt;
Plan C &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG262.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Analysis&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG263.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
25.06.2018&lt;br /&gt;
The new Kelvin Generator &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG574.jpeg&lt;br /&gt;
File:WechatIMG575.jpeg&lt;br /&gt;
File:WechatIMG576.jpeg&lt;br /&gt;
File:WechatIMG578.jpeg&lt;br /&gt;
File:WechatIMG579.jpeg&lt;br /&gt;
File:WechatIMG581.jpeg&lt;br /&gt;
File:WechatIMG582.jpeg&lt;br /&gt;
File:WechatIMG583.jpeg&lt;br /&gt;
File:WechatIMG586.jpeg&lt;br /&gt;
File:WechatIMG587.jpeg&lt;br /&gt;
File:WechatIMG590.jpeg&lt;br /&gt;
File:WechatIMG591.jpeg&lt;br /&gt;
File:WechatIMG592.jpeg&lt;br /&gt;
File:WechatIMG593.jpeg&lt;br /&gt;
File:WechatIMG595.jpeg&lt;br /&gt;
File:WechatIMG596.jpeg&lt;br /&gt;
File:WechatIMG597.jpeg&lt;br /&gt;
File:WechatIMG598.jpeg&lt;br /&gt;
File:WechatIMG599.jpeg&lt;br /&gt;
File:WechatIMG600.jpeg&lt;br /&gt;
File:WechatIMG601.jpeg&lt;br /&gt;
File:WechatIMG602.jpeg&lt;br /&gt;
File:WechatIMG603.jpeg&lt;br /&gt;
File:WechatIMG605.jpeg&lt;br /&gt;
File:WechatIMG606.jpeg&lt;br /&gt;
File:WechatIMG607.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
27.06.2018&lt;br /&gt;
Test the model &lt;br /&gt;
&lt;br /&gt;
[[:File:30.06.18 just work once time .mp4]]&lt;br /&gt;
[[:File:30.06 18 The best test.mp4]]&lt;br /&gt;
&lt;br /&gt;
This was the best test until now, because the volume of current got to 2V and the monitor was shaking from up and down. Unfortunately it worked just once time. We were really confused about why it worked well just for one time. This was really weird.&lt;br /&gt;
&lt;br /&gt;
Then we searched the videos about kelvin generator and wanted to find the reasons or just get some valuable reference about the model. Then we saw the simple structure of kelvin generator and wanted to use this construction to make a new one. Just like this picture.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:reference structure.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then I did not hesitate to buy iron hangers from dry cleaning shop.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG679.jpeg|400px&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then Miga help me modify the shape of the iron hanger.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG679.jpeg&lt;br /&gt;
File:WechatIMG679.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG679.jpeg&amp;diff=98097</id>
		<title>File:WechatIMG679.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WechatIMG679.jpeg&amp;diff=98097"/>
		<updated>2018-07-13T20:36:23Z</updated>

		<summary type="html">&lt;p&gt;Weng Zhenhuan: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Weng Zhenhuan</name></author>
	</entry>
</feed>