steveharoz / open-access-vis

A collection of open access material presented at the VIS conference
http://oavis.steveharoz.com
48 stars 11 forks source link

Use yaml or json format #46

Closed domoritz closed 6 years ago

domoritz commented 6 years ago

It's pretty hard to edit the CSV online because it's difficult to match keys and values. A yaml file would be great! If you use jekyll, you could even read the data directly and the page could work without javascript. See https://jekyllrb.com/docs/datafiles/

steveharoz commented 6 years ago

It's a google drive spreadsheet that I edit and export as a CSV whenever there are changes. Usability of the spreadsheet is the primary concern since the file is written manually rather than scraped.

domoritz commented 6 years ago

Ahh, awesome. I was trying to make changes to https://github.com/jamesscottbrown/open-access-eurovis but @jamesscottbrown hasn't enabled issues for the repo.

jamesscottbrown commented 6 years ago

I've enabled issues now: I thought they were already enabled by default, but apparently this has has changed and/or isn't true for forks.

Feel from to post an issue, email me or talk to me at a coffee break.

I also started off using Google Docs, but then switched to editing the CSV directly after encountering a silly issue (in the time field, the delimiter between the time and AM/PM was a character that looked like a space character, but was actually something else, which resulted in errors when D3 tried to parse it).