# # Generate Progress Report authors by country/institution # from the 'particip.csv' # BEGIN { FS=";" } { print "\"" $6 "\" <" $1 ">" }