Create book of abstracts from spreadsheet / google forms#
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
Create a new spreadsheet to accumulate responses: Responses > Create new spreadsheet
Download responses spreadsheet as Abstracts.xlsx
Clone abstracts repository
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
Edit
main.tex
to your likingCopy
Abstracts.xlsx
to the repositoryCreate pdf
# 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
.
Connecting to MySQL without password prompt
Create badges for workshop / conference attendees