Skip to content

Latest commit

 

History

History
136 lines (110 loc) · 16.9 KB

README.md

File metadata and controls

136 lines (110 loc) · 16.9 KB

DISCOVER-handbook

All Contributors

The NumFOCUS DISCOVER Handbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation.

If you are looking to read the book please visit https://discover-cookbook.numfocus.org/ for a live version of the book. This is the code that powers that website and is intended for maintainers and contributors.

Ways to contribute to this repository

The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions:

Ideas, Questions, and Discussions

Please contribute ideas, questions, and discussions for content or enhancements over in the discussions tab.

Problems or Tracking of Work Items from Ideas, Questions, or Discussions

Please add issues on the github issue tracker.

Content and Design

While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open a pull request against the repository to begin the review process.

Bug fixes

For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls).

See Also

For more information, see the contributing.md file with a fuller guide on how to contribute.

How to run the book locally

Create a local python environment and install all the required dependencies using the following commands (either with conda or pip)

If Using Conda

  1. Create the Conda Environment
conda env create -f environment.yml
  1. Activate the Conda Environment
conda activate DISCOVER-handbook
  1. Finally, to build the Jupyter Book
jupyter-book build DISCOVER

If Using pip

  1. Create a Virtual Environment (optional)
python -m venv myenv
  1. Activate the virtual Environment (optional)
  • on Windows:
myenv\Scripts\activate
  • on macOS/Linux:
source myenv/bin/activate
  1. Install the required dependencies
pip install -r requirements.txt
  1. Finally, to build the Jupyter Book
jupyter-book build DISCOVER

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Akhil-Jasson
Akhil-Jasson

📖
Andy R. Terrel
Andy R. Terrel

🤔 👀 🚧 💬
Ashley Maguire
Ashley Maguire

📖 🚧 🤔
Ashley Otero
Ashley Otero
🤔
Bojan Božić
Bojan Božić

📖
Chris Holdgraf
Chris Holdgraf

🤔
Dave Clements
Dave Clements

📖 🚧 🤔
Frames White
Frames White

📖 🤔
Gina
Gina

🚧 📖 🤔 👀
Gina
Gina

📖
Jeffrin Jojo
Jeffrin Jojo

📖
Jennifer Klay
Jennifer Klay

🤔
Kafui Alordo
Kafui Alordo

🤔
Kamila Stepniowska
Kamila Stepniowska

🚧
Kasia Rachuta
Kasia Rachuta

🤔
Kat Hoessel
Kat Hoessel

🤔
M.K
M.K

📖
Madicken Munk
Madicken Munk

🤔
Mark Mikofski
Mark Mikofski

🚧 🤔 📖 👀
Melissa Weber Mendonça
Melissa Weber Mendonça

🤔
Muhammad Salman
Muhammad Salman

📖
Noa Tamir
Noa Tamir

👀 🤔 🚧
Oloni
Oloni

📖
Pratham
Pratham

💻
Prisha Sharma
Prisha Sharma

🖋
Raniere Silva
Raniere Silva

🤔
Reshama Shaikh
Reshama Shaikh

📖 🤔
Ritesh Kumar Singh
Ritesh Kumar Singh

💻
Sarah Supp
Sarah Supp

🤔
Tania Allard
Tania Allard

🚧 🤔
Tereza Iofciu
Tereza Iofciu

📖 🚧 🤔
Tetsuo Koyama
Tetsuo Koyama

💬 🚧 📖 👀
discover-cookbook
discover-cookbook

📖
kasiarachuta
kasiarachuta

📖

This project follows the all-contributors specification. Contributions of any kind welcome!