-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Luke Aeschleman edited this page Nov 9, 2016
·
10 revisions
- Presentations (talks)
- Workshops
- Speakers
- Conference Schedule
- Proposal Submission
- Vote for Proposals
- Publish Selected Talks
Form Fields
- Title
- Absctract
- Speaker Name
- Speaker Affiliation (optional)
- Speaker Email (repeat Name/Affiliation/Email for speaker 2-5)
schedule/timeline.html
- Uncomment and add the submission link.
- Uncomment the link to
proposed-talks.html
/proposed-talks.html
- In Google Drive, go to the Responses Sheet. Publish this sheet to the web and copy the resulting url.
- Change ResponseSheetURL to the url
- Edit the rest of the frontmatter to reflect the Sheet Columns (Title, Abstract, & Presenter Names)
- Uncomment the submission link. Add the submission url.
/schedule/timeline.html
- Uncomment and add the link to the voting system.
- Make a copy of the response sheet
- Add columns for additional metadata:
- day
- group
- spot
- length
- startTime (timestamp)
- endTime (timestamp)
- milTime (readable militaryTime)
(better instructions coming soon)
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
- Proposal Submission
- Publishing Proposals
- Open Proposal Voting
- Publish Selected Workshops
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 identitier. 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!
In _data/conf
:
- add the voting url
workshop-voting-link
- change
toggles.vote-shop
to true
Coming Soon...
Coming Soon...
- Get Speaker Info
- Import & Check Speaker Data (on-going)
Coming Soon...