Skip to content

Commit

Permalink
Prepare for 2022 release (#277)
Browse files Browse the repository at this point in the history
* move speculating with care page

* add program page

* move keynotes to program

* adjust spacing

---------

Co-authored-by: Garry Ing <garry.ing@gmail.com>
  • Loading branch information
dcwalk and garrying authored Jan 30, 2024
1 parent 8e40379 commit ab42fa0
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 17 deletions.
8 changes: 0 additions & 8 deletions _includes/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ <h5 class="event-title mb-05 mt-0">{% if include.event.url %}<a href="{% if incl
<div class="event-meta mb-05">
<p class="mb-0">{{ include.event.startTime | date:"%-I:%M%P" }} – {{include.event.endTime | date:"%-I:%M%P"}} {{ include.event.timeZone }}</p>
</div>
<div class="event-meta fs-small">
<p>{% if include.event.locationLink %}<a href="{{ include.event.locationLink }}">{% endif %}{{ include.event.location }}{% if include.event.locationLink %}</a>{% endif %}</p></div>
</div>
</header>
<div class="flex-direction-column">
Expand All @@ -16,12 +14,6 @@ <h5 class="event-title mb-05 mt-0">{% if include.event.url %}<a href="{% if incl
{% capture event_location %}{{ include.event.location }}{% endcapture %}
{% capture event_description %}{{ include.event.text | strip }} For details: {{ include.event.url|strip | prepend: site.url }}{% endcapture %}

{% capture googleCalendarLink %}text={{ event_title | url_encode }}&location={{ event_location | url_encode }}&dates={{ event_start }}/{{ event_end }}&details={{ event_description | url_encode }}&ctz=America/Toronto&sf=true&output=xml{% endcapture %}

<button download="event.ics" class="event-add-button button compact mb-05" data-location="{{ event_location }}" data-summary="{{ event_title }}" data-description="{{ event_description }}" data-dtstart="{{ event_start }}" data-dtend="{{ event_end }}">Add to Calendar (.ics)</button>
<a class="button compact" target="_blank" rel="noopener" href="https://www.google.com/calendar/render?action=TEMPLATE&{{ googleCalendarLink }}">
Add to Google Calendar
</a>
<div class="mt-1">
{{ include.event.description | markdownify }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
align-items: flex-end;
text-align: left;
width: 7em;
line-height: 1em;
line-height: 1.3em;
background: var(--white);
color: var(--dusk);
aspect-ratio: 1/1;
Expand Down
7 changes: 0 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ For an event that has been held alongside these struggles, Our Networks has been

So once again, what will we make of our futures? How do we learn from our pasts? How do we extend the forms of redistribution and accountability in the spaces, movements, collectives, and institutions that have been our inspirations and homes for the last few decades?

We’re excited to announce our keynote speakers, check back for more details closer to the event:
<div markdown="1">
- Counsul Renata Jones from Open Space Initiative, an extrastate nonprofit organisation that supports research and development of space exploration
- Edie Watson, Slow Network Operator speaking about "Federation over slow networks: Reflections, challenges, and opportunities from"
- Feral computation, a feral committee archival collective, speaking on "liminalithic protocol"
</div>

</div>

</div>
Expand Down
56 changes: 56 additions & 0 deletions program.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: page
order: 1
title: "Program"
---

## Keynote Speakers
{:.authentic-condensed-60}

We’re excited to announce our keynote speakers:
<div markdown="1">
- Counsul Renata Jones from Open Space Initiative, an extrastate nonprofit organisation that supports research and development of space exploration
- Edie Watson, Slow Network Operator speaking about "Federation over slow networks: Reflections, challenges, and opportunities from"
- Feral computation, a feral committee archival collective, speaking on "liminalithic protocol"
</div>

## Writeathons
{:.authentic-condensed-60}

Between November 14–27, 2022 we will host a series of online writeathons where we will facilitate contributions and co-writing on to the 2047 wiki. To join us during the writeathons, all you need is an internet connection. You will also be able to edit the wiki fully asynchronously. All events are free, and registration will stay open during the writing period.

There will be four writeathons open to the public and loosely based around the key themes that inspired our call:

<div class="events-grid flex flex-wrap mb-1">
{% for call in site.data.events %}
<div class="event w-100 p-1 bg-black">
{% include event.html event=call %}
</div>
{% endfor %}
</div>

Please let us know any access requirements you have for attending: [orga@ournetworks.ca](mailto:orga@ournetworks.ca)

## FAQ
{:.authentic-condensed-60.mt-2}

**How will the event take place?**
{:.mb-05}
There is no conference. The call is to invite people to contribute to a wiki (set in 2047) about a conference (that is happening in this sci-fi future). We'll be hosting a series of writathons during November 14–27, 2022, but async contributions will be possible too. After Nov we will produce some swag (stickers, maybe a poster) inspired by the wiki writings to send out by post to people who registered.

**Is the event online or IRL?**
{:.mb-05}
All participation will happen asynchronously or live at online writeathons during November 14–27!

**Are you actually going to host a conference in 2047?**

No. Maybe you could though 🌠

**To "submit a character's name and bio" – should I submit as myself, my future self, or a totally new character from the future? (or any of the above?)**
{:.mb-05}
Any of the above! You could write a talk you'd like to imagine your real self giving in 2047, or create a character, or create many characters!

**Is the "artefact" the conference? Or will we create a different kind of artefact to capture a conference from the future?**
{:.mb-05}
The artefact will be related to the wiki we collectively contribute to during the conference period of November 14–27, 2022. After November, we will produce a physical record (maybe stickers, maybe a poster) inspired by the wiki writings to send out by post to people who registered.

1 change: 0 additions & 1 deletion speculating-together-with-care.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: page
order: 2
title: "Speculating Together With Care"
parent: "About the event"
---

## Using MediaWiki
Expand Down

0 comments on commit ab42fa0

Please sign in to comment.