Skip to content

Commit bad8a2a

Browse files
committed
Use LTER group for demo instead of a water project, since water project is now private
1 parent ef76c67 commit bad8a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zotero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="zotero.js"></script>
1111
</head>
1212
<body>
13-
<p>Enter a search term, e.g., groundwater. A water project group, with ID 1586722, will be searched.</p>
13+
<p>Enter a search term, e.g., groundwater. The LTER group, with ID 2055673, will be searched.</p>
1414
<form id="zoteroSearchForm" name="zoteroSearchForm">
1515
<input class="search-input" name="q" placeholder="Enter search term" type="text"> <input type="submit" value="Search">
1616
</form>

zotero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"use strict";
44

55
var ZOTERO_CONFIG = {
6-
"publicGroupId": "1586722", // ID of public group to search in Zotero
6+
"publicGroupId": "2055673", // ID of public group to search in Zotero
77
"limit": 10, // Max number of results to retrieve per page
88
"resultsElementId": "searchResults", // Element to contain results
99
"urlElementId": "searchUrl", // Element to display search URL

0 commit comments

Comments
 (0)