Skip to content

Commit

Permalink
Screening details (#141)
Browse files Browse the repository at this point in the history
* Screening details

* Remove link

* Presenter links/bios

* adding 403 urls
  • Loading branch information
ana0 authored and garrying committed Sep 19, 2019
1 parent 8afafa9 commit d73d137
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions _data/presenters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

48 changes: 47 additions & 1 deletion _data/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)!"
Expand Down
27 changes: 27 additions & 0 deletions _includes/session-screening.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div class="session">
<header>
<h5 class="session-title">Outdoor screening in Lisgar Park</h5>
</header>
<div>
{% assign presenters = site.data.presenters[include.year] %}
<ul class="p-0 fw-bold ls-none">
{%- for session in site.data.sessions[include.year] -%}
{%- if session.sessionType == "screening" -%}
<li class="mt-05">
<a href="#{{ session.title | truncatewords: 6, '' | downcase | replace: ':', '' | replace: ' ', '-' }}">{{ session.title }}</a>
{% 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 %}
<h6>> {{ name }}</h6>{%- if presenterCount > 1 -%}{{ ', ' }}{%- elsif presenterCount > 0 -%}{{ ' and ' }}{%- endif -%}
{%- endfor -%}
</li>
{%- endif -%}
{%- endfor -%}
</ul>
</div>
</div>
2 changes: 1 addition & 1 deletion program.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ fullWidth: true
<tr>
<td>20</td>
<td>:00</td>
<td colspan="4" rowspan="8" class="session-block session-{% include session-type.html session-id=19996 %}">{% include session.html year=2019 session-id=19996 %}</td>
<td colspan="4" rowspan="8" class="session-block session-{% include session-type.html session-id=19996 %}">{% include session-screening.html year=2019 %}</td>
</tr>
<tr>
<td></td>
Expand Down

0 comments on commit d73d137

Please sign in to comment.