-
Notifications
You must be signed in to change notification settings - Fork 8
Conference Talks
phette23 edited this page Jun 14, 2018
·
2 revisions
Form Fields
- Title
- Absctract
- 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
talk-proposal-form
- change
toggles.prop-talk
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/talk-proposals
- You may need to edit the
talks/proposed-talks.html
template file to account for form column changes or additional data. Or, design it however you want!
In _data/conf
:
- add the voting url
talk-voting-link
- change
toggles.vote-talk
to true
- Make a copy of the response sheet
- Add columns for additional metadata:
- day
- group
- spot
- length
- startTime (timestamp)
- endTime (timestamp)
- milTime (readable militaryTime)
##Convert sheet to _post files (better instructions coming soon) use FromSheetsToJekyll
Template
layout: presentation
speakers-text: [Presenter-Name]
speakers:
- [Presenter-Email-1|hash]
- [Presenter-Email-2|hash]
- [Presenter-Email-3|hash]
- [Presenter-Email-4|hash]
- [Presenter-Email-5|hash]
voteCount: [Vote-Count]
day: [Day]
group: [Group]
spot: [Spot]
length: [Length]
type: talk
categories: talks
startTime: [StartTime]
endTime: [EndTime]
milTime: [Time]
Values in brackets []
represent Spreatsheet Column Labels.
For the initial ingest, it is not necessary to have all the values (e.g., day, group, spot, length) as these will be decided later.
Unzip the resulting file and put contents into /_posts
/talks/index.html
should now have all the selected talks