Repo for a data dashboard designed to help folx, whether an individually or institutionally, better understand the Rhetoric, Composition & Technical Communication academic job terrain.
Dashboard currently hosted by my (Chris') Netlify account: https://rmdash.netlify.app/.
- Original Data Source: Jim Ridolfo's Rhetmap.org
- all-jobs.csv: CSV format of pre-processed data.
- Note: I create this by exporting from Excel sheet:
rhetmap-og-geo-all-years.xlsx. - Note: Any date listed as
01/01/1900demarcates any unknown date in the data.
- Note: I create this by exporting from Excel sheet:
- lat-lon-references.csv: Geocoded locations included in the data set for cross-referencing.
- combined-jobs.csv: Combined geocode data with job data. Used to construct dashboard.
npm:us-atlas/counties-10m.json: County-level shapde data for US. Fetched and cached from NPM.
- 1_process.py: Combines job data with geocodes. I manually ran this file to produce combined-jobs.csv.
- jobsOG.csv.js: This Observable JS file asynchronously fetches the combined-jobs.csv data hosted on Github.
- ttdate.csv.js: This Observable JS file asynchronously fetches and processes the combined-jobs.csv data hosted on Github. Creates a TrackType only version.