Skip to content

agbarnett/acronyms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysing acronyms in PubMed data

R code to read and analyse data to examine the use of acronyms in published papers over time. The analysis examines titles and abstracts published on PubMed up until 2019. Our definition of acronym includes initialisms and abbreviations.

The folder animation contains animations of the top ten acronyms per year over time in titles and abstracts.

The folder data contains the following data on acronyms and the meta-data on papers:

  • titles[x].rds meta-data on the 24,873,372 included titles in rds format
  • titles_sample.txt a random sample of 1,000 included titles in tab-delimited format
  • abstracts[x].rds meta-data on the 18,249,091 included titles in rds format
  • abstracts_sample.txt a random sample of 1,000 included abstracts from abstracts.RDS in tab-delimited format
  • acronyms[x].rds the 139,959,947 acronyms
  • acronyms_sample.txt a random sample of acronyms from 1,000 papers in tab-delimited format The data are very large and hence have been split into multiple files. For the tab-delimited files I've given a random sample as an easily accessible taster of the data.

The data were sourced directly from PubMed in XML format (available here) hosted by the National Library of Medicine. The data here do not reflect the most current/accurate data available from the National Library of Medicine. The data were downloaded between 14 to 22 April 2020.

The variables in title[x].rds, titles_sample.txt, abstracts[x].rds and abstracts_sample.txt are:

  • pmid PubMed ID number
  • date date published on PubMed
  • type article type, e.g., "Journal Article" or "Editorial"
  • jabbrv journal abbreviation, e.g., "Biochem Med"
  • n.authors number of authors
  • n.words number of words in the title or abstract

The variables in acronyms_sample.txt and acronyms[x].rds are:

  • pmid PubMed ID number
  • acronyms the acronym (e.g., "HIV")
  • nchar the number of characters in the acronym
  • source 'Title' or 'Abstract'

The acronyms used above are:

  • RDS = R data source???
  • XML = Extensible markup language

About

Analysing acronyms and initialisms in pubmed data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages