-
Notifications
You must be signed in to change notification settings - Fork 13
Preconference Workshops
Luke Aeschleman edited this page Nov 10, 2016
·
3 revisions
Form Fields
- Title
- Absctract
- Length / Time of Day (All Day, Half day-AM, Half day-PM, Half day-no preference)
- Speaker Name
- Speaker Affiliation (optional)
- Speaker Email (repeat Name/Affiliation/Email for speaker 2-5)
In _data/conf
:
- add your Google Form url to the
workshop-proposal-form
- change
toggles.prop-shop
to true
- Download the response sheet as a CSV
- Use FromSheetsToJekyll to create a jekyll data file
- Instructions are provided on the site. You want to check "included" on items you want to include in the data file
- Check "Text?" on Abstracts and Titles
- You'll want some sort of identifier. We've used the Timestamp in the past. Check "Slugify?" for this value
- Copy the resulting text into
_data/workshop-proposals
- You may need to edit the
workshops/proposed-workshops.html
template file to account for form column changes or additional data. Or, design it however you want!
- Have all the entries entered into diebold-a-tron (need documentation on how to do this)
- In
_data/conf
:
- add the voting url
workshop-voting-link
- change
toggles.vote-shop
to true
Coming Soon...