Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Counting Total Number Of Publications

Michael J. Giarlo edited this page Jan 7, 2019 · 1 revision
for range in 1800-01-01%2B1989-12-31 1990-01-01%2B1999-12-31 2000-01-01%2B2009-12-31 2010-01-01%2B2013-12-31 2014-01-01%2B2017-12-31 2018-01-01%2B2021-12-31
do
  echo $range
  curl -H 'X-ApiKey: GETFROMSHAREDCONFIGS' "https://api.clarivate.com/api/wos?databaseId=WOS&firstRecord=1&count=1&usrQuery=OG%3DStanford+University&publishTimeSpan=$range" | jq '.QueryResult.RecordsFound'
  sleep 1
done

Output will look like:

1800-01-01%2B1989-12-31
65051
1990-01-01%2B1999-12-31
52308
2000-01-01%2B2009-12-31
79295
2010-01-01%2B2013-12-31
45803
2014-01-01%2B2017-12-31
57900
2018-01-01%2B2021-12-31
14404

About RIALTO

RIALTO Core

Specs

Integration and Components

RIALTO Web App

RIALTO Combine (ETL)

Staging / Production

Terraform

Development

VIVO Assessment

VIVO/Vitro Dev Docs

Clone this wiki locally