Submission to GI e.V.
The submission consists of two steps outlined below.
Submitting to the GI and the printing service
- Submit
proceedings.pdf
andLNI-Cover-Vorlage.ppt
(see step 2 in Generation of the proceedings) to the GI for approval. - After the approval, submit to the printing service.
Submitting to the “Digitale Bibliothek der GI”
- Adapt BAND_TITEL, HRSG, LNI, DOI, ISSN, ISBN, YEAR, DATE and LOCATION in
metaExtract.py
according to your conference - Copy
proceedings.csv
created bymake-proceedings
to themeta-extract
directory. - Fill the
ws.csv
according to your conference. - Fill the
papers.csv
with the meta data required (Build ID,Paper ID,Workshop ID,Autoren,Titel,Sprache,Keywords,Abstract). Instead of creating this file separately, it is helpful to keep track of your papers in a spreadsheet, including additional data such as status, problems, rights forms etc. and export the required meta data as CSV from this spreadsheet. - Run
python metaExtract.py papers.csv ws.csv proceedings.csv
in themeta-extract
directory. This createsmeta-extract.csv
for submission to GI. - Cd into
slicing
directory and copy yourproceedings.pdf
andproceedings.csv
here. - Run
python slicing.py proceedings.pdf proceedings.csv
. This requires pdftk to be installed (cf. System setup section). The script cuts the proceedings.pdf into separate pdfs, one per paper, according to the page numbers fromproceedings.csv
. The separate pdfs are placed in theparts
directory and named according to their build ids. - Submit the
meta-extract.csv
and the PDFs in theparts
directory to GI.