diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 20:42:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 20:42:43 +0200 |
| commit | 392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb (patch) | |
| tree | 98e4d7ca7bd6b9047cc2b896b22100684d281b0a /db.json | |
initial repo. basic data models. pull in e-flux css
Diffstat (limited to 'db.json')
| -rw-r--r-- | db.json | 139 |
1 files changed, 139 insertions, 0 deletions
@@ -0,0 +1,139 @@ +{ + "episodes": [ + { + "id": "a-report-on-migrating-souls-in-museums-and-moving-pictures", + "title": "A Report on Migrating Souls in Museums and Moving Pictures", + "curator": "Anselm Franke", + "author": "Name Surname", + "artists": "Name Surname\r\nName Surname\r\nName Surname\r\nName Surname\r\nName Surname\r\n", + "sponsors": "This\r\nThis\r\nThis", + "publicationDate": "Mon 00-00, 2020", + "accessible": true, + "__index": 0, + "dateCreated": "Thu, 11 Jun 2020 17:30:25 GMT" + }, + { + "id": "animation-the-mummy-complex-the-museum", + "title": "Animation & the Mummy Complex: The Museum", + "curator": "", + "author": "", + "artists": "", + "sponsors": "", + "publicationDate": "", + "accessible": false, + "__index": 1, + "dateCreated": "Thu, 11 Jun 2020 17:30:41 GMT" + }, + { + "id": "the-extirpation-of-animism", + "title": "The Extirpation of Animism", + "curator": "", + "author": "", + "artists": "", + "sponsors": "", + "publicationDate": "", + "accessible": false, + "__index": 2, + "dateCreated": "Thu, 11 Jun 2020 17:30:50 GMT" + }, + { + "id": "media-history-animation-s-continuous-displacement", + "title": "Media History & Animation's Continuous Displacement", + "curator": "", + "author": "", + "artists": "", + "sponsors": "", + "publicationDate": "", + "accessible": false, + "__index": 3, + "dateCreated": "Thu, 11 Jun 2020 17:31:04 GMT" + }, + { + "id": "soul-design-or-liminal-cosmologies", + "title": "Soul Design or Liminal Cosmologies", + "curator": "", + "author": "", + "artists": "", + "sponsors": "", + "publicationDate": "", + "accessible": false, + "__index": 4, + "dateCreated": "Thu, 11 Jun 2020 17:31:12 GMT" + }, + { + "id": "animal-mythic-and-other", + "title": "Animal, Mythic and Other", + "curator": "", + "author": "", + "artists": "", + "sponsors": "", + "publicationDate": "", + "accessible": false, + "__index": 5, + "dateCreated": "Thu, 11 Jun 2020 17:31:21 GMT" + } + ], + "sections": [ + { + "id": "reification-and-luminescence", + "title": "Reification and Luminescence", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "__index": 0, + "dateCreated": "Thu, 11 Jun 2020 17:32:08 GMT" + }, + { + "id": "recto-verso-stage-prison", + "title": "Recto/Verso: Stage/Prison", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "__index": 1, + "dateCreated": "Thu, 11 Jun 2020 17:32:14 GMT" + }, + { + "id": "the-hallucinating-factory", + "title": "The Hallucinating Factory", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "__index": 2, + "dateCreated": "Thu, 11 Jun 2020 17:32:39 GMT" + }, + { + "id": "a-song-of-electricity", + "title": "A Song of Electricity", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "__index": 3, + "dateCreated": "Thu, 11 Jun 2020 17:32:45 GMT" + }, + { + "id": "paralysis-not-animation", + "title": "Paralysis, not Animation", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "__index": 4, + "dateCreated": "Thu, 11 Jun 2020 17:32:52 GMT" + } + ], + "works": [] +}
\ No newline at end of file |
