-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (49 loc) · 3.61 KB
/
index.html
File metadata and controls
71 lines (49 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>badbadnotbad.ai</title>
<link rel="stylesheet" href="/assets/styles.css">
</head>
<body>
<h1>badbadnotbad.ai</h1>
<p>The Palazzo is a post-modern building from the 90s in Berlin with a large unused concert hall, hidden away from the public. It was recently rented by iRights.Lab and offered to <a href="https://aiunit.org">AI UNIT</a> for a few evenings.</p>
<p>AI UNIT invites to a series of gatherings in the Palazzo, a building by the late italian architect Aldo Rossi, a replica of Michelangelos Palazzo Farnese in Rome. Its somewhat joyfully disfunctional and diverse architecture inspires us to model a form of communication with no defined results - and space for failure.</p>
<p>AI UNIT connects collectives and people to use that space and participate in formats reflecting on machine learning in art, architecture and politics. (You need neither to be a coder nor an artist to participate!)</p>
<p>The format aims at bringing together actors of different fields, to learn from each other and to share what we all bring from our experiences in our regarding fields.</p>
<p>With experiments combining left strategies and machine learning, badbadnotbad.ai wants to understand the complex intersections of society, culture, politics, environment, technology, identity, spaces, capitalism and us. (We agree, its a long list, but did we already say its complex?).</p>
<p>AI is mostly very bad. badbadnotbad.ai is the ugly, the very bad and sometimes the good.</p>
<p>Starting in December 2019, we envision a two week cycle for gatherings, each lasting an entire day. Anybody interested can register on badbadnotbad.ai and state their field of interest and possible contribution. AI UNIT will serve tea and food.</p>
<hr />
<h2>The next gathering will take place 03/05/20 2pm-5pm online and irl.</h2>
<p>We warmly invite all collectives and people to participate in this dialogue, especially from underrepresented groups.</p>
<hr />
<form action="/thankyou/" name="call" method="POST" data-netlify="true">
<fieldset>
<label for="name">Your name</label>
<input required name="name" id="name" type="text" />
</fieldset>
<fieldset>
<label for="email">Your Email address</label>
<input required name="email" id="email" type="email" />
</fieldset>
<fieldset>
<label for="text">Please state what you would like to commit to the next gathering</label>
<textarea required maxlength="1000" name="text" id="text"></textarea>
</fieldset>
<button type="submit">Submit</button>
</form>
<hr />
<p>badbadnotbad.ai is an initiative by <a href="https://aiunit.org" target="_blank">AI UNIT</a> (Christian von Borries, Andreas Dzialocha). We are not affiliated with any business, neither do we receive funding. We are actually excited to create a space independent of economic interests together with you.</p>
<hr />
badbadnotbad.ai follows the <a href="https://berlincodeofconduct.org" target="_blank">Berlin Code of Conduct</a>, for any questions please <a href="mailto:mail@badbadnotbad.ai">write</a> us :-)
<hr />
<ul>
<li><a href="https://aiunit.org/" target="_blank">aiunit.org</a></li>
<li><a href="https://badbadnotbad.ai/" target="_blank">badbadnotbad.ai</a></li>
<li><a href="https://☭.ml" target="_blank">☭.ml</a></li>
</ul>
</body>
</html>