<?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=DenizPolat</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=DenizPolat"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/DenizPolat"/>
	<updated>2026-05-18T00:17:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111630</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111630"/>
		<updated>2019-10-02T15:49:08Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries.  The batteries should be put in the sockets as it appears in the photo. The cable from the + side, which is the red one should be connected to +Vs pin of the sensor. The cables in the middle both red and black should be connected to GND pin of the sensor. Lastly, the cable which is coming from the - of the battery should be connected to -Vs pin of the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Our circuit should look like this in the end.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Last step is to connect our electrode cable and place the electrodes on our muscles to make them get the signals properly. Place one electrode in the middle of the muscle body, connect this electro to the R (RED) snap connector.&lt;br /&gt;
Place one electrode at one end of the muscle body, connect this electro to the F (GREEN) snap connector.&lt;br /&gt;
Place a third electrode on a bony or non-muscular part of your body near the targeted muscle, connect this electrode to the L(YELLOW) snap connector.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now we are done with the circuit, we should continue with plugging our Arduino cable in and loading our code.&lt;br /&gt;
&lt;br /&gt;
This is the code I used. This recieves the data coming from the sensor and prints it as a sensor value which allow us to send this data to Max/MSP. On my sensor I was getting the signal levels roughly from 100 to 400.&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can use our max patch after some arrangements. The usb port used by the Arduino should be defined in the object where it says &amp;quot;serial d 9600&amp;quot;. In my computer I was using the d serial port, the one you are using should be written here. The patch can be started by clicking the toggle button above. The signal level can be observed from the graphic.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111624</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111624"/>
		<updated>2019-10-02T15:36:45Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries.  The batteries should be put in the sockets as it appears in the photo. The cable from the + side, which is the red one should be connected to +Vs pin of the sensor. The cables in the middle both red and black should be connected to GND pin of the sensor. Lastly, the cable which is coming from the - of the battery should be connected to -Vs pin of the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Our circuit should look like this in the end.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Last step is to connect our electrode cable and place the electrodes on our muscles to make them get the signals properly. Place one electrode in the middle of the muscle body, connect this electro to the R (RED) snap connector.&lt;br /&gt;
Place one electrode at one end of the muscle body, connect this electro to the F (GREEN) snap connector.&lt;br /&gt;
Place a third electrode on a bony or non-muscular part of your body near the targeted muscle, connect this electrode to the L(YELLOW) snap connector.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111623</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111623"/>
		<updated>2019-10-02T15:35:10Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries.  The batteries should be put in the sockets as it appears in the photo. The cable from the + side, which is the red one should be connected to +Vs pin of the sensor. The cables in the middle both red and black should be connected to GND pin of the sensor. Lastly, the cable which is coming from the - of the battery should be connected to -Vs pin of the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Our circuit should look like this in the end.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111622</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111622"/>
		<updated>2019-10-02T15:34:35Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries.  The batteries should be put in the sockets as it appears in the photo. The cable from the + side, which is the red one should be connected to +Vs pin of the sensor. The cables in the middle both red and black should be connected to GND pin of the sensor. Lastly, the cable which is coming from the - of the battery should be connected to -Vs pin of the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Our circuit should look like this in the end.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111620</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111620"/>
		<updated>2019-10-02T15:33:16Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries.  The batteries should be put in the sockets as it appears in the photo. The cable from the + side, which is the red one should be connected to +Vs pin of the sensor. The cables in the middle both red and black should be connected to GND pin of the sensor. Lastly, the cable which is coming from the - of the battery should be connected to -Vs pin of the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111615</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111615"/>
		<updated>2019-10-02T15:24:28Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111614</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111614"/>
		<updated>2019-10-02T15:24:17Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111613</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111613"/>
		<updated>2019-10-02T15:23:24Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111612</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111612"/>
		<updated>2019-10-02T15:23:06Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Google Muscle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;list&amp;gt;&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111611</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111611"/>
		<updated>2019-10-02T15:22:04Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Google Muscle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard. Then two cables should be connected to pins that says SIG and GND. SIG cable goes to any anolog input on our Arduino, in this case it&#039;s A0. GND cable goes to any GND input on our Arduino. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Second part is connecting the batteries. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111610</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111610"/>
		<updated>2019-10-02T15:10:47Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111609</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111609"/>
		<updated>2019-10-02T15:09:42Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Set Things Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Arduino&lt;br /&gt;
