@@ -71,8 +71,7 @@ presence of particular tags.
7171 to your LTER site, indicating whether the item is a foundational paper for the
7272 site (` Fondational ` ), was funded by the site (` LTER-Funded ` ), or was written by someone outside of your site
7373 who used your site's data (` LTER-Enabled ` ). If an item has one of the tags
74- you specify, the tag will be shown in the ` ShowTags ` column. Obviously, if you
75- want to use this functionality, make sure the text ` ShowTags ` is included in
74+ you specify, the tag will be shown in the ` ShowTags ` column. To use this functionality, make sure the text ` ShowTags ` is included in
7675 ` includeCols ` .
7776* ` showTagColName ` - The name to be used for the ` ShowTags ` column in the
7877 results table, since I can't predict what kind of categories your tags
@@ -81,6 +80,15 @@ presence of particular tags.
8180* ` style ` - The bibliography display style for the citations, e.g., apa. Leave
8281 blank for the default which is chicago-note-bibliography.
8382
83+ You can also supply links to datasets that the publication references by
84+ placing each dataset's DOI (with https://doi.org/ in front of it) on its own
85+ line in the ** Extra** field in Zotero, as in:
86+
87+ ``` bash
88+ https://doi.org/10.18739/A2GX44T8M
89+ https://doi.org/10.18739/A2MP4VN1H
90+ ```
91+
8492### Result Counts and Pagination
8593
8694You can provide HTML id attribute values for elements that will contain result
0 commit comments