Skip to content
Snippets Groups Projects
Commit 85294d23 authored by Andreas Beckmann's avatar Andreas Beckmann
Browse files

drop unneeded variants

parent b7f014fb
Branches
No related tags found
No related merge requests found
...@@ -20,18 +20,12 @@ python3 ../create-evaluation-files.py ../registrations.csv ../reviews.csv ../ass ...@@ -20,18 +20,12 @@ python3 ../create-evaluation-files.py ../registrations.csv ../reviews.csv ../ass
cd .. cd ..
mv Selection/students.csv . mv Selection/students.csv .
perl sohpc-assign.pl slots.csv weights-pref.csv students.csv project-preferences.csv > select-both-by-pref.txt perl sohpc-assign.pl slots.csv weights-pref.csv students.csv project-preferences.csv > select-by-pref.txt
#perl sohpc-assign.pl slots-round1.csv weights-pref.csv students.csv project-preferences.csv > select-round1-by-pref.txt
#sed -n -e '1a\#ID,selected' -e 's/\([0-9\.]\{4,\}\)[: ]\{1,\}\([0-9]\{1,\}\).*/\2,\1/p' select-both-by-pref.txt > assign-1.csv
#perl sohpc-assign.pl slots-round2-1-2.csv weights-pref.csv students.csv project-preferences.csv | grep -v .1: > select-round2-by-pref-1-2.txt
#perl sohpc-assign.pl slots-round2-1-5.csv weights-pref.csv students.csv project-preferences.csv | grep -v .1: > select-round2-by-pref-1-5.txt
#perl sohpc-assign.pl slots-round2-2-5.csv weights-pref.csv students.csv project-preferences.csv | grep -v .1: > select-round2-by-pref-2-5.txt
#perl sohpc-assign.pl slots.csv weights-pref.csv students.csv project-preferences.csv > select-by-pref.txt
#perl sohpc-assign.pl slots.csv weights-score.csv students.csv project-preferences.csv > select-by-score.txt #perl sohpc-assign.pl slots.csv weights-score.csv students.csv project-preferences.csv > select-by-score.txt
# apply tentative selections # apply tentative selections
if true ; then if true ; then
sed -n -e '1aID,selected' -e 's/\([0-9\.]\{4,\}\)[: ]\{1,\}\([0-9]\{1,\}\).*/-\2,\1/p' select-both-by-pref.txt > assign-t.csv sed -n -e '1aID,selected' -e 's/\([0-9\.]\{4,\}\)[: ]\{1,\}\([0-9]\{1,\}\).*/-\2,\1/p' select-by-pref.txt > assign-t.csv
rm -rf Selection rm -rf Selection
mkdir Selection mkdir Selection
cd Selection cd Selection
......
defaultslots, 3
maxslots, 6
defaultslots, 1
maxslots, 2
defaultslots, 2
maxslots, 2
defaultslots, 1
maxslots, 5
defaultslots, 2
maxslots, 5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment