Skip to content

Commit b629d7c

Browse files
authored
Document Wiley TDM fulltext fetcher setup (#622)
* Document Wiley TDM fulltext fetcher setup * Exclude onlinelibrary.wiley.com from link inspector
1 parent b4610ee commit b629d7c

4 files changed

Lines changed: 39 additions & 0 deletions

File tree

.linkspector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ dirs:
33
useGitIgnore: true
44
ignorePatterns:
55
- pattern: '^https://arxiv\.org/'
6+
# Automated access blocked by Cloudflare, see issue for context: https://github.com/JabRef/jabref/issues/13404
7+
- pattern: "onlinelibrary\\.wiley\\.com"
75.5 KB
Loading
29.2 KB
Loading

en/collect/add-pdfs-to-an-entry.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,40 @@ Then, JabRef uses online services to find a PDF. (Implementation details are pro
1515
Result of the look up:
1616

1717
<figure><img src="../.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><img src="../.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><img src="../.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.
54+
{% endhint %}

0 commit comments

Comments
 (0)