Skip to content

A bibliometric analysis of citation diversity in accessibility and HCI research

License

Notifications You must be signed in to change notification settings

makeabilitylab/accessibility-bibliometric-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessibility bibliometric analysis

This repo contains scripts and data for reproducing the bibliometric analysis of citation diversity in accessibility and HCI research conducted in Wang LL et al., our CHI LBW 2021 paper.

Lucy Lu Wang, Kelly Mack, Emma J McDonnell, Dhruv Jain, Leah Findlater, and Jon E. Froehlich. 2021. A bibliometric analysis of citation diversity in accessibility and HCI research. Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems. Association for Computing Machinery, New York, NY, USA, Article 448, 1–7. DOI:https://doi.org/10.1145/3411763.3451618

This work is a complement to the Mack et al. CHI 2021 paper, which has it's own GitHub repo here.

Data files

Several data files are too large for GitHub. You can download them here:

The directory structure for the data/ subdirectory should be:

data
│   a11y_survey_quant_dataset.csv
│   dblp_container_meta.json
|   dblp_papers_by_conference.json.gz*
│
└───analysis
    │   a11y_bibliometrics_dataset.jsonl.gz*
    │   a11y_bibliometrics_mag_fos.jsonl.gz*
    |   lcdi_cits_by_papers_l1.json
    |   lcdi_refs_by_papers_l1.json

*Files with an asterisk have to be downloaded.

A brief description of the data files and what they contain:

Analysis

Plots and analysis are available in this notebook. This notebook includes:

  • Summary statistics
  • Top venues among references and citations of accessibility papers from CHI and ASSETS
  • Top MAG fields of study among references and citations of accessibility papers from CHI and ASSETS
  • Temporal trends of MAG fields of study among references and citations
  • LCDI diversity index among the references and citations of 13 comparative HCI conferences

Set up your environment:

If you are interested in running the code in this repo, you will need to set up a Python environment.

  1. Clone this repository

  2. Install an environment manager (recommend MiniConda3).

  3. Go to the base directory for this repo and run the following in your command line:

conda create -n a11y_bibliometric_analysis python=3.8 ipython jupyter
conda activate a11y_bibliometric_analysis
pip install -r requirements.txt
python setup.py develop

You're ready to go!

Citation

To cite this work:

Wang LL, Mack K, McDonnell E, Jain D, Findlater L, Froehlich JE. A bibliometric analysis of citation diversity in accessibility and HCI research. In: Proceedings of the 2021 ACM CHI Virtual Conference on Human Factors in Computing Systems: Extended Abstract. Online. May 8-13, 2021.

@inproceedings{wang-2021-accessibility-bibliometrics,
    title = "A bibliometric analysis of citation diversity in accessibility and {HCI} research",
    author = "Wang, Lucy Lu and Mack, Kelly and McDonnell, Emma and Jain, Dhruv and Findlater, Leah and Froehlich, Jon E.",
    booktitle = "Proceedings of the 2021 ACM CHI Virtual Conference on Human Factors in Computing Systems: Extended Abstract",
    month = may,
    year = "2021",
    address = "Online",
    publisher = "Association for Computing Machinery",
    doi = "10.1145/3411763.3451618"
}

Please contact Lucy Lu Wang if you have any questions.

About

A bibliometric analysis of citation diversity in accessibility and HCI research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published