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: en/collect/add-pdfs-to-an-entry.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,40 @@ Then, JabRef uses online services to find a PDF. (Implementation details are pro
15
15
Result of the look up:
16
16
17
17
<figure><imgsrc="../.gitbook/assets/look-up-result.png"alt=""><figcaption><p>Look up result</p></figcaption></figure>
18
+
19
+
## Supported sources
20
+
21
+
JabRef uses different publishers and services to find full text documents. When multiple sources find a PDF for the same entry, JabRef prefers results from higher-trust sources (e.g., a publisher's own site is preferred over a meta-search aggregator).
22
+
23
+
## Configuring API keys
24
+
25
+
Some publishers/services require an API key to work. You can configure API keys in **File > Preferences > Web search**.
26
+
27
+
<figure><imgsrc="../.gitbook/assets/preferences-web-search-api-keys.png"alt=""><figcaption><p>Configuring API keys in Preferences > Web search</p></figcaption></figure>
28
+
29
+
For each publisher that supports an API key, click the **"Configure API key"** button next to it to enter your key.
30
+
31
+
The following publishers require API keys:
32
+
33
+
| Publisher | API key |
34
+
| --- | --- |
35
+
| Wiley TDM |**Required.** Without a token, Wiley PDF downloads will fail (Wiley blocks direct downloads). See [Wiley setup](#wiley-tdm-setup) below. |
36
+
37
+
### Wiley TDM setup
38
+
39
+
Wiley journals cannot be downloaded directly because Wiley blocks automated access with Cloudflare protection. Instead, JabRef uses Wiley's official [Text and Data Mining (TDM) API](https://onlinelibrary.wiley.com/library-info/resources/text-and-datamining) to retrieve PDFs.
40
+
41
+
To set it up:
42
+
43
+
1. Go to the [Wiley TDM page](https://onlinelibrary.wiley.com/library-info/resources/text-and-datamining) and sign in with your Wiley account.
44
+
2. Accept the click-through license agreement to receive your personal TDM API token.
45
+
3. In JabRef, go to **File > Preferences > Web search**.
46
+
4. Find **"Wiley TDM"** in the list, click **"Configure API key"**, paste your token, and check **"Save API key to use in future?"**.
47
+
48
+
<figure><imgsrc="../.gitbook/assets/preferences-wiley-tdm-token.png"alt=""><figcaption><p>Configuring the Wiley TDM token</p></figcaption></figure>
49
+
50
+
After configuring the token, **Lookup > Find full text documents online** will be able to download PDFs for Wiley DOIs.
51
+
52
+
{% hint style="info" %}
53
+
The Wiley TDM token is personal and non-transferable. Each user needs to obtain their own token. You can only access articles that your institution subscribes to.
0 commit comments