You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+34-34
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
title: Scientific Python
2
-
baseURL: 'https://scientific-python.org'
2
+
baseURL: "https://scientific-python.org"
3
3
languageCode: en-us
4
4
theme: scientific-python-hugo-theme
5
5
DefaultContentLanguage: en
@@ -13,7 +13,7 @@ params:
13
13
description: Community developed and owned ecosystem for scientific computing
14
14
15
15
images:
16
-
- /images/logo.svg
16
+
- /images/logo.svg
17
17
18
18
plausible:
19
19
dataDomain: scientific-python.org
@@ -24,8 +24,8 @@ params:
24
24
25
25
style:
26
26
vars:
27
-
highlightColor: '#004811'
28
-
menuHighlightColor: '#5ca038'
27
+
highlightColor: "#004811"
28
+
menuHighlightColor: "#5ca038"
29
29
30
30
navbarlogo:
31
31
image: logo.svg
@@ -59,41 +59,41 @@ params:
59
59
60
60
keyfeatures:
61
61
features:
62
-
- title: Built on Python
63
-
text: Python is a powerful, general-purpose programming language. The scientific Python ecosystem provides the tools that make Python the premier language for scientific computing.
64
-
- title: Open source
65
-
text: Distributed under unrestrictive open source licenses, projects are developed and maintained publicly and accessible to all.
66
-
- title: Community-driven
67
-
text: Projects are developed by open communities composed primarily of the users of the software.
68
-
- title: Extensive and high quality
69
-
text: The scientific Python ecosystem comprises performant, well-tested libraries providing tools for computing across all scientific domains.
70
-
- title: Broadly applicable
71
-
text: The ecosystem is widely used in scientific research and teaching.
72
-
- title: Coordinated, readable, reproducible
73
-
text: Projects in the ecosystem are completely interoperable, providing the basis for readable, reproducible scientific computation.
62
+
- title: Built on Python
63
+
text: Python is a powerful, general-purpose programming language. The scientific Python ecosystem provides the tools that make Python the premier language for scientific computing.
64
+
- title: Open source
65
+
text: Distributed under unrestrictive open source licenses, projects are developed and maintained publicly and accessible to all.
66
+
- title: Community-driven
67
+
text: Projects are developed by open communities composed primarily of the users of the software.
68
+
- title: Extensive and high quality
69
+
text: The scientific Python ecosystem comprises performant, well-tested libraries providing tools for computing across all scientific domains.
70
+
- title: Broadly applicable
71
+
text: The ecosystem is widely used in scientific research and teaching.
72
+
- title: Coordinated, readable, reproducible
73
+
text: Projects in the ecosystem are completely interoperable, providing the basis for readable, reproducible scientific computation.
Copy file name to clipboardExpand all lines: content/about/governance.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Decisions about the future of the project are made through discussion with all m
57
57
All non-sensitive project management discussion takes place on the [public forum](https://discuss.scientific-python.org).
58
58
Occasionally, sensitive discussion may occur on a private list.
59
59
60
-
Scientific Python uses a *consensus seeking* process for making decisions.
60
+
Scientific Python uses a _consensus seeking_ process for making decisions.
61
61
The group tries to find a resolution that has no open objections among community managers.
62
62
Community managers are expected to distinguish between fundamental objections to a proposal and minor perceived flaws that they can live with, and not hold up the decision making process for the latter.
63
63
If no option can be found without an objection, the decision is escalated to the Community Leaders, who will themselves use consensus seeking to come to a resolution.
We are happy to announce the Chan Zuckerberg Initiative has [awarded a grant](https://chanzuckerberg.com/newsroom/czi-awards-16-million-for-foundational-open-source-software-tools-essential-to-biomedicine/) to support the onboarding, inclusion, and retention of people from historically marginalized groups on scientific Python projects, and to structurally improve the community dynamics for NumPy, SciPy, Matplotlib, and Pandas.
@@ -20,5 +19,5 @@ This is an ambitious project aiming to discover and implement activities that sh
20
19
By establishing these new cross-project roles, we hope to introduce a new collaboration model to the Scientific Python communities, allowing community-building work within the ecosystem to be done more efficiently and with greater outcomes.
21
20
We also expect to develop a clearer picture of what works and what doesn't in our projects to engage and retain new contributors, especially from historically underrepresented groups.
22
21
Finally, we plan on producing detailed reports on the actions executed, explaining how they have impacted our projects in terms of representation and interaction with our communities.
23
-
22
+
24
23
The two-year project is expected to start by November 2021, and we are excited to see the results from this work! [You can read the full proposal here](https://figshare.com/articles/online_resource/Advancing_an_inclusive_culture_in_the_scientific_Python_ecosystem/16548063).
Copy file name to clipboardExpand all lines: content/press-kit.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Press kit
3
3
sidebar: false
4
4
---
5
5
6
-
We would like to make it easy for you to include the Scientific Python project identity in your next academic paper, course materials, or presentation.
6
+
We would like to make it easy for you to include the Scientific Python project identity in your next academic paper, course materials, or presentation.
7
7
8
8
You will find SVG versions of the Scientific Python logo [here](https://github.com/scientific-python/archive/tree/main/branding/logo).
9
9
Note that by using the scientific-python.org resources, you accept the [Scientific Python Code of Conduct](/code_of_conduct).
0 commit comments