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 14 forks source link

Adding mass addition of bib information feature #664

Open u7485624 opened 8 months ago

u7485624 commented 8 months ago

Begun working on Issue #372 - https://github.com/koppor/jabref/issues/372

Just added some basic functions to a class. Need some help figuring out the exact guidelines/functionality that the feature requires. Do we assume that the ID (DOI/arxiv) is given or do we extract it from a given URL etc? If so, can we just use pattern matching from the URL to determine the IDs? In terms of the better implementation, do we compare extracted entries from DOI/arxiv and then take the longer string?

Mandatory checks