<?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=Jessie</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=Jessie"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Jessie"/>
	<updated>2026-04-27T01:38:42Z</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=IFD:Advanced_Computational_Design&amp;diff=43781</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43781"/>
		<updated>2012-07-16T12:51:17Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[File:JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43780</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43780"/>
		<updated>2012-07-16T12:50:30Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43779</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43779"/>
		<updated>2012-07-16T12:49:44Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
[[JieWang-vector&amp;amp;boids.pdf]]z&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43778</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43778"/>
		<updated>2012-07-16T12:49:11Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
*[[JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43777</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43777"/>
		<updated>2012-07-16T12:48:09Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf/]]&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
[[File:JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43776</id>
		<title>File:JieWang-vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43776"/>
		<updated>2012-07-16T12:45:14Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:JieWang-vector&amp;amp;boids.pdf&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43775</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43775"/>
		<updated>2012-07-16T12:43:43Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf/]]&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43774</id>
		<title>File:JieWang-vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43774"/>
		<updated>2012-07-16T12:41:59Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:JieWang-vector&amp;amp;boids.pdf&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43773</id>
		<title>File:JieWang-vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43773"/>
		<updated>2012-07-16T12:41:00Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:JieWang-vector&amp;amp;boids.pdf&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43772</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43772"/>
		<updated>2012-07-16T12:40:23Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43770</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43770"/>
		<updated>2012-07-16T10:00:04Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang_-_vector&amp;amp;boids.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43769</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43769"/>
		<updated>2012-07-16T09:57:54Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang + vector&amp;amp;boids.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43764</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43764"/>
		<updated>2012-07-16T09:40:51Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang.vector&amp;amp;boids.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43739</id>
		<title>File:JieWang-vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang-vector%26boids.pdf&amp;diff=43739"/>
		<updated>2012-07-15T00:17:39Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43738</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43738"/>
		<updated>2012-07-15T00:16:00Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang - vector&amp;amp;boids.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie-interactiveplant.pdf&amp;diff=41012</id>
		<title>File:Wangjie-interactiveplant.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie-interactiveplant.pdf&amp;diff=41012"/>
		<updated>2012-04-19T16:06:43Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:Wangjie-interactiveplant.pdf&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem1.jpg&amp;diff=41011</id>
		<title>File:Technicalproblem1.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem1.jpg&amp;diff=41011"/>
		<updated>2012-04-19T16:06:10Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:Technicalproblem1.jpg&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:ShowreelWS1112/Jie_Wang_-_Interactive_Growing_Plant&amp;diff=41010</id>
		<title>IFD:ShowreelWS1112/Jie Wang - Interactive Growing Plant</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:ShowreelWS1112/Jie_Wang_-_Interactive_Growing_Plant&amp;diff=41010"/>
		<updated>2012-04-19T16:05:41Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40967</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40967"/>
		<updated>2012-04-18T10:56:10Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40966</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40966"/>
		<updated>2012-04-18T10:52:07Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplants.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40965</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40965"/>
		<updated>2012-04-18T10:46:59Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie_interactiveplants.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40964</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40964"/>
		<updated>2012-04-18T10:27:31Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplants.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie-interactiveplant.pdf&amp;diff=40951</id>
		<title>File:Wangjie-interactiveplant.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie-interactiveplant.pdf&amp;diff=40951"/>
		<updated>2012-04-16T23:18:57Z</updated>

		<summary type="html">&lt;p&gt;Jessie: uploaded a new version of &amp;amp;quot;File:Wangjie-interactiveplant.pdf&amp;amp;quot;&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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40950</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40950"/>
		<updated>2012-04-16T23:16:04Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem4.jpg&amp;diff=40949</id>
		<title>File:Technicalproblem4.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem4.jpg&amp;diff=40949"/>
		<updated>2012-04-16T23:13:45Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem3.jpg&amp;diff=40948</id>
		<title>File:Technicalproblem3.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem3.jpg&amp;diff=40948"/>
		<updated>2012-04-16T23:13:06Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40947</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40947"/>
		<updated>2012-04-16T23:12:37Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
File:technicalproblem3.jpg&lt;br /&gt;
File:technicalproblem4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem2.jpg&amp;diff=40946</id>
		<title>File:Technicalproblem2.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem2.jpg&amp;diff=40946"/>
		<updated>2012-04-16T23:09:48Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40945</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40945"/>
		<updated>2012-04-16T23:08:06Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem1.jpg&amp;diff=40944</id>
		<title>File:Technicalproblem1.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Technicalproblem1.jpg&amp;diff=40944"/>
		<updated>2012-04-16T23:06:31Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40943</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40943"/>
		<updated>2012-04-16T23:02:58Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
File:technicalproblem1.jpg&lt;br /&gt;
File:technicalproblem2.jpg&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40941</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40941"/>
		<updated>2012-04-16T22:44:55Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40940</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40940"/>
		<updated>2012-04-16T22:43:52Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:Codeofinteractiveplant.zip|Stepper code test]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40937</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40937"/>
		<updated>2012-04-16T22:14:51Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:Codeofinteractiveplant.zip]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Codeofinteractiveplant.zip&amp;diff=40936</id>
		<title>File:Codeofinteractiveplant.zip</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Codeofinteractiveplant.zip&amp;diff=40936"/>
		<updated>2012-04-16T22:09:44Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40935</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40935"/>
		<updated>2012-04-16T21:55:30Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code to Download===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:Codeofinteractiveplant.zip]]&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40934</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40934"/>
		<updated>2012-04-16T21:49:44Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult Problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40933</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40933"/>
		<updated>2012-04-16T21:23:16Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult problems===&lt;br /&gt;
