Skip to content

Commit 8669079

Browse files
authored
Merge branch 'main' into fix-review
2 parents 6698ac4 + 9cb611e commit 8669079

File tree

12 files changed

+232
-159
lines changed

12 files changed

+232
-159
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CODEOWNERS file sets rules for who should be notified when a pull request
2+
# modifies code in a specific path.
3+
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners for more information.
4+
5+
# Configuration parameters for site
6+
_config.yml @lwasser @kierisi
7+
CNAME @lwasser @kierisi
8+
9+
# Workflow files for GitHub Actions
10+
.github/** @lwasser @willingc
11+
12+
# Site pages
13+
_site/* @lwasser @kierisi
14+
15+
# Blog posts
16+
_posts/* @lwasser @kierisi
17+
18+
# Scripts
19+
scripts/* @lwasser @willingc

_data/authors.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,17 @@ Anita Graser:
4949
- label: "Twitter"
5050
icon: "fab fa-fw fa-twitter-square"
5151
url: "https://twitter.com/underdarkGIS"
52+
Jesse Mostipak:
53+
name : "Jesse Mostipak"
54+
bio : "Community Manager"
55+
avatar : "/images/people/jesse-headshot-bandw.jpg"
56+
links:
57+
- label: "Email"
58+
icon: "fas fa-fw fa-envelope-square"
59+
url: "mailto:[email protected]"
60+
- label: "GitHub"
61+
icon: "fab fa-fw fa-github"
62+
url: "https://github.com/kierisi"
63+
- label: "LinkedIn"
64+
icon: "fab fa-fw fa-linkedin"
65+
url: "https://www.linkedin.com/in/jessemostipak/"

_data/contributors.yml

Lines changed: 56 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
- name: Tracy Teal
4040
github_username: tracykteal
4141
github_image_id: 889238
42-
title: Board chair
42+
title:
43+
- Board chair
44+
- Executive Council
4345
sort: 2
4446
bio:
4547
organization:
@@ -62,7 +64,7 @@
6264
- name: Karen Cranston
6365
github_username: kcranston
6466
github_image_id: 312034
65-
title:
67+
title: Executive Council
6668
sort: 3
6769
bio:
6870
organization:
@@ -82,6 +84,58 @@
8284
packages_reviewed:
8385
location: Ottawa, ON
8486
87+
- name: Jesse Mostipak
88+
github_username: kierisi
89+
github_image_id: 23085445
90+
title:
91+
- Community Manager
92+
sort: 3
93+
bio:
94+
organization: pyOpenSci
95+
date_added: '2023-11-21'
96+
deia_advisory: false
97+
editorial_board:
98+
advisory: false
99+
twitter:
100+
mastodon:
101+
orcidid:
102+
website:
103+
board: true
104+
contributor_type:
105+
packages_editor:
106+
packages_submitted:
107+
packages_reviewed:
108+
location:
109+
110+
- name: Carol Willing
111+
github_username: willingc
112+
github_image_id: 2680980
113+
title:
114+
sort:
115+
bio: Project Jupyter, nteract, and CPython core developer@python | @jupyter |
116+
@jupyterhub | @ipython | @nteract | @pysplash
117+
organization: Willing Consulting
118+
date_added: '2023-03-01'
119+
deia_advisory: false
120+
editorial_board:
121+
advisory: true
122+
twitter: WillingCarol
123+
mastodon:
124+
orcidid:
125+
website: https://hachyderm.io/web/@willingc
126+
board: false
127+
contributor_type:
128+
- guidebook-contrib
129+
- peer-review
130+
- peer-review-guide
131+
- reviewer
132+
- web-contrib
133+
packages_editor:
134+
packages_submitted:
135+
packages_reviewed:
136+
- devicely
137+
location: San Diego
138+
85139
- name: Erin Robinson
86140
github_username: erinmr
87141
github_image_id: 2915555
@@ -1626,35 +1680,6 @@
16261680
packages_reviewed:
16271681
location: New York City
16281682
email:
1629-
- name: Carol Willing
1630-
github_username: willingc
1631-
github_image_id: 2680980
1632-
title:
1633-
sort:
1634-
bio: Project Jupyter, nteract, and CPython core developer@python | @jupyter |
1635-
@jupyterhub | @ipython | @nteract | @pysplash
1636-
organization: Willing Consulting
1637-
date_added: '2023-03-01'
1638-
deia_advisory: false
1639-
editorial_board:
1640-
advisory: false
1641-
twitter: WillingCarol
1642-
mastodon:
1643-
orcidid:
1644-
website: https://hachyderm.io/web/@willingc
1645-
board: false
1646-
contributor_type:
1647-
- guidebook-contrib
1648-
- peer-review
1649-
- peer-review-guide
1650-
- reviewer
1651-
- web-contrib
1652-
packages_editor:
1653-
packages_submitted:
1654-
packages_reviewed:
1655-
- devicely
1656-
location: San Diego
1657-
16581683
- name: Steve Moss
16591684
github_username: gawbul
16601685
github_image_id: 321291

_includes/feature_row

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{% for f in feature_row %}
1010
<div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
1111
<div class="archive__item">
12+
{% if f.title %}
13+
<h2 class="archive__item-title">{{ f.title }}</h2>
14+
{% endif %}
1215
{% if f.image_path %}
1316
<div class="archive__item-teaser">
1417
<img src="{{ f.image_path | relative_url }}"
@@ -20,9 +23,7 @@
2023
{% endif %}
2124

2225
<div class="archive__item-body">
23-
{% if f.title %}
24-
<h2 class="archive__item-title">{{ f.title }}</h2>
25-
{% endif %}
26+
2627

2728
{% if f.excerpt %}
2829
<div class="archive__item-excerpt">

_pages/contributors.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,16 @@ redirect_from:
1313

1414
## Our pyOpenSci Community
1515

16-
<!--
17-
{{ site.data.contributors | size }} people have contributed to pyOpenSci as
18-
of today!
19-
TODO add this advisory committee role to the governance
20-
-->
21-
2216
pyOpenSci has one core paid staff member who leads the organization. We are supported
2317
by an expert team of volunteer advisory members who help steer the direction of the organization.
2418

25-
## Executive council & leadership
19+
## Executive council, leadership & staff
2620

2721
{: .clearall }
2822

2923
{% assign advisory_sorted = site.data.contributors | where:"board",true | sort: 'sort' %}
3024

31-
<div class="entries-grid">
25+
<div class="grid">
3226
{% for aperson in advisory_sorted %}
3327
{% include people-grid.html %}
3428
{% endfor %}
@@ -46,35 +40,16 @@ the organization.
4640

4741
{% assign advisory_working = site.data.contributors | where:"advisory",true | sort: 'sort' %}
4842

49-
<div class="entries-grid">
43+
<div class="grid">
5044
{% for aperson in advisory_working %}
5145
{% if aperson.advisory %}
46+
{{ aperson.person_name }}
5247
{% include people-grid.html %}
5348
{% endif %}
5449
{% endfor %}
5550
</div>
5651

5752
{: .clearall }
58-
59-
<!--
60-
## PyOpenSci DEIA council
61-
62-
{: .clearall }
63-
64-
pyOpenSci is beginning to create its DEIA council. This council consists of leaders and community members who have experience in and who are passionate about making pyOpenSci community an inclusive community.
65-
66-
{% assign advisory_working = site.data.contributors | where:"deia_advisory",true | sort: 'sort' %}
67-
68-
<div class="entries-grid">
69-
{% for aperson in advisory_working %}
70-
{% if aperson.deia_advisory %}
71-
{% include people-grid.html %}
72-
{% endif %}
73-
{% endfor %}
74-
</div>
75-
76-
{: .clearall } -->
77-
7853
{: .clearall }
7954

8055
## PyOpenSci community contributors

0 commit comments

Comments
 (0)