We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faca62 commit d188361Copy full SHA for d188361
src/main/java/edu/harvard/iq/dataverse/api/MakeDataCountApi.java
@@ -160,7 +160,7 @@ public Response updateCitationsForDataset(@PathParam("id") String id) throws IOE
160
url = new URI(JvmSettings.DATACITE_REST_API_URL.lookup(pidProvider.getId()) +
161
"/events?doi=" +
162
authorityPlusIdentifier +
163
- "&source=crossref&page[size]=1000").toURL();
+ "&source=crossref&page[size]=1000&page[cursor]=1").toURL();
164
} catch (URISyntaxException e) {
165
//Nominally this means a config error/ bad DATACITE_REST_API_URL for this provider
166
logger.warning("Unable to create URL for " + persistentId + ", pidProvider " + pidProvider.getId());
0 commit comments