Skip to content

Commit 94a4577

Browse files
committed
Add DOI instructions to data link example
1 parent 4f98a95 commit 94a4577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_links.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h1>Zotero Search Demo with Data Links</h1>
2020
<p>This <a href="https://github.com/BLE-LTER/Zotero-JavaScript-Search-Client"
2121
rel="noopener">Zotero-JavaScript-Search-Client</a> example demonstrates how data links are added to a publication citation when DOIs are found within the <strong>Extra</strong> field in Zotero.
2222
The group is just a test group, and the data links aren't related to the publication in this example, but the example does illustrate the functionality. Look for the example to be replaced with a real-world example as users apply this functionality to their own libraries.</p>
23+
<p>To include data links, add each DOI for data associated with a dataset to the <strong>Extra</strong> field in Zotero, with each DOI appearing on its own line. The link must include https://doi.org/ in front of the DOI, as in https://doi.org/10.18739/A27D2Q702.</p>
2324
<form id="zoteroSearchForm" name="zoteroSearchForm">
2425
<input class="search-input" name="q" placeholder="Enter search term" type="text">
2526
<input type="submit" value="Search">

0 commit comments

Comments
 (0)