Guide on adding a new publication to the website
- 
    Add the metadata of the publication as a new entry in the pages/publications.mdfile.Example: - title: "A Toolbox for Realtime Timeseries Anomaly Detection" authors: Markus Bobel, Ilias Gerostathopoulos, Tomas Bures venue: "IEEE International Conference on Software Architecture (ICSA 2020), to appear." doi: https://doi.org/10.1109/ICSA-C50368.2020.00053 pdf: 2021-ICSA-IG-anomaly_detection_tool.pdf url: https://iliasger.github.io/pubs/ICSA2020-tool.pdf (ignored if pdf is present!) year: 2020 type: conferenceNotes: - titleshould always be given in double quotes
- venueshould always be given in double quotes
- You can leave all of doi,pdfandurlempty if you prefer.
- You should fill in either pdforurl. In case both are provided, theurlis ignored. If you specify apdf, then add your PDF document as described in step 2. Aurlshould point to a PDF document (e.g. in your personal website).
- As type, you can use one ofarticle,conference(for both conference and workshop papers),book(for both books and book chapters),thesis(for PhD theses only), andother(mostly for technical reports)
 
- 
    (optional, only if you want to add a pre/post print) Add a PDF file to the files/pubsfolder. The name of the PDF has to match the name you specified in the metadata entry (e.g.2021-ICSA-IG-anomaly_detection_tool.pdf)As a suggestion, we can use the following pattern: 
 <year>-<venue>-<group member initials>-<anything else>.pdf