Skip to content
Snippets Groups Projects
Commit c9fb8b3a authored by Leon Kos's avatar Leon Kos Committed by Andreas Beckmann
Browse files

import SoHPC selection files

parents
No related branches found
No related tags found
No related merge requests found
# personal data
/Application_Form
/registrations.csv
/submissions-638.csv
# generated
/Selection
/students.csv
This diff is collapsed.
#!/bin/sh
rm -rf Selection
mkdir Selection
cd Selection
python3 ../create-evaluation-files.py ../registrations.csv ../submissions-638.csv
cd ..
perl html2csv.pl Selection/evaluation.html > students.csv
perl sohpc-assign.pl students.csv
mkdir Selection/scripts
cp sohpc-assign.pl html2csv.pl submissions-638.csv registrations.csv create-evaluation-files.py Selection/scripts
cp prepare-selection.sh students.csv Selection/scripts
echo zip -r Selection Selection
# submissions-638.csv: David Henty's #24 renamed to #34, Duplicate #15 on line 151 removed
# registrations.csv: Keys 1,2,3 changed to Choice 1, Choice 2, Choice 3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment