-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
46 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Governance | ||
|
||
## About | ||
pyOpenSci is an non-profit organization whose mission is to build diverse, | ||
supportive community around the free and open Python tools that drive open | ||
science. | ||
|
||
pyOpenSci supports open science through | ||
|
||
* **Open Peer review:** pyOpenSci runs an open peer review process lead by volunteer editors and reviewers. This process has several goals including reducing functionality overlap in existing open source tools; supporting long term maintenance of tools and/or carefully sunsetting of tools as needed and increasing the quality of tools built to support scientific workflows. | ||
* **Mentorship:** We will build out a community program where diverse community members are mentored in skills needed to both contribute to open source software which in turn will propel their open science skills forward. | ||
* **Training:** pyOpenSci will provide training in skills needed to contribute to open source software. | ||
|
||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Organization Structure | ||
Home <self> | ||
mission-values | ||
structure | ||
Code of Conduct <../CODE_OF_CONDUCT.md> | ||
``` | ||
|
||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Reference Information | ||
../reference/index.md | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Our Programs | ||
Programs (coming soon) <../programs/index.md> | ||
``` |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,3 @@ | ||
# Organization intro | ||
# Organization | ||
|
||
pyOpenSci is an non-profit organization whose mission is to build diverse, | ||
supportive community around the free and open Python tools that drive open | ||
science. | ||
|
||
pyOpenSci supports open science through | ||
|
||
* **Open Peer review:** pyOpenSci runs an open peer review process lead by volunteer editors and reviewers. This process has several goals including reducing functionality overlap in existing open source tools; supporting long term maintenance of tools and/or carefully sunsetting of tools as needed and increasing the quality of tools built to support scientific workflows. | ||
* **Mentorship:** We will build out a community program where diverse community members are mentored in skills needed to both contribute to open source software which in turn will propel their open science skills forward. | ||
* **Training:** pyOpenSci will provide training in skills needed to contribute to open source software. | ||
|
||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Organization Structure | ||
Home <self> | ||
mission-values | ||
structure | ||
Code of Conduct <../CODE_OF_CONDUCT.md> | ||
``` | ||
|
||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Reference Information | ||
../reference/index.md | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Our Programs | ||
Programs (coming soon) <../programs/index.md> | ||
``` | ||
In this section we will add organizational processes. |