koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 13 forks source link

Fix for issue 286 #681

Closed InAnYan closed 6 months ago

InAnYan commented 6 months ago

Closes #286.

I added a test to DoiFetcherTest for DOI https://doi.org/10.1109/PERCOMW.2015.7133989.

The parsed title of the article should be:

Towards situation-aware adaptive workflows: SitOPT — A general purpose situation-aware workflow management system

But previously it was:

Towards situation-aware adaptive workflows: SitOPT — A general purpose situation-aware workflow management system

In order to make the cleanup, I added some code to the format method of the FieldContentFormatter. (Is that the right file for cleanup?).

Mandatory checks

koppor commented 6 months ago

Filed upstring at https://github.com/JabRef/jabref/pull/11078, thus closing this one.