You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix git modules requires and uses
* add pubmed api url
* test
* Support Medline APi Key
* Support Medline APi Key
* Support Medline APi Key
* add default value and env variable
* checkstyle
* Typo
* remove
* add to fetchers
* remove binaries
* fix
* Fix typo in decision document title
* add a space
---------
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
40
40
- We added BibLaTeX datamodel validation support in order to improve error message quality in entries' fields validation. [#13318](https://github.com/JabRef/jabref/issues/13318)
41
41
- We added more supported formats of CAYW endpoint of HTTP server. [#13578](https://github.com/JabRef/jabref/issues/13578)
42
42
- We added chronological navigation for entries in each library. [#6352](https://github.com/JabRef/jabref/issues/6352)
43
+
- We added support for using Medline/Pubmed fetcher with an API key. [#11296](https://github.com/JabRef/jabref/issues/11296#issuecomment-3289005011)
|[Springer Nature](https://docs.jabref.org/collect/import-using-online-bibliographic-database#springer)|[Springer Nature API Portal](https://dev.springernature.com). Use the "Meta API" API key. |`SpringerNatureAPIKey`| 5000 calls/day |
17
+
|[Springer Nature](https://docs.jabref.org/collect/import-using-online-bibliographic-database#springer)|[Springer Nature API portal](https://dev.springernature.com). Use the "Meta API" API key. |`SpringerNatureAPIKey`| 5000 calls/day |
16
18
|[Zentralblatt Math](https://www.zbmath.org)| (none) | (none) | Depending on the current network |
"Depending on the current network" means that it depends on whether your request is routed through a network having paid access. For instance, some universities have subscriptions to MathSciNet.
Copy file name to clipboardExpand all lines: docs/decisions/0012-handle-different-bibEntry-formats-of-fetchers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ All fetchers (except IDFetchers) in JabRef return BibEntries when fetching entri
10
10
Some fetchers directly receive BibTeX entries from their API, the other fetchers receive their entries in some kind of exchange format such as JSON or XML and then parse this into BibEntries.
11
11
Currently, all fetchers either return BibEntries in BibTeX or BibLaTeX format.
12
12
This can lead to importing BibEntries of one format in a database of the other format.
13
-
How can this inconsistency between fetchers, and their used formats be addressed?
13
+
How can this inconsistency between fetchers and their used formats be addressed?
* The MedlineFetcher fetches the entries from the PubMed database.
45
46
* See <a href="https://docs.jabref.org/collect/import-using-online-bibliographic-database#medline-pubmed">docs.jabref.org</a> for a detailed documentation of the available fields.
0 commit comments