https://github.com/numfocus/DISCOVER-Cookbook
The NumFOCUS DISCOVER Cookbook (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.
https://github.com/numfocus/DISCOVER-Cookbook
conference-management diversity events inclusion
Last synced: 5 months ago
JSON representation
The NumFOCUS DISCOVER Cookbook (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.
- Host: GitHub
- URL: https://github.com/numfocus/DISCOVER-Cookbook
- Owner: numfocus
- License: mit
- Created: 2017-11-30T20:04:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T06:00:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T12:02:07.986Z (9 months ago)
- Topics: conference-management, diversity, events, inclusion
- Homepage: http://discover-cookbook.numfocus.org
- Size: 3.35 MB
- Stars: 175
- Watchers: 37
- Forks: 23
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DISCOVER-handbook
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.# How to run the book locally
Create a local python environment and install the jupyter-book (either conda or with pip)
``` sh
jupyter-book build DISCOVER
```