From 42589a753def8c659390588c38870ba11e83bd42 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 10 Aug 2020 17:59:23 +0200 Subject: schedule --- .../player/components.inline/inline.utility.js | 66 ++++++++++++++++++++-- 1 file changed, 62 insertions(+), 4 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js') diff --git a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js index 2d70038..943b02a 100644 --- a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js @@ -8,6 +8,10 @@ export const Intro = ({ paragraph, media, currentParagraph, currentAnnotation, o const style = { backgroundImage: 'url(' + item.settings.file.url + ')', } + const nameLookup = Object.values(media.lookup).reduce((a,b) => { + a.add(b.author) + return a + }, new Set) return (
-
Schedule
+
Schedule
+ {SCHEDULE.map(row => ( +
+
+ {row.date} +
+
+ {'Episode '}{row.id}{': '} + {row.title} +
+
+ ))} +
+
+
+
+ Curator +
+
+ {ABOUT.curator} +
+
+
+
+ Authors +
+
+ {ABOUT.authors} +
+
+
+
+ Artists +
+
+ {Array.from(nameLookup).sort().join("\n")} +
+
+
+ Sponsors +
+
+ {ABOUT.sponsors} +
) } -const schedule = [ - { date: 'Mon 00-00, 2020', title: 'Episode 1: ' }, -] \ No newline at end of file +const SCHEDULE = [ + { id: 1, active: true, date: 'Mon 00-00, 2020', title: 'Animist Origins & Export Projections' }, + { id: 2, active: false, date: 'Mon 00-00, 2020', title: 'Animation & The Mummy Complex: The Museum' }, + { id: 3, active: false, date: 'Mon 00-00, 2020', title: 'The Extirpation of Animism' }, + { id: 4, active: false, date: 'Mon 00-00, 2020', title: 'Media History & Animism\'s Continuous Displacement' }, + { id: 5, active: false, date: 'Mon 00-00, 2020', title: 'Soul-Design or Liminal Cosmologies' }, + { id: 6, active: false, date: 'Mon 00-00, 2020', title: 'Animal, Mythic and Other' }, +] + +const ABOUT = { + curator: "Anselm Franke", + authors: "Anselm Franke\nAmal Issa", + sponsors: "This\nThis\nThis", +} \ No newline at end of file -- cgit v1.2.3-70-g09d2