Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 2.07 KB

File metadata and controls

25 lines (21 loc) · 2.07 KB
layout layout
section sessions
photocredit Erik Westra
photocredit_url http://www.westraco.com/
permalink /sessions/proposals/
title SRCCON 2019 — Session Proposals

SRCCON 2019 Session Proposals

Thank you to everyone who submitted a session idea for SRCCON this year! After we review each proposal, we'll notify everyone about their session status by May 10. And between now and then, we hope reading through the proposals here helps spark ideas about how you'd like to participate.

Our call for participation form for tickets remains open as space is available, so tell us if you'd like to be there.

{% comment %}The one-line if statement below is ugly but prevents massive whitespace in the template{% endcomment %} {% for proposal in site.data.proposals %} {% if proposal.facilitator and proposal.facilitator_twitter %}{% capture facilitator_name %}{{ proposal.facilitator }}{% endcapture %}{% elsif proposal.facilitator %}{% capture facilitator_name %}{{ proposal.facilitator }}{% endcapture %}{% else %}{% assign facilitator_name = false %}{% endif %}{% if proposal.cofacilitator and proposal.cofacilitator_twitter %}{% capture cofacilitator_name %}{{ proposal.cofacilitator }}{% endcapture %}{% elsif proposal.cofacilitator %}{% capture cofacilitator_name %}{{ proposal.cofacilitator }}{% endcapture %}{% else %}{% assign cofacilitator_name = false %}{% endif %}
{% if facilitator_name %}

Proposed by {{ facilitator_name }}{% if cofacilitator_name %} and {{ cofacilitator_name }}{% endif %}

{% endif %}
{{ proposal.description | markdownify }}
{% endfor %}