These scripts generate abstract summaries, icons, preview images and full-scale PNG images for posters, as well as an HTML index document. processPosters.R requires the following setup: 1. A CSV file "posterList.csv", which should contain the columns "Poster number", "Presenter", and "Poster title". (Can be exported from spreadsheets / google sheets) 2. A directory "raw" which should contain the raw poster images (in any image format, with files according to <lastname>_<firstname>.* . (For example weile_jochen.png) abstracts.R requires a CSV file exported from the Google Forms submission form autogenerated spreadsheet. The CSV file should be supplied as an argument for execution. For example: Rscript abstract.R example.csv The scripts also require a current installation of R, LaTeX and imagemagick.