From 904aabe01770c8e636ff9b4e3ccb75689e1d661b Mon Sep 17 00:00:00 2001 From: dcwalk Date: Wed, 10 Jul 2024 06:12:47 -0700 Subject: [PATCH] add talk and update bio for joni (#312) * add talk and update bio for joni * update --------- Co-authored-by: Garry Ing --- _data/presenters.yml | 7 +++++-- _data/sessions.yml | 4 ++-- _includes/presenter-details.html | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/_data/presenters.yml b/_data/presenters.yml index 183847d5..94026eae 100644 --- a/_data/presenters.yml +++ b/_data/presenters.yml @@ -909,8 +909,11 @@ - presenterID: joni name: "Joni Schinkel" - affiliation: "Communications Manager, Small File Media Festival" - bio: "Joni (he/they), is a web designer, artist, and arts organizer from Mohkinstsis (Calgary). Joni has recently produced for concept-driven sites for projects such as Deep Horse Texts (Hazel Meyer / The Bows), A Sound That Never Was (The Dim Coast), and Black Gold (Tsēmā Igharas). They were previously Co-Director at M:ST Performative Art, and are committed to supporting experimental media arts as a Co-Curator with XINEMA and Communications Manager for Small File Media Festival." + affiliation: "Engagement Coordinator, Small File Media Festival" + bio: | + Joni (he/they) is a web designer, artist, and arts organizer. Joni has recently produced for concept-driven sites for projects such as Deep Horse Texts (Hazel Meyer / The Bows), A Sound That Never Was (The Dim Coast), and Black Gold (Tsēmā Igharas). They were previously Co-Director at M:ST Performative Art, and are committed to supporting experimental media arts as a Co-Curator with XINEMA and Engagement Coordinator for Small File Media Festival. + + The Small File Media Festival was founded in 2020 to raise awareness of the high carbon footprint of streaming media. The festival proposes alternative solutions for media practice, as well as modes of thinking otherwise in media theory, which converged in a festival of sustainable experimental media organized annually. link: - url: https://jschinkel.com/ text: "jschinkel.com" diff --git a/_data/sessions.yml b/_data/sessions.yml index c2e1da41..84b78ed9 100644 --- a/_data/sessions.yml +++ b/_data/sessions.yml @@ -1596,12 +1596,12 @@ - sessionID: 24002 - title: + title: "Small Footprint and Small File Web Art" presenterID: - joni sessionType: workshop description: > - + Join the Small File Media Festival for this interactive workshop on creating small footprint and small-file web art! Technologies and devices used for web hosting account for 3.7% of the world's carbon emissions today, and we are responding by sharing data-negligible ecomedia techniques, creative image compression pipelines, and innovative lofi media alternatives. In this workshop, learn about 'folk web' creation techniques and reclaim websites as an offline or local network medium. Draw from permacomputing philosophies and experiment with HTML, CSS, and JavaScript to build sustainable and accessible web content. - sessionID: 24003 title: diff --git a/_includes/presenter-details.html b/_includes/presenter-details.html index e6aefd3b..3c3c2f7c 100644 --- a/_includes/presenter-details.html +++ b/_includes/presenter-details.html @@ -16,7 +16,7 @@

{{ presenter.affiliation}}

{%- if presenter.bio -%}
-

{{ presenter.bio }}

+ {{ presenter.bio | markdownify }}
{%- endif -%}