|
| 1 | +# the name of your event |
| 2 | +name = "co-create" |
| 3 | + |
| 4 | +# shortest possible name (without year) |
| 5 | +shortname = "co-create" |
| 6 | + |
| 7 | +# type of the event |
| 8 | +# available types (you can choose more): |
| 9 | +# * meetup |
| 10 | +# * conference |
| 11 | +# * hackathon |
| 12 | +# * expo |
| 13 | +# * party |
| 14 | +# * other |
| 15 | +types = ["expo"] |
| 16 | + |
| 17 | +# status of the event |
| 18 | +# available types: |
| 19 | +# * idea |
| 20 | +# * planning |
| 21 | +# * published |
| 22 | +status = "published" |
| 23 | + |
| 24 | +# the name of the group organizing the event |
| 25 | +org = "Department of Decentralization" |
| 26 | + |
| 27 | +# the github handle of the directly responsible individual for this event |
| 28 | +# (this person will coordinate with #bbw24 organizers) |
| 29 | +dri = "ligi" |
| 30 | + |
| 31 | +# A point of contact (responsible person) |
| 32 | +poc = "https://dod.ngo" |
| 33 | + |
| 34 | +# the start date of the event |
| 35 | +date = "2024-05-25" |
| 36 | + |
| 37 | +# how many days the event lasts (1 - N) |
| 38 | +days = 1 |
| 39 | + |
| 40 | +# the event times (shows up in the event card) |
| 41 | +times = "11:00-17:00" |
| 42 | + |
| 43 | +# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress |
| 44 | +venues = ["cic"] |
| 45 | + |
| 46 | +# the event venue name |
| 47 | +# venueName = "Example venue" |
| 48 | + |
| 49 | +# link to the venue on google maps |
| 50 | +# venueUrl = "https://goo.gl/maps/example" |
| 51 | + |
| 52 | +# the event venue address |
| 53 | +# venueAddress = "118 Holland St, Somerville, MA 02144" |
| 54 | + |
| 55 | +# the languages in which the event will take place (you can choose more) |
| 56 | +languages = ["english"] |
| 57 | + |
| 58 | +# the max number of attendees of the event |
| 59 | +attendees = 150 |
| 60 | + |
| 61 | +# blockchains that the event deals with |
| 62 | +# if it is an interchain event, then leave blank |
| 63 | +chains = [] |
| 64 | + |
| 65 | +# tags for the event, will show up as labels. |
| 66 | +# pick 1-4 |
| 67 | +tags = ["art"] |
| 68 | + |
| 69 | +# A logo attachment |
| 70 | +logo = "logo.png" |
| 71 | + |
| 72 | +# a description of the event. |
| 73 | +description = """ |
| 74 | +An exhibition by Department of Decentralization and Refraction |
| 75 | +
|
| 76 | +In the history of media, sound, and related image-based practices, hardly any city in the world has been as impactful in the concept of collaborative performance and presentation as a genre and medium as Berlin. From the early hacklabs, cross-sound performances, Bring-Your-Own-Beamer initiatives, and crypto raves, the sense of a joint collaboration has been at the core, inviting artists of many disciplines and genres to create, exhibit and perform together, creating novel social sculptural movements. |
| 77 | +
|
| 78 | +It is in this ethos Department of Decentralization Refraction, in collaboration with Refraction, presents ‘co-create’. The exhibition asks questions in and around identity, open source technology, and participatory frameworks as they relate to contemporary on-chain discourse. The work is presented on-chain and IRL, creating a new mode of action and communication, bridging the exhibition space in Berlin and on the blockchain, furthering the notion of presentation as participation. |
| 79 | +
|
| 80 | +The IRL exhibition is inspired by the Bring-Your-Own-Beamer (BYOB) initiative and asks presenting artists to consider and bring the device on which they believe the work is best suited for. |
| 81 | +The BYOB concept was initiated by Rafaël Rozendaal. |
| 82 | +
|
| 83 | +Talks program |
| 84 | +
|
| 85 | +12.00: Panel - Decentralized Art Organisation with Vincent Trasov and Benny Giang. Moderated by Stina Gustafsson |
| 86 | +
|
| 87 | +13.30: Panel - Art after NFTs with Joan Heemskerk and Billy Rennekamp. Moderated by María Paula Fernández |
| 88 | +""" |
| 89 | + |
| 90 | +[registration] |
| 91 | +# type of registration |
| 92 | +# Possible values: |
| 93 | +# * tickets |
| 94 | +# * invites |
| 95 | +# * signup |
| 96 | +type = "signup" |
| 97 | + |
| 98 | +# price of the ticket |
| 99 | +price = "free" |
| 100 | + |
| 101 | +# link to the registration or ticket purchase page |
| 102 | +link = "https://visas.ethberlin.org/ethberlin/art" |
| 103 | + |
| 104 | +# custom action button label |
| 105 | +button = "Register!" |
| 106 | + |
| 107 | +# status of registrations |
| 108 | +# Possible values: |
| 109 | +# * available |
| 110 | +# * sold-out |
| 111 | +# * closed |
| 112 | +status = "closed" |
| 113 | + |
| 114 | +[links] |
| 115 | +# the website of the event |
| 116 | +web = "https://ethberlin.org" |
| 117 | + |
| 118 | +# twitter account |
| 119 | +twitter = "https://twitter.com/ETHBerlin" |
| 120 | + |
| 121 | +# public matrix channel |
| 122 | +matrix = "https://matrix.to/#/%23ethberlin:dod.ngo" |
0 commit comments