Skip to content

A small web app to get a random sample of articles from an academic journal using Crossref's REST API

License

Notifications You must be signed in to change notification settings

henry-r18/random-academic-article-sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Academic Article Sampler

A small web app to get a random sample of articles from an academic journal using Crossref's REST API. This can be useful for creating profiles of academic domains.

Parameters and data

Enter the ISSN of the journal you would like to sample, the sample size (up to 100), and the starting date for the sample (i.e. the earliest publication date you would accept in the sample). The web app displays a preview of the sample returned from the Crossref REST API. You can download the complete sample as an array of Crossref Work objects in JSON.

GitHub Pages site

Here is a GitHub Pages site serving the sampler.

Python script

The Python file (articleSampler.py) accomplishes nearly the same thing as the JavaScript app, but without a front-end. It also returns more limited metadata and outputs CSV rather than JSON.

About

A small web app to get a random sample of articles from an academic journal using Crossref's REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published