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

fix 2021 references

parent e2f5c17f
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ fi ...@@ -36,7 +36,7 @@ fi
awk '{ if ($2 == "slots,") { $3 = $3 + 1 }; print $0 }' project-preferences.csv > project-preferences-reserves.csv awk '{ if ($2 == "slots,") { $3 = $3 + 1 }; print $0 }' project-preferences.csv > project-preferences-reserves.csv
perl sohpc-assign.pl slots-reserves.csv weights-pref.csv students.csv project-preferences-reserves.csv > select-reserves-by-pref.txt perl sohpc-assign.pl slots-reserves.csv weights-pref.csv students.csv project-preferences-reserves.csv > select-reserves-by-pref.txt
for i in $(seq 2101 2133) ; do grep ^$i select-reserves-by-pref.txt | tail -n 1 ; done > select-reserves.txt for i in $(seq 2201 2222) ; do grep ^$i select-reserves-by-pref.txt | tail -n 1 ; done > select-reserves.txt
mkdir Selection/scripts mkdir Selection/scripts
cp prepare-selection.sh create-evaluation-files.py evaluation-detail-format.html registrations.csv reviews.csv Selection/scripts cp prepare-selection.sh create-evaluation-files.py evaluation-detail-format.html registrations.csv reviews.csv Selection/scripts
......
# ProjectID, ApplicantID, Weight[, Comment] # ProjectID, ApplicantID, Weight[, Comment]
# Weight: > 1.0: preference (up to 1.5 (use for the preferred candidate), use same value for equal students, different values for ranking) # Weight: > 1.0: preference (up to 1.5 (use for the preferred candidate), use same value for equal students, different values for ranking)
# = 1.0: indifference # = 1.0: indifference (default)
# < 1.0: weighted rejection # < 1.0: weighted rejection
# = 0.0: invalid preference/unsuitable # = 0.0: invalid preference/unsuitable
# #
...@@ -78,100 +78,3 @@ ...@@ -78,100 +78,3 @@
2221, slots, 1 2221, slots, 1
2222, slots, 1 2222, slots, 1
2101, 40, 0, cannot go to Spain
#2101, 35, 0, This is not an internship for a 2nd year student
2101, 26, 0, No evidence of sufficient experience regarding computer architecture
2101, 75, 0, No evidence of sufficient experience regarding computer architecture
2101, 87, 0, No evidence of sufficient experience regarding computer architecture
2102, 73, 0, Julio said: no previous experience with materials simulations
2102, 28, 0, no previous experience with materials simulations
2102, 111, 0, no previous experience with materials simulations
2102, 19, 0, no previous experience with materials simulations
2102, 63, 1.1
2103, 47, 1.5, preferred candidate by Leonardo and Kai
2103, 23, 1
2103, 51, 1
2104, 104, 1.5
2104, 130, 1.5
2105, 101, 0, no previous ML/AI experience
2105, 98, 0, no experience with NLP
2105, 116, 0, weak profile from CV
2109, 15, 1.5
2109, 40, 1.3
2110, 53, 1.5
2110, 29, 0, unsuitable
2111, 34, 1.6
2111, 62, 1.4
2111, 115, 1.3
2112, 90, 1.5
2112, 49, 1.3
2113, 108, 1.5
2113, 44, 1.3
2113, 113, 1.1
2113, 19, 0, no previous experience with materials simulations
2114, 43, 1.5
2114, 118, 1.3
2116, 74, 1.6
2116, 67, 1.4
2116, 76, 1.4
2117, 108, 1.5
2117, 135, 1.3
2117, 26, 0.7
2117, 102, 0
2119, 99, 1.5
2119, 106, 1.4
2119, 100, 1.3
2119, 55, 1.2
2119, 89, 1.1
2120, 134, 0, cannot go from Germany to Juelich
2120, 80, 1.5
2120, 76, 1.4
2120, 137, 1.2
2120, 109, 1.2
2120, 6, 0
2120, 93, 0
2120, 95, 0
2125, 110, 1.5
2125, 9, 1.3
# 2126 could host more than 2 students
2126, 65, 1.5
2126, 84, 1.3
# released #15 to go to 2109 which has only few applicants
2127, 15, 1.5
2127, 78, 1.3
2127, 16, 1.1
2127, 38, 0.5
2129, 55, 1.5, preferred candidate by J. Povh
2129, 70, 1.3
2129, 46, 1.1
2130, 126, 1.5
2130, 103, 1.3
2131, 1, 1.5
2131, 21, 1.3
2133, 30, 1.5
2133, 137, 1.3
2133, 26, 1.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment