Skip to content

Flesdro/752-CS-bibliometric-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIGCSE Bibliometric Analysis

This repository contains source code and paper source files for an individual bibliometric analysis of ACM SIGCSE-related proceedings data. The analysis focuses on publication growth, author productivity, co-authorship structure, brokerage, and cited-author visibility.

Contents

  • Analysis/02_people_influence_analysis.py: main Python analysis script.
  • mywork/JueWang_Analysis.tex: LaTeX source for the research paper.
  • mywork/JueWang_Analysis.bib: bibliography file.
  • mywork/ACM-Reference-Format.bst and mywork/acmart.cls: local ACM LaTeX support files.

Data

The analysis expects the course-provided spreadsheet to be placed at the repository root:

acm_sigcse_references_with_authors.xlsx

This spreadsheet is not included in the repository because it was provided for coursework use.

Running the Analysis

From the repository root, run:

python Analysis/02_people_influence_analysis.py

The script writes generated tables and figures to:

Analysis/output/

You can also specify custom paths:

python Analysis/02_people_influence_analysis.py \
  --input acm_sigcse_references_with_authors.xlsx \
  --output Analysis/output

Requirements

The script uses:

  • pandas
  • matplotlib
  • networkx
  • openpyxl if available, with a built-in fallback reader for .xlsx files

Reproducibility Notes

Generated outputs are excluded from version control because they can be reproduced from the script and input spreadsheet. The network visualization uses deterministic ordering and fixed layout seeds so repeated runs with the same input data and dependency versions should produce stable results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors