> For the complete documentation index, see [llms.txt](https://committees.docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://committees.docs.intersectmbo.org/intersect-open-source-committee/policies/osc-voting-policy/osc-off-cycle-vote-09.2024.md).

# OSC Off-Cycle Vote 09.2024

The Open Source Committee is running an off-cycle vote to maintain Maturity and backfill empty seats. This process will also help to test the Official Voting Process currently in design.

### Context:

The Open Source Committee of Intersect is conducting a Vote to backfill missing Members/Seats in order to maintain Maturity of the Committee. This Vote will also serve as a test of the proposed Voting platform for all Intersect Committee voting that will Occur in October 2024.

### Rationale: <a href="#rationale" id="rationale"></a>

The OSC stands as one of the most Mature Committees at Intersect. As such the Committee has chosen to backfill any empty seats in order to retain its Maturity and to be able to participate/align with the 50% Vote for Membership with the remaining Intersect Committees in October 2024.

To see the full Rationale please see the full [OSC Voting Policy](/intersect-open-source-committee/policies/osc-voting-policy.md).

### Voting Timeline:

**The Voting period will run from Friday August 30, 2024- Friday September 13, 2024.**

* Emails sent to Candidates to ensure Paid Membership Status prior to Voting Period start.
* **Candidates that are not confirmed to have a PAID Membership with Intersect will not be considered for the Vote.**
* Emails sent during the week of August 26-30, 2024 to encourage ALL Intersect Members to ensure they have Voting level Membership status if/as desired.
* Registration Email to be sent to all ELIGIBLE Voting Members at the beginning of the Voting Period. (August 30, 2024)
* Voting Period to end 5pm CST September 13, 2024.
* Votes will be verified and Newly Elected Members will be Announced Friday September 20, 2024 coinciding with Member/Seat Onboarding at the OSC Meeting. meet.google.com/eeb-qjbx-agw

### **Candidate Criteria:**

* **Membership**: All individuals standing for election as a member of this committee *MUST BE* an Individual Member, Seed Funder Member, or Enterprise Member of Intersect in good standing. Associate members are not eligible to sit on committees.
* **Open Source Experience**: All individuals standing for election as a member of this committee *SHOULD* supply evidence of their experience working with and contributing to open source projects. There is no requirement that these open source projects or experience be related to Cardano or Cardano Core repositories.

### **Election Method & Results:**

The election shall be open to all [qualified candidates](https://intersect.gitbook.io/open-source-committee/about/readme/osc-voting-policy#candidate-criteria) and shall follow the standards and rules specified by Intersect. Election results *MUST* be announced through Intersect official channels.

* **Ties & Run-Offs:** The method of resolving a tie or run-off scenario is currently to be determined by Intersect.

  > Consider ranked choice voting to help eliminate the potential for ties and the need for run-offs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://committees.docs.intersectmbo.org/intersect-open-source-committee/policies/osc-voting-policy/osc-off-cycle-vote-09.2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