2. 9v Batteries x2&lt;br /&gt;
3. EMG Muscle Sensor with the electrode cable&lt;br /&gt;
4. Battery Sockets (Optional) x3&lt;br /&gt;
5. 2 Jumper Cables&lt;br /&gt;
6. Breadboard&lt;br /&gt;
&lt;br /&gt;
The first thing we need in order to make this setup work is the EMG muscle sensor which can be found online. Then we need to place the sensor on the breadboard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111594</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111594"/>
		<updated>2019-10-01T17:23:28Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Google Muscle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases to reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111593</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111593"/>
		<updated>2019-10-01T17:22:59Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google image search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies.&lt;br /&gt;
&lt;br /&gt;
It is possible to cycle through different search options such as &amp;quot;God&amp;quot;, &amp;quot;Human&amp;quot; and &amp;quot;Computer&amp;quot;. Each of these options requires a different level of signal. For example in order to trigger the &amp;quot;God&amp;quot; option, connected muscle should produce the input level of 300. This level increases the reach the &amp;quot;Computer&amp;quot; option. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111592</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111592"/>
		<updated>2019-10-01T17:13:45Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This setup allows the user to make a google search which is triggered by the signals coming from the muscles. The idea behind is to show the connection between our boddies and technology. Every device we have act as a limb for us now. Life without internet and instant communication is not possible. There is a strong bound which is getting stronger as we continue our lives with these technologies. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111591</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111591"/>
		<updated>2019-10-01T16:40:36Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:Muscle Google 2.maxpat]]&lt;br /&gt;
