-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LOBID fetcher #386
Comments
Hello Oliver, pursuant for the Software Engineering course at the University of Basel, a group chose this as their project. They are quite confused what they should actually do, like codewise. Do you have any examples or clarify this a bit more? They have to specify their project until Sunday so if its possible to get an answer before this would be very useful. Thank you very much for the opportunity to work on JabRef again! Best, Günes |
(Note that this issue is not contained in https://github.com/JabRef/jabref/projects/9 and also has the label "needs-refinement". Thus, it is a more harder task than typical student tasks). This is a typical (hard) requirements engineering task. Find general information on lobid at https://lobid.org/. The issue "on the other side" is hbz/lobid#277. The tweet above contains "author lookups in @lobidOrg API", which points to some author lookup thing. This could cause a rewrite of JabRef's handling authors. JabRef could have a separate author management to avoid duplicates and to enable lookup of data of authors. -- We do not do that in this task. The lobid API is described at https://lobid.org/resources/api. This turns the task into "Add a fetcher for LOBID". See https://github.com/JabRef/jabref/blob/master/src/main/java/org/jabref/logic/importer/fetcher/SpringerFetcher.java for an example fetcher. Find other fetchers in that directory. The user-facing side for existing fetchers is documented at https://docs.jabref.org/collect/import-using-online-bibliographic-database. |
See JabRef#8700 for a PR introducing a new fetcher |
Hi! I would like to take up this issue |
https://gist.github.com/zuphilip/66699b4515e4d0094f7333240948b108
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>Their Twitter handle: https://twitter.com/lobidOrg?s=20
Somehow related to #472
The text was updated successfully, but these errors were encountered: