You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you export the Excel sheet I sent to "submissions.csv" and run
this script with that file in the current directory, you'll see what
it does (produces separate *.yaml files, one per track, containing
the submissions for that track in YAML form). Currently, order of
output is determined by order in the CSV, so Excel can be used to
sort on multiple criteria as desired. Sorting could be added inside
the script, but managing it through Excel seems easier/simpler.
The text was updated successfully, but these errors were encountered:
OK, will do. I've attached the excel version from EasyChair--actually,
I downloaded the full submission table in Excel form, then used Excel
to sort it by (1) decision and (2) track, then just deleted all the
rows in the bottom of the table that were not accepted. This left me with
a nice sheet of just the accepted submissions, grouped by track. Use Excel
to export it to CSV for scripting (you can manually cut it into pieces if
desired). I'd recommend not checking this raw data into github, but it is
perfect for acting as the source for the various listing pages.
Matt, the script I mentioned has been checked in:
_tools/submission_converter.rb
If you export the Excel sheet I sent to "submissions.csv" and run
this script with that file in the current directory, you'll see what
it does (produces separate *.yaml files, one per track, containing
the submissions for that track in YAML form). Currently, order of
output is determined by order in the CSV, so Excel can be used to
sort on multiple criteria as desired. Sorting could be added inside
the script, but managing it through Excel seems easier/simpler.
The text was updated successfully, but these errors were encountered: