Is your suggestion for improvement related to a problem? Please describe.
currently, the Europe/PMC Fetcher only supports Id based fetching. It should also support fulltexts and searching by terms and it should support parsing other entry types like books
Describe the solution you'd like
An extended fetcher
Additional context
https://europepmc.org/RestfulWebService
|
public class EuropePmcFetcher implements IdBasedParserFetcher { |
Is your suggestion for improvement related to a problem? Please describe.
currently, the Europe/PMC Fetcher only supports Id based fetching. It should also support fulltexts and searching by terms and it should support parsing other entry types like books
Describe the solution you'd like
An extended fetcher
Additional context
https://europepmc.org/RestfulWebService
jabref/jablib/src/main/java/org/jabref/logic/importer/fetcher/EuropePmcFetcher.java
Line 30 in 8df1f05