&lt;br /&gt;
===Final Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40932</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40932"/>
		<updated>2012-04-16T21:21:14Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult problems===&lt;br /&gt;
&lt;br /&gt;
===Result Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40931</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40931"/>
		<updated>2012-04-16T21:18:49Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult problem===&lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=yoY01XdznaY&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40914</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40914"/>
		<updated>2012-04-16T00:28:35Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficult problem===&lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;br /&gt;
&lt;br /&gt;
[[Category:Ben Sassen]]&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40913</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40913"/>
		<updated>2012-04-16T00:20:07Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Technical Difficults===&lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40912</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40912"/>
		<updated>2012-04-16T00:07:57Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie3.jpg&amp;diff=40911</id>
		<title>File:Wangjie3.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Wangjie3.jpg&amp;diff=40911"/>
		<updated>2012-04-16T00:04:01Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40910</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40910"/>
		<updated>2012-04-16T00:01:51Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40909</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40909"/>
		<updated>2012-04-16T00:00:05Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
File:wangjie3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40908</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40908"/>
		<updated>2012-04-15T23:59:31Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:resultwangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40907</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40907"/>
		<updated>2012-04-15T23:58:34Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:result_wangjie3.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40906</id>
		<title>IFD:PhysicalComp2011/Jie Wang</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:PhysicalComp2011/Jie_Wang&amp;diff=40906"/>
		<updated>2012-04-15T23:55:42Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EHP - Interactive Growing Plant==&lt;br /&gt;
===Jie Wang===&lt;br /&gt;
====Projektmodul &#039;Zeitmaschinen&#039;====&lt;br /&gt;
&lt;br /&gt;
===Concept===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:plant1.jpg&lt;br /&gt;
File:plant2.jpg&lt;br /&gt;
File:plant3.jpg&lt;br /&gt;
File:plant4.jpg&lt;br /&gt;
File:plant5.jpg&lt;br /&gt;
File:plant6.jpg&lt;br /&gt;
File:plant7.jpg&lt;br /&gt;
File:plant8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:multisensor.jpg&lt;br /&gt;
File:hardware1.jpg&lt;br /&gt;
File:hardware2.jpg&lt;br /&gt;
File:hardware3.jpg&lt;br /&gt;
File:Principle of Mechanics.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:code1.jpg&lt;br /&gt;
File:code2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Result===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:result_wangjie1.jpg&lt;br /&gt;
File:result_wangjie2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wangjie-interactiveplant.pdf]]&lt;br /&gt;
===Video===&lt;br /&gt;
http://www.youtube.com/watch?v=0MO9XcieIUw&lt;/div&gt;</summary>
		<author><name>Jessie</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Result_wangjie2.jpg&amp;diff=40905</id>
		<title>File:Result wangjie2.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Result_wangjie2.jpg&amp;diff=40905"/>
		<updated>2012-04-15T23:54:34Z</updated>

		<summary type="html">&lt;p&gt;Jessie: &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>Jessie</name></author>
	</entry>
</feed>