This repository contains the source code for the project Visualizing Women in Science, created by the Center for Digital Scholarship at the American Philosophical Society.
To contribute intellectual content, please open an issue or reach out to the CDS via email.
Visualizing Women in Science is not currently under active development. To contribute code, please open an issue first outlining your proposed changes and their rationale.
- Install Ruby and Jekyll.
- In your terminal, navigate to where you want to install the site, then clone this repo and move into the directory the process creates:
git clone git@github.com:AmericanPhilosophicalSociety/visualizing-women-in-science.git
cd visualizing-women-in-science
- Install the Jekyll dependencies
bundle install
- Run the site locally:
bundle exec jekyll serve
- Navigate to http://localhost:4000/ to preview the site.