Skip to content

Commit

Permalink
Add post format speakers (#302)
Browse files Browse the repository at this point in the history
* add presenters details to frontpage

* add next post

* fix display

---------

Co-authored-by: Garry Ing <garry.ing@gmail.com>
  • Loading branch information
dcwalk and garrying committed Jun 15, 2024
1 parent dc10bb6 commit 2306f07
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
32 changes: 32 additions & 0 deletions _data/presenters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -898,3 +898,35 @@
name: "Qusai Jouda"
bio: "Qusai Jouda is a technologist and a software developer exploring multi-token crypto-economic designs. He holds a Master of Science in Software Technology from Stuttgart University of Applied Sciences and was a visiting academic at ETH Zürich. He led UNICEF Innovation’s exploration and demystification of blockchain networks. He designed and presented training sessions on Bitcoin and Ethereum to UNICEF, the World Bank, and the US Department of state."
github: qjouda

2024:
- presenterID: lori
name: "Lori Emerson"
affiliation: "Associate Professor of Media Studies, University of Colorado Boulder / Director, Media Archaeology Lab"
link:
- link1: https://loriemerson.net/
- linkDisplay1: "loriemerson.net"
- link2: https://www.mediaarchaeologylab.com/
- linkDisplay2: "mediaarchaeologylab.com"
- link3: https://othernetworks.net/
- linkDisplay3: "othernetworks.net"
socialMedia:
- socialMedia1: https://post.lurk.org/@loriemerson
- socialMediaDisplay1: "@loriemerson@post.lurk.org"
- socialMedia2: https://bsky.app/profile/loriemerson.bsky.social
- socialMediaDisplay2: "@loriemerson.bsky.social"

- presenterID: joni
name: "Joni Schinkel"
affiliation: "Communications Manager, Small File Media Festival"
bio: "(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."
link:
- link1: https://jschinkel.com/
- linkDisplay1: "jschinkel.com"
- link2: https://smallfile.ca/
- linkDisplay2: "smallfile.ca"
socialMedia:
- socialMedia1: https://instagram.com/funwithgod
- socialMediaDisplay1: "@funwithgod"
- socialMedia2: "http://instagram.com/smallfile"
- socialMediaDisplay2: "@smallfile"
13 changes: 13 additions & 0 deletions _includes/presenter-details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{%- if presenter.name -%}
<li>
{%- if presenter.link -%}
<a
href="{{ presenter.link[0]['link1'] }}"
target="_blank"
rel="noopener"
>
{%- endif -%}
<strong>{{ presenter.name }}</strong>{%- if presenter.link -%}</a>{%- endif -%}
{%- if presenter.affiliation -%}, {{ presenter.affiliation}}{%- endif -%}
</li>
{%- endif -%}
11 changes: 11 additions & 0 deletions _posts/2024-06-15-presenters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Past, present, future"
date: 2024-06-04 16:26:10 -0400
---

Over the course of a day we will cover the PAST, PRESENT, and FUTURE of our networks, and we are excited to announce a couple of the presenters guiding us through each period:
- [Lori Emerson](https://loriemerson.net/), [@loriemerson@post.lurk.org](https://post.lurk.org/@loriemerson) will speak about [other networks](https://othernetworks.net/) outside of what is now called "the internet"
- [Joni Schinkel](https://jschinkel.com/) at [Small File Media Festival](https://smallfile.ca), will workshop approaches to small footprint web art

More presenters will be announced soon, but you don't have to wait! Register for [#ournetworks](https://post.lurk.org/tags/ournetworks) today (sliding scale $30-120): [ournetworks.ca#register](https://ournetworks.ca/#register)

15 changes: 13 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,20 @@ Drawing on practices of [local-first](https://www.inkandswitch.com/local-first/)

{:.font-display.mt-1}

## Format
## Announced Presenters

This year we are planning a single-day event with invited speakers and workshop hosts in Vancouver, British Columbia. We will leave open space in the schedule for emergent discussions, conversations, and activities by attendees. The conference has a [Code of Conduct](https://ournetworks.ca/code-of-conduct/).
Over the course of a day we will cover the PAST, PRESENT, and FUTURE with short keynote talks, workshops, and activities on the local network. Presenters include:

{% assign sortedPresenters = site.data.presenters[2024] %}

{%- for presenter in sortedPresenters -%}
<ul>{% include presenter-details.html year=2024 %}</ul>
{%- endfor -%}

In addition, attendees will be able to sign up to give lightening talks, lead conversations, or host impromptu jams in available open spaces


The conference has a [Code of Conduct](https://ournetworks.ca/code-of-conduct/).

<pre role="img" aria-label="ASCII divider" class="font-display-mono aliased text-10 inline-flex max-w-prose overflow-hidden w-100">
`\\//`,.\|/|//.|/\\|/\\|,\|/ //\|/\|.\\\| // \|\\ |/,\|/\|\\
Expand Down

0 comments on commit 2306f07

Please sign in to comment.