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
Copy file name to clipboardExpand all lines: build.gradle.kts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ plugins {
10
10
// This is the behavior when applied in the root project (https://docs.openrewrite.org/reference/gradle-plugin-configuration#multi-module-gradle-projects)
Copy file name to clipboardExpand all lines: docs/code-howtos/fetchers.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@ parent: Code Howtos
5
5
6
6
Fetchers are the implementation of the [search using online services](https://docs.jabref.org/collect/import-using-online-bibliographic-database). Some fetchers require API keys to get them working. To get the fetchers running in a JabRef development setup, the keys need to be placed in the respective environment variable. The following table lists the respective fetchers, where to get the key from and the environment variable where the key has to be placed.
|[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 |
18
-
|[Zentralblatt Math](https://www.zbmath.org)| (none) | (none) | Depending on the current network |
|[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 |
18
+
|[Zentralblatt Math](https://www.zbmath.org)| (none) | (none) | Depending on the current network |
19
19
20
20
"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.
0 commit comments