&lt;br /&gt;
[[:File:sketch_sep20a.ino]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sketch_sep20a.ino&amp;diff=111590</id>
		<title>File:Sketch sep20a.ino</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sketch_sep20a.ino&amp;diff=111590"/>
		<updated>2019-10-01T16:40:31Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Muscle_Google_2.maxpat&amp;diff=111589</id>
		<title>File:Muscle Google 2.maxpat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Muscle_Google_2.maxpat&amp;diff=111589"/>
		<updated>2019-10-01T16:40:17Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111588</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111588"/>
		<updated>2019-10-01T16:35:52Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle3.PNG&amp;diff=111587</id>
		<title>File:Googlemuscle3.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle3.PNG&amp;diff=111587"/>
		<updated>2019-10-01T16:35:25Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: DenizPolat uploaded a new version of File:Googlemuscle3.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111586</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111586"/>
		<updated>2019-10-01T16:34:30Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111585</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111585"/>
		<updated>2019-10-01T16:31:22Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle3.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle1.JPG&lt;br /&gt;
File:googlemuscle2.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111584</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111584"/>
		<updated>2019-10-01T16:27:52Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111583</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111583"/>
		<updated>2019-10-01T16:27:20Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle12.JPG&amp;diff=111582</id>
		<title>File:Googlemuscle12.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle12.JPG&amp;diff=111582"/>
		<updated>2019-10-01T16:26:33Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111581</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111581"/>
		<updated>2019-10-01T16:22:20Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Google Muscle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle4.jpg&lt;br /&gt;
File:googlemuscle5.jpg&lt;br /&gt;
File:googlemuscle6.jpg&lt;br /&gt;
File:googlemuscle7.jpg&lt;br /&gt;
File:googlemuscle8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:googlemuscle9.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111580</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111580"/>
		<updated>2019-10-01T16:20:00Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111579</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=111579"/>
		<updated>2019-10-01T16:19:18Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Google Muscle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Google_Muscle_Scheme.png&lt;br /&gt;
File:googlemuscle1.png&lt;br /&gt;
File:googlemuscle2.png&lt;br /&gt;
File:googlemuscle3.PNG&lt;br /&gt;
File:googlemuscle4.JPG&lt;br /&gt;
File:googlemuscle5.JPG&lt;br /&gt;
File:googlemuscle6.JPG&lt;br /&gt;
File:googlemuscle7.JPG&lt;br /&gt;
File:googlemuscle8.JPG&lt;br /&gt;
File:googlemuscle9.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle9.JPG&amp;diff=111578</id>
		<title>File:Googlemuscle9.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle9.JPG&amp;diff=111578"/>
		<updated>2019-10-01T16:18:13Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle8.JPG&amp;diff=111577</id>
		<title>File:Googlemuscle8.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle8.JPG&amp;diff=111577"/>
		<updated>2019-10-01T16:18:12Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle7.JPG&amp;diff=111576</id>
		<title>File:Googlemuscle7.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle7.JPG&amp;diff=111576"/>
		<updated>2019-10-01T16:18:11Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle6.JPG&amp;diff=111575</id>
		<title>File:Googlemuscle6.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle6.JPG&amp;diff=111575"/>
		<updated>2019-10-01T16:18:10Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle5.JPG&amp;diff=111574</id>
		<title>File:Googlemuscle5.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle5.JPG&amp;diff=111574"/>
		<updated>2019-10-01T16:18:10Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle4.JPG&amp;diff=111573</id>
		<title>File:Googlemuscle4.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle4.JPG&amp;diff=111573"/>
		<updated>2019-10-01T16:18:09Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle3.PNG&amp;diff=111572</id>
		<title>File:Googlemuscle3.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle3.PNG&amp;diff=111572"/>
		<updated>2019-10-01T16:18:08Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle2.png&amp;diff=111571</id>
		<title>File:Googlemuscle2.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle2.png&amp;diff=111571"/>
		<updated>2019-10-01T16:18:08Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle1.png&amp;diff=111570</id>
		<title>File:Googlemuscle1.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Googlemuscle1.png&amp;diff=111570"/>
		<updated>2019-10-01T16:18:08Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Google_Muscle_Scheme.png&amp;diff=111569</id>
		<title>File:Google Muscle Scheme.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Google_Muscle_Scheme.png&amp;diff=111569"/>
		<updated>2019-10-01T16:18:07Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109690</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109690"/>
		<updated>2019-06-20T09:16:08Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;br /&gt;
&lt;br /&gt;
Process&lt;br /&gt;
&lt;br /&gt;
First thing to figure out was to how to get data from google in order to display the images of the search results. I came up with this simple patch. It&#039;s altering the image search link by adding another word at the end with append object.&lt;br /&gt;
&lt;br /&gt;
[[File:Max_google.PNG|400px]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Max_google.PNG&amp;diff=109689</id>
		<title>File:Max google.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Max_google.PNG&amp;diff=109689"/>
		<updated>2019-06-20T09:16:00Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109610</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109610"/>
		<updated>2019-06-13T08:47:53Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Concept&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109609</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109609"/>
		<updated>2019-06-13T08:47:29Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109608</id>
		<title>GMU:My Computer, Max, and I/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:My_Computer,_Max,_and_I/Deniz_Ekin_Polat&amp;diff=109608"/>
		<updated>2019-06-13T08:47:16Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: Created page with &amp;quot; == Google Muscle ==   We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Google Muscle ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are getting involved with technology each day as if the tools of technology almost became our limbs. We also have great knowledge and skill to use this tools, maybe even more skillfully than our actually limbs and muscles. Although,this seems like a dark and dystopian world, our bodies have been evolving in a way that our fingers have more importance than the other limbs.&lt;br /&gt;
&lt;br /&gt;
So I decided to take it to another level by connecting the signals from our muscles to Google Image Search. &lt;br /&gt;
&lt;br /&gt;
The electricity which flows through our muscles will be detected by an Ardunio and It will be turned into numbers. Depending of the range of the numbers, Max will be produce a combination of maximum 5 or 6 letters and search these on Google Images. The idea is to show the first image of the search result. This way a language between the computer and our body can be defined and a performance can be demonsrated.&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106747</id>
		<title>GMU:Connecting Max to the World/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106747"/>
		<updated>2019-04-03T09:52:54Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Project ==&lt;br /&gt;
&#039;&#039;&#039;Android Loop Pedal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
My project is a guitar loop pedal which is controlled from phone that acts as a controller for a max patch. It has 4 different channels being played on a loop other than live guitar sound. It is possible to change different settings such as timing, duration of the loops and speed of the composition through OSC Sound Cool App.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:looppedal.PNG&lt;br /&gt;
File:Deniz_Max1.JPG&lt;br /&gt;
File:Deniz_max2.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a short demonstration: https://vimeo.com/327503954&lt;br /&gt;
&lt;br /&gt;
{{#ev:vimeo|327503954|770x400}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How To Use It:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. First, a good connection between guitar and computer is required. This can be done with a usb interface or a different type of audio card.&lt;br /&gt;
&lt;br /&gt;
2. [https://cycling74.com/downloads Download max msp] and [[File:Deniz Ekin Polat_LoopPedal.maxpat]]  to your computer and [https://play.google.com/store/apps/details?id=org.soundcool.upv.oscapp&amp;amp;hl=en Osc Sound Cool]  to your phone.&lt;br /&gt;
&lt;br /&gt;
3. Open Max Msp and go to Options &amp;gt; Audio Status and be sure that your audio intarface is set as the input and output device.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:audio.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Press windows + R and type Cmd, then type ipconfig.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:cmd.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Open OSC Sound Cool App from your phone and type your IP which is shown as IPv4 address. Then type &amp;quot;7878&amp;quot; as port. Press &amp;quot;Connect&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
6. Open the patch and be sure that you get this message from console. If not, please check your firewall settings and allow Max 8 to connect the network.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:udp.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Go to the Audio tab from the app and start the patch from sampler tab, first section stop button. In order to start using the loop channels, simply press play button of each channel then start playing. Different setting such as speed, timing and duration of the loops can be controlled from the patch. &lt;br /&gt;
&lt;br /&gt;
8. In order to record what you play, go to extras &amp;gt; Quickrecord select a directory and press record.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;//Patch:&#039;&#039;&#039; [[:File:Deniz Ekin Polat_LoopPedal.maxpat]]&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the final project I&#039;m working on a patch which would produce algorithmic music and live music at the same time ny using my electric guitar as a sound source and my android phone as a controller.&lt;br /&gt;
&lt;br /&gt;
My plan is to create a setup which looks like this in the end:&lt;br /&gt;
&lt;br /&gt;
[[File:plan.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Progress==&lt;br /&gt;
[[/Progress]]&lt;br /&gt;
&lt;br /&gt;
==Homeworks==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17.10.2018 /Introduction to Max and framework&#039;&#039;&#039; [[:File:DenizHomework1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24.10.2018 /Interaction between computers/software&#039;&#039;&#039; [[:File:DenizHomework2.maxpat]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106746</id>
		<title>GMU:Connecting Max to the World/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106746"/>
		<updated>2019-04-03T09:51:45Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: /* Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Project ==&lt;br /&gt;
&#039;&#039;&#039;Android Loop Pedal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
My project is a guitar loop pedal which is controlled from phone that acts as a controller for a max patch. It has 4 different channels being played on a loop other than live guitar sound. It is possible to change different settings such as timing, duration of the loops and speed of the composition through OSC Sound Cool App.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:looppedal.PNG&lt;br /&gt;
File:Deniz_Max1.JPG&lt;br /&gt;
File:Deniz_max2.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a short demonstration: https://vimeo.com/327503954&lt;br /&gt;
&lt;br /&gt;
{{#ev:vimeo|327503954|770x400}}&lt;br /&gt;
&lt;br /&gt;
How To Use It:&lt;br /&gt;
&lt;br /&gt;
1. First, a good connection between guitar and computer is required. This can be done with a usb interface or a different type of audio card.&lt;br /&gt;
&lt;br /&gt;
2. [https://cycling74.com/downloads Download max msp] and [[File:Deniz Ekin Polat_LoopPedal.maxpat]]  to your computer and [https://play.google.com/store/apps/details?id=org.soundcool.upv.oscapp&amp;amp;hl=en Osc Sound Cool]  to your phone.&lt;br /&gt;
&lt;br /&gt;
3. Open Max Msp and go to Options &amp;gt; Audio Status and be sure that your audio intarface is set as the input and output device.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:audio.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Press windows + R and type Cmd, then type ipconfig.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:cmd.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Open OSC Sound Cool App from your phone and type your IP which is shown as IPv4 address. Then type &amp;quot;7878&amp;quot; as port. Press &amp;quot;Connect&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
6. Open the patch and be sure that you get this message from console. If not, please check your firewall settings and allow Max 8 to connect the network.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:udp.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Go to the Audio tab from the app and start the patch from sampler tab, first section stop button. In order to start using the loop channels, simply press play button of each channel then start playing. Different setting such as speed, timing and duration of the loops can be controlled from the patch. &lt;br /&gt;
&lt;br /&gt;
8. In order to record what you play, go to extras &amp;gt; Quickrecord select a directory and press record.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;//Patch:&#039;&#039;&#039; [[:File:Deniz Ekin Polat_LoopPedal.maxpat]]&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the final project I&#039;m working on a patch which would produce algorithmic music and live music at the same time ny using my electric guitar as a sound source and my android phone as a controller.&lt;br /&gt;
&lt;br /&gt;
My plan is to create a setup which looks like this in the end:&lt;br /&gt;
&lt;br /&gt;
[[File:plan.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Progress==&lt;br /&gt;
[[/Progress]]&lt;br /&gt;
&lt;br /&gt;
==Homeworks==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17.10.2018 /Introduction to Max and framework&#039;&#039;&#039; [[:File:DenizHomework1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24.10.2018 /Interaction between computers/software&#039;&#039;&#039; [[:File:DenizHomework2.maxpat]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106745</id>
		<title>GMU:Connecting Max to the World/Deniz Ekin Polat</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Connecting_Max_to_the_World/Deniz_Ekin_Polat&amp;diff=106745"/>
		<updated>2019-04-03T09:50:49Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Project ==&lt;br /&gt;
&#039;&#039;&#039;Android Loop Pedal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
My project is a guitar loop pedal which is controlled from phone that acts as a controller for a max patch. It has 4 different channels being played on a loop other than live guitar sound. It is possible to change different settings such as timing, duration of the loops and speed of the composition through OSC Sound Cool App.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:looppedal.PNG&lt;br /&gt;
File:Deniz_Max1.JPG&lt;br /&gt;
File:Deniz_max2.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a short demonstration: https://vimeo.com/327503954&lt;br /&gt;
&lt;br /&gt;
{{#ev:vimeo|327503954|770x400}}&lt;br /&gt;
&lt;br /&gt;
How To Use It:&lt;br /&gt;
&lt;br /&gt;
1. First, a good connection between guitar and computer is required. This can be done with a usb interface or a different type of audio card.&lt;br /&gt;
&lt;br /&gt;
2. [https://cycling74.com/downloads Download max msp] and [[File:Deniz Ekin Polat_LoopPedal.maxpat]]  to your computer and [https://play.google.com/store/apps/details?id=org.soundcool.upv.oscapp&amp;amp;hl=en Osc Sound Cool]  to your phone.&lt;br /&gt;
&lt;br /&gt;
3. Open Max Msp and go to Options &amp;gt; Audio Status and be sure that your audio intarface is set as the input and output device.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:audio.PNG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Press windows + R and type Cmd, then type ipconfig.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:cmd.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Open OSC Sound Cool App from your phone and type your IP which is shown as IPv4 address. Then type &amp;quot;7878&amp;quot; as port.&lt;br /&gt;
&lt;br /&gt;
6. Open the patch and be sure that you get this message from console. If not, please check your firewall settings and allow Max 8 to connect the network.&lt;br /&gt;
&amp;lt;gallery&amp;gt;File:udp.PNG&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Go to the Audio tab from the app and start the patch from sampler tab, first section stop button. In order to start using the loop channels, simply press play button of each channel then start playing. Different setting such as speed, timing and duration of the loops can be controlled from the patch. &lt;br /&gt;
&lt;br /&gt;
8. In order to record what you play, go to extras &amp;gt; Quickrecord select a directory and press record.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;//Patch:&#039;&#039;&#039; [[:File:Deniz Ekin Polat_LoopPedal.maxpat]]&lt;br /&gt;
&lt;br /&gt;
== Set up ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the final project I&#039;m working on a patch which would produce algorithmic music and live music at the same time ny using my electric guitar as a sound source and my android phone as a controller.&lt;br /&gt;
&lt;br /&gt;
My plan is to create a setup which looks like this in the end:&lt;br /&gt;
&lt;br /&gt;
[[File:plan.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Progress==&lt;br /&gt;
[[/Progress]]&lt;br /&gt;
&lt;br /&gt;
==Homeworks==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17.10.2018 /Introduction to Max and framework&#039;&#039;&#039; [[:File:DenizHomework1.maxpat]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24.10.2018 /Interaction between computers/software&#039;&#039;&#039; [[:File:DenizHomework2.maxpat]]&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Udp.PNG&amp;diff=106734</id>
		<title>File:Udp.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Udp.PNG&amp;diff=106734"/>
		<updated>2019-04-03T09:36:13Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Audio.PNG&amp;diff=106733</id>
		<title>File:Audio.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Audio.PNG&amp;diff=106733"/>
		<updated>2019-04-03T09:36:12Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Console.PNG&amp;diff=106732</id>
		<title>File:Console.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Console.PNG&amp;diff=106732"/>
		<updated>2019-04-03T09:36:11Z</updated>

		<summary type="html">&lt;p&gt;DenizPolat: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>DenizPolat</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Cmd.PNG&amp;diff=106731</id>
		<title>File:Cmd.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Cmd.PNG&amp;diff=106731"/>
		<updated>2019-04-03T09:36:10Z</updated>

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