Skip to content

Commit 3903028

Browse files
committed
Copy descriptions of EC and SSC from governance docs to the about page
1 parent 1bdd170 commit 3903028

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

about.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@
99
- Jupyter is developed in the open on GitHub, through the consensus of the Jupyter community. For more information on our governance, please see our <a href="https://jupyter.org/governance/">governance documentation</a>.
1010
- All online and in-person interactions and communications directly related to the project are covered by the <a href="https://jupyter.org/governance/conduct/code_of_conduct.html">Jupyter Code of Conduct</a>. This Code of Conduct sets expectations to enable a diverse community of users and contributors to participate in the project with respect and safety.
1111

12+
ec_copy: |
13+
The <a href="https://jupyter.org/governance/executive_council.html">Executive Council</a> (EC) is ultimately responsible for all dimensions of the Project (including, but not limited to, software, legal, financial, community, operations, inclusion and diversity, etc.). The members of the EC actively work to carry out the Project’s mission in accordance with its values and to support operations through delegation to the Software Steering Council (SSC), Software Subprojects, Standing Committees, and Working Groups. These other bodies will report to the EC, and the EC is expected to support, oversee, manage, and ensure the success of operations across Jupyter.
14+
15+
ssc_copy: |
16+
The Jupyter <a href="https://jupyter.org/governance/software_steering_council.html">Software Steering Council</a> (SSC) has jurisdiction over software-related decisions across Project Jupyter, with a primary focus on coordination across projects and decisions that have impact across many Jupyter Subprojects. It is also a mechanism for representatives of each project to share information and expertise. Technical decisions and processes where the SSC isn’t explicitly involved are automatically delegated to the individual projects to manage their day-to-day activities, create new repositories in their orgs, etc., with independence and autonomy.
17+
1218
contributors_copy: |
1319
Project Jupyter <a href="https://jupyter.org/governance/distinguished_contributors.html">Distinguished Contributors</a> are recognized for their substantial contributions to Jupyter itself in both quality and quantity over at least two years. Contributions may include code, code review, infrastructure work, mailing list and chat participation, community help/building, education and outreach, fundraising, branding, marketing, inclusion and diversity, UX design and research, etc. Up to 10 new Distinguished Contributors are selected each year by the cumulative body of Distinguished Contributors.
1420

15-
steering_copy: |
16-
The role of the Jupyter Steering Council is to ensure, through working with and serving the broader Jupyter community, the long-term well-being of the project, both technically and as a community. The Jupyter Steering Council currently consists of the following members (in alphabetical order).
1721

1822
# All bio photos should go in assets/bios cut at 160x160px
1923
distinguished_2021:
@@ -484,6 +488,7 @@
484488
<!-- Executive Council -->
485489
<div class="content content--copy">
486490
<h2 class="text-center"><a href="https://jupyter.org/governance/executive_council.html">Executive Council Members</a></h2>
491+
<p>{{ page.ec_copy }}</p>
487492
</div>
488493

489494
<div class="content content--wide">
@@ -508,6 +513,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/executive_counci
508513
<!-- Software Steering Council -->
509514
<div class="content content--copy">
510515
<h2 class="text-center"><a href="https://jupyter.org/governance/software_steering_council.html">Software Steering Council Members</a></h2>
516+
<p>{{ page.ssc_copy }}</p>
511517
</div>
512518

513519
<div class="content content--wide">

0 commit comments

Comments
 (0)