layout |
section |
photocredit |
photocredit_url |
permalink |
title |
layout |
sessions |
Erik Westra |
|
/sessions/ |
SRCCON 2019 — Sessions |
The program at SRCCON is built around hands-on, participatory sessions, and also makes space for emergent conversations, evening activities, and time to talk with the people you meet. Our conference schedule for 2019 is built from the sessions listed here.
We have a few sessions and facilitators still to confirm, and some descriptions here may evolve between now and SRCCON. Thank you to everyone who submitted proposals, and to the community panel that helped us during the review process!
{% comment %}The one-line if statement below is ugly but prevents massive whitespace in the template{% endcomment %}
{% for proposal in site.data.sessions %}
{% if proposal.facilitator.size > 0 and proposal.facilitator_twitter.size > 0 %}{% capture facilitator_name %}
{{ proposal.facilitator }}{% endcapture %}{% elsif proposal.facilitator.size > 0 %}{% capture facilitator_name %}{{ proposal.facilitator }}{% endcapture %}{% else %}{% assign facilitator_name = false %}{% endif %}{% if proposal.cofacilitator.size > 0 and proposal.cofacilitator_twitter.size > 0 %}{% capture cofacilitator_name %}
{{ proposal.cofacilitator }}{% endcapture %}{% elsif proposal.cofacilitator.size > 0 %}{% capture cofacilitator_name %}{{ proposal.cofacilitator }}{% endcapture %}{% else %}{% assign cofacilitator_name = false %}{% endif %}{% if proposal.cofacilitator_two.size > 0 and proposal.cofacilitator_two_twitter.size > 0 %}{% capture cofacilitator_two_name %}
{{ proposal.cofacilitator_two }}{% endcapture %}{% elsif proposal.cofacilitator_two.size > 0 %}{% capture cofacilitator_two_name %}{{ proposal.cofacilitator_two }}{% endcapture %}{% else %}{% assign cofacilitator_two_name = false %}{% endif %}
{% if facilitator_name %}
Facilitated by {{ facilitator_name }}{% if cofacilitator_name %} & {{ cofacilitator_name }}{% endif %}{% if cofacilitator_two_name %} & {{ cofacilitator_two_name }}{% endif %}
{% endif %}
{{ proposal.description | markdownify }}
{% endfor %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="/media/js/listfilter.min.js"></script>
<script>
var filter = ListFilter({
listContainer: '.session-proposal-list',
filterItemClass: '.session-proposal'
});
</script>
Community reviewers
We'd also like to thank the folks who helped us select this amazing slate of sessions! We reached out to community members with a range of experiences and perspectives to make sure that SRCCON would have sessions that responded to your needs.
Thank you, community reviewers!
- Allie Kanik
- Andrea Suozzo
- Ariana Giorgi
- Audrey Carlsen
- Dana Amihere
- Dan Keemahill
- Mike Stucka