Skip to content

Commit e927b2c

Browse files
Add basic outline (#6)
1 parent 406e54a commit e927b2c

File tree

4 files changed

+37
-14
lines changed

4 files changed

+37
-14
lines changed

about.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
site:
3+
hide_toc: true
4+
hide_footer_links: true
5+
---
6+
7+
# About
8+
9+
The Statistical Python project was launched with support from a [grant from the NSF](https://nsf.elsevierpure.com/en/projects/pose-phase-1-an-open-source-ecosystem-for-statistical-python), titled "POSE: Phase I: An open-source ecosystem for statistical Python."
10+
We are now completing Phase I, which has centered on scoping activities to inform the transition into a sustainable open-source ecosystem.
11+
During this phase, we conducted interviews with stakeholders across the statistical and scientific Python communities, engaged with related domain-stack OSEs to learn from their experiences, and organized a workshop to gather input on community needs and technical directions.
12+
13+
<!--
14+
Based on our [2024 Landscape Analysis](2024-landscape), we ...
15+
-->

index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
2-
title: Welcome to Statistical Python
32
site:
43
hide_outline: true
54
hide_toc: true
6-
hide_title_block: true
75
hide_footer_links: true
86
---
97

10-
## Welcome to Statistical Python
8+
# Welcome to Statistical Python
119

1210
The Statistical Python project is a community-driven and community-owned initiative dedicated to building a robust, sustainable ecosystem for statistical software in Python.
13-
Our mission is to unite statisticians, domain practitioners, educators, and software developers to create high-quality, well-engineered statistical tools that empower research, education, and industry.
14-
By fostering collaboration and knowledge sharing, we aim to lower barriers to contribution, promote best practices in software engineering, and ensure that cutting-edge statistical methods are accessible to the broader Python community.
11+
Our mission is to unite statisticians, practitioners, educators, and developers to create high-quality, well-engineered statistical tools that empower research, education, and industry.
12+
We foster collaboration and knowledge sharing to lower barriers to contribution, promote best practices in software engineering, and ensure that advanced statistical methods are accessible to the broader Python community.
1513

1614
As a domain stack within the larger [Scientific Python project](https://scientific-python.org/), Statistical Python leverages the strengths of the scientific Python ecosystem while addressing the unique needs of the statistical community.
17-
Supported by an NSF POSE Phase I grant, our work focuses on bridging the gap between innovative statistical methodology and modern open-source software development.
18-
Our goal is to catalyze the growth of a vibrant, cross-disciplinary developer and user base, making Python a premier platform for statistical computing and education.
15+
Our vision is to connect statistical innovation with open-source software engineering, drawing on best practices from both the Python and R communities.
16+
We aim to catalyze the growth of a vibrant, cross-disciplinary developer and user base, making Python a premier platform for statistical computing and education.

myst.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ project:
66
# description:
77
# keywords: []
88
# authors: []
9-
# github: https://github.com/statistical-python/statistical-python.org
9+
github: https://github.com/statistical-python/
1010
# To autogenerate a Table of Contents, run "myst init --write-toc"
1111
site:
1212
template: book-theme
13-
#nav:
14-
# - title: Packages
15-
# url: /packages
13+
nav:
14+
- title: About
15+
url: /about
16+
- title: Packages
17+
url: /packages
1618
options:
1719
favicon: images/favicon.ico
1820
logo: images/statistical-python-logo.svg

packages.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Packages
32
site:
4-
hide_outline: true
53
hide_toc: true
6-
hide_title_block: true
74
hide_footer_links: true
85
---
96

7+
# Packages
8+
9+
<!--
1010
::::{grid} 1 1 2 3
1111
1212
:::{card}
@@ -24,3 +24,11 @@ site:
2424
...
2525
:::
2626
::::
27+
28+
# Pilot Projects
29+
-->
30+
31+
As part of our NSF-funded initiative, we are working with two pilot projects that highlight different aspects of the statistical Python ecosystem:
32+
33+
- **[YAGLM](https://github.com/yaglm/yaglm)**: A Python package for generalized linear models, offering modern statistical methodology with various loss functions, regularizers, and solvers.
34+
- **[ISLP](https://github.com/intro-stat-learning/ISLP)**: A companion Python package for the textbook "An Introduction to Statistical Learning with Applications in Python," focused on educational resources and implementations.

0 commit comments

Comments
 (0)