Skip to content

cjabradshaw/AltmetricShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Altmetric Shiny

Altmetric

Preamble

Ever wanted to collate the Altmetric data for your articles, but couldn't be bothered to do it manually? I've made the process substantially easier by designing this Shiny app. All you need to do is collate a list of 'digital object identifiers' ('doi') for the articles of interest, and the app does it all for you. The app also produces outputs that plot the distribution of not only the relevant Altmetric scores, but also the rank percentiles for each article relative to articles of the same age in the journal, and to all articles in the journal with Altmetric data.

The app also gives you the option of fetching citation data from Crossref to examine the patterns between Altmetric and citation trends.

This Github repository provides all the 'under-the-bonnet' code for the app.

Instructions

  • Create a delimited text file of exactly the same format as the example file, although you can specify the delimit character (comma, space, tab).
  • Load your delimited text file in the app by clicking the choose file button.
  • Select whether you want to include Crossref citation data (include Crossref citation data?). Downloading these data will increase processing time.
  • Choose how you want the output file to be sorted by selecting one of the four choices in the drop-down menu: Altmetric score, context rank percentile, all-time rank percentile, or publication date.
  • Click the fetch data button.
  • Download the results table as a tab-delimited file by clicking the download button.