| layout | 2015_layout |
|---|---|
| title | Sessions |
| subtitle | SRCCON is built around two days of peer-led conversations, hands-on workshops, and skillshares. |
| section | sessions |
| sub-section | interior |
| background | postits |
| permalink | /sessions/proposals/index.html |
#Proposals
Session proposals are now closed, and we are reviewing the proposals below and building the SRCCON 2015 program. In the meantime, learn more about how the selection process works and what it means to facilitate at SRCCON.
{% 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 %}and {{ proposal.cofacilitator }}{% endcapture %}{% else %}{% assign cofacilitator_name = false %}{% endif %}
{% if facilitator_name %}
{% endfor %}
Proposed by {{ facilitator_name }}{% if cofacilitator_name %} and {{ cofacilitator_name }}{% endif %}
{% endif %}{{ proposal.description }}