Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.25 KB

README.md

File metadata and controls

58 lines (39 loc) · 2.25 KB

unjournaldata

This is the repository for Unjournal evaluations, meta-analysis, and meta-science.

Outputs and reports from here are published at https://unjournal.github.io/unjournaldata.

How it works: data and dashboards

A single GitHub Action:

This action is automatically run

  • when the "main" branch is pushed to;
  • once daily in any case.

How it works: website and blog posts

The Unjournal data website is in the /website folder. It's not created on GitHub, but directly on developer machines.

Data

The files in the /data folder are imported from Coda:

  • paper_authors.csv: Lists of authors per paper.
  • research.csv: evaluated papers.
  • rsx_evalr_rating.csv: quantitative ratings given by each evaluator for each paper.

There's also some data from other sources:

  • jql70a.csv: a list of journal quality rankings, maintained by Prof. Anne-Wil Harzing and converted to CSV format. We thank Prof. Harzing for creating this valuable resource.
  • jql-enriched.csv: the same data, enriched with h-index and citedness information from Openalex, and our own meta-ranking of journals, via code/calibrate-journal-stats.R.