Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify various aspects of EC elections and the Union of Councils. #252

Merged
merged 3 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions executive_council.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ The [Executive Council Team Compass](https://executive-council-team-compass.read

## Council membership and elections

The EC will consist of 6 Council members who serve 2-year terms. Members are elected from the body of the union of all Standing Committee, Working Group, and Subproject Councils ("Union of Councils", UoC). Any UoC member is eligible for candidacy in an election unless, as of the start of the new term, they have served on the EC for three or more of the last four years.
The EC will consist of 6 Council members who serve 2-year terms. Members are elected from the body of the union of all Standing Committee, Working Group, and Subproject Councils ("Union of Councils", UoC). Any UoC member is eligible for candidacy in an election unless, as of the start of the new term, they have served on the EC for three or more of the last four years. Members are elected by either the UoC or the existing EC as described below, such that after each election, the cumulative total number of seats filled by the UoC is equal to, or one more than, the number filled by the EC.

Each annual election will begin with the existing EC notifying the UoC of a call for nominations. Any member of the UoC may nominate a candidate, including themselves. The EC will confirm that a nominee accepts their nomination. The candidate shall write a statement of their interest, qualifications, experience, etc. that will be distributed to voters. Once the full set of candidates is assembled, the UoC and then the EC will take ranked choice votes to fill their allocated number of EC seats. After each election, the total number of seats filled by the UoC should be equal to, or one more than, the number filled by the EC.
Each annual election will begin with the existing EC notifying the UoC of a call for nominations. Any member of the UoC may nominate a candidate, including themselves. The EC will confirm that a nominee is eligible and accepts their nomination. The candidate shall write a statement of their interest, qualifications, experience, etc., that will be distributed to voters. Once the full set of candidates is assembled, the UoC and then the EC will take ranked choice votes to fill their allocated number of EC seats.

If a member leaves the council before the end of their term, the EC may designate an eligible replacement who will serve for the rest of the term. This replacement will count as a seat filled by the EC if the replacement serves more than half of the term.

Expand Down
8 changes: 6 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@ In addition to these three bodies, the following are other major parts of the Pr

### Software Subprojects

[Software Subprojects](software_subprojects.md) in the Jupyter community are official areas of focus and effort within the Jupyter ecosystem. They often map to a single GitHub organization. Subprojects must abide by the [Jupyter Code of Conduct](conduct/code_of_conduct.md), Jupyter decision-making and governance processes (e.g. respecting the project's trademark policies), as well as commit to certain technical limitations and scope. Each subproject elects one person to serve on the Software Steering Council. For more details, see the [Software Subprojects document](software_subprojects.md).
[Software Subprojects](software_subprojects.md) in the Jupyter community are official areas of focus and effort within the Jupyter ecosystem. They often map to a single GitHub organization. Subprojects must abide by the [Jupyter Code of Conduct](conduct/code_of_conduct.md), Jupyter decision-making and governance processes (e.g. respecting the project's trademark policies), as well as commit to certain technical limitations and scope. Each Subproject maintains a Subproject Council and elects one person from the Subproject Council to serve on the Software Steering Council. For more details, see the [Software Subprojects document](software_subprojects.md).

### Standing Committees and Working Groups

In addition to the software work on Jupyter that is coordinated through the Software Steering Council (SSC), much of the project’s work expands beyond software. Examples include code of conduct incident response, diversity and inclusion, operations, legal, fundraising, events, community, and marketing. [Standing Committees and Working Groups](standing_committees_and_working_groups.md) carry out this non-software related work of the project by delegation from the Executive Council (EC).

The primary difference between Standing Committees and Working Groups is that Standing Committees are intended to be permanent; they are only created and dissolved by a joint vote of the EC and SSC. In contrast, Working Groups can be created and dissolved by the EC acting alone.

For more details, see the [Standing Committess and Working Groups document](standing_committees_and_working_groups.md).
For more details, see the [Standing Committees and Working Groups document](standing_committees_and_working_groups.md).

### Union of Councils

The Union of Councils (UoC) is the union of the membership of all Subproject Councils, Standing Committees, and Working Groups. The UoC is the body from which [Executive Council](executive_council.md) members are elected, and the UoC votes on the membership of the [Executive Council](executive_council.md).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last paragraph is unclear. Perhaps split the sentence and/or clarify. My interpretation:

  • leadership of Subproject Councils, Standing Committees, and Working Groups compose the Union of Councils.
  • nominees for an Executive Council must be members of the UoC.
  • UoC members vote for Executive Council positions that represent the UoC.


### Distinguished Contributors

Expand Down