diff options
Diffstat (limited to 'animism-cms/db.json')
| -rw-r--r-- | animism-cms/db.json | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/animism-cms/db.json b/animism-cms/db.json new file mode 100644 index 0000000..2873cd8 --- /dev/null +++ b/animism-cms/db.json @@ -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 |
