<?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=Vuvo5136</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=Vuvo5136"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Vuvo5136"/>
	<updated>2026-04-15T17:53:49Z</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:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98499</id>
		<title>GMU:Introduction: Performance Platform/xiaomei xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98499"/>
		<updated>2018-09-03T08:44:31Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* Introduction : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Introduction: Performance platform Documentation&lt;br /&gt;
By xiaomei xie(118707)&lt;br /&gt;
===Introduction : ===&lt;br /&gt;
&lt;br /&gt;
The name of my project is Drive away. There are swarms of digital ants on the screen, but visitors have the power to drive them away .This is an live and interesting interactive installation where visitors in the tracking system can stop the digital ants coming close . By acquiring the skeleton point to interact with the digital stuffs ,this project can be seen as an widely-applied basic model to express daily life idea or attract or repel philosophy, and I applied the ants to screen in this project and give visitors a repel effect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Related work :=== &lt;br /&gt;
&lt;br /&gt;
Laurent Mignonneau and Christa Sommerer’s art work ,people on the fly, is a public art work, in which there is a pedestrian video on the big screen in a big mall, a group of digital moving flies attracted by  the walking pedestrians that will be show on the screen, however, when the passers-by stop moving or remain still, the flies are automatically flying away, which demonstrates that digital flies only chase on the movement in the video. This work inspired me to use the particle system and camera tracking technology to express a certain philosophical meaning in our daily life interestingly.&lt;br /&gt;
&lt;br /&gt;
[[File:图片 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
（people on the fly，Laurent Mignonneau and Christa Sommerer，2016）&lt;br /&gt;
&lt;br /&gt;
===Technic and Execution:===&lt;br /&gt;
&lt;br /&gt;
This project can interact with the particle system by acquiring the skeleton of the moving visitors  through the tracking system. We use the particle system to express it with large or small group of ants, at the same time,  acquire the six key points of the skeleton in the tracking system, head, left hand, right hand, left foot, right foot, Spine1, and connect these six with lines, making it appear as a basic human skeleton shape.&lt;br /&gt;
Our interactive particle system project is based on the motion tracking system to obtain the data of skeleton movements of the visitors to manipulate the effects of the particle system (including Head, LeftHand, RightHand，LeftFoot, RightFoot, Spine1), in order to achieve this goal, we are starting decoding our programming part step by step: First of all, we know that the data of the above parts of the skeleton obtained from the motion tracking system is just one point. The two parts of the hands constitute two vectors, then the head data is used as the connection point of the hands. if we want to realize the effect of repelling away between particles and connected vector, We must keep the distance between each particle in the particle system to the two vectors bigger than a certain value, maybe the radius of the ellipse(point). Therefore, we decompose the two vectors into points separated by a certain distance and decode this into the distance from particles to these points which cannot smaller than a specific value.&lt;br /&gt;
&lt;br /&gt;
λ	The first step: a vector, assuming that the fixed point and the point where the mouse is located constitute a vector, and find the functional relationship of the vector: y = (a * x) + b; At the same time, a certain number of point number ​​(5) are set on the line.&lt;br /&gt;
λ	The second step: two vectors, adding a random moving particle system. The distance between each point on the fixed vector, the number of points on the two vectors is represented by a variable, that is, the total length of the vector divided by the radius of the circle, which can be write in code like this: ellipseNum = distOfLine / ellipseSize; in this case, the particles can be guaranteed to be repelled in the entire line. The state of the repel, and the number of points changes as the length of the vector changes. The final effect of this step is very close to being expressed by the skeleton.&lt;br /&gt;
λ	The third step: Adding the data of the motion tracking system, skeleton, the key point is the value of the point where the above fixed point is replaced by the skeleton, important syntax to apply the tracking system data(RightHand as example): RightHand .setup(skeletonName, &amp;quot;blender&amp;quot;, &amp;quot;RightForeArm&amp;quot;, &amp;quot;vector&amp;quot;); and the second is to pay attention to the data name from the motion tracking system, Read the name of the skeleton (usually something like &amp;quot;snapPoseSkeleton-5&amp;quot;),Exchange the name of the skeleton in the code, then it will work. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:图片 2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
(screen short from Drive away)&lt;br /&gt;
===Conclusion and future work===&lt;br /&gt;
This project is the basic application of my own learning tracking system and performance platform. Through this project, I learned not only how to use tracking system and write the basic syntax of the particle system with open framework , but also how to combine the tracking system data with the open framework. There are some parts can be improve in this project, for example, the particle system is not so smart ,the ants don’t seem to have so much awareness， they  do not know the existence of each other and they have the same direction. In the future, I can try to make the content of the particle system more diversified and creative. I can also try to use the real-time tracking system to cooperate with more creative expressions, such as using body to paint, or adding feedback to the system, making the whole work more interactive and intelligent.&lt;br /&gt;
===Acknowledgement:=== Thank all the teachers and classmates who participated in this project  and  everything is appreciated in the process of finishing this project .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
special thanks: Johannes &amp;amp; Tobias&lt;br /&gt;
&lt;br /&gt;
video [[:File:Anti-Ants_skeleton4.mp4]]&lt;br /&gt;
&lt;br /&gt;
documetation [[:File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98498</id>
		<title>GMU:Introduction: Performance Platform/xiaomei xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98498"/>
		<updated>2018-09-03T08:43:13Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Introduction: Performance platform Documentation&lt;br /&gt;
By xiaomei xie(118707)&lt;br /&gt;
===Introduction : ===&lt;br /&gt;
&lt;br /&gt;
The name of my project is Drive away. There are swarms of digital ants on the screen, but visitors have the power to drive them away .This is an live and interesting interactive installation where visitors in the tracking system can stop the digital ants coming close . By acquiring the skeleton point to interact with the digital stuffs ,this project can be seen as an widely-applied basic model to express daily life idea or attract or repel philosophy, and I applied the ants to screen in this project and give visitors a repel effect.&lt;br /&gt;
Related work : Laurent Mignonneau and Christa Sommerer’s art work ,people on the fly, is a public art work, in which there is a pedestrian video on the big screen in a big mall, a group of digital moving flies attracted by  the walking pedestrians that will be show on the screen, however, when the passers-by stop moving or remain still, the flies are automatically flying away, which demonstrates that digital flies only chase on the movement in the video. This work inspired me to use the particle system and camera tracking technology to express a certain philosophical meaning in our daily life interestingly.&lt;br /&gt;
&lt;br /&gt;
[[File:图片 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
（people on the fly，Laurent Mignonneau and Christa Sommerer，2016）&lt;br /&gt;
&lt;br /&gt;
===Technic and Execution:===&lt;br /&gt;
&lt;br /&gt;
This project can interact with the particle system by acquiring the skeleton of the moving visitors  through the tracking system. We use the particle system to express it with large or small group of ants, at the same time,  acquire the six key points of the skeleton in the tracking system, head, left hand, right hand, left foot, right foot, Spine1, and connect these six with lines, making it appear as a basic human skeleton shape.&lt;br /&gt;
Our interactive particle system project is based on the motion tracking system to obtain the data of skeleton movements of the visitors to manipulate the effects of the particle system (including Head, LeftHand, RightHand，LeftFoot, RightFoot, Spine1), in order to achieve this goal, we are starting decoding our programming part step by step: First of all, we know that the data of the above parts of the skeleton obtained from the motion tracking system is just one point. The two parts of the hands constitute two vectors, then the head data is used as the connection point of the hands. if we want to realize the effect of repelling away between particles and connected vector, We must keep the distance between each particle in the particle system to the two vectors bigger than a certain value, maybe the radius of the ellipse(point). Therefore, we decompose the two vectors into points separated by a certain distance and decode this into the distance from particles to these points which cannot smaller than a specific value.&lt;br /&gt;
&lt;br /&gt;
λ	The first step: a vector, assuming that the fixed point and the point where the mouse is located constitute a vector, and find the functional relationship of the vector: y = (a * x) + b; At the same time, a certain number of point number ​​(5) are set on the line.&lt;br /&gt;
λ	The second step: two vectors, adding a random moving particle system. The distance between each point on the fixed vector, the number of points on the two vectors is represented by a variable, that is, the total length of the vector divided by the radius of the circle, which can be write in code like this: ellipseNum = distOfLine / ellipseSize; in this case, the particles can be guaranteed to be repelled in the entire line. The state of the repel, and the number of points changes as the length of the vector changes. The final effect of this step is very close to being expressed by the skeleton.&lt;br /&gt;
λ	The third step: Adding the data of the motion tracking system, skeleton, the key point is the value of the point where the above fixed point is replaced by the skeleton, important syntax to apply the tracking system data(RightHand as example): RightHand .setup(skeletonName, &amp;quot;blender&amp;quot;, &amp;quot;RightForeArm&amp;quot;, &amp;quot;vector&amp;quot;); and the second is to pay attention to the data name from the motion tracking system, Read the name of the skeleton (usually something like &amp;quot;snapPoseSkeleton-5&amp;quot;),Exchange the name of the skeleton in the code, then it will work. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:图片 2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
(screen short from Drive away)&lt;br /&gt;
===Conclusion and future work===&lt;br /&gt;
This project is the basic application of my own learning tracking system and performance platform. Through this project, I learned not only how to use tracking system and write the basic syntax of the particle system with open framework , but also how to combine the tracking system data with the open framework. There are some parts can be improve in this project, for example, the particle system is not so smart ,the ants don’t seem to have so much awareness， they  do not know the existence of each other and they have the same direction. In the future, I can try to make the content of the particle system more diversified and creative. I can also try to use the real-time tracking system to cooperate with more creative expressions, such as using body to paint, or adding feedback to the system, making the whole work more interactive and intelligent.&lt;br /&gt;
===Acknowledgement:=== Thank all the teachers and classmates who participated in this project  and  everything is appreciated in the process of finishing this project .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
special thanks: Johannes &amp;amp; Tobias&lt;br /&gt;
&lt;br /&gt;
video [[:File:Anti-Ants_skeleton4.mp4]]&lt;br /&gt;
&lt;br /&gt;
documetation [[:File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98497</id>
		<title>GMU:Introduction: Performance Platform/xiaomei xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98497"/>
		<updated>2018-09-03T08:40:17Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:File:Anti-Ants_skeleton4.mp4]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf]]&lt;br /&gt;
&lt;br /&gt;
special thanks: Johannes &amp;amp; Tobias&lt;br /&gt;
&lt;br /&gt;
===drive away （xiaomei xie‘s interpretation）===&lt;br /&gt;
Introduction: Performance platform Documentation&lt;br /&gt;
By xiaomei xie(118707)&lt;br /&gt;
===Introduction : ===&lt;br /&gt;
&lt;br /&gt;
The name of my project is Drive away. There are swarms of digital ants on the screen, but visitors have the power to drive them away .This is an live and interesting interactive installation where visitors in the tracking system can stop the digital ants coming close . By acquiring the skeleton point to interact with the digital stuffs ,this project can be seen as an widely-applied basic model to express daily life idea or attract or repel philosophy, and I applied the ants to screen in this project and give visitors a repel effect.&lt;br /&gt;
Related work : Laurent Mignonneau and Christa Sommerer’s art work ,people on the fly, is a public art work, in which there is a pedestrian video on the big screen in a big mall, a group of digital moving flies attracted by  the walking pedestrians that will be show on the screen, however, when the passers-by stop moving or remain still, the flies are automatically flying away, which demonstrates that digital flies only chase on the movement in the video. This work inspired me to use the particle system and camera tracking technology to express a certain philosophical meaning in our daily life interestingly.&lt;br /&gt;
&lt;br /&gt;
[[File:图片 1.png|400px]]&lt;br /&gt;
（people on the fly，Laurent Mignonneau and Christa Sommerer，2016）&lt;br /&gt;
&lt;br /&gt;
===Technic and Execution:===&lt;br /&gt;
&lt;br /&gt;
 This project can interact with the particle system by acquiring the skeleton of the moving visitors  through the tracking system. We use the particle system to express it with large or small group of ants, at the same time,  acquire the six key points of the skeleton in the tracking system, head, left hand, right hand, left foot, right foot, Spine1, and connect these six with lines, making it appear as a basic human skeleton shape.&lt;br /&gt;
Our interactive particle system project is based on the motion tracking system to obtain the data of skeleton movements of the visitors to manipulate the effects of the particle system (including Head, LeftHand, RightHand，LeftFoot, RightFoot, Spine1), in order to achieve this goal, we are starting decoding our programming part step by step: First of all, we know that the data of the above parts of the skeleton obtained from the motion tracking system is just one point. The two parts of the hands constitute two vectors, then the head data is used as the connection point of the hands. if we want to realize the effect of repelling away between particles and connected vector, We must keep the distance between each particle in the particle system to the two vectors bigger than a certain value, maybe the radius of the ellipse(point). Therefore, we decompose the two vectors into points separated by a certain distance and decode this into the distance from particles to these points which cannot smaller than a specific value.&lt;br /&gt;
λ	The first step: a vector, assuming that the fixed point and the point where the mouse is located constitute a vector, and find the functional relationship of the vector: y = (a * x) + b; At the same time, a certain number of point number ​​(5) are set on the line.&lt;br /&gt;
λ	The second step: two vectors, adding a random moving particle system. The distance between each point on the fixed vector, the number of points on the two vectors is represented by a variable, that is, the total length of the vector divided by the radius of the circle, which can be write in code like this: ellipseNum = distOfLine / ellipseSize; in this case, the particles can be guaranteed to be repelled in the entire line. The state of the repel, and the number of points changes as the length of the vector changes. The final effect of this step is very close to being expressed by the skeleton.&lt;br /&gt;
λ	The third step: Adding the data of the motion tracking system, skeleton, the key point is the value of the point where the above fixed point is replaced by the skeleton, important syntax to apply the tracking system data(RightHand as example): RightHand .setup(skeletonName, &amp;quot;blender&amp;quot;, &amp;quot;RightForeArm&amp;quot;, &amp;quot;vector&amp;quot;); and the second is to pay attention to the data name from the motion tracking system, Read the name of the skeleton (usually something like &amp;quot;snapPoseSkeleton-5&amp;quot;),Exchange the name of the skeleton in the code, then it will work. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:图片 2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
(screen short from Drive away)&lt;br /&gt;
===Conclusion and future work===&lt;br /&gt;
This project is the basic application of my own learning tracking system and performance platform. Through this project, I learned not only how to use tracking system and write the basic syntax of the particle system with open framework , but also how to combine the tracking system data with the open framework. There are some parts can be improve in this project, for example, the particle system is not so smart ,the ants don’t seem to have so much awareness， they  do not know the existence of each other and they have the same direction. In the future, I can try to make the content of the particle system more diversified and creative. I can also try to use the real-time tracking system to cooperate with more creative expressions, such as using body to paint, or adding feedback to the system, making the whole work more interactive and intelligent.&lt;br /&gt;
Acknowledgement: Thank all the teachers and classmates who participated in this project  and  everything is appreciated in the process of finishing this project .&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%9B%BE%E7%89%87_2.png&amp;diff=98496</id>
		<title>File:图片 2.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%9B%BE%E7%89%87_2.png&amp;diff=98496"/>
		<updated>2018-09-03T08:39:09Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%9B%BE%E7%89%87_1.png&amp;diff=98495</id>
		<title>File:图片 1.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%9B%BE%E7%89%87_1.png&amp;diff=98495"/>
		<updated>2018-09-03T08:38:38Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98494</id>
		<title>GMU:Introduction: Performance Platform/xiaomei xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98494"/>
		<updated>2018-09-03T08:35:49Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* =INTERACTIVE PARTICLES(by Xiaomei, Joanna, Sandra) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:File:Anti-Ants_skeleton4.mp4]]====INTERACTIVE PARTICLES(by Xiaomei, Joanna, Sandra)===&lt;br /&gt;
special thanks: Johannes &amp;amp; Tobias&lt;br /&gt;
[[:File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf]]&lt;br /&gt;
&lt;br /&gt;
===coding part （xiaomei xie‘s interpretation）===&lt;br /&gt;
Our interactive particle system project is based on the motion tracking system to obtain the data of  hands with the skeleton movements of the visitors to manipulate the effects of the particle system (including Head, LeftHand, LeftForArm, RightHand, RightForArm), in order to achieve this goal, we are starting decoding our programming part step by step:&lt;br /&gt;
First of all, we know that the data of the above parts of the skeleton obtained from the motion tracking system is just one point. The two parts of the hands constitute two vectors, then the head data is used as the connection point of the hands. if we want to realize the effect of repelling away between particles and connected vector, We must keep the distance between each particle in the particle system to the two vectors bigger than a certain value, maybe the radius of the ellipse(point). Therefore, we decompose the two vectors into points separated by a certain distance and decode this into the distance from particles to these points which cannot smaller than a specific value.&lt;br /&gt;
&lt;br /&gt;
The first step: a vector, assuming that the fixed point and the point where the mouse is located constitute a vector, and find the functional relationship of the vector: y = (a * x) + b;&lt;br /&gt;
At the same time, a certain number of point number ​​(5) are set on the line.&lt;br /&gt;
&lt;br /&gt;
the gif effect:&lt;br /&gt;
&lt;br /&gt;
[[File:AssumedSkeleton1.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
The second step: two vectors, adding a random moving particle system. The distance between each point on the fixed vector, the number of points on the two vectors is represented by a variable, that is, the total length of the vector divided by the radius of the circle,which can be write in code like this: ellipseNum = distOfLine / ellipseSize; in this case, the particles can be guaranteed to be repelled in the entire line. The state of the repel, and the number of points changes as the length of the vector changes. The final effect of this step is very close to being expressed by the skeleton.&lt;br /&gt;
&lt;br /&gt;
the gif effect:&lt;br /&gt;
&lt;br /&gt;
[[File:AssumedSkeleton2.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
The third step: Adding the data of the motion tracking system, skeleton, the key point is the value of the point where the above fixed point is replaced by the skeleton, important syntax to apply the trackingsystem data(RightForeArm as example): RightForeArm.setup(skeletonName, &amp;quot;blender&amp;quot;, &amp;quot;RightForeArm&amp;quot;, &amp;quot;vector&amp;quot;); and the second is to pay attention to the data name from the motion tracking system,Read the name of the skeleton (usually something like &amp;quot;snapPoseSkeleton-5&amp;quot;),Exchange the name of the skeleton in the code,then it will work.&lt;br /&gt;
(mouse test effect)&lt;br /&gt;
&lt;br /&gt;
[[:File:mouseTest3.mp4]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Anti-Ants_skeleton4.mp4&amp;diff=98493</id>
		<title>File:Anti-Ants skeleton4.mp4</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Anti-Ants_skeleton4.mp4&amp;diff=98493"/>
		<updated>2018-09-03T08:35:42Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98492</id>
		<title>GMU:Introduction: Performance Platform/xiaomei xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Introduction:_Performance_Platform/xiaomei_xie&amp;diff=98492"/>
		<updated>2018-09-03T08:32:59Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* =INTERACTIVE PARTICLES(by Xiaomei, Joanna, Sandra) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====INTERACTIVE PARTICLES(by Xiaomei, Joanna, Sandra)===&lt;br /&gt;
special thanks: Johannes &amp;amp; Tobias&lt;br /&gt;
[[:File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf]]&lt;br /&gt;
&lt;br /&gt;
===coding part （xiaomei xie‘s interpretation）===&lt;br /&gt;
Our interactive particle system project is based on the motion tracking system to obtain the data of  hands with the skeleton movements of the visitors to manipulate the effects of the particle system (including Head, LeftHand, LeftForArm, RightHand, RightForArm), in order to achieve this goal, we are starting decoding our programming part step by step:&lt;br /&gt;
First of all, we know that the data of the above parts of the skeleton obtained from the motion tracking system is just one point. The two parts of the hands constitute two vectors, then the head data is used as the connection point of the hands. if we want to realize the effect of repelling away between particles and connected vector, We must keep the distance between each particle in the particle system to the two vectors bigger than a certain value, maybe the radius of the ellipse(point). Therefore, we decompose the two vectors into points separated by a certain distance and decode this into the distance from particles to these points which cannot smaller than a specific value.&lt;br /&gt;
&lt;br /&gt;
The first step: a vector, assuming that the fixed point and the point where the mouse is located constitute a vector, and find the functional relationship of the vector: y = (a * x) + b;&lt;br /&gt;
At the same time, a certain number of point number ​​(5) are set on the line.&lt;br /&gt;
&lt;br /&gt;
the gif effect:&lt;br /&gt;
&lt;br /&gt;
[[File:AssumedSkeleton1.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
The second step: two vectors, adding a random moving particle system. The distance between each point on the fixed vector, the number of points on the two vectors is represented by a variable, that is, the total length of the vector divided by the radius of the circle,which can be write in code like this: ellipseNum = distOfLine / ellipseSize; in this case, the particles can be guaranteed to be repelled in the entire line. The state of the repel, and the number of points changes as the length of the vector changes. The final effect of this step is very close to being expressed by the skeleton.&lt;br /&gt;
&lt;br /&gt;
the gif effect:&lt;br /&gt;
&lt;br /&gt;
[[File:AssumedSkeleton2.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
The third step: Adding the data of the motion tracking system, skeleton, the key point is the value of the point where the above fixed point is replaced by the skeleton, important syntax to apply the trackingsystem data(RightForeArm as example): RightForeArm.setup(skeletonName, &amp;quot;blender&amp;quot;, &amp;quot;RightForeArm&amp;quot;, &amp;quot;vector&amp;quot;); and the second is to pay attention to the data name from the motion tracking system,Read the name of the skeleton (usually something like &amp;quot;snapPoseSkeleton-5&amp;quot;),Exchange the name of the skeleton in the code,then it will work.&lt;br /&gt;
(mouse test effect)&lt;br /&gt;
&lt;br /&gt;
[[:File:mouseTest3.mp4]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf&amp;diff=98491</id>
		<title>File:Documentation introduction performance platform xiaomeixie 118707.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Documentation_introduction_performance_platform_xiaomeixie_118707.pdf&amp;diff=98491"/>
		<updated>2018-09-03T08:32:51Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96497</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96497"/>
		<updated>2018-04-03T20:19:02Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===&#039;&#039;&#039;Part 1 : project topic&#039;&#039;&#039;===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 2 : Inspired artists and their works&#039;&#039;&#039;===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 3 : Execution and Technic&#039;&#039;&#039;===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 4 : Progress and achievement(choose one of them&#039;&#039;&#039;）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.video&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;other try&#039;&#039;&#039;: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Documentation_eight_view_of_xiaoxiang.pdf&amp;diff=96071</id>
		<title>File:Documentation eight view of xiaoxiang.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Documentation_eight_view_of_xiaoxiang.pdf&amp;diff=96071"/>
		<updated>2018-03-29T17:08:44Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96070</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96070"/>
		<updated>2018-03-29T17:07:38Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===&#039;&#039;&#039;Part 1 : project topic&#039;&#039;&#039;===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 2 : Inspired artists and their works&#039;&#039;&#039;===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 3 : Execution and Technic&#039;&#039;&#039;===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 4 : Progress and achievement(choose one of them&#039;&#039;&#039;）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;other try&#039;&#039;&#039;: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Artist_lab_documentation_%EF%BC%88eight_view_of_xiaoxiang%EF%BC%89.pdf&amp;diff=96069</id>
		<title>File:Artist lab documentation （eight view of xiaoxiang）.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Artist_lab_documentation_%EF%BC%88eight_view_of_xiaoxiang%EF%BC%89.pdf&amp;diff=96069"/>
		<updated>2018-03-29T16:58:04Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96068</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96068"/>
		<updated>2018-03-29T16:56:56Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===&#039;&#039;&#039;Part 1 : project topic&#039;&#039;&#039;===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 2 : Inspired artists and their works&#039;&#039;&#039;===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 3 : Execution and Technic&#039;&#039;&#039;===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Part 4 : Progress and achievement(choose one of them&#039;&#039;&#039;）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;other try&#039;&#039;&#039;: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96067</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96067"/>
		<updated>2018-03-29T16:54:43Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* Part 4 : Progress and achievement(choose one of them） */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===Part 1 : project topic===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 2 : Inspired artists and their works===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===Part 3 : Execution and Technic===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 4 : Progress and achievement(choose one of them）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96066</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96066"/>
		<updated>2018-03-29T16:54:00Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* Part 2 : Inspired artists and their works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===Part 1 : project topic===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 2 : Inspired artists and their works===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===Part 3 : Execution and Technic===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 4 : Progress and achievement(choose one of them）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96065</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96065"/>
		<updated>2018-03-29T16:51:27Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* Part 4 : Progress and achievement(choose one of them） */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===Part 1 : project topic===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 2 : Inspired artists and their works===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===Part 3 : Execution and Technic===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 4 : Progress and achievement(choose one of them）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the background:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of foreground:&lt;br /&gt;
&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
[[File:a.jpg|400px]]&lt;br /&gt;
[[File:b.jpg|400px]]&lt;br /&gt;
[[File:c.jpg|400px]]&lt;br /&gt;
[[File:d.jpg|400px]]&lt;br /&gt;
[[File:e.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:E.jpg&amp;diff=96063</id>
		<title>File:E.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:E.jpg&amp;diff=96063"/>
		<updated>2018-03-29T16:51:03Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:D.jpg&amp;diff=96062</id>
		<title>File:D.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:D.jpg&amp;diff=96062"/>
		<updated>2018-03-29T16:50:50Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:C.jpg&amp;diff=96061</id>
		<title>File:C.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:C.jpg&amp;diff=96061"/>
		<updated>2018-03-29T16:50:30Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: Vuvo5136 uploaded a new version of File:C.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:B.jpg&amp;diff=96060</id>
		<title>File:B.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:B.jpg&amp;diff=96060"/>
		<updated>2018-03-29T16:50:06Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: Vuvo5136 uploaded a new version of File:B.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:A.jpg&amp;diff=96059</id>
		<title>File:A.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:A.jpg&amp;diff=96059"/>
		<updated>2018-03-29T16:49:33Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: Vuvo5136 uploaded a new version of File:A.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96057</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96057"/>
		<updated>2018-03-29T16:45:58Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===Part 1 : project topic===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 2 : Inspired artists and their works===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===Part 3 : Execution and Technic===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 4 : Progress and achievement(choose one of them）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the foreground:&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of background:&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96056</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96056"/>
		<updated>2018-03-29T16:44:53Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
===Part 1 : project topic===&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Part 2 : Inspired artists and their works===&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.32.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.34.47.png|400px]]&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.35.00.png|400px]]&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
&lt;br /&gt;
===Part 3 : Execution and Technic===&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;br /&gt;
&lt;br /&gt;
===Part 4 : Progress and achievement(choose one of them）===&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the foreground:&lt;br /&gt;
[[File:jtmx1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of background:&lt;br /&gt;
[[File:jtmx2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
[[File:屏幕快照 2018-03-29 下午6.41.19.png|400px]]&lt;br /&gt;
&lt;br /&gt;
4.my code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.41.19.png&amp;diff=96054</id>
		<title>File:屏幕快照 2018-03-29 下午6.41.19.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.41.19.png&amp;diff=96054"/>
		<updated>2018-03-29T16:42:05Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Jtmx2.jpg&amp;diff=96042</id>
		<title>File:Jtmx2.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Jtmx2.jpg&amp;diff=96042"/>
		<updated>2018-03-29T16:39:55Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Jtmx1.jpg&amp;diff=96041</id>
		<title>File:Jtmx1.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Jtmx1.jpg&amp;diff=96041"/>
		<updated>2018-03-29T16:38:48Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.35.00.png&amp;diff=96040</id>
		<title>File:屏幕快照 2018-03-29 下午6.35.00.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.35.00.png&amp;diff=96040"/>
		<updated>2018-03-29T16:37:11Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.34.47.png&amp;diff=96039</id>
		<title>File:屏幕快照 2018-03-29 下午6.34.47.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.34.47.png&amp;diff=96039"/>
		<updated>2018-03-29T16:36:45Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.34.32.png&amp;diff=96038</id>
		<title>File:屏幕快照 2018-03-29 下午6.34.32.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2018-03-29_%E4%B8%8B%E5%8D%886.34.32.png&amp;diff=96038"/>
		<updated>2018-03-29T16:36:11Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96036</id>
		<title>GMU:Artists Lab:Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Artists_Lab:Xiaomei_Xie&amp;diff=96036"/>
		<updated>2018-03-29T16:12:29Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendation links:&lt;br /&gt;
http://shop.gestalten.com/urban-interventions.html&lt;br /&gt;
https://www.amazon.de/Art-Agenda-Political-Activism/dp/389955342X&lt;br /&gt;
&lt;br /&gt;
My project is going to explore the expressive function of creative coding ,and see it as an vision art language .&lt;br /&gt;
I just want to express the feeling of a shock moment by no matter  what, a person,a thing or a scene, and I also want to  have a try to see how the visitors’reaction to these short but important moment to those amazy moment in my work.I choose &amp;quot;the eight views of Xiaoxiang&amp;quot; as the theme, because they are all about moment scenes :&lt;br /&gt;
&lt;br /&gt;
1.Night rain on the Xiaoxiang (Chinese: 潇湘夜雨), in the south (Xiang River area)&lt;br /&gt;
2.Level Sand,Wild Geese Descend(平沙落雁), in Yongzhou&lt;br /&gt;
3.Evening Bell from Mist-shrouded Temple (烟寺晚钟), in Hengyang&lt;br /&gt;
4.Mountain market,clearing Mist (山市晴岚), in Xiangtan&lt;br /&gt;
5.River Sky,Evening Snow (江天暮雪), on the Xiang River in Changsha&lt;br /&gt;
6.Fishing village in evening glow (渔村夕照), in Taoyuan County&lt;br /&gt;
7.Autumn moon on Dongting Lake (洞庭秋月)in Dongting lake&lt;br /&gt;
8.Sail returning from distant shore (远浦归帆), in Xiangyin, in the north &lt;br /&gt;
&lt;br /&gt;
my plan:&lt;br /&gt;
1.depict the above &amp;quot;eight views of xiaoxiang&amp;quot; in a processing way, pure digital art,with images,animations,sound and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.have a try to explore the  interactive way between the visitors with the moment by controlling the &amp;quot;moment elements&amp;quot;--rain,mist,snow,moon and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 1:light scapes(from Shir David)--catch the movement of the moment when someone is open the fridge and the light come out by 3D scan, then express  this scene with the mini  installation model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
references 2:make it itchy(from Yuli Cai)--&lt;br /&gt;
&lt;br /&gt;
03.29.2018&lt;br /&gt;
Part 1 : project topic&lt;br /&gt;
&lt;br /&gt;
My project is a creative programming piece with a theme of &amp;quot; Eight views of Xiaoxiang &amp;quot;. &amp;quot; Eight views of Xiaoxiang &amp;quot; is a collective term for a series of scenic places in Hunan, China. It is also a popular art mother subject of thousands years in China and even the whole East Asia. Many painters and poets are using this theme to create. &amp;quot; Eight views of Xiaoxiang &amp;quot; is first used in the Northern Song Dynasty Song Di painting, he titled each view  expressed in a corresponding name respectively. And these eight names have been passed until today. However, “Eight views of Xiaoxiang” has always used traditional painting methods for visual expression in China and they have a very “ancient image” and I want to give them a new possibility in modern way. The expression I use is creative programming. Creative programming is a general term for the artistic creation of computer programs. The artistic creation with computers was initiated in the 1960s. Which I believe can rejuvenate the  “Eight views of Xiaoxiang “vitality in the present and create their communication with the contemporary. &lt;br /&gt;
   I appreciate the beautiful scenery rendered by &amp;quot; Eight views of Xiaoxiang &amp;quot; and even advocate their spiritual connotations. They were carefully observed by the ancient people for the nature and I find they are all momentary views with some natural element and super fitly to use program which is geometric, animated, interactive to express. And My project strengths on those moment, changing them, recreating them and preserve them and let my audience know that they just can join me to creat the right moment view,  it is a short but eternal view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Part 2 : Inspired artists and their works&lt;br /&gt;
1)	Vero Molnar’s geometry pieces&lt;br /&gt;
Vera Molnar is one of the pioneers of computer and algorithmic arts Trained as a traditional artist, Molnar studied for a diploma in art history and aesthetics at the Budapest College of Fine Arts. She iterated combinatorial images from as early as 1959. In 1968 she began working with computers, where she began to create algorithmic paintings based on simple geometric shapes geometrical themes.&lt;br /&gt;
I am inspired by her geometrical artworks, which make me think that the different types of geometric and they are simple, beautiful and full of visual power.&lt;br /&gt;
2)People on the Fly by Christa Sommerer and Laurent Mignonneau&lt;br /&gt;
People on the Fly is an artwork made by Christa Sommerer and Laurent Mignonneau. 2016.On a large scale screen there is a developed participatory public artwork where passers-by can see themselves and also be turned into a swarm of flies. A specially developed software detects all moving persons and communicates their data to artificial program insects. When a person moves, within seconds hundreds of flies invade his or her body, but when he or she stands still, the insects fly away. The resulting image scenarios are in constant flux, they construct and deconstruct, and people become visible and disappear again within a swarm of insects. People on the Fly celebrates the ephemeral moment and the hustle and bustle of everyday life, where only standing still for a short moment makes one see one&#039;s own image clearly.&lt;br /&gt;
This art piece gives me a great impression on the application  of particle system in my project. In this project there is a combination of video of real world and the particle system , the virtual one, I think this is a clever way to make some interaction with the audience .this work let me think about that I am going to try use the particle system together with the video or image compose my project’ basic way of technic idea.&lt;br /&gt;
3) Ghost Pole Propagator II by Golan Levin&lt;br /&gt;
  I really like this work, which was made by Golan Levin in 2016 who is an artist, composer and designer whose work focuses on new modes of interactive audiovisual expression.  And it is based on his formal version in 2007 of Ghost Pole Propagator which is an interactive installation originally developed for projection in the 13th century Belsay Hall Castle, in Newcastle, England as part of the Picture House exhibition with a catalogue states: &amp;quot;Levin&#039;s new interactive installation presents a phantom transcription of visitors to the Belsay Castle, recording and replaying highly abstracted &#039;skeletons&#039; of the artwork&#039;s own observers. Projected on the walls of the castle&#039;s medieval kitchen, the quiet and otherworldly animations suggest the bustle of past ghosts, or ancient petroglyphs.&amp;quot; And in this 2016 version II, the project has been reimagined at a significantly larger scale, and rendered with the perceptually remarkable light of laser beams. &lt;br /&gt;
&lt;br /&gt;
First ,there is a big involvement for the passerby. Participants see their own stick-figures, mirroring their movements. At the same time, they also observe the animated stick-figures of previous participants, whose movements had been recorded moments or hours earlier. It make great fun to the people around. Second and more importantly, it produces just the skeleton，and this artwork show a great respect to the audience because there is no problem of privacy and eventually allow participants to join without hesitation or fear. This Piece give me the idea about solving the problem of how to simplify the graphic belies their emotional force and eliminate unnecessary details and reducing visual elements to their absolute essence about my project.&lt;br /&gt;
Part 3 : Execution and Technic&lt;br /&gt;
&lt;br /&gt;
I use the Processing  as my main programming tool and also P5.JS is used. And the program I use the opencv library &lt;br /&gt;
as a reference.  I upload one ancient painting and one same view of modern picture as the main view structure , and  by applying opencv optical flow , I can get the audience optical flow .If the flow strong enough , there will generate particles which fill from the background –ancient painting ,viewed as the “snow” dropping down,  but are controlled by the audience movement, it seems like that there is a wind controlling the “snow”  and reproduce the nature view but include both ancient and present .&lt;br /&gt;
I am also thinking about to change the ellipse “snow ” to some kind of abstract shapes or Chinese letters.&lt;br /&gt;
&lt;br /&gt;
Part 4 : Progress and achievement(choose one of them——“river，sky and evening snow” as example)&lt;br /&gt;
this is an story about image interaction between modern view and ancient painting , and particles with consciousness&lt;br /&gt;
λ	Firstly I upload 2 images，one is the ancient painting about Xiaoxiang——river sky evening snow as the background image, and the other is the modern view with snow of it as the foreground image . Create a alpha channel to make a relevance with this two picture and show the fade out effect of them. It seems the conversation from modern back to the past. And the audience is the bridge between them. When the audience move , there is a “wave ” optical flow generated on the alpha channel,  then the particles generated. Those particles are filled with ancient painting .it looks like they can “erase” the foreground image by any gestures and see the past painting. &lt;br /&gt;
&lt;br /&gt;
1.the modern view with snow of this landscape, the foreground:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.the ancient painting of background:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.particles generate.&lt;br /&gt;
&lt;br /&gt;
other try: create a eraser effect . audience can erase &lt;br /&gt;
the modern picture and see the ancient picture by any gesture.&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95618</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95618"/>
		<updated>2018-02-20T13:50:41Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence intensity, with excitation wavelength and emission wavelength of 339 and 395nm, respectively.]]&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
&lt;br /&gt;
experiment progress :&lt;br /&gt;
*container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
*temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
*light:normal light with a change of day and night; use a  cloth to always cover on one half of the container and set up a no light environment.&lt;br /&gt;
*water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC04853.JPG|step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
File:DSC04864.JPG|step 2:to set up a experiment facility&lt;br /&gt;
File:DSC04896.JPG|step 3:consequence&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
consequence:&lt;br /&gt;
*in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
*light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
*water is important in the growth of  sprouts .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC04873.JPG|2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
File:DSC04881.JPG|2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
File:DSC04884.JPG|2018.01.14,9:30am(5-7cm)&lt;br /&gt;
File:DSC04887.JPG|2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
File:DSC04900.JPG|2018.01.16,9:30am(10-12cm)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*50g mung beans&lt;br /&gt;
*Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
*environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
experiment  progress: to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
&lt;br /&gt;
result: except for the portion of water, they all stop growing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG6.jpeg&lt;br /&gt;
File:WechatIMG7.jpeg&lt;br /&gt;
File:WechatIMG8.jpeg&lt;br /&gt;
File:WechatIMG9.jpeg&lt;br /&gt;
File:WechatIMG10.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC06244.JPG|31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
File:46.JPG|31.1.2018,10:15am&lt;br /&gt;
File:48.JPG|31.1.2018,11:15am &lt;br /&gt;
File:51.JPG|31.1.2018,12:15pm&lt;br /&gt;
File:53.JPG|31.1.2018,13:15pm&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4.conclusion===&lt;br /&gt;
* in the growth process of Mung Bean sprouts ，the most important  element is water  and temperature . the most proper watering is just keep the Bottom of the container wet; the most suitable temperature is 20 degree -30 degree，those 2 elements can influence the speed of growing instead of light. &lt;br /&gt;
* light has a great influence in the color of sprouts leaves, because of there is Chlorophyll in the leaves can turn green from yellow；and actually, the Chlorophyll in Mung bean sprouts can change color in a very short time.&lt;br /&gt;
&lt;br /&gt;
===5.project ideas===&lt;br /&gt;
*by the conclusion , I am going to make the colorful leaves pattern.use a opaque with different shape  hole plastic plate cover on the bean sprouts,then cultivate them under strong light in 3-4 hours.then take out the plate ,we can get those colorful leaves pattern。&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95617</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95617"/>
		<updated>2018-02-20T13:49:41Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence intensity, with excitation wavelength and emission wavelength of 339 and 395nm, respectively.]]&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
&lt;br /&gt;
experiment progress :&lt;br /&gt;
*container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
*temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
*light:normal light with a change of day and night; use a  cloth to always cover on one half of the container and set up a no light environment.&lt;br /&gt;
*water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC04853.JPG|step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
File:DSC04864.JPG|step 2:to set up a experiment facility&lt;br /&gt;
File:DSC04896.JPG|step 3:consequence&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
consequence:&lt;br /&gt;
*in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
*light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
*water is important in the growth of  sprouts .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC04873.JPG|2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
File:DSC04881.JPG|2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
File:DSC04884.JPG|2018.01.14,9:30am(5-7cm)&lt;br /&gt;
File:DSC04887.JPG|2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
File:DSC04900.JPG|2018.01.16,9:30am(10-12cm)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*50g mung beans&lt;br /&gt;
*Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
*environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
experiment  progress: to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
&lt;br /&gt;
result: except for the portion of water, they all stop growing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:WechatIMG6.jpeg&lt;br /&gt;
File:WechatIMG7.jpeg&lt;br /&gt;
File:WechatIMG8.jpeg&lt;br /&gt;
File:WechatIMG9.jpeg&lt;br /&gt;
File:WechatIMG10.jpeg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:DSC06244.JPG|31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
File:46.JPG|31.1.2018,10:15am&lt;br /&gt;
File:48.JPG|31.1.2018,11:15am &lt;br /&gt;
File:51.JPG|31.1.2018,12:15pm&lt;br /&gt;
File:53.JPG|31.1.2018,13:15pm&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4.conclusion===&lt;br /&gt;
* in the growth process of Mung Bean sprouts ，the most important  element is water  and temperature . the most proper watering is just keep the Bottom of the container wet; the most suitable temperature is 20 degree -30 degree，those 2 elements can influence the speed of growing instead of light. &lt;br /&gt;
* light has a great influence in the color of sprouts leaves, because of there is Chlorophyll in the leaves can turn green from yellow；and actually, the Chlorophyll in Mung bean sprouts can change color in a very short time.&lt;br /&gt;
&lt;br /&gt;
===5.project ideas===&lt;br /&gt;
 by the conclusion , I am going to make the colorful leaves pattern.use a opaque with different shape  hole plastic plate cover on the bean sprouts,then cultivate them under strong light in 3-4 hours.then take out the plate ,we can get those colorful leaves pattern。&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95019</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95019"/>
		<updated>2018-01-31T19:54:06Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* third experiment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95018</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95018"/>
		<updated>2018-01-31T19:52:31Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95017</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95017"/>
		<updated>2018-01-31T19:51:47Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95016</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95016"/>
		<updated>2018-01-31T19:51:00Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* 3.first experiment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
experiment progress :&lt;br /&gt;
step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95015</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95015"/>
		<updated>2018-01-31T19:49:14Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* 3.first experiment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
experiment progress :&lt;br /&gt;
step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95014</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95014"/>
		<updated>2018-01-31T19:46:14Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* third experiment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95013</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95013"/>
		<updated>2018-01-31T19:45:22Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: /* 3.first experiment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95012</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95012"/>
		<updated>2018-01-31T19:42:17Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95006</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95006"/>
		<updated>2018-01-31T18:28:19Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95004</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95004"/>
		<updated>2018-01-31T18:27:32Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;31.1.2018&amp;quot;&amp;quot;&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95003</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95003"/>
		<updated>2018-01-31T18:26:21Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        1).in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        2).light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        3).water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95002</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95002"/>
		<updated>2018-01-31T18:24:46Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*a)introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*b).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*c).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*d)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15amI first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
*31.1.2018,11:15am &lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95001</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95001"/>
		<updated>2018-01-31T18:22:55Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*a).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*b).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*c)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15am&lt;br /&gt;
&lt;br /&gt;
I first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
*31.1.2018,10:15am[[File:46.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,11:15am [[File:48.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,12:15pm[[File:51.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,13:15pm[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95000</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=95000"/>
		<updated>2018-01-31T18:21:42Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*a).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*b).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*c)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15am&lt;br /&gt;
&lt;br /&gt;
I first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,10:15am[[File:46.JPG|400px]] *31.1.2018,11:15am [[File:48.JPG|400px]]*31.1.2018,12:15pm[[File:51.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94999</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94999"/>
		<updated>2018-01-31T18:19:23Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===1.Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===2.References===&lt;br /&gt;
*introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*a).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*b).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*c)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3.first experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===second round=== &lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
===forth experiment===&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15am&lt;br /&gt;
&lt;br /&gt;
I first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,11:15am&lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94998</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94998"/>
		<updated>2018-01-31T18:15:32Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
*introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*a).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*b).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*c)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===pre-experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===next step===:&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===second round=== &lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15am&lt;br /&gt;
&lt;br /&gt;
I first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,11:15am&lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94997</id>
		<title>GMU:DIY Biolab “Driver’s License”/Xiaomei Xie</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:DIY_Biolab_%E2%80%9CDriver%E2%80%99s_License%E2%80%9D/Xiaomei_Xie&amp;diff=94997"/>
		<updated>2018-01-31T18:14:45Z</updated>

		<summary type="html">&lt;p&gt;Vuvo5136: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Project subject===&lt;br /&gt;
* a  series experiments about Mung bean sprouts&lt;br /&gt;
Three questions i want to detect:&lt;br /&gt;
*1.the most suitable environment for the sprouts grow;&lt;br /&gt;
*2.how light influence the sprouts grow;&lt;br /&gt;
*3. the fluorescence reaction in Mung bean sprouts &lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
*introduction of mung beans:Most Mung Beans are grown in China by farmers - often with little machinery. After harvest they are left to dry on gravel roads - so they are dusty.Mung beans are germinated by leaving them in water for four -five hours of daytime light and spending the rest of the day in the dark. Mung bean sprouts can be grown under artificial light for four hours over the period of a week. They are usually simply called &amp;quot;bean sprouts&amp;quot;.&lt;br /&gt;
*a).links: https://sproutpeople.org/growing-mung-bean-sprouts/&lt;br /&gt;
*b).Quality Improvement of Canned Mung Bean (Vigna radiafa) Sprouts R. W. BUESCHER, J. S. CHANG[[ main abstract:The effect of calcium, ascorbic acid, citric acid and EDTA on texture, color and flavor of mung bean sprouts canned as a low-acid food (pH &amp;gt; 4.6) and the effect of acidification by acetic, citric, gluconic, lactic and malic acids on quality of mung bean sprouts canned as an acid-food (pH &amp;lt; 4.6) were examined. Either the addition of calcium or acidification enhanced texture. Texture of products canned as low-acid food increased with decreasing pH. Color was markedly improved by either EDTA combined with ascorbic acid or acidification. Processing in plain (uncoated) cans or treatment with acetic acid was detrimental to flavor. Overall, the best low-acid food product was obtained by the combination of calcium, ascorbic acid, citric acid and EDTA while the best acid-food product was obtained by acidification with gluconic acid.]]&lt;br /&gt;
*c)Studies on Physicochemical Properties of Fluorescent Substances in Bean Sprouts[[abstract:Abstract Using six kinds of extraction solvents to study the fluorescent substances in five common bean sprouts of mungbean, soybean, pea, clover and radish, we found that &lt;br /&gt;
methanolic extraction had the highest efficiency, followed by ethanol. Among the five bean &lt;br /&gt;
sprouts, the methanolic extract of mungbean sprouts (MEMS) had the highest fluorescence &lt;br /&gt;
intensity, with excitation wavelength and emission wavelength of 339 and 395nm, &lt;br /&gt;
respectively.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===pre-experiment===&lt;br /&gt;
:to explore a relative normal environment for Mungbeans sprouts as the  standard experiment.&lt;br /&gt;
*experiment progress :&lt;br /&gt;
*step 1:put a mount of Mungbeans in the water for 24hours.&lt;br /&gt;
[[File:DSC04853.JPG|400px]]&lt;br /&gt;
*step 2:to set up a experiment facility :&lt;br /&gt;
        *1)container:a flat bottom has a hole container, a block of wet cloth on the bottom;&lt;br /&gt;
        *2)temprature:control the constant temperature-put the contanier on the hinter&lt;br /&gt;
        *3)light:normal light with a change of day and night; use a  cloth to always cover on one half of the container&lt;br /&gt;
and set up a no light environment.&lt;br /&gt;
        *4)water: watering them 2-3 times a day 36 degree around running water.&lt;br /&gt;
[[File:DSC04864.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*step 3:consequence:&lt;br /&gt;
        *1.in  72 hours, the sprouts reach up to 12cm around .&lt;br /&gt;
        *2.light  has no obvious influence  on the length of sprouts ,but the color of their leaves .&lt;br /&gt;
        *3.water is important in the growth of  sprouts .&lt;br /&gt;
[[File:DSC04896.JPG|400px]]&lt;br /&gt;
*2018.01.11:10.pm(put them in the water for 24hours,they start to sprouts.)&lt;br /&gt;
[[File:DSC04873.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.13,9:30pm(2-3cm)&lt;br /&gt;
[[File:DSC04881.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.14,9:30am(5-7cm)&lt;br /&gt;
[[File:DSC04884.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.15,9:30pm(7-10cm)&lt;br /&gt;
[[File:DSC04887.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*2018.01.16,9:30am(10-12cm)&lt;br /&gt;
[[File:DSC04900.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
===next step===:&lt;br /&gt;
*1.use the pre-experiment as the contrast one , and do the 3 different experiment to detect the Mungbeans&#039;s growth in different environment :&lt;br /&gt;
&lt;br /&gt;
*A:standard one &lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*B: contrast with A in temprature:&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around  running water&lt;br /&gt;
3.  temperature :put it on outdoor  control it around 0-5 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*C: contrast with A in nutrition liquid :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with some agar in water&lt;br /&gt;
3.  temperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :changeable light and night&lt;br /&gt;
&lt;br /&gt;
*D: contrast with A in light :&lt;br /&gt;
1.  container:container with hole and wet cloth on the bottom&lt;br /&gt;
2.  water:water beans sprouts 2-3 times a day with 36 degree around   with running water&lt;br /&gt;
3.  ttemperature :put it on the hinter  control it around 36-40 degree&#039;s &lt;br /&gt;
4. light :contact light with a table lamp.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===second experiment===&lt;br /&gt;
*organism:&lt;br /&gt;
50g mung beans&lt;br /&gt;
Nutritional fluid:milk,cola,water,coffee&lt;br /&gt;
environment：light；20-30degree temperature&lt;br /&gt;
&lt;br /&gt;
*experiment  progress:&lt;br /&gt;
to detect the flavor  by watering them  with different Nutritional fluid&lt;br /&gt;
result:except for the portion of water ,they all stop growing.&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG6.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG7.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG8.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG9.jpeg|400px]]&lt;br /&gt;
*[[File:WechatIMG10.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
*rescue: watering them water again to see if they are just sleep or die.&lt;br /&gt;
&lt;br /&gt;
===second round=== &lt;br /&gt;
to see the different color with light or no light&lt;br /&gt;
a)organism:&lt;br /&gt;
*mung bean sprouts (grown up in no light environment )&lt;br /&gt;
&lt;br /&gt;
*[[File:WechatIMG11.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
===third experiment===&lt;br /&gt;
31.1.2018&lt;br /&gt;
the rescue didn&#039;t work，the sprouts don&#039;t like cola，coffee and milk and they all died.&lt;br /&gt;
&lt;br /&gt;
continuing to observe  the changing of sprouts&#039;color in the light.&lt;br /&gt;
&lt;br /&gt;
organism :Mungbean sprouts leaves with different color.&lt;br /&gt;
&lt;br /&gt;
method:make two portion of sprouts leaves  one a plate  with the strong light.&lt;br /&gt;
the above portion&#039; leaves  are off the mother body&lt;br /&gt;
the below portion&#039; leaves are not off the mother body&lt;br /&gt;
&lt;br /&gt;
consequences :they are all turn green in the same time and at the same speed.&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,9:15am&lt;br /&gt;
I first put them on the plate&lt;br /&gt;
[[File:DSC06244.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,10:15am&lt;br /&gt;
[[File:46.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,11:15am&lt;br /&gt;
[[File:48.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,12:15pm&lt;br /&gt;
[[File:51.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
*31.1.2018,13:15pm&lt;br /&gt;
[[File:53.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Vuvo5136</name></author>
	</entry>
</feed>