JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.62k stars 2.58k forks source link

Parsing of "distributed systems online" paper does not work #12135

Closed koppor closed 5 days ago

koppor commented 6 days ago

Follow-up to https://github.com/JabRef/jabref/pull/12018

PDF from https://www.computer.org/csdl/magazine/ds/2002/02/o2001/13rRUEgs2Q8

Attention! The PDF must not checked in to JabRef while fixing. One can use it for local development though.

The tests could be written in a way that they are executed if the file exists ( assumeTrue) - and skip if it does not exist. Then the JAvaDoc says where to download the PDF and where to place.

@InProceedings{Distributed2002,
  author    = {Fundamentals of Distributed and Computing: and A Practical and Tour of Vector and Clock Systems and Roberto Baldoni • Universita di Roma and Italy and Michel Raynal • IRISA and France},
  booktitle = {IEEE Distributed Systems Online Published by the IEEE Computer Society},
  title     = {Vector Clocks},
  year      = {2002},
  publisher = {IEEE},
  file      = {:- Vector Clocks.pdf:PDF},
  groups    = {Vector Clocks},
}

Image

@leaf-soba Can you have a look?

leaf-soba commented 5 days ago

OK, I'll try to solve it as soon as possible.