From d73d1371597e65581889eb43c2819901f48952b4 Mon Sep 17 00:00:00 2001 From: ana0 Date: Thu, 19 Sep 2019 00:35:39 -0400 Subject: [PATCH] Screening details (#141) * Screening details * Remove link * Presenter links/bios * adding 403 urls --- Rakefile | 2 +- _data/presenters.yml | 25 +++++++++++++++++ _data/sessions.yml | 48 +++++++++++++++++++++++++++++++- _includes/session-screening.html | 27 ++++++++++++++++++ program.md | 2 +- 5 files changed, 101 insertions(+), 3 deletions(-) create mode 100644 _includes/session-screening.html diff --git a/Rakefile b/Rakefile index f78e965e..543b997b 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ task :test do internal_domains: ['ournetworks.ca'], hydra: { max_concurrency: 12 }, cache: { timeframe: '1w' }, - http_status_ignore: [999] + http_status_ignore: [999, 403] } HTMLProofer.check_directory('./_site', options).run end diff --git a/_data/presenters.yml b/_data/presenters.yml index f71b2ed1..75ad83e5 100644 --- a/_data/presenters.yml +++ b/_data/presenters.yml @@ -408,3 +408,28 @@ bio: "Dr. Jennifer Wemigwans is Anishnaabekwe (Ojibwe/ Potawatomi) from Wikwemikong First Nation. She is a new media producer, writer and scholar specializing in the convergence between education, Indigenous knowledge and new media technologies. Dr. Wemigwans takes pride in working to invert the conventional use of media by revealing the potential for Indigenous cultural expression and Indigenous knowledge through new technologies, education and the arts. Her book A Digital Bundle: Protecting and Promoting Indigenous Knowledge Online explores the prospects of education and digital projects in a networked world. Her work in academia and online technologies puts her in a unique position to tap the pulse of innovation in Indigenous education, the arts, and media." link: "https://www.oise.utoronto.ca/lhae/Faculty/4959/Jennifer_Wemigwans.html" linkDisplay: "oise.utoronto.ca/.../Jennifer_Wemigwans.html" + + - presenterID: lance + name: "Lance Wakeling" + link: "https://vimeo.com/lancewakeling" + linkDisplay: "Vimeo" + + - presenterID: joanne + name: "Joanne McNeil" + bio: "Joanne McNeil is a writer interested in the ways that technology is shaping art, politics, and society. She received the inaugural Arts Writing Fellowship Award for an emerging digital arts writer from the Carl & Marilynn Thoma Art Foundation. She is a 2019 Logan Nonfiction Program fellow. She was an Artist-in-Residence and an Impact Resident at Eyebeam. Her book, Lurking: How a Person Became a User, is forthcoming." + link: "http://www.joannemcneil.com" + linkDisplay: "joannemcneil.com" + twitter: "jomc" + + - presenterID: bahar + name: "Bahar Noorizadeh" + bio: "Bahar Noorizadeh is an artist, writer and filmmaker. She works on the reformulation of hegemonic time narratives as they collapse in the face of speculation: philosophical, financial, legal, futural, etc. Her work has appeared in the Tate Modern Artists’ Cinema Program; Berlinale Forum Expanded; Biennale of Moving Images, Geneva; Toronto International Film Festival; Barcelona Museum of Contemporary Art; Beirut Art Center, and Mercer Union, Toronto; among others. Noorizadeh is a founding member of BLOCC (Building Leverage over Creative Capitalism), a research and education platform that proposes pedagogy as strategy, to alter the relationship between Contemporary Art and the planetary phenomena of urban renewal and social cleansing. Her current research examines the intersections of finance, Contemporary Art and emerging technology, building on the notion of “Weird Economies” to precipitate a cross-disciplinary approach to economic futurism and post-financialization imaginaries. She is pursuing this work as a PhD candidate in Art Practice+Theory at Goldsmiths, University of London." + link: "http://www.baharnoorizadeh.com/" + linkDisplay: "baharnoorizadeh.com" + + - presenterID: geocinema + name: "Asia Bazdyrieva, Alexey Orlov, Solveig Suess" + bio: "‘Geocinema’ is a practice that came to being during The New Normal a speculative urbanism think-tank in Strelka Institute of Media, Architecture and Design " + link: "https://geocinema.network/" + linkDisplay: "geocinema.network" + diff --git a/_data/sessions.yml b/_data/sessions.yml index f7c46dbf..92fb8642 100644 --- a/_data/sessions.yml +++ b/_data/sessions.yml @@ -798,7 +798,53 @@ sessionType: "workshop" date: 2019-09-20 length: 1 - + + - sessionID: 19039 + title: "A Tour of the AC-1 Transatlantic Submarine Cable" + presenterID: + - lance + sessionType: "screening" + date: 2019-09-21 + length: 1 + + - sessionID: 19040 + title: "Just Browsing" + presenterID: + - joanne + description: > + Written and directed by Joanne McNeil. Cinematography, editing, and motion graphics by Nicole Antebi. Music by Vince Clarke. + sessionType: "screening" + date: 2019-09-21 + length: 1 + + - sessionID: 19041 + title: "After Scarcity" + presenterID: + - bahar + description: > + Video: Bahar Noorizadeh, Music: Mhamad Safa, Frank Bretschneider, Research & Director Assistant: Sergey Gindilis, Voice Over: Sasha Alekseeva, Munari Font: Pedro Moraes, Translation: Sergey Babkin, Lidar Capture: KMC, Kiev. A production of the Centre d’Art Contemporain Genève for the Biennale de l’Image en Mouvement 2018, with the support of the Fonds d’Art Contemporain de la Ville (FMAC) and the Fonds d’Art Contemporain du Canton de Genève (FCAC) and In Between Art Film. + sessionType: "screening" + date: 2019-09-21 + length: 1 + + - sessionID: 19042 + title: "Geocinema Network" + presenterID: + - geocinema + description: > + Sound Design: Nikita Alekseenko. Music: Episode 01: Josh Feola, Georgiy Potopalskiy, Episode 02: Josh Feola, Episode 03: Nikita Alekseenko, Episode 04: Jessika Khazrik, “Only Distance Has a Name,” from “My Communication Is Not Work”, 2018, “I Am Not Your History” from “Terrella Al2ard Alsaghira,” 2017 + sessionType: "screening" + date: 2019-09-21 + length: 1 + + - sessionID: 19042 + title: "Mechanical Turk Workers" + presenterID: + - brettw + sessionType: "screening" + date: 2019-09-21 + length: 1 + - sessionID: 19500 title: "March for our futures: Youth climate march" description: "[Note: Event is independently organized] Join the Toronto part of Global Climate Strike (Sep 20 to 27)!" diff --git a/_includes/session-screening.html b/_includes/session-screening.html new file mode 100644 index 00000000..f275eade --- /dev/null +++ b/_includes/session-screening.html @@ -0,0 +1,27 @@ +
+
+
Outdoor screening in Lisgar Park
+
+
+ {% assign presenters = site.data.presenters[include.year] %} +
    + {%- for session in site.data.sessions[include.year] -%} + {%- if session.sessionType == "screening" -%} +
  • + {{ session.title }} + {% assign presenterCount = session.presenterID.size %} + {%- for presenterID in session.presenterID -%} + {%- for presenter in presenters -%} + {%- if presenter.presenterID == presenterID -%} + {% assign name = presenter.name %} + {%- endif -%} + {%- endfor -%} + {% assign presenterCount = presenterCount | minus:1 %} +
    > {{ name }}
    {%- if presenterCount > 1 -%}{{ ', ' }}{%- elsif presenterCount > 0 -%}{{ ' and ' }}{%- endif -%} + {%- endfor -%} +
  • + {%- endif -%} + {%- endfor -%} +
+
+
\ No newline at end of file diff --git a/program.md b/program.md index 228e88e4..60e21c2f 100644 --- a/program.md +++ b/program.md @@ -415,7 +415,7 @@ fullWidth: true 20 :00 - {% include session.html year=2019 session-id=19996 %} + {% include session-screening.html year=2019 %}