Lately a friend of mine complained about interoperability of abstract submissions from numerous applicants. Having the Book of Abstracts is crucial and we faced similar problem organising #NGSchool events.
Note, you’ll need to be somewhat familiar with LaTeX in order to edit the main.tex file to your liking. If you are not afraid of that, the way to proceed is as follows:
- Create google form to collect necessary info, such at this one
- Create a new spreadsheet to accumulate responses: Responses > Create new spreadsheet
- Download responses spreadsheet as Abstracts.xlsx
- Clone abstracts repository
- Edit main.tex to your liking
- Copy Abstracts.xlsx to the repository
- Create pdf
git clone https://github.com/lpryszcz/abstracts.git cd abstracts # install dependencies sudo apt install texlive-base texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra make
# prepare abstracts.tex ./xls2tex.py # create main.pdf make all # in the case of problems, just run again this point, but first remove the clutter rm main.{aux,blg,log,out,toc,pdf}
You’ll find the abstract book in main.pdf
.