<?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=QoXo</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=QoXo"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/QoXo"/>
	<updated>2026-05-18T21:07:43Z</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:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71882</id>
		<title>GMU:Bots &#039;n&#039; Plots/Klaus Kraemer</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71882"/>
		<updated>2015-04-29T18:33:52Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added sourcecode&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.cherrypy.org/| Phython Webframework]&lt;br /&gt;
&lt;br /&gt;
[http://blog.luisrei.com/articles/flaskrest.html| Implementing a RESTful Web API with Python &amp;amp; Flask]&lt;br /&gt;
&lt;br /&gt;
[http://flask.pocoo.org/| Flask]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tweepy/tweepy| Twitter Library]&lt;br /&gt;
&lt;br /&gt;
[[File:arobot.gif]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
A Robot&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
s = 100;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
def setup():&lt;br /&gt;
    size(s*4, s*4)&lt;br /&gt;
&lt;br /&gt;
def draw():&lt;br /&gt;
&lt;br /&gt;
    frameRate (15);&lt;br /&gt;
    a = PI/12+0.1 * sin(frameCount * 0.2);&lt;br /&gt;
    print(a);&lt;br /&gt;
    background(255);&lt;br /&gt;
    fill(0xFFA4C739);&lt;br /&gt;
    stroke(0xFFA4C739);&lt;br /&gt;
    strokeWeight(1);&lt;br /&gt;
    arc(width/2, height/2-(height/4), s, s, -PI, 0, CHORD);&lt;br /&gt;
    #arc(width/2, height/2, 100, 100, -PI, 0, CHORD);&lt;br /&gt;
    rect(width/2-s/2, height/4+s/20, s, s, 0, 0, s/8, s/8);&lt;br /&gt;
    rect(width/2-(s*0.75)-s/20, height/4+s/20, s/4, s*(3.25/4), s/8);&lt;br /&gt;
    #rect(width/2+(s*0.5)+s/20, height/4+s/20, s/4, s*(3.25/4), s/8);&lt;br /&gt;
    wave(width/2+(s*0.5)+s/20, height/4+s/20, a)&lt;br /&gt;
    rectMode(CORNER)&lt;br /&gt;
    rect(width/2+(s/15), height/4+s+s/20, s/4, s/2, 0, 0, s/8, s/8);&lt;br /&gt;
    rect(width/2-s/4-(s/15), height/4+s+s/20, s/4, s/2, 0, 0, s/8, s/8);&lt;br /&gt;
    strokeCap(ROUND);&lt;br /&gt;
    strokeWeight(s/20);&lt;br /&gt;
    line(width/2-s/16, height/2-(height/4)-s/16, width/2-s/2, height/2-(height/4)-s/2);&lt;br /&gt;
    line(width/2+s/16, height/2-(height/4)-s/16, width/2+s/2, height/2-(height/4)-s/2);&lt;br /&gt;
    fill(255)&lt;br /&gt;
    ellipse(width/2-s/5, height/2-(height/4)-(s/4), s/8, s/8);&lt;br /&gt;
    ellipse(width/2+s/5, height/2-(height/4)-(s/4), s/8, s/8);&lt;br /&gt;
    saveFrame(&amp;quot;line-######.png&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
def wave (x, y, a):&lt;br /&gt;
    pushMatrix()&lt;br /&gt;
    translate(x+s/4,y);&lt;br /&gt;
    rotate(PI+a);&lt;br /&gt;
    rectMode(CORNERS);&lt;br /&gt;
    rect(0,0, s/4, s*(3.25/4), s/8);&lt;br /&gt;
    popMatrix()&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71881</id>
		<title>GMU:Bots &#039;n&#039; Plots/Klaus Kraemer</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71881"/>
		<updated>2015-04-29T18:26:06Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added gif&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.cherrypy.org/| Phython Webframework]&lt;br /&gt;
&lt;br /&gt;
[http://blog.luisrei.com/articles/flaskrest.html| Implementing a RESTful Web API with Python &amp;amp; Flask]&lt;br /&gt;
&lt;br /&gt;
[http://flask.pocoo.org/| Flask]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tweepy/tweepy| Twitter Library]&lt;br /&gt;
&lt;br /&gt;
[[File:arobot.gif]]&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Arobot.gif&amp;diff=71880</id>
		<title>File:Arobot.gif</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Arobot.gif&amp;diff=71880"/>
		<updated>2015-04-29T18:25:50Z</updated>

		<summary type="html">&lt;p&gt;QoXo: a robot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
a robot&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{self|cc-by-sa-nc-3.0}}&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71653</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71653"/>
		<updated>2015-04-23T14:17:37Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Homework ===&lt;br /&gt;
&lt;br /&gt;
* Create your Twitter Account&lt;br /&gt;
* Follow @botsnplots&lt;br /&gt;
* Create Participant Page&lt;br /&gt;
* Play on the [[Playground]]&lt;br /&gt;
* Look at the [[Help:Editing|Help Page]]&lt;br /&gt;
* Add 1 Bot to each category&lt;br /&gt;
* Download Processing!&lt;br /&gt;
* Play with Python Mode&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
*** [https://twitter.com/metaphorminute Metaphor a Minute]&lt;br /&gt;
*** [http://twitter.com/kinbot Lake Kinneret Bot] &lt;br /&gt;
*** [http://twitter.com/earthquakeBot Earthquake Robot] &lt;br /&gt;
*** [http://twitter.com/everyword everyword]&lt;br /&gt;
*** [http://twitter.com/ThreeCourseMeal Three Course Meal]&lt;br /&gt;
*** [https://twitter.com/sandwiches_bot Random Sandwich]&lt;br /&gt;
*** [https://twitter.com/netflix_bot Netflix Bot]&lt;br /&gt;
*** [https://twitter.com/factbot1 Fact Bot]&lt;br /&gt;
*** [https://twitter.com/feedsynbot News Feed]&lt;br /&gt;
*** [https://twitter.com/everycolorbot Every Color]&lt;br /&gt;
*** [https://twitter.com/artassignbot Art Assignment Bot]&lt;br /&gt;
*** [https://twitter.com/designernewsbot Designer News Bot] &lt;br /&gt;
** Watchers &lt;br /&gt;
*** [https://twitter.com/HugsToTheRescue Hug Bot]&lt;br /&gt;
*** [https://twitter.com/YesYoureRacist Yes you&#039;re racist]&lt;br /&gt;
*** [https://twitter.com/bgebot BGE]&lt;br /&gt;
*** [https://twitter.com/StealthMountain Stealth Mountain]&lt;br /&gt;
*** [https://twitter.com/DBZNappa Nappa]&lt;br /&gt;
*** [https://twitter.com/fart_robot Fart Robot]&lt;br /&gt;
*** [https://twitter.com/yourevalued &amp;lt;3]&lt;br /&gt;
*** [https://twitter.com/thegodbot God Bot]&lt;br /&gt;
*** [https://twitter.com/nailbiterbot NCAA Nailbiter Bot]&lt;br /&gt;
*** [https://twitter.com/accidental575 Accidental Haiku]&lt;br /&gt;
** Interactives&lt;br /&gt;
*** [http://twitter.com/oliviataters olivia taters]&lt;br /&gt;
*** [https://twitter.com/wikisext how 2 sext]&lt;br /&gt;
*** [https://twitter.com/eliza_bot Eliza Bot]&lt;br /&gt;
*** [https://twitter.com/DistractedGenie Distracted Genie]&lt;br /&gt;
*** [https://twitter.com/Initech_Bill Bill Lumbergh]&lt;br /&gt;
***[https://twitter.com/LogicalB0T Mr. Spock]&lt;br /&gt;
***[https://twitter.com/AndyMcMahonBot Andrew McMahon Bot]&lt;br /&gt;
***[https://twitter.com/cleverbot cleverbot]&lt;br /&gt;
***[https://twitter.com/lowpolybot LowPolyBot]&lt;br /&gt;
** Imagebots &lt;br /&gt;
*** [https://twitter.com/imgblur Img Blur]&lt;br /&gt;
*** [https://twitter.com/ClipArtBot Clip Art Bot]&lt;br /&gt;
*** [https://twitter.com/lowpolybot low-poly Bot]&lt;br /&gt;
*** [https://twitter.com/MiraculousPics Miraculous Pictures]&lt;br /&gt;
*** [https://twitter.com/badpng badpng bot]&lt;br /&gt;
*** [https://twitter.com/pixelsorter pixelsorter]&lt;br /&gt;
*** [https://twitter.com/a_quilt_bot Quilt Bot]&lt;br /&gt;
*** [https://twitter.com/tinyimagebot TinyImage Bot]&lt;br /&gt;
*** [https://twitter.com/MuseumBot Museum Bot of Metropolitan Museum of Art]&lt;br /&gt;
*** [https://twitter.com/cgagraphics cga.graphics]&lt;br /&gt;
** Feats&lt;br /&gt;
*** [https://twitter.com/reverseocr Reverse OCR]&lt;br /&gt;
*** [https://twitter.com/AutoVids AutoVids]&lt;br /&gt;
** Mashups&lt;br /&gt;
*** [https://twitter.com/algo_news Algo News]&lt;br /&gt;
*** [https://twitter.com/LatourSwag Latour Swag]&lt;br /&gt;
*** [https://twitter.com/KimKierkegaard KimKierkegaardashian]&lt;br /&gt;
*** [https://twitter.com/TwoHeadlines Two Headlines]&lt;br /&gt;
*** [https://twitter.com/brilliantmashup Brilliant Mashup]&lt;br /&gt;
*** [https://twitter.com/nuclear_ebooks Nuclear Throne]&lt;br /&gt;
*** [https://twitter.com/HoroscopeBot HoroscopeBot]&lt;br /&gt;
*** [https://twitter.com/BloombrgNewsish Fake Bloomberg News]&lt;br /&gt;
*** [https://twitter.com/RealHumanPraise RealHumanPraise]&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
*** [https://twitter.com/AppreciationBot AppreciationBot]&lt;br /&gt;
*** [https://twitter.com/RedScareBot Robot J. McCarthy]&lt;br /&gt;
** Statements&lt;br /&gt;
*** [https://twitter.com/NRA_Tally NRA Tally]&lt;br /&gt;
*** [https://twitter.com/NSA_PRISMbot NSA Prismbot]&lt;br /&gt;
*** [https://twitter.com/parliamentedits Parliament WikiEdits]&lt;br /&gt;
** Meat&lt;br /&gt;
*** [https://twitter.com/GooglePoetics Google Poetics]&lt;br /&gt;
*** [https://twitter.com/Horse_ebooks Horse ebook]&lt;br /&gt;
*** [https://twitter.com/SonnetBot Sonnet Bot]&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editing|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
** Upload images with the &amp;quot;Upload File&amp;quot; link&lt;br /&gt;
** Embed them in your wiki page ([http://www.mediawiki.org/wiki/Help:How to embed images])&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=Playground&amp;diff=71652</id>
		<title>Playground</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=Playground&amp;diff=71652"/>
		<updated>2015-04-23T13:41:06Z</updated>

		<summary type="html">&lt;p&gt;QoXo: fff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[GMU:Bots n Plots|Robotter und Plotter]]&lt;br /&gt;
&lt;br /&gt;
[http://www.google.com Lieblings-Suchmaschine]&lt;br /&gt;
&lt;br /&gt;
== Playground ==&lt;br /&gt;
&lt;br /&gt;
[[File:My_robot.png]]&lt;br /&gt;
&lt;br /&gt;
[http://www.mediawiki.org/wiki/Help:Images Help on Embedding Images]&lt;br /&gt;
&lt;br /&gt;
You &#039;&#039;&#039;can test&#039;&#039;&#039; MediaWiki Syntax here!&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:{{PAGENAMEE}}]]&lt;br /&gt;
* [[wikipedia:de:{{PAGENAMEE}}]]&lt;br /&gt;
* [[Google:{{PAGENAMEE}}]]&lt;br /&gt;
&lt;br /&gt;
[[File:Beispiel.jpg]] this file should not exist!&lt;br /&gt;
&#039;&#039;&#039;Bold text&#039;&#039;&#039;&lt;br /&gt;
This is a random image:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== This is a Headline ==&lt;br /&gt;
&lt;br /&gt;
This is &#039;&#039;your&#039;&#039; text&lt;br /&gt;
&lt;br /&gt;
[[MySuperCool TestPage]].&lt;br /&gt;
&lt;br /&gt;
test&lt;br /&gt;
testest&lt;br /&gt;
== Video ==&lt;br /&gt;
&amp;lt;videoflash type=youtube&amp;gt;dhdsHaxLtCI&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parser Functions ==&lt;br /&gt;
&lt;br /&gt;
{{#time: d. F Y, h:i:s}} &lt;br /&gt;
&lt;br /&gt;
see http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions&lt;br /&gt;
&lt;br /&gt;
== HTML ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- this is a table with a custom CSS-style --&amp;gt;&lt;br /&gt;
{| border=&amp;quot;3&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;10&amp;quot; cellpadding=&amp;quot;10&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:2em 2em 2em 2; border:dashed 3px red;background:yellow;empty-cells:show;vertical-align:top;{{{style|}}}&amp;quot;&lt;br /&gt;
|Hi {{PAGENAME}}, I&#039;m feeling lucky!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;randomimage size=&amp;quot;250&amp;quot; float=&amp;quot;left&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;randomimage size=&amp;quot;250&amp;quot; float=&amp;quot;left&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;randomimage size=&amp;quot;100&amp;quot; float=&amp;quot;left&amp;quot;&lt;br /&gt;
choices=&amp;quot;EinMaerchenVonDerLiebe.jpg,Testimage.jpg&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;randomimage size=&amp;quot;100&amp;quot; float=&amp;quot;left&amp;quot; choices=&amp;quot;EinMaerchenVonDerLiebe.jpg|Testimage.jpg&amp;quot; /&amp;gt;&amp;lt;randomimage size=&amp;quot;100&amp;quot; float=&amp;quot;left&amp;quot; choices=&amp;quot;EinMaerchenVonDerLiebe.jpg|Testimage.jpg&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using an Image as Link: &lt;br /&gt;
&lt;br /&gt;
[[File:EinMaerchenVonDerLiebe.jpg|100px|link=http://web.uni-weimar.de/medien/wiki/]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PDF Handler ==&lt;br /&gt;
[[Image:Test.pdf]]&lt;br /&gt;
&lt;br /&gt;
==hochzwei==&lt;br /&gt;
* m&amp;amp;sup2;&lt;br /&gt;
* m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
* m^2&lt;br /&gt;
&amp;lt;math&amp;gt;m^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==stars==&lt;br /&gt;
★ star solid &amp;lt;!-- &amp;amp;#9733; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
☆ star outline &amp;lt;!--  &amp;amp;#9734; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
→ → → → → → → → → → → → → → →&lt;br /&gt;
&lt;br /&gt;
ISBN 9780571266197&lt;br /&gt;
&lt;br /&gt;
== Canvas ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;demo-sketch&amp;quot; data-processing-sources=&amp;quot;http://processingjs.org/content/home/abstract01js.pde&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;!-- deal with non-html5 browsers --&amp;gt;&lt;br /&gt;
&amp;lt;!--img src=&amp;quot;http://processingjs.org/content/home/abstract01js.png&amp;quot; width=&amp;quot;600px&amp;quot; height=&amp;quot;480px&amp;quot;--&amp;gt;&lt;br /&gt;
&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bild einbinden ==&lt;br /&gt;
&lt;br /&gt;
[[File:Valid-weave-table.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Panoramen ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;panorama&amp;quot;&amp;gt;[[File:untitled.jpg]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;randomimage size=&amp;quot;650&amp;quot; float=&amp;quot;left&amp;quot; choices=&amp;quot;&lt;br /&gt;
georg 360 5xLena.jpg|&lt;br /&gt;
kurpark.jpg|&lt;br /&gt;
Sieg.jpg|&lt;br /&gt;
Raphael Hundeuebungsplatz.jpg|&lt;br /&gt;
Dorf1.jpg|&lt;br /&gt;
untitled.jpg|&lt;br /&gt;
Ruine.jpg|&lt;br /&gt;
Bahnhof2.jpg|&lt;br /&gt;
marktplatz.jpg|&lt;br /&gt;
Straßenkreuzung.jpg|&lt;br /&gt;
chambre.jpg|&lt;br /&gt;
lobeda.jpg|&lt;br /&gt;
poposhop.jpg|&lt;br /&gt;
cpkreuzung.jpg|&lt;br /&gt;
&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
[[GMU:Immersive Strategien/360grad erste Aufgabe|360° Fotographie]]. Assignment of the undergraduates in their first week.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
&lt;br /&gt;
{{Template:Beispiel}}&lt;br /&gt;
--[[User:Max|max]] 14:46, 26 October 2011 (CEST)&lt;br /&gt;
&lt;br /&gt;
{{Template:CC}}&lt;br /&gt;
&lt;br /&gt;
Der Inhalt dieser Seite könnte auch Copyrighted Material enthalten:&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Template:BUW}} 2010&lt;br /&gt;
&lt;br /&gt;
http://www.uni-weimar.de&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
API Test Möglichkeiten der Medien&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Testbild ==&lt;br /&gt;
[[File:testbild wird wieder gelöscht.jpg]]&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71508</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71508"/>
		<updated>2015-04-15T18:36:42Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added bot  everyword&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Homework ===&lt;br /&gt;
&lt;br /&gt;
* Create your Twitter Account&lt;br /&gt;
* Follow @botsnplots&lt;br /&gt;
* Create Participant Page&lt;br /&gt;
* Play on the [[Playground]]&lt;br /&gt;
* Look at the [[Help:Editing|Help Page]]&lt;br /&gt;
* Add 1 Bot to each category&lt;br /&gt;
* Download Processing!&lt;br /&gt;
* Play with Python Mode&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
*** [http://twitter.com/kinbot Lake Kinneret Bot]&lt;br /&gt;
*** [http://www.twitter.com/everyword everyword]&lt;br /&gt;
** Watchers &lt;br /&gt;
** Interactives&lt;br /&gt;
*** [http://twitter.com/oliviataters olivia taters]&lt;br /&gt;
** Imagebots &lt;br /&gt;
** Feats&lt;br /&gt;
** Mashups&lt;br /&gt;
***[https://twitter.com/algo_news Algo News]&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
** Statements&lt;br /&gt;
** Meat&lt;br /&gt;
&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editing|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71501</id>
		<title>GMU:Bots &#039;n&#039; Plots/Klaus Kraemer</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71501"/>
		<updated>2015-04-15T18:27:36Z</updated>

		<summary type="html">&lt;p&gt;QoXo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.cherrypy.org/| Phython Webframework]&lt;br /&gt;
&lt;br /&gt;
[http://blog.luisrei.com/articles/flaskrest.html| Implementing a RESTful Web API with Python &amp;amp; Flask]&lt;br /&gt;
&lt;br /&gt;
[http://flask.pocoo.org/| Flask]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tweepy/tweepy| Twitter Library]&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71484</id>
		<title>GMU:Bots &#039;n&#039; Plots/Klaus Kraemer</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Klaus_Kraemer&amp;diff=71484"/>
		<updated>2015-04-15T18:21:00Z</updated>

		<summary type="html">&lt;p&gt;QoXo: Blub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blub&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots&amp;diff=71483</id>
		<title>GMU:Bots &#039;n&#039; Plots</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots&amp;diff=71483"/>
		<updated>2015-04-15T18:20:11Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added Participant&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Bots-n-plots-maillardet-drawing.png|thumb|left|300px|&#039;&#039;Drawing by [[wikipedia:Maillardet&#039;s automaton|the Draughtsman-Writer Bot]] ca. 1800&#039;&#039;]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bots &#039;n&#039; Plots &amp;amp;mdash; Malen nach 0 und 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[:Category:Werkmodul|Werkmodul]]/[[:Category:Fachmodul|Fachmodul]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer:&#039;&#039; [[User:ms|Martin Schneider]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 4 [[SWS]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Wednesday 17:00 - 20:30 Uhr &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 204&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; Wednesday, 15. Apr. 2015&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NEWS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;The Deadline has been extended by 24 hours :)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;You need to apply until 24:00 on April 13th, 2015.&#039;&#039;&#039;&lt;br /&gt;
 Applications after the deadline will not be taken into consideration.&lt;br /&gt;
 I will let you know if you made it onto the list on April 14th.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Follow [http://twitter.com/botsnplots @botsnplots] on Twitter!&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The internet of things is infiltrating the social web.&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;A rich ecosystem of social bots is evolving right now.&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Those bots range from the purposeful via the poetic to the philosophical.&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;And they are starting to talk to each other.&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the Bots &#039;n&#039; Plots course, we will create little robots that doodle and babble.  &amp;lt;br&amp;gt;&lt;br /&gt;
Our robots will be based in software, but we will also learn how to connect them with the physical world, using vision sound and serial connections.  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the course of the class you will:&lt;br /&gt;
&lt;br /&gt;
* Learn programming with Python&lt;br /&gt;
* Process images and text&lt;br /&gt;
* Create generative drawings and poems&lt;br /&gt;
* Use APIs for the social web, including Twitter and Mediawiki&lt;br /&gt;
* Create your own software bots and make them talk to each other&lt;br /&gt;
&lt;br /&gt;
The course requires no previous programming experience.&lt;br /&gt;
&lt;br /&gt;
As a result of the course you will acquire fundamental programming skills that will enable you to take more advanced courses in the future. &amp;lt;br&amp;gt;&lt;br /&gt;
It is recommended to combine the course with the [[GMU:eval(nature)|eval(nature) module]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beschreibung ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Das Internet der Dinge erobert die sozialen Netzwerke.&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Im Augenblick entwickelt sich ein vielfältiges Ökosystem sozialer Bots.&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Die Bots decken ein weites Spektrum ab, vom Praktischen, über Poetisches bis hin zum Philosophischen.&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Und sie fangen an miteinander zu kommunizieren...&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;Malen nach 0 und 1&#039;&#039; werden wir kleine Roboter erschaffen, die kritzeln und brabbeln. &amp;lt;br&amp;gt;&lt;br /&gt;
Unsere Roboter bestehen aus Nullen und Einsen, aber wir werden auch lernen sie mit der materiellen Welt zu verbinden, wobei Kameras, Töne und Kabel zum Einsatz kommen. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Im Rahmen des Moduls werdet ihr:&lt;br /&gt;
&lt;br /&gt;
* Programmieren mit Python lernen&lt;br /&gt;
* Grafik und Text verarbeiten&lt;br /&gt;
* Generative Grafiken und Gedichte erzeugen&lt;br /&gt;
* APIs für Soziale Netzwerke nutzen, inkl. Twitter und Mediawiki&lt;br /&gt;
* Eigene Software-Bots entwickeln und sie dazu bringen miteinander zu reden.&lt;br /&gt;
&lt;br /&gt;
Dieses Modul erfordert keine Programmierkentnisse.&lt;br /&gt;
&lt;br /&gt;
Im Rahmen des Kurses werden grundlegende Programmierkentnisse vermittelt, die es ermöglichen in Zukunft fortgeschrittene Kurse zu belegen.&amp;lt;br&amp;gt;&lt;br /&gt;
Es wird empfohlen diesen Kurs mit dem Projekt-Modul [[GMU:eval(nature)|eval(nature)]] zu kombinieren.&lt;br /&gt;
&lt;br /&gt;
== Language ==&lt;br /&gt;
&lt;br /&gt;
The course will be in English, unless all participants are speaking German.&lt;br /&gt;
&lt;br /&gt;
== Eligible Participants ==&lt;br /&gt;
&lt;br /&gt;
Undergraduates and graduates enrolled in the faculties of:&lt;br /&gt;
&lt;br /&gt;
* Media Art/Design&lt;br /&gt;
* Visual Communication&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Burning Interest in Artificial Intelligence, Computer-Linguistics and Generative Design&lt;br /&gt;
* Previous course about the Internet of Things highly recommended&lt;br /&gt;
* Working knowledge of Web Technologies (HTML, CSS, Javascript ...)&lt;br /&gt;
* Time and Devotion for lots of coding homework, which may be frustrating at times&lt;br /&gt;
* Programming experience considered helpful&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
The deadline to apply for this course is April 13th, 2015&lt;br /&gt;
&lt;br /&gt;
 You need to provide links to previous work to be elligible to this course.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To:&#039;&#039;&#039; [[User:ms|Martin Schneider]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Subject:&#039;&#039;&#039; Bots n Plots /// Application&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Please provide links to three of your visual, poetic or algorithmic works online.&lt;br /&gt;
# Please answer these questions:&lt;br /&gt;
#* What is your favourite bot on twitter?&lt;br /&gt;
#* What kind of bot would you like to be able to create at the end of the course?&lt;br /&gt;
# Please tell us about you:&lt;br /&gt;
#* program and semester (Studienprogramm und Fachsemester)&lt;br /&gt;
#* matriculation number (Matrikelnummer)&lt;br /&gt;
#* Valid email address @uni-weimar.de (no other mailing addresses will be accepted) [[SCC-Services#E-Mail|Why?]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
 This is the outline of the course.&lt;br /&gt;
 The details may still be subject to change.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Theme !! Topic !!  Date &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[/Part1|Part 1: Python]]&lt;br /&gt;
| 01: Programming I&lt;br /&gt;
| 15. April 2015&lt;br /&gt;
|-&lt;br /&gt;
| 02: Programming II&lt;br /&gt;
| 22. April 2015&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | [[/Part2|Part 2: Plotter Bots]]&lt;br /&gt;
| 03: Drawing and Plotting I&lt;br /&gt;
| 29. April 2015&lt;br /&gt;
|-&lt;br /&gt;
| 04: Drawing and Plotting II&lt;br /&gt;
| 06. May 2015&lt;br /&gt;
|-&lt;br /&gt;
| 05: Image Processing I&lt;br /&gt;
| 13. May 2015&lt;br /&gt;
|-&lt;br /&gt;
| 06: Image Processing II&lt;br /&gt;
| 20. May 2015&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[/Part3|Part 3: Chatter Bots]]&lt;br /&gt;
| 07: Language Processing I&lt;br /&gt;
| 27. May 2015&lt;br /&gt;
|-&lt;br /&gt;
| 08: Language Processing II&lt;br /&gt;
| 03. June 2015&lt;br /&gt;
|-&lt;br /&gt;
| 09: Generating Poetry&lt;br /&gt;
| 10. June 2015&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | [[/Part4|Part 4: Social Bots]]&lt;br /&gt;
| 10: Twitter Bots I&lt;br /&gt;
| 17. June 2015&lt;br /&gt;
|-&lt;br /&gt;
| 11: Twitter Bots II&lt;br /&gt;
| 24. June 2015&lt;br /&gt;
|-&lt;br /&gt;
| 12: Wiki Bots I&lt;br /&gt;
| 01. July 2015&lt;br /&gt;
|-&lt;br /&gt;
| 13: Wiki Bots II&lt;br /&gt;
| 08. July 2015&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
* Presence and active participation (required)&lt;br /&gt;
* Punctual and complete submission of homework (required)&lt;br /&gt;
&lt;br /&gt;
* 50% Technical and aesthetic execution of the final bot project&lt;br /&gt;
* 20% Emergent behaviour from making the robots talk&lt;br /&gt;
* 20% Documentation of the final project&lt;br /&gt;
* 10% Contribution to the MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
* [[GMU:Bots_&#039;n&#039;_Plots/Sebastian Stang|Sebastian Stang]]&lt;br /&gt;
* [[GMU:Bots_&#039;n&#039;_Plots/Maria Degand|Maria Degand]]&lt;br /&gt;
* [[GMU:Bots_&#039;n&#039;_Plots/Klaus Kraemer|Klaus Kraemer]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Here are a couple of links that should give you an idea of where this course is heading ...&lt;br /&gt;
&lt;br /&gt;
=== Learning Python ===&lt;br /&gt;
* [http://www.codecademy.com/en/tracks/python Learn Python] at Code Academy&lt;br /&gt;
=== Image Processing ===&lt;br /&gt;
* [http://software-carpentry.org/v4/media/ Multimedia Programming] by Software Carpentry&lt;br /&gt;
=== Video Processing ===&lt;br /&gt;
* [https://zulko.github.io/moviepy/ MoviePy] by Zulko&lt;br /&gt;
* [https://zulko.github.io/blog/2014/09/20/vector-animations-with-python/ Vector Animations with Python]&lt;br /&gt;
=== Language Processing ===&lt;br /&gt;
* [http://h6o6.com/2013/03/using-python-and-the-nltk-to-find-haikus-in-the-public-twitter-stream/ Using Python and the NLTK to find Haikus in the public twitter stream]&lt;br /&gt;
* [http://dhconnelly.com/paip-python/docs/paip/eliza.html Eliza.py]&lt;br /&gt;
=== Twitter ===&lt;br /&gt;
* [https://zulko.github.io/blog/2014/07/26/a-tweets-controlled-python-script/|A Python Script controlled via Twitter]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
* Bird, Steven: &#039;&#039;Natural Language Processing with Python&#039;&#039; ISBN 978-0596516499 ([http://www.nltk.org/book/ online])&lt;br /&gt;
* Lobin, Hennig:&#039;&#039;Computerlinguistik und Texttechnologie&#039;&#039; ISBN 978-3825232825 &lt;br /&gt;
* Russel, Mathew: &#039;&#039;Mining the Social Web&#039;&#039; ISBN 978-1449367619&lt;br /&gt;
* Segaran, Toby&#039;&#039;: Programming Collective Intelligence&#039;&#039; ISBN 978-0596529321&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
This is a list of recommended books for the Python language:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- {{PythonBooks}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Beazley, David: &#039;&#039;Python Cookbook&#039;&#039; ISBN 978-1449340377 &lt;br /&gt;
* Blum, Richard: &#039;&#039;Python Programming for Raspberry Pi&#039;&#039; ISBN 978-0789752055 &lt;br /&gt;
* Chan, Jamie: &#039;&#039;Learn Python in One Day and Learn it Well&#039;&#039; ISBN 978-1506094380&lt;br /&gt;
* Zelle, John: &#039;&#039;Python Programming: An Introduction to Computer Science&#039;&#039; ISBN 978-1590282410 ([http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.111.6062 online])&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
There are a couple of books in the Semesterapparat of [[Society of Networked Things]], that you might want to flip trough.&lt;br /&gt;
&lt;br /&gt;
[[Category:SS15]]&lt;br /&gt;
[[Category:Werkmodul]]&lt;br /&gt;
[[Category:Fachmodul]]&lt;br /&gt;
[[Category:Martin Schneider]]&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Gestaltung]]&lt;br /&gt;
[[Category:Design]]&lt;br /&gt;
[[Category:Poetry]]&lt;br /&gt;
[[Category:Generative Gestaltung]]&lt;br /&gt;
[[Category:Robots]]&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71476</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71476"/>
		<updated>2015-04-15T18:05:18Z</updated>

		<summary type="html">&lt;p&gt;QoXo: Editing link fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Topics ===&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
** Watchers &lt;br /&gt;
** Interactives&lt;br /&gt;
*** [http://twitter.com/oliviataters olivia taters]&lt;br /&gt;
** Imagebots &lt;br /&gt;
** Feats&lt;br /&gt;
** Mashups&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
** Statements&lt;br /&gt;
** Meat&lt;br /&gt;
&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editing|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71475</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71475"/>
		<updated>2015-04-15T17:57:07Z</updated>

		<summary type="html">&lt;p&gt;QoXo: Link corrected&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Topics ===&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
** Watchers &lt;br /&gt;
** Interactives&lt;br /&gt;
*** [http://twitter.com/oliviataters olivia taters]&lt;br /&gt;
** Imagebots &lt;br /&gt;
** Feats&lt;br /&gt;
** Mashups&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
** Statements&lt;br /&gt;
** Meat&lt;br /&gt;
&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editig|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71474</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71474"/>
		<updated>2015-04-15T17:55:59Z</updated>

		<summary type="html">&lt;p&gt;QoXo: added bot  oliviataters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Topics ===&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
** Watchers &lt;br /&gt;
** Interactives&lt;br /&gt;
*** [https://twitter.com/oliviataters]&lt;br /&gt;
** Imagebots &lt;br /&gt;
** Feats&lt;br /&gt;
** Mashups&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
** Statements&lt;br /&gt;
** Meat&lt;br /&gt;
&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editig|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71473</id>
		<title>GMU:Bots &#039;n&#039; Plots/Part1</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Bots_%27n%27_Plots/Part1&amp;diff=71473"/>
		<updated>2015-04-15T17:53:49Z</updated>

		<summary type="html">&lt;p&gt;QoXo: Link corrected&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
 Part I of [[GMU:Bots &#039;n&#039; Plots]].&lt;br /&gt;
&lt;br /&gt;
=== Topics ===&lt;br /&gt;
&lt;br /&gt;
== Introduction to Social Bots ==&lt;br /&gt;
=== How do you spot a bot? ===&lt;br /&gt;
* [[wikipedia:Turing Test|Turing Test]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of chatter bots ===&lt;br /&gt;
* [http://loebner.net/Prizef/loebner-prize.html Loebner Prize]&lt;br /&gt;
* From [[wikipedia:ELIZA|ELIZA]] to [[wikipedia:Siri|SIRI]] to [[wikipedia:Her (film)|HER]]&lt;br /&gt;
&lt;br /&gt;
=== A little history of plotter bots ===&lt;br /&gt;
* [http://www.kurzweilcyberart.com/aaron/ AARON]&lt;br /&gt;
* 1960s Computer Art &lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/15 Georg Nees]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/68 Frieder Nake]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/13 Manfred Mohr]&lt;br /&gt;
** [http://dada.compart-bremen.de/item/agent/14 Vera Molnar]&lt;br /&gt;
* [http://doc.gold.ac.uk/creativemachine/artworks/ Creative Machine Exhibition] at Goldsmiths&lt;br /&gt;
&lt;br /&gt;
=== A little history of computer poetry ===&lt;br /&gt;
* Vocal Art&lt;br /&gt;
** [http://www.ubu.com/sound/ursonate.html Ursonate] (Kurt Schwitters)&lt;br /&gt;
** [http://www.flong.com/projects/ursonography/ Ursonography] (Golan Levin)&lt;br /&gt;
** [https://vimeo.com/38471196 Konsonant] (Jörg Piringer)&lt;br /&gt;
* Narrative&lt;br /&gt;
** Morphology of the Folktale (Vladimir Propp)&lt;br /&gt;
** The Great Automatic Grammatizator (Roald Dahl)&lt;br /&gt;
** Data-Driven Journalism&lt;br /&gt;
&lt;br /&gt;
=== Creativity ===&lt;br /&gt;
* [[wikipedia:Computational creativity|Computational Creativity]]&lt;br /&gt;
* Jon McCormack: Computers and Creativity, ISBN 9781283631525&lt;br /&gt;
&lt;br /&gt;
=== Bots on Twitter ===&lt;br /&gt;
* Systema Naturae of Bots&lt;br /&gt;
* [http://www.gamesbyangelina.org/talks/codecamp.pdf A Brief History of the Future of Twitter Bots] (Michael Cook)&lt;br /&gt;
** Feeds&lt;br /&gt;
*** [http://www.twitter.com/big_ben_clock Big Ben Clock]&lt;br /&gt;
** Watchers &lt;br /&gt;
** Interactives&lt;br /&gt;
** Imagebots &lt;br /&gt;
** Feats&lt;br /&gt;
** Mashups&lt;br /&gt;
** Bot-on-Bot&lt;br /&gt;
** Statements&lt;br /&gt;
** Meat&lt;br /&gt;
&lt;br /&gt;
* [http://golancourses.net/2015/category/31-bot/ Bot Class] by Golan Levin&lt;br /&gt;
&lt;br /&gt;
== Learning to use the Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Using the Wiki + the Mailinglist ===&lt;br /&gt;
* [[Help:Editig|Using the Wiki]]&lt;br /&gt;
* [[GMU:Mailinglist|Using the Mailinglist]]&lt;br /&gt;
&lt;br /&gt;
=== Using Twitter ===&lt;br /&gt;
* The [https://support.twitter.com/articles/166337-the-twitter-glossary# Twitter Glossary]&lt;br /&gt;
* &#039;&#039;[https://twitter.com/signup Sign The Fxxk Up!]&#039;&#039; and follow [http://twitter.com/botsnplots @botsnplots]&lt;br /&gt;
* Twitter Apps and the Twitter API&lt;br /&gt;
&lt;br /&gt;
=== Using Python in Processing ===&lt;br /&gt;
* [http://processing.org/download/ Get Processing!]&lt;br /&gt;
* [http://py.processing.org Processing Python Mode]&lt;br /&gt;
** [http://py.processing.org/reference/ Reference]&lt;br /&gt;
** [http://py.processing.org/tutorials/ Tutorials]&lt;br /&gt;
&lt;br /&gt;
=== Using iPython Notebooks ===&lt;br /&gt;
&lt;br /&gt;
* iPython (interactive Python, runs in the browser)&lt;br /&gt;
** Play with it [https://tmpnb.org/ here]&lt;br /&gt;
** Explore iPython Notebooks [http://nbviewer.ipython.org/ here]&lt;br /&gt;
&lt;br /&gt;
* Jupyter (Class-Environment for iPython)&lt;br /&gt;
** We will set up our own Jupyter server for you.&lt;br /&gt;
** Nice Example of browser based python using Jupyter [https://www.youtube.com/watch?v=iSGXOU5C3sQ here] (by Doug Blank)&lt;br /&gt;
&lt;br /&gt;
== Learn Programming in Python ==&lt;br /&gt;
* Commands&lt;br /&gt;
* Variables&lt;br /&gt;
* Control Flow&lt;br /&gt;
* Functions&lt;br /&gt;
* Dictionaries, Lists, Sets&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
=== Literature ===&lt;br /&gt;
&lt;br /&gt;
==== Python Books ====&lt;br /&gt;
&lt;br /&gt;
  TO BE DONE&lt;br /&gt;
&lt;br /&gt;
{{PythonBooks}}&lt;br /&gt;
&lt;br /&gt;
==== Processing Books ====&lt;br /&gt;
{{ProcessingBooks}}&lt;/div&gt;</summary>
		<author><name>QoXo</name></author>
	</entry>
</feed>