From 0cadcb95bfdd5e1d427591c8eb1ca8ffc3341c95 Mon Sep 17 00:00:00 2001 From: Danny Angus Date: Sat, 25 Jul 2026 15:17:41 +0000 Subject: [PATCH 1/4] Add _leadership dataset: 86 foundations, 1048 people, schema, refresh Action Companion collection of current governing people (board/officers/paid staff) per foundation, keyed to the _foundations identifier. Schema.org Person base, per-fact sourceUrl + confidence, asOf/retrieved freshness. Includes a deterministic no-AI weekly refresh GitHub Action and an AGENTS.md SOP. --- .github/workflows/leadership-refresh.yml | 42 + _data/leadership-schema.json | 74 ++ _data/leadership-template.md | 9 + _leadership/almalinux.md | 114 +++ _leadership/apereo.md | 341 +++++++ _leadership/asf.md | 240 +++++ _leadership/benetech.md | 254 +++++ _leadership/blender.md | 136 +++ _leadership/bytecodealliance.md | 136 +++ _leadership/clojuriststogether.md | 124 +++ _leadership/commonhaus.md | 121 +++ _leadership/creativecommons.md | 183 ++++ _leadership/defna.md | 154 +++ _leadership/djangoproject.md | 116 +++ _leadership/documentfoundation.md | 138 +++ _leadership/dotnetfoundation.md | 138 +++ _leadership/drupal.md | 241 +++++ _leadership/eclipse.md | 476 +++++++++ _leadership/eff.md | 563 +++++++++++ _leadership/erlef.md | 152 +++ _leadership/ev.md | 87 ++ _leadership/foundation.md | 125 +++ _leadership/foundation2.md | 196 ++++ _leadership/foundation3.md | 401 ++++++++ _leadership/freebsd.md | 407 ++++++++ _leadership/freesoftwaresupport.md | 27 + _leadership/fsf.md | 263 +++++ _leadership/fsfe.md | 300 ++++++ _leadership/gentoo.md | 99 ++ _leadership/gnome.md | 191 ++++ _leadership/haikuinc.md | 90 ++ _leadership/haskell.md | 104 ++ _leadership/idcommons.md | 81 ++ _leadership/isc.md | 193 ++++ _leadership/kernel.md | 23 + _leadership/kuali.md | 20 + _leadership/laptop.md | 23 + _leadership/lfcharities.md | 23 + _leadership/linuxfoundation.md | 993 +++++++++++++++++++ _leadership/lpi.md | 287 ++++++ _leadership/matrix.md | 374 +++++++ _leadership/mozilla.md | 250 +++++ _leadership/netbsd.md | 126 +++ _leadership/numfocus.md | 317 ++++++ _leadership/oasisopen.md | 247 +++++ _leadership/oeglobal.md | 289 ++++++ _leadership/oisf.md | 261 +++++ _leadership/omsf.md | 134 +++ _leadership/opencollective.md | 27 + _leadership/opencompute.md | 126 +++ _leadership/openconnectivity.md | 71 ++ _leadership/openhomefoundation.md | 146 +++ _leadership/openid.md | 577 +++++++++++ _leadership/openinfra.md | 501 ++++++++++ _leadership/openjsf.md | 118 +++ _leadership/openrobotics.md | 138 +++ _leadership/opensource.md | 268 +++++ _leadership/opensourcematters.md | 119 +++ _leadership/opentech.md | 344 +++++++ _leadership/opentransitsoftwarefoundation.md | 174 ++++ _leadership/oscollective.md | 140 +++ _leadership/osetinstitute.md | 312 ++++++ _leadership/osgeo.md | 160 +++ _leadership/osmfoundation.md | 126 +++ _leadership/ow2.md | 132 +++ _leadership/owasp.md | 112 +++ _leadership/pculture.md | 60 ++ _leadership/perlfoundation.md | 130 +++ _leadership/plone.md | 171 ++++ _leadership/postgresql.md | 112 +++ _leadership/processingfoundation.md | 230 +++++ _leadership/psf.md | 439 ++++++++ _leadership/publiccode.md | 161 +++ _leadership/raspberrypi.md | 283 ++++++ _leadership/raspberrypi2.md | 31 + _leadership/rubycentral.md | 172 ++++ _leadership/rubyonrails.md | 164 +++ _leadership/sahanafoundation.md | 142 +++ _leadership/sfconservancy.md | 275 +++++ _leadership/signalfoundation.md | 127 +++ _leadership/socallinuxexpo.md | 327 ++++++ _leadership/softwarefreedom.md | 88 ++ _leadership/spiinc.md | 136 +++ _leadership/techmatters.md | 362 +++++++ _leadership/tug.md | 234 +++++ _leadership/wikimediafoundation.md | 257 +++++ _leadership/wordpress.md | 35 + _leadership/xiph.md | 35 + _leadership/xmpp.md | 120 +++ assets/python/leadership_refresh.py | 177 ++++ assets/python/normalise_leadership.py | 98 ++ 91 files changed, 17640 insertions(+) create mode 100644 .github/workflows/leadership-refresh.yml create mode 100644 _data/leadership-schema.json create mode 100644 _data/leadership-template.md create mode 100644 _leadership/almalinux.md create mode 100644 _leadership/apereo.md create mode 100644 _leadership/asf.md create mode 100644 _leadership/benetech.md create mode 100644 _leadership/blender.md create mode 100644 _leadership/bytecodealliance.md create mode 100644 _leadership/clojuriststogether.md create mode 100644 _leadership/commonhaus.md create mode 100644 _leadership/creativecommons.md create mode 100644 _leadership/defna.md create mode 100644 _leadership/djangoproject.md create mode 100644 _leadership/documentfoundation.md create mode 100644 _leadership/dotnetfoundation.md create mode 100644 _leadership/drupal.md create mode 100644 _leadership/eclipse.md create mode 100644 _leadership/eff.md create mode 100644 _leadership/erlef.md create mode 100644 _leadership/ev.md create mode 100644 _leadership/foundation.md create mode 100644 _leadership/foundation2.md create mode 100644 _leadership/foundation3.md create mode 100644 _leadership/freebsd.md create mode 100644 _leadership/freesoftwaresupport.md create mode 100644 _leadership/fsf.md create mode 100644 _leadership/fsfe.md create mode 100644 _leadership/gentoo.md create mode 100644 _leadership/gnome.md create mode 100644 _leadership/haikuinc.md create mode 100644 _leadership/haskell.md create mode 100644 _leadership/idcommons.md create mode 100644 _leadership/isc.md create mode 100644 _leadership/kernel.md create mode 100644 _leadership/kuali.md create mode 100644 _leadership/laptop.md create mode 100644 _leadership/lfcharities.md create mode 100644 _leadership/linuxfoundation.md create mode 100644 _leadership/lpi.md create mode 100644 _leadership/matrix.md create mode 100644 _leadership/mozilla.md create mode 100644 _leadership/netbsd.md create mode 100644 _leadership/numfocus.md create mode 100644 _leadership/oasisopen.md create mode 100644 _leadership/oeglobal.md create mode 100644 _leadership/oisf.md create mode 100644 _leadership/omsf.md create mode 100644 _leadership/opencollective.md create mode 100644 _leadership/opencompute.md create mode 100644 _leadership/openconnectivity.md create mode 100644 _leadership/openhomefoundation.md create mode 100644 _leadership/openid.md create mode 100644 _leadership/openinfra.md create mode 100644 _leadership/openjsf.md create mode 100644 _leadership/openrobotics.md create mode 100644 _leadership/opensource.md create mode 100644 _leadership/opensourcematters.md create mode 100644 _leadership/opentech.md create mode 100644 _leadership/opentransitsoftwarefoundation.md create mode 100644 _leadership/oscollective.md create mode 100644 _leadership/osetinstitute.md create mode 100644 _leadership/osgeo.md create mode 100644 _leadership/osmfoundation.md create mode 100644 _leadership/ow2.md create mode 100644 _leadership/owasp.md create mode 100644 _leadership/pculture.md create mode 100644 _leadership/perlfoundation.md create mode 100644 _leadership/plone.md create mode 100644 _leadership/postgresql.md create mode 100644 _leadership/processingfoundation.md create mode 100644 _leadership/psf.md create mode 100644 _leadership/publiccode.md create mode 100644 _leadership/raspberrypi.md create mode 100644 _leadership/raspberrypi2.md create mode 100644 _leadership/rubycentral.md create mode 100644 _leadership/rubyonrails.md create mode 100644 _leadership/sahanafoundation.md create mode 100644 _leadership/sfconservancy.md create mode 100644 _leadership/signalfoundation.md create mode 100644 _leadership/socallinuxexpo.md create mode 100644 _leadership/softwarefreedom.md create mode 100644 _leadership/spiinc.md create mode 100644 _leadership/techmatters.md create mode 100644 _leadership/tug.md create mode 100644 _leadership/wikimediafoundation.md create mode 100644 _leadership/wordpress.md create mode 100644 _leadership/xiph.md create mode 100644 _leadership/xmpp.md create mode 100644 assets/python/leadership_refresh.py create mode 100644 assets/python/normalise_leadership.py diff --git a/.github/workflows/leadership-refresh.yml b/.github/workflows/leadership-refresh.yml new file mode 100644 index 0000000..a7e9783 --- /dev/null +++ b/.github/workflows/leadership-refresh.yml @@ -0,0 +1,42 @@ +name: Leadership roster refresh check + +# Deterministic, no-AI change detector for the _leadership dataset. +# Weekly it fetches each foundation's leadership page, hashes the visible text, +# and compares against _data/leadership-refresh-state.json. If any roster page +# changed, it opens an issue listing the foundations that need re-extraction, so +# a maintainer or an AI coding agent only revisits the pages that actually moved. + +on: + schedule: + - cron: "17 6 * * 1" # Mondays 06:17 UTC + workflow_dispatch: {} + +permissions: + contents: read + issues: write + +jobs: + detect-changes: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: "3.x" + - name: Detect changed leadership pages + id: detect + run: | + python3 assets/python/leadership_refresh.py --check --output changed.json | tee summary.txt + count=$(python3 -c 'import json,sys; print(len(json.load(open("changed.json"))))' 2>/dev/null || echo 0) + echo "count=$count" >> "$GITHUB_OUTPUT" + - name: Write job summary + run: cat summary.txt >> "$GITHUB_STEP_SUMMARY" + - name: Open issue if rosters changed + if: steps.detect.outputs.count != '0' + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh issue create \ + --title "Leadership rosters changed ($(date +%Y-%m-%d))" \ + --body-file summary.txt \ + --label leadership || true diff --git a/_data/leadership-schema.json b/_data/leadership-schema.json new file mode 100644 index 0000000..97d7220 --- /dev/null +++ b/_data/leadership-schema.json @@ -0,0 +1,74 @@ +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "$id": "https://fossfoundation.info/leadership/asf.json", + "type": "object", + "title": "FOSS Foundation Leadership Schema", + "description": "Current governing people (board, officers, paid staff) for a FOSS foundation, keyed by the same identifier as its _foundations record. Complements the foundation model's boardSize / boardType / numberOfEmployees counts with the named individuals. Person type derives from Schema.org Person. Every fact carries a source URL and a confidence; absent data is null, never guessed.", + "required": ["identifier", "asOf", "people"], + "properties": { + "identifier": { + "section": "General", + "title": "Foundation identifier", + "description": "Matches the _foundations/.md filename.", + "type": "string" + }, + "commonName": { + "title": "Common Name", + "description": "Common name of the foundation, for readability.", + "type": "string" + }, + "asOf": { + "title": "As Of Date", + "description": "Date this leadership roster was last verified against source. Answers the open metadata-freshness question in CONTRIBUTING.", + "type": "string", + "format": "date" + }, + "sources": { + "title": "Sources", + "description": "Official URLs the roster was verified against.", + "type": "array", + "items": { + "type": "object", + "required": ["url"], + "properties": { + "url": { "title": "Source URL", "type": "string", "format": "url" }, + "type": { "title": "Source Type", "description": "e.g. org_live, bylaws, annual_report.", "type": "string" }, + "retrieved": { "title": "Retrieved Date", "type": "string", "format": "date" } + } + } + }, + "people": { + "title": "People", + "description": "Governing individuals. Include only verifiable roles; never guess.", + "type": "array", + "items": { + "type": "object", + "required": ["name", "roles", "sourceUrl", "confidence"], + "properties": { + "name": { "title": "Name", "description": "Full name exactly as the foundation publishes it.", "type": "string" }, + "personId": { "title": "Person ID", "description": "Stable cross-foundation id; null until entity resolution assigns one.", "type": ["string", "null"] }, + "roles": { + "title": "Roles", + "description": "One or more governance roles held by this person.", + "type": "array", + "items": { + "type": "object", + "required": ["role", "roleClass"], + "properties": { + "role": { "title": "Role", "description": "Role title as published, e.g. President, Board Director.", "type": "string" }, + "roleClass": { "title": "Role Class", "description": "Normalised class of the role.", "type": "string", "enum": ["board_director", "officer", "paid_staff", "volunteer"] } + } + } + }, + "contact": { "title": "Contact", "description": "Per-person contact if the foundation publishes it, else null.", "type": ["string", "null"] }, + "bio": { "title": "Bio", "description": "Published biography, verbatim, else null.", "type": ["string", "null"] }, + "termStart": { "title": "Term Start", "description": "Only if explicitly stated by the foundation, else null.", "type": ["string", "null"] }, + "termEnd": { "title": "Term End", "description": "Only if explicitly stated by the foundation, else null.", "type": ["string", "null"] }, + "sourceUrl": { "title": "Source URL", "description": "Page the person and role were read from.", "type": "string", "format": "url" }, + "derived": { "title": "Derived", "description": "How the record was captured, e.g. org_live.", "type": "string" }, + "confidence": { "title": "Confidence", "description": "1.0 for facts stated verbatim; lower when inferred, with a note in the body.", "type": "number", "minimum": 0, "maximum": 1 } + } + } + } + } +} diff --git a/_data/leadership-template.md b/_data/leadership-template.md new file mode 100644 index 0000000..fc083c4 --- /dev/null +++ b/_data/leadership-template.md @@ -0,0 +1,9 @@ +--- +identifier: # Foundation id; must match the _foundations/.md filename +commonName: # Common name of the foundation +asOf: # Date this roster was last verified against source (YYYY-MM-DD) +sources: # List of official URLs verified against; each with url, type, retrieved +people: # List of governing people; per-person fields are in leadership-schema.json +--- + +LEADERSHIP_TEMPLATE To add a leadership roster, copy this file to _leadership/.md using the same identifier as the foundation's _foundations record. Fill the people list with board directors, officers, and paid staff you can verify against official sources (from that foundation, not wikipedia or the like). Never guess: leave a field null and note it in the body if unknown. Every person carries a sourceUrl and a confidence; use 1.0 only for facts stated verbatim. Field descriptions are in the leadership-schema.json file. Then replace this section (the content of the Jekyll document) with a short factual note on scope, provenance, and any gaps. Submit a PR with this new identifier.md file in the _leadership directory. diff --git a/_leadership/almalinux.md b/_leadership/almalinux.md new file mode 100644 index 0000000..0ab9a9b --- /dev/null +++ b/_leadership/almalinux.md @@ -0,0 +1,114 @@ +--- +identifier: almalinux +commonName: AlmaLinux OS Foundation +asOf: 2026-07-25 +sources: +- url: https://almalinux.org/foundation + type: org_live + retrieved: 2026-07-25 +people: +- name: benny Vasquez + personId: null + roles: + - role: Chair, Board of Directors + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2022 + termEnd: 2029 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: Jack Aboutboul + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Program Manager, Microsoft Azure AOSI + termStart: 2022 + termEnd: 2027 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: Simon Phipps + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Open source advocate, former president of OSI + termStart: 2022 + termEnd: 2027 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: Moshe Bar + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: CEO, Codenotary Inc. + termStart: 2022 + termEnd: 2028 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: Daniel Pearson + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: CEO, KnownHost + termStart: 2022 + termEnd: 2028 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: Alex Iribarren + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Penguin Wrangler and Cloud Watcher, CERN + termStart: 2023 + termEnd: 2029 + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +- name: David Snead + personId: null + roles: + - role: Non-voting Invited Expert + roleClass: board_director + contact: null + bio: General Counsel, WebPros + termStart: null + termEnd: null + sourceUrl: https://almalinux.org/foundation + derived: org_live + confidence: 1.0 +--- + +# AlmaLinux OS Foundation — Leadership + +Scope of this record: the Board of Directors of the AlmaLinux OS Foundation, a 501(c)(6) non-profit (Tax ID 86-2791864). The board is community-elected with four-year staggered terms and elects its own officers, including the chair. Six voting directors plus one non-voting invited expert are listed as the current cohort. + +Officers: the only officer role named on the leadership page is the Chair (benny Vasquez). The board elects its own officers, but no other officer titles (treasurer, secretary, etc.) are published on this page, so none are captured. benny Vasquez is recorded with both an officer role (Chair) and a board_director role. + +David Snead is listed explicitly as a "Non-voting Invited Expert" (General Counsel, WebPros). Captured with role_class board_director (a governing-board seat, albeit non-voting); noted here as non-voting per the org. + +Paid vs volunteer: the foundation states "No paid board roles" in its board operations section, so all directors are unpaid. No paid staff (Executive Director or similar) is listed on this page; hence no paid_staff records. ALESCo (the AlmaLinux Engineering Steering Committee) is a separate project/engineering steering body, not foundation governance, and is deliberately excluded. + +Term dates: election year and term-end year are stated verbatim per director ("Elected 2022", "Term ends 2029") and are captured as term_start / term_end with confidence 1.0. The org notes term dates reflect the staggered four-year cohorts under the amended bylaws adopted April 2026 (after the 2025 election was rescheduled). David Snead's non-voting seat has no stated term (null). + +Bios: no per-person narrative bio is published; the one-line affiliation/day-job descriptor printed under each name (e.g. "CEO, Codenotary Inc.") is captured verbatim in the bio field. benny Vasquez's descriptor is only the board role, so her bio is null. + +Contact: no per-person contact is published (null for all). The foundation's general contact is hello@almalinux.org. Board agendas and minutes are published on the AlmaLinux Wiki (Transparency page), which is where the leadership-history dataset should draw from. + +web_fetch calls: 2 (homepage, /foundation). diff --git a/_leadership/apereo.md b/_leadership/apereo.md new file mode 100644 index 0000000..ae016cd --- /dev/null +++ b/_leadership/apereo.md @@ -0,0 +1,341 @@ +--- +identifier: apereo +commonName: Apereo Foundation Inc +asOf: 2026-07-25 +sources: +- url: https://www.apereo.org/about/board-directors + type: org_live + retrieved: 2026-07-25 +- url: https://www.apereo.org/about/staff + type: org_live + retrieved: 2026-07-25 +people: +- name: Josh Wilson + personId: null + roles: + - role: Chair of the Apereo Board of Directors + roleClass: officer + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Josh is the principal at Flywheel Strategies and Chair of the Apereo Foundation's Board of Directors, + where he leads strategic planning and leadership development. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Theresa Rowe + personId: null + roles: + - role: Treasurer of Apereo Foundation + roleClass: officer + contact: null + bio: Theresa Rowe is an experienced Chief Information Officer and consultant. She is also an independent + strategic IT consultant and leadership coach. She is especially interested in strategic IT planning, + leadership professional development, and the building of a successful and strategic IT organization. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: David P. Bauer + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: David Bauer is a seasoned higher education technology leader, currently serving as Executive Director + of Academic, Research, and Emerging Technologies at the University of Dayton, a Catholic Marianist + research university in Ohio. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Dede Hourican + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Dede Hourican serves as the Assistant Director of Instructional Technology at Marist University, + where she leads initiatives to enhance digital learning experiences. She also serves on the Sakai + LMS PMC and the Apereo Incubation Committee. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Daniel Izquierdo Cortázar + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Daniel Izquierdo Cortázar is the Chief Executive Officer at Bitergia. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Shoji Kajita + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Shoji Kajita is a Professor at Nagoya University and an Emeritus Professor at Kyoto University. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Stephanie Lieggi + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Stephanie Lieggi is the Executive Director of the Center for Research in Open Source Software (CROSS) + at the University of California, Santa Cruz, where she has worked since 2016. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Amol Meshram + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Amol Meshram is the Lead Open Source Engineer at the London Stock Exchange Group. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: David Millman + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: David Millman is the Associate Dean for Technology and CIO at New York University Libraries, where + he oversees technologies supporting digital collections, preservation, scholarly communication, and + repository services. His team is active in the ebook open-source platforms and standards communities, + as well as in digital preservation. Millman has recently been the Principal Investigator on several + Andrew W. Mellon Foundation grants focused on preserving new forms of scholarship. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Angela Newell + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Angela Newell is the Director of Communication, Governance, and Innovation in the Office of the + Vice President and Chief Information Officer, as well as the Director of the Open Source Program Office + at The University of Texas at Austin. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Marcel Oostdijk + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Marcel Oostdijk is the CEO of Outfox. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Wayne Smith + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Wayne Smith is the Department of Management Faculty and IT Administrator at California State University, + Northridge. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Jack Suess + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Jack Suess serves as the VP of IT & CIO of the University of Maryland, Baltimore County (UMBC), + where he leads initiatives to enable technology that supports and advances the institutional mission + as a public high-research institution. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Tonco Tijdeman + personId: null + roles: + - role: Apereo Board Director + roleClass: board_director + contact: null + bio: Tonco Tijdeman is a Senior Educational Advisor at the Hotelschool The Hauge. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Patrick Masson + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Patrick joined Apereo as Executive Director in 2023, serving previously as Interim General Manager + of the Foundation. Before Apereo, Patrick served as General Manager for the Open Source Initiative + after working within higher education IT for over twenty years, including roles as CIO within the + State University of New York and CTO at the University of Massachusetts' Office of the President. + He was the Director of Technology at the SUNY Learning Network and the UCLA Media Lab. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Wilma Hodges + personId: null + roles: + - role: Community Coordinator + roleClass: paid_staff + contact: null + bio: Dr. Wilma Hodges serves as Community Coordinator for the Apereo Foundation, where she focuses on + strengthening relationships across Apereo's global community, deepening engagement with institutional + and community members, supporting new Communities of Interest, mentoring student organizations, and + advancing collaborative initiatives that support open source in higher education. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Michelle Hall + personId: null + roles: + - role: Communications Manager + roleClass: paid_staff + contact: null + bio: Michelle Hall joined the Apereo Foundation in 2012 as a content editor and has grown with the organization, + taking on increasing responsibilities as the Foundation has evolved. As Communications Manager, she + leads Apereo's external communications strategy, overseeing the website, social media channels, and + the Apereo newsletter. She also helps coordinate internal communications across more than 20 project + and working group communities through mailing lists and Slack. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Phyllis Dobbs + personId: null + roles: + - role: Controller + roleClass: paid_staff + contact: null + bio: Phyllis holds a BS in Accountancy from Clemson University and an MBA from Duke University and is + a licensed CPA in Illinois. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Jenn Cummings + personId: null + roles: + - role: Community & Membership Manager + roleClass: paid_staff + contact: null + bio: Jenn began her career as a meeting professional in 2002 and has worked alongside Apereo and its + predecessor organizations for 20+ years. She has a knack for learning new skills and working with + diverse groups of people, and she especially enjoys community and volunteer leadership. She has spent + the vast majority of her career working with open source, library and higher education technology + organizations. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Josh Baron + personId: null + roles: + - role: Development Officer + roleClass: paid_staff + contact: null + bio: Josh Baron joined Apereo as the Foundation's Development Officer in 2023. Josh spearheads the fundraising + initiatives and sustainability strategy for the Foundation and the communities and projects it serves. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Kathy Azevedo + personId: null + roles: + - role: Event Coordinator + roleClass: paid_staff + contact: null + bio: Kathy is a dedicated management professional who shares a passion for the art of event management + & planning. She holds a Bachelor's degree in Business Administration from Webster University and has + dedicated most of her professional career to serving non-profit organizations, associations, and aspiring + businesses. Kathy is instrumental in planning all of Apereo's major events, especially the Apereo + micro-conferences and Open Apereo. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +- name: Christian Alexander + personId: null + roles: + - role: Head of Business & Partnerships Development + roleClass: paid_staff + contact: null + bio: Christian Alexander started his career on Wall Street, spending 14 years at Goldman Sachs where + he was named a Managing Director. During that time he lived in Hong Kong, Tokyo, London and New York + City. After Goldman Sachs, he started a business representing Wall Street professionals in career + transition on an agency basis, like professional athletes. Now at Apereo he is responsible for enhancing + the funding model, generating contributions, and developing external relationships. + termStart: null + termEnd: null + sourceUrl: https://www.apereo.org/about/staff + derived: org_live + confidence: 1.0 +--- + +# Apereo Foundation Inc — Leadership + +Scope of this record: the Apereo Foundation Board of Directors (from /about/board-directors) and the paid Apereo Staff (from /about/staff). Apereo runs open-source software projects for education (Sakai, uPortal, CAS, Opencast, etc.); project-level and working-group roles are excluded as they are not foundation governance. + +Board composition: Apereo publishes four Director types: organizational-member seats, individual-member seats (Friends of Apereo), appointed seats (often partner orgs such as AXIES or ESUP-Portail), and ex-officio non-voting members (the Treasurer and the Executive Director). Josh Wilson is the Chair (captured as officer + board_director). Twelve further voting directors are captured as board_director. Theresa Rowe is the Treasurer (officer); the page states the Treasurer is an ex-officio non-voting member. + +Patrick Masson (Executive Director) appears on both the board page (as the ex-officio non-voting Executive Director) and the staff page. He is captured once, as paid_staff (Executive Director), since the staff page confirms he is employed ("joined Apereo as Executive Director in 2023"); his ex-officio non-voting board seat is noted here. + +Paid vs volunteer: the eight people on the Staff page (Masson, Hodges, Hall, Dobbs, Cummings, Baron, Azevedo, Alexander) are the Foundation's paid team and are classed paid_staff with confidence 1.0. The elected/appointed directors are volunteers in the board_director class. + +Bios: published verbatim for every listed person (captured in the bio field). + +Contact: no per-person contact is published (null for all); the Foundation's contact channel is /contact. + +Term dates: no explicit term_start/term_end is published for any director. Narrative join-years appear in some bios ("joined in 2023", "since 2016", "joined in 2012") but, per SOP, term dates are NOT inferred from narrative join-years; term_start and term_end are left null. Board Alumni are listed separately at /about/board-alumni and would feed the leadership-history dataset. + +Unique people captured: 22 (15 on the board page incl. Chair, Treasurer and ED; 8 on the staff page; Patrick Masson overlaps and is counted once). + +web_fetch calls: 3 (homepage, /about/board-directors, /about/staff). diff --git a/_leadership/asf.md b/_leadership/asf.md new file mode 100644 index 0000000..35d57ec --- /dev/null +++ b/_leadership/asf.md @@ -0,0 +1,240 @@ +--- +identifier: asf +commonName: The Apache Software Foundation +asOf: 2026-07-24 +sources: +- url: https://www.apache.org/foundation/board/ + type: org_live + retrieved: 2026-07-24 +people: +- name: Sander Striker + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Justin Mclean + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Zili Chen + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Shane Curcuru + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Christofer Dutz + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Emmanuel Lécharny + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Jean-Baptiste Onofré + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Christopher Schultz + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Greg Stein + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Ruth Suehle + personId: null + roles: + - role: President + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Daniel Ruggeri + personId: null + roles: + - role: Executive Vice President + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Craig McClanahan + personId: null + roles: + - role: Treasurer + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Matt Sicker + personId: null + roles: + - role: Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Craig L Russell + personId: null + roles: + - role: Assistant Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Roman Shaposhnik + personId: null + roles: + - role: V.P., Legal Affairs + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Mark J. Cox + personId: null + roles: + - role: V.P., Security + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Andy Seaborne + personId: null + roles: + - role: V.P., W3C Relations + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Chris Lambertus + personId: null + roles: + - role: Infrastructure Administrator + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.apache.org/foundation/board/ + derived: synthesized + confidence: 0.5 +--- + +# The Apache Software Foundation — Leadership + +Scope of this record: the ASF Board of Directors (9 members) and the Foundation Officers / Corporate Officers listed on the leadership page. The ~200+ project VPs (PMC chairs) are project-level roles, not foundation leadership, and are deliberately excluded here (they are available on the same page and could be captured as a separate project-roles dataset if wanted). + +Paid vs volunteer: the ASF states its leadership is "composed entirely of volunteers". No board director or officer is paid. The only plausibly paid/contracted role is the Infrastructure Administrator (Chris Lambertus); the site does not state employment status, so it is tagged `paid_staff` with `confidence: 0.5` pending confirmation. Treat as unverified. + +Not published on this page (hence `null`): contact info, bios, and term dates for all individuals. ASF board term history is maintained separately as a timeline at https://www.apache.org/history/directors.html and via Whimsy, which is where the leadership-history dataset for ASF should draw from. + +Additional corporate officers listed but not yet captured as individual records here (all `officer` class, all `confidence: 1.0`, same source): V.P. Brand Management (Mark Thomas), Conferences (Brian Proffitt), Data Privacy (Christian Grobmeier), Diversity and Inclusion (Daniel Gruno), ECMA Relations (Piotr Karwasz), Fundraising (Bob Paulin), Sponsor Relations (Sally Khudairi), Infrastructure (Danny Angus), Marketing and Publicity (Brian Proffitt), Tooling (Dave Fisher), Travel Assistance (Gavin McDonald), Public Affairs (Dirk-Willem van Gulik). diff --git a/_leadership/benetech.md b/_leadership/benetech.md new file mode 100644 index 0000000..bc61228 --- /dev/null +++ b/_leadership/benetech.md @@ -0,0 +1,254 @@ +--- +identifier: benetech +commonName: Beneficent Technology Inc +asOf: 2026-07-25 +sources: +- url: https://benetech.org/who-we-are/leadership/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Dr. June Rumiko Klein + personId: null + roles: + - role: Chair of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Fielding Graduate University + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Timothy Elder + personId: null + roles: + - role: Vice Chair of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: TRE Legal + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Kris Espiritu + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Learneo, Inc + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Ted Borromeo + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Dr. Judith M. Dixon + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Retired, National Library Service for the Blind and Print Disabled (NLS) + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Jim Fruchterman + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Benetech & Tech Matters + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Pallavi Gondipalli + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Capital Formation and IR Specialist + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Hussein Ibish + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Senior Resident Scholar at the Arab Gulf States Institute + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Awais Sufi + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Yield Creative + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Larry Wexler + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Retired, Office of Special Education Programs + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Maisha Wilson + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Connor Group's FinOps + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Ayan Kishore + personId: null + roles: + - role: CEO + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Candace Brady + personId: null + roles: + - role: Vice President, Advancement + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Tia Jeffress + personId: null + roles: + - role: Vice President, Finance & Administration + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Christopher Lohse + personId: null + roles: + - role: Chief of Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Lucy W. Reckseit + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Lisa Wadors + personId: null + roles: + - role: Vice President, Partner Success + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +- name: Matthew Yip + personId: null + roles: + - role: Vice President, Product & Engineering + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://benetech.org/who-we-are/leadership/ + derived: org_live + confidence: 1.0 +--- + +# Beneficent Technology Inc (Benetech) — Leadership + +Scope of this record: Benetech's Executive Team (paid_staff) and Board of Directors, both published on the single Leadership page. Benetech is a US non-profit building accessible-education technology (Bookshare, BASE). The page groups people under "Executive Team, Board of Directors, and Advisory Council". + +Officers: the board publishes four officer roles: Chair (Dr. June Rumiko Klein), Vice Chair (Timothy Elder), Treasurer (Kris Espiritu), and Secretary (Ted Borromeo). Each is captured with both an officer role and a board_director role. The remaining seven directors are captured as board_director. + +Paid vs volunteer: the seven-person Executive Team (Kishore, Brady, Jeffress, Lohse, Reckseit, Wadors, Yip) is the employed senior leadership and is classed paid_staff (confidence 1.0, under the "Executive Team" heading). Ayan Kishore is the CEO. Board directors are volunteers in the board_director class. + +Bios: no narrative bios are published. For board directors, the one-line affiliation printed beneath each name (e.g. "TRE Legal", "Learneo, Inc", "Retired, National Library Service for the Blind and Print Disabled (NLS)") is captured verbatim in the bio field. Officer affiliations were taken from the visible descriptor / headshot caption where present; Ted Borromeo has no affiliation shown (bio null). Executive Team members are shown with title only, so their bio is null. + +Contact: no per-person contact is published (null for all). A single "LinkedIn" link appears near the CEO in the footer region but is not attributable per person, so it is not recorded. + +Term dates: none published (null for all). + +Advisory Council (NOT captured as person records — advisory, not governance or paid staff, mirroring the exclusion of non-governance roles in the ASF worked example). Listed here for completeness and possible future capture: Anthony Bloome (mEducation Alliance), Radhika Shah (Illumen Capital), Susan Charles (Six Seconds), Samuel Johnson (San Mateo Union HSD), Ky Vu (Outschool), Shawn Anthony Robinson (Doctor Dyslexia Dude LLC), Mark Wolfe (Reading Rainbow), Tracy Weeden (Neuhaus Education Center), Jim Vanides (California Science Project), Ellen Moir (New Teacher Center), D'Andre J. Weaver (Digital Promise), Joseph South (ISTE). + +People captured: 18 (7 Executive Team paid_staff + 11 Board of Directors incl. 4 officers). + +web_fetch calls: 2 (homepage, /who-we-are/leadership/). diff --git a/_leadership/blender.md b/_leadership/blender.md new file mode 100644 index 0000000..9923f34 --- /dev/null +++ b/_leadership/blender.md @@ -0,0 +1,136 @@ +--- +identifier: blender +commonName: Stichting Blender Foundation +asOf: 2026-07-25 +sources: +- url: https://www.blender.org/about/foundation/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.blender.org/about/people/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Francesco Siddi + personId: null + roles: + - role: Board Chairman + roleClass: officer + - role: Board Member + roleClass: board_director + - role: CEO + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Fiona Cohen + personId: null + roles: + - role: Board Secretary + roleClass: officer + - role: Board Member + roleClass: board_director + - role: COO · Producer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Dalai Felinto + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Head of Product + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Sergey Sharybin + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Head of Development + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Ton Roosendaal + personId: null + roles: + - role: Supervisory Board Chairman + roleClass: board_director + contact: null + bio: Founder and former CEO + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Carel-Jan van Driel + personId: null + roles: + - role: Supervisory Board Member + roleClass: board_director + contact: null + bio: Former Director of Philips Research + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +- name: Anja Vugts-Verstappen + personId: null + roles: + - role: Supervisory Board Member + roleClass: board_director + contact: null + bio: Former Blender Financial Manager + termStart: null + termEnd: null + sourceUrl: https://www.blender.org/about/foundation/ + derived: org_live + confidence: 1.0 +--- + +# Stichting Blender Foundation — Leadership + +Scope of this record: the governance leadership of Stichting Blender Foundation (est. 2002, Amsterdam; Chamber of Commerce 34176425). Two bodies are published in the Contact block of /about/foundation/: the Board and the Supervisory Board. + +Board (statutory management board): +- Chairman: Francesco Siddi (also CEO) +- Secretary: Fiona Cohen (also COO / Producer) +- Members: Dalai Felinto (Head of Product), Sergey Sharybin (Head of Development) + +These four are also the executive leadership of the Blender Institute (the Foundation's working company). Each is captured with their governance role(s) plus their executive staff title (paid_staff), since /about/people/ lists them among the paid Amsterdam HQ team. Chairman and Secretary are additionally flagged as officer roles. + +Supervisory Board (oversight body, established January 2026 per /about/people/): Chairman Ton Roosendaal (Blender founder and former CEO), members Carel-Jan van Driel (former Director of Philips Research) and Anja Vugts-Verstappen (former Blender Financial Manager). Captured as board_director class (a supervisory-board seat); their descriptor lines are captured as bio. + +Paid vs volunteer: the four management-board members are paid executives (paid_staff, confidence 1.0). The three supervisory-board members' compensation is not stated; they are recorded as governance (board_director) without a paid_staff claim. + +Deliberately EXCLUDED from person records: the full ~65-person Blender Institute "Amsterdam HQ" and "Online Team" rosters on /about/people/ (developers, artists, TDs, bug triagers, office managers, etc.). These are the Foundation's operational workforce rather than its leadership, and are excluded to mirror the ASF worked example's exclusion of non-governance/operational roles. Only the four who also hold a foundation board seat are carried over from that page. If a full paid-staff roster is wanted later, /about/people/ is the source. + +Bios: no narrative bios for the management board (nationality only is shown on /about/people/ and is noted here, not treated as bio). The three supervisory-board members have a one-line descriptor, captured verbatim as bio. + +Contact: no per-person contact published (null for all). Foundation contact is foundation@blender.org (organizational/branding/legal/press only). + +Term dates: none stated per person. The Supervisory Board was formed "since January 2026" (a board-inception note, not a per-person term), so term_start/term_end are left null. + +People captured: 7 (4 management board incl. 2 officers, 3 supervisory board). + +web_fetch calls: 3 (/about/, /about/foundation/, /about/people/). diff --git a/_leadership/bytecodealliance.md b/_leadership/bytecodealliance.md new file mode 100644 index 0000000..068447c --- /dev/null +++ b/_leadership/bytecodealliance.md @@ -0,0 +1,136 @@ +--- +identifier: bytecodealliance +commonName: Bytecode Alliance Foundation +asOf: 2026-07-25 +sources: +- url: https://bytecodealliance.org/about + type: org_live + retrieved: 2026-07-25 +people: +- name: Bobby Holley + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Member Director (Mozilla) + roleClass: board_director + contact: 'github: bholley' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Bailey Hayes + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: 'github: ricochet' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Pat Hickey + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: 'github: pchickey' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Tyler McMullen + personId: null + roles: + - role: Member Director (Fastly) + roleClass: board_director + contact: 'github: tyler' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Till Schneidereit + personId: null + roles: + - role: TSC Director + roleClass: board_director + contact: 'github: tschneidereit' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Oscar Spencer + personId: null + roles: + - role: Member Director (F5) + roleClass: board_director + contact: 'github: ospencer' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Ralph Squillace + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Member Director (Microsoft) + roleClass: board_director + contact: 'github: squillace' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: Deian Stefan + personId: null + roles: + - role: Member Director (UCSD) + roleClass: board_director + contact: 'github: deian' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 +- name: David Bryant + personId: null + roles: + - role: Consulting Executive Director + roleClass: paid_staff + contact: 'github: disquisitioner' + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 0.9 +--- + +# Bytecode Alliance Foundation — Leadership + +Scope: the Board of Directors (9 members, including officers Board Chair and Treasurer) and the Consulting Executive Director, all from the `/about` page. + +The Technical Steering Committee (TSC) is deliberately excluded from the roster proper. The org describes the TSC as "the top-level governing body for projects and Special Interest Groups hosted by the Alliance", i.e. project-level technical governance rather than foundation corporate governance. Its members overlap with the board: Till Schneidereit (TSC Director, on board), Bailey Hayes and Oscar Spencer (also board directors), plus Christof Petig (Elected Delegate, TSC only — not captured here as he holds no board/officer seat). + +Paid vs volunteer: no employment status is stated for board directors, treated as unpaid governance (no confidence penalty since they are elected member/at-large directors, not staff). David Bryant is tagged `paid_staff` at confidence 0.9: his title "Consulting Executive Director" and the stated remit ("supports the Board and oversees day-to-day operations as well as member relations") indicate a contracted/paid role, but the site does not state employment terms explicitly. + +Contact: the org publishes a GitHub handle per person; captured verbatim in `contact`. No email addresses published. + +Bios: none published (null for all). + +Term dates: the page states directors serve "a two-year term, staggered across elections every December" as a general rule, but publishes no per-person term_start/term_end. Left null per the do-not-infer rule; note recorded here. diff --git a/_leadership/clojuriststogether.md b/_leadership/clojuriststogether.md new file mode 100644 index 0000000..0bbb02c --- /dev/null +++ b/_leadership/clojuriststogether.md @@ -0,0 +1,124 @@ +--- +identifier: clojuriststogether +commonName: Clojurists Together Foundation +asOf: 2026-07-25 +sources: +- url: https://www.clojuriststogether.org/team/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Laurens Van Houtven + personId: null + roles: + - role: President + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Daniel Compton + personId: null + roles: + - role: Secretary/Treasurer + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Heather Moore-Farley + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Lorelai Lyons + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Maria Geller + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Christoph Neumann + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Daniel Slutsky + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +- name: Kathy Davis + personId: null + roles: + - role: Administrative Assistant (part-time) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.clojuriststogether.org/team/ + derived: org_live + confidence: 1.0 +--- + +# Clojurists Together Foundation — Leadership + +Scope: the current Board of Directors (7 members, of whom two hold officer roles: President and Secretary/Treasurer) plus one paid staffer, all from the `/team/` page. The Foundation is a 501(c)(6) nonprofit registered in Delaware. + +Paid vs volunteer: Kathy Davis is captured at confidence 1.0 as `paid_staff` — the page states verbatim that the org "has also hired Kathy Davis as a part-time administrative assistant." Board members' pay status is not stated; treated as unpaid governance. + +Contact: none published per person (null for all). + +Bios: none published (null for all). + +Term dates: the board serves annual terms decided by election, and the page states "the most recent elections were held in October 2025", but no per-person term_start/term_end is published. Left null per the do-not-infer rule. + +Alumni (past board members) are listed on the same page with the year they left and are deliberately excluded from this current-roster file. They are a ready source for the leadership-history dataset: Felix Barbalet (2024), Max Penet (2024), Chris Nuernberger (2023), Ikuru Kyogoku (2023), Nola Stowe (2022), Fumiko Hanreich (2022), Quetzaly Solano Gómez (2021), Larry Staton Jr (2021), Bridget Hillyer (2019), Toby Crawley (2019), Devin Walters (2019). diff --git a/_leadership/commonhaus.md b/_leadership/commonhaus.md new file mode 100644 index 0000000..336b044 --- /dev/null +++ b/_leadership/commonhaus.md @@ -0,0 +1,121 @@ +--- +identifier: commonhaus +commonName: Commonhaus Foundation +asOf: 2026-07-25 +sources: +- url: https://www.commonhaus.org/about + type: org_live + retrieved: 2026-07-25 +people: +- name: Cesar + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Councilor (Founder) + roleClass: board_director + contact: 'github: cealsair' + bio: Staff Developer Advocate @ GitLab. Former @ Red Hat, IBM, Oracle, BEA Systems, TIBCO, Lucent Technologies, + AT&T Bell Labs. + termStart: 2023 + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: Erin Schnabel + personId: null + roles: + - role: Chair + roleClass: officer + - role: Councilor (Founder) + roleClass: board_director + contact: 'github: ebullient' + bio: Java Champion. Maker of things. Distinguished Engineer @ Red Hat, Senior Technical Staff Member + @ IBM + termStart: 2023 + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: Ken Finnigan + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Councilor (Founder) + roleClass: board_director + contact: 'github: kenfinnigan' + bio: Open source engineer, observability, @open-telemetry, author, amateur genealogist. Former @ Red + Hat. + termStart: 2023 + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: Andres Almiray + personId: null + roles: + - role: Officer, Social Media + roleClass: officer + contact: 'github: aalmiray' + bio: I code for fun and help others in the process. Java Champion Alumni. Co-founder of Hackergarten + & Hack.Commit.Push. Creator of @jreleaser + termStart: null + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: ashni + personId: null + roles: + - role: Advisory Board Committee Chair + roleClass: officer + contact: 'github: ashni-mehta' + bio: product @ github + termStart: null + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: Rebbecca Bishop + personId: null + roles: + - role: Community Manager + roleClass: officer + contact: 'github: sigrunixia' + bio: Customer Experience Specialist for @obsidianmd and friend of @commonhaus + termStart: null + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +- name: Scott M Stark + personId: null + roles: + - role: Eclipse Foundation Liaison + roleClass: officer + contact: 'github: starksm64' + bio: Developer at IBM, JBoss co-founder + termStart: null + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 +--- + +# Commonhaus Foundation — Leadership + +Scope: the foundation's governance leadership as published on `/about` — the 3 Councilors (the elected governing council, equivalent to a board of directors) and the 4 Officers. All three councilors are also founders and hold officer titles (Treasurer, Chair, Secretary). + +Deliberately excluded (noted here for completeness, not foundation-governance roles): +- **Project Representatives** (~30 individuals) sit on the Extended Governance Committee to represent each hosted project. These are project-level representation roles, not foundation board/officer seats, so they are excluded per the scope rule. Names are available on the same page if a project-roles dataset is wanted. +- **Advisory Board**: sponsor-nominated industry advisors (e.g. Mark Szymanski, HeroDevs). Advisory, not governance. +- **Members**: listed only as GitHub avatars/handles with no names or roles. + +Paid vs volunteer: the page states no employment/pay status for any councilor or officer. No "Staff" heading exists. Treated as volunteer governance; no confidence penalty applied because roles (Councilor/Officer) are explicit, only the pay dimension is unstated. + +Contact: the org publishes a GitHub handle per person; captured verbatim in `contact`. No emails published. + +Bios: published per person and captured verbatim. + +Term dates: the three founding councilors each show "Term start: 2023" verbatim (captured). A note on the page states "Founding councilors will stand for election as their terms expire", but no term_end date is given (null). Officers have no term dates published (null). diff --git a/_leadership/creativecommons.md b/_leadership/creativecommons.md new file mode 100644 index 0000000..945a343 --- /dev/null +++ b/_leadership/creativecommons.md @@ -0,0 +1,183 @@ +--- +identifier: creativecommons +commonName: Creative Commons +asOf: 2026-07-25 +sources: +- url: https://creativecommons.org/governance + type: org_live + retrieved: 2026-07-25 +people: +- name: Angela Oduor Lungati + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/angela-oduorgmail-com/ + derived: org_live + confidence: 1.0 +- name: Glenn O Brown + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/gotisbrowngmail-com/ + derived: org_live + confidence: 1.0 +- name: Marta Belcher + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Audit Committee Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/martabelchergmail-com/ + derived: org_live + confidence: 1.0 +- name: Anna Tumadóttir + personId: null + roles: + - role: CEO + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/annacreativecommons-org/ + derived: org_live + confidence: 1.0 +- name: Sarah Hinchliff Pearson + personId: null + roles: + - role: General Counsel + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/sarahcreativecommons-org/ + derived: org_live + confidence: 1.0 +- name: Alwaleed Alkhaja + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/alwaleed-alkhaja/ + derived: org_live + confidence: 1.0 +- name: James Grimmelmann + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/jamesgrimmelmann-net/ + derived: org_live + confidence: 1.0 +- name: Melissa Hagemann + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/melissa-hagemann/ + derived: org_live + confidence: 1.0 +- name: Melissa Omino + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/melissa-omino/ + derived: org_live + confidence: 1.0 +- name: Colin Sullivan + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/colin-sullivan/ + derived: org_live + confidence: 1.0 +- name: Jeni Tennison + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/jenijenitennison-com/ + derived: org_live + confidence: 1.0 +- name: Luis Villa + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/person/luislu-is/ + derived: org_live + confidence: 1.0 +--- + +# Creative Commons — Leadership + +Scope: the Board of Directors (12 members) as listed under the "Board" heading on `/governance`, with officer roles captured where the page states them (Board Chair, Vice Chair, Treasurer / Audit Committee Chair, CEO, General Counsel). Anna Tumadóttir (CEO) and Sarah Hinchliff Pearson (General Counsel) are CC executives who also appear under the Board heading; both their executive/officer role and board membership are recorded. + +Deliberately excluded (noted for completeness, not current voting governance): +- **Emeritus**: Lawrence Lessig, "Founder / Board Member Emeritus" — honorary, not a current board seat. +- **Advisory Council**: ~28 advisors (e.g. Hal Abelson, Jimmy Wales, Esther Wojcicki [Vice Chair of the Advisory Council], Ryan Merkley, Molly Van Houweling). Advisory body, not governance. +- **Staff**: CC publishes a separate staff roster at https://creativecommons.org/team (paid employees). Not captured in this governance-focused record; available for a staff-dataset pass. The CEO and General Counsel are the only executives who also hold board seats and are included above. + +Paid vs volunteer: the board page does not state pay status for directors; treated as volunteer directors. The CEO and General Counsel are CC employees (paid), reflected by their executive titles. + +Contact: no per-person contact is published on the governance page. The individual `/person/` URLs are used as `source_url` but several slugs are email-derived artifacts (e.g. "...gmail-com"); these are NOT treated as published contact and `contact` is left null for all to avoid fabricating addresses. + +Bios: each director links to a `/person/` profile page with a full bio, but the governance listing shows only truncated teasers. To avoid storing partial/misleading text, `bio` is left null here; a bio-enrichment pass can fetch the 12 profile pages and capture them verbatim. + +Term dates: none published on the governance page (null for all). diff --git a/_leadership/defna.md b/_leadership/defna.md new file mode 100644 index 0000000..288cb40 --- /dev/null +++ b/_leadership/defna.md @@ -0,0 +1,154 @@ +--- +identifier: defna +commonName: Django Events Foundation North America +asOf: 2026-07-25 +sources: +- url: https://www.defna.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Peter Grandstaff + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Peter is a Django developer and co-founder of Two Rock Software, a North Carolina based software + development company specializing in business workflow automation. He also enjoys solving devops puzzles. + When he's not working he loves exploring new foods, gardening, and movement practices like martial + arts, aerial dance, and contact improv. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Velda Kiara + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Velda Kiara is a passionate software developer and technical writer with a love for crafting Python + code, particularly for Django. She actively contributes to open-source projects, sharing her knowledge + and enhancing both code and documentation. Beyond her technical contributions, she contributes to + Djangonaut Space by writing Django News Updates and maintaining the Django Debug Toolbar, among other + projects. Her dedication and technical contributions to Python and Django communities have earned + her recognition as a Microsoft Most Valuable Professional for Python and Web technologies. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Miguel Sanda + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Miguel Sanda is a software developer, data scientist, and entrepreneur with over 18 years of experience + spanning the energy, food, and financial industries. As the creator and lead developer of Django Ledger, + an open-source financial engine built on the Django framework, Miguel has dedicated his career to + bridging the gap between software development and financial management. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Nathan Zeager + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nathan is a software developer, barista, and co-founder of Bismuth Cooperative, a freelance web + development company. He enjoys thinking about user experience and working with a team to accomplish + a goal. When not working he enjoys spending time with his dogs, playing video games, watching tv, + and going on hikes. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Carol Ganz + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Carol is VP of Sales for Six Feet Up, a Python and Cloud software consultancy. She is a highly + organized and effective leader who strives to get the best out of people. A very personable and empathetic + team player, Carol loves getting involved in community events. She is stoked to contribute to advancing + the DEFNA mission. When not working Carol likes to spend time hanging out with her family, working + in the yard and volunteering at the community theater. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Adam Fast + personId: null + roles: + - role: Director and A/V Chair + roleClass: board_director + contact: null + bio: Adam has been Django obsessed for many years and enjoys finding ways to combine Python and Django + with GIS, amateur radio and aviation whenever possible. He also has a background in audio visual, + control systems and live event production. He has published a number of open source aviation and geographic + data related Django apps. He works for JBS Solutions as a Senior Developer. His favorite hobby is + flying small airplanes even when there's no place to go. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Jeff Triplett + personId: null + roles: + - role: Co-Founder + roleClass: board_director + contact: null + bio: Jeff is a Django developer for Revolution Systems (REVSYS) and is a Director and Vice Chair for + the Python Software Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +- name: Drew Winstel + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Drew is a software developer living in the Huntsville, Alabama area who has been developing with + Django (primarily in REST Framework apps) since 2014. He spoke at DjangoCon US in 2018 and was Opportunity + Grants chair for the same conference in 2019 and 2021. He was also DCUS Program Chair in 2021-23. + He currently works as a backend engineer for The Noun Project. When not working, he can be found cycling, + brewing beer, hiking, cooking, coaching and refereeing youth soccer, and chasing his young daughter + and/or pets. + termStart: null + termEnd: null + sourceUrl: https://www.defna.org/about/ + derived: org_live + confidence: 1.0 +--- + +# Django Events Foundation North America — Leadership + +Scope of this record: the current DEFNA Board of Directors listed on the About page. DEFNA is a California 501(c)(3) nonprofit founded in 2015 at the Django Software Foundation's request; it organizes DjangoCon US and funds community events. + +Paid vs volunteer: the org states it "is governed by a volunteer board" and describes the board as "Nine volunteers who keep DEFNA running". All directors and officers are therefore tagged `volunteer`/`board_director` and `officer` with the paid-vs-volunteer status stated (confidence 1.0). DEFNA lists no paid staff (Executive Director or similar) on the About page. + +Count discrepancy: the About page heading states "Nine volunteers" but only eight current directors are individually listed under "Board of Directors" (Grandstaff, Kiara, Sanda, Zeager, Ganz, Fast, Triplett, Winstel). Eight are captured here; the ninth is not individually published on this page. + +Excluded (historical, not current): the page also lists "Board Members Emeriti" (Tim Schilling) and "Past Board Members" / alumni (Katia Lira, Stacey Haysler, Kojo Idrissa, Heather Luna, Craig Bruce, Nicole Dominguez, Monique Murphy, Josue Balandrano Coronel, Aaron Bassett, Logan Kilpatrick, Jennifer Myers, Katherine 'Kati' Michel). These belong in the leadership-history dataset, not the current roster. + +Field availability: bios are published verbatim for all eight and captured. Per-person contact email is not published (`contact: null`); the org does publish social/GitHub/website links per person, which suit the Who's Who dataset. No term_start/term_end dates are stated anywhere (`null`). diff --git a/_leadership/djangoproject.md b/_leadership/djangoproject.md new file mode 100644 index 0000000..23e2253 --- /dev/null +++ b/_leadership/djangoproject.md @@ -0,0 +1,116 @@ +--- +identifier: djangoproject +commonName: Django Software Foundation +asOf: 2026-07-25 +sources: +- url: https://www.djangoproject.com/foundation/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Jeff Triplett + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Abigail Afi Gbadago + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Priya Pahwa + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Ryan Cheley + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Jacob Kaplan-Moss + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Paolo Melchiorre + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +- name: Tom Carrick + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.djangoproject.com/foundation/ + derived: org_live + confidence: 1.0 +--- + +# Django Software Foundation — Leadership + +Scope of this record: the 2026 Django Software Foundation Board of Directors as published on the foundation page. The DSF is a 501(c)(3) non-profit supporting the Django web framework. + +Roles are stated verbatim (confidence 1.0): Jeff Triplett (President), Abigail Afi Gbadago (Vice President), Priya Pahwa (Secretary), Ryan Cheley (Treasurer), plus non-officer directors Jacob Kaplan-Moss, Paolo Melchiorre, and Tom Carrick. Seven directors total. + +Term dates: the page does not state term_start/term_end per person, so those are `null`. It does annotate election timing: Triplett, Gbadago, Melchiorre, and Carrick are "Up for election in 2026"; Pahwa, Cheley, and Kaplan-Moss are "Up for election in 2027". This is recorded here in prose rather than as term_end because it marks the next election, not a stated term boundary date. + +Paid vs volunteer: the page does not explicitly state the board is volunteer, so paid/volunteer status is left unasserted (roles tagged board_director/officer only). DSF board directors are customarily unpaid volunteers, but this is not stated verbatim on the page. + +Executive Director: the DSF has an Executive Director role (referenced in the linked board meeting minutes, e.g. "Executive Director update"), but no ED name is published on this foundation page, so no paid_staff record is created here. This is a known gap; the ED name would need the teams/records pages or minutes to confirm without fabrication. + +Not published on this page (hence `null`): per-person contact and bios. Extensive board history (2015-2026 elected boards plus pre-2015 appointments) is on the same page and belongs in the leadership-history dataset. diff --git a/_leadership/documentfoundation.md b/_leadership/documentfoundation.md new file mode 100644 index 0000000..1d8aa25 --- /dev/null +++ b/_leadership/documentfoundation.md @@ -0,0 +1,138 @@ +--- +identifier: documentfoundation +commonName: The Document Foundation +asOf: 2026-07-25 +sources: +- url: https://www.documentfoundation.org/governance/board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Eliane Domingos + personId: null + roles: + - role: Chairperson + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Eliane is a businesswoman, coworking business consultant, consultant and instructor in LibreOffice + migration. Member of TDF for 11 years, member of the Brazilian LibreOffice community promoting LibreOffice + at events and on social networks. Participated in the LibreOffice Magazine project for 27 editions. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: Simon Phipps + personId: null + roles: + - role: Deputy Chairperson + roleClass: officer + - role: Deputy Board Member + roleClass: board_director + contact: null + bio: Simon has been involved with what is now LibreOffice since participating in the launch of OpenOffice + in 2000 just after joining Sun Microsystems. He helped start the Open Document Format standard at + OASIS, worked alongside and ultimately hosted the StarOffice team at Sun, liaised with and supported + the founders of LibreOffice until Sun closed, joined TDF from the beginning and ran the first Board + elections for the Membership Committee, served on the Board twice, facilitated renewed crowdfunding + of ODF standardisation in TDF's COSM project, and ensured the needs of The Document Foundation are + understood by the European Commission in connection with legislation such as the Cyber Resilience + Act. Simon founded Meshed Insights Ltd where his main client is the Open Source Initiative. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: Sophie Gautier + personId: null + roles: + - role: Board Director + roleClass: board_director + - role: Foundation Coordinator (contracted) + roleClass: paid_staff + contact: null + bio: Sophie is part of the LibreOffice project since its creation and contributes to the French localization. + She runs her own company (SapienceTic) and is currently contracted as foundation coordinator for the + foundation. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: László Németh + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: László is a free software activist and contributor since 2002 (Csevej Bt., Hungary). + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: Osvaldo Gervasi + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Osvaldo was a member of the Board of Directors also in the period 2016-2020. He served TDF and + LibreOffice in migration activities (inspiring the LibreUmbria Project as President of Umbria's Open + Source Competence Center, participating in the migration of the Italian Army, Air and Navy), and delivering + talks in schools. He is a member of the Italian Localization Team. He is an Associate Professor and + Deputy Director of the Department of Mathematics and Computer Science of Perugia University (since + November 2019), President since 2023 of the professional degree course L-P03, Project Leader of the + LibreEOL platform, and President and co-founder of the non-profit organization ICCSA since 2013. He + is a Senior Member of IEEE and ACM since 2009. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: Paolo Vecchi + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Paolo is based in Luxembourg and works for his organisation, Omnis Cloud Sarl, which specialises + in the promotion of Open Source based private and hybrid platforms for private and public sector institutions + to show that achieving Digital Sovereignty is possible. His company has provided free services to + schools and non-profit organisations and free hosting of LibreOffice videos on its PeerTube instance. + He has contributed to the LibreOffice project during the last and current board terms, including publishing + LibreOffice in app stores. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +- name: Mike Saunders + personId: null + roles: + - role: Deputy Board Member + roleClass: board_director + contact: null + bio: Mike is a long-time advocate of free and open source software, working as a journalist in the FOSS + world since 1998. He wrote for Linux Format and Linux Voice magazines, and has written books about + Linux and programming. He joined The Document Foundation in 2016, working in marketing and community + outreach, and joined the Board of Directors as a Deputy in 2024. + termStart: null + termEnd: null + sourceUrl: https://www.documentfoundation.org/governance/board/ + derived: org_live + confidence: 1.0 +--- + +# The Document Foundation — Leadership + +Scope: the TDF Board of Directors (`/governance/board/`). TDF is the German (Berlin) non-profit ("Stiftung") behind LibreOffice. The board is directly elected by Community Members. Per the site the Board consists of seven (7) members and three (3) deputies. + +Individuals captured from the live board page (7): Eliane Domingos (Chairperson), Simon Phipps (Deputy Chairperson), Sophie Gautier, László Németh, Osvaldo Gervasi, Paolo Vecchi, and Mike Saunders (Deputy, joined board as Deputy in 2024). + +GAP / possible incompleteness: the stated composition is 7 full members + 3 deputies (10 total), but the fetched page rendered only 7 named individuals (two of them — Simon Phipps and Mike Saunders — explicitly marked "Deputy"). The full-member vs deputy split and any additional deputies could not be fully resolved from the rendered page; treat the roster as likely incomplete and retry against `/governance/board/` (and cross-check `/governance/mc/` for the Membership Committee, which is a separate elected body and is deliberately excluded here). Deputies are recorded with `role_class: board_director` and a "Deputy" role label. + +Paid vs volunteer: board directors are elected community volunteers. One exception: Sophie Gautier is "currently contracted as foundation coordinator for the foundation" — explicitly a contracted/paid role — so she carries both `board_director` and `paid_staff` (Foundation Coordinator). Mike Saunders works for TDF in marketing/community outreach (joined 2016); his employment status on the board page is not explicit beyond the narrative, so only his board role is recorded. + +Term dates: not recorded. The site's narrative mentions join years (e.g. Mike Saunders "joined the Board as a Deputy in 2024", Osvaldo Gervasi served "2016-2020"), but per the crawl rules these prose join-years are NOT used as `term_start`/`term_end` (left `null`). Historical board terms are published separately (board-2012-2014 … board-2022-2024) and are the source for the leadership-history dataset. Bios: published verbatim (captured). Contact: not published per person (`null`). diff --git a/_leadership/dotnetfoundation.md b/_leadership/dotnetfoundation.md new file mode 100644 index 0000000..2eccfa7 --- /dev/null +++ b/_leadership/dotnetfoundation.md @@ -0,0 +1,138 @@ +--- +identifier: dotnetfoundation +commonName: .NET Foundation +asOf: 2026-07-25 +sources: +- url: https://dotnetfoundation.org/about/board-of-directors + type: org_live + retrieved: 2026-07-25 +people: +- name: Mitchel Sellers + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Jonathan "J." Tower + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Irina Dominte + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Peter Smulovics + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Hayden Barnes + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Meagon Hansen + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2026' + termEnd: '2029' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Chris Sfanos + personId: null + roles: + - role: Founding Member Rep + roleClass: board_director + - role: Program Manager + roleClass: paid_staff + contact: null + bio: I'm Chris Sfanos, Program Manager, helping get things done. + termStart: null + termEnd: null + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 0.9 +- name: Lou Creemers + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2024' + termEnd: '2026' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +- name: Chris Woodruff + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: '2024' + termEnd: '2026' + sourceUrl: https://dotnetfoundation.org/about/board-of-directors + derived: org_live + confidence: 1.0 +--- + +# .NET Foundation — Leadership + +Scope of this record: the .NET Foundation Board of Directors listed on the Board of Directors page, plus the one named staff member on the same page. The .NET Foundation is an independent non-profit supporting the open-source .NET ecosystem. + +Terms: this org states an explicit term range per director, so term_start/term_end are populated verbatim (confidence 1.0). Two directors (Lou Creemers, Chris Woodruff) show "Term: 2024 - 2026"; six (Mitchel Sellers, Jonathan Tower, Irina Dominte, Peter Smulovics, Hayden Barnes, Meagon Hansen) show "Term: 2026 - 2029". Term values are recorded as the years exactly as published. + +Officers: Mitchel Sellers is President and Jonathan "J." Tower is Vice President (both also board directors). No Treasurer or Secretary is named on this page. + +Chris Sfanos appears twice: as a board director tagged "Founding Member Rep" (no term listed) and, under a separate "Our Team" heading, as Program Manager. The Program Manager role is treated as `paid_staff` inferred from the staff/team section (confidence 0.9 on the record; the page does not state employment terms explicitly). + +Paid vs volunteer: the page does not state whether directors are paid or volunteer, so directors carry only board_director/officer classes. Only Chris Sfanos (Program Manager) is treated as staff. + +Field availability: bios are not published for directors (Chris Sfanos has a one-line staff blurb, captured). Per-person contact email is not published (`contact: null`); social handles (X / LinkedIn / personal sites) are published per person and suit the Who's Who dataset. diff --git a/_leadership/drupal.md b/_leadership/drupal.md new file mode 100644 index 0000000..f42155a --- /dev/null +++ b/_leadership/drupal.md @@ -0,0 +1,241 @@ +--- +identifier: drupal +commonName: Drupal Association +asOf: 2026-07-25 +sources: +- url: https://www.drupal.org/association/board + type: org_live + retrieved: 2026-07-25 +people: +- name: Baddý Sonja Breidert + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Baddý has been actively involved in the technology industry for the last decade. She is a co-founder + of 1xINTERNET, an international digital software agency with headquarters in Frankfurt, Germany. Baddý + co-founded 1xINTERNET in 2013 and is known for her strong belief in the value of open source in business. + She appreciates the freedom open source gives companies when choosing their business partners. 1xINTERNET + is one of the largest Drupal web agencies in Europe with offices in Germany, Spain, England and Iceland. + The company has 85 employees with 23 nationalities working from 10 different countries. Baddý is one + of the top Drupal experts in Europe and one of few women in tech with such a deep expertise of open + source solutions. She has been able to share her insight in more than 200 Drupal projects both as + a business consultant and an account manager. + termStart: null + termEnd: '2028' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Nikhil J. Deshpande + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nikhil J. Deshpande is Chief Digital Officer for the State of Georgia. He heads the Office of Digital + Services (DSGa) under the Georgia Technology Authority. Nikhil envisioned and led Georgia's user-centric + digital transition to an enterprise open-source web publishing system, GovHub. Under his direction, + Georgia became the first state in the United States to use enterprise Drupal and meet the special + needs of constituents with a range of disabilities affecting vision, hearing, motion, and cognition, + making GovHub Section 508 and WCAG compliant. Nikhil strongly advocated and set the framework for + the use of social media for Georgia, back when using social media for the government was not common. + He established a presence for the state on Facebook, LinkedIn, and Twitter to quickly address constituents' + questions and concerns. Prior to his career in digital government, Nikhil worked in advertising and + digital media. + termStart: null + termEnd: '2027' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Dries Buytaert + personId: null + roles: + - role: President + roleClass: officer + - role: Founding Director + roleClass: board_director + contact: null + bio: Dries Buytaert is the original creator and project lead for the Drupal open source web publishing + platform, used by 2% of the world's websites. Buytaert serves as president of the Drupal Association, + a non-profit organization formed to help Drupal flourish. Buytaert is also co-founder and chief technology + officer of Acquia, a venture-backed software company that offers products and services for Drupal. + A native of Belgium, Buytaert holds a PhD in computer science and engineering from Ghent University + and a Licentiate Computer Science (MSc.) from the University of Antwerp. + termStart: null + termEnd: null + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Imre Gmelig Meijling + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Imre Gmelig Meijling is CEO at React Online Digital Agency, based in The Netherlands. Imre has + a digital background and he has worked for various agencies and organisations including United Nations + World Food Programme, Disney and Port of Rotterdam. He is a member of the Board of Directors of the + Drupal Association and an executive member of the DrupalCon Europe Advisory Committee. Imre is former + Chair of the Dutch Drupal Association where he expanded marketing outreach significantly and helped + set up a profitable Drupal Partner Program. He was involved in the inception of drupal.nl, the Dutch + community website, used by several countries. Imre is also cocreator of the Splash Awards and former + lead of Drupaljam, the Dutch Drupal event hosting almost 500 people. In 2023 Imre joined the Drupal + Business Survey. + termStart: null + termEnd: '2026' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Alejandro Moreno + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2026' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Stella Power + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Stella is the Managing Director of Annertech, a digital agency that focuses on creating ambitious + digital experiences for clients across Europe and the US. Based in Dublin, Stella holds an MSc in + Software Engineering from Dublin City University as well as a BA in Computational Physics from Trinity + College Dublin. She founded Annertech in 2008 and has overseen its growth to a 40-odd strong team + based all over the EU and beyond. Stella is a strong advocate of the promotion of women in tech. She + remains an active contributor to Drupal and, as well as being on the board of the Drupal Association, + Stella is also a member of the Drupal Security Team, the DrupalCon Europe Advisory Board and the Starshot + Advisory Council. + termStart: null + termEnd: '2026' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Piyush Poddar + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Sachiko Muto + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Sachiko Muto is the Chair of OpenForum Europe and a senior researcher at RISE Research Institutes + of Sweden. She originally joined OFE in 2007 and served for several years as Director with responsibility + for government relations and then as CEO. Sachiko has degrees in Political Science from the University + of Toronto and the London School of Economics; she received her doctorate in standardisation policy + from TU Delft. + termStart: null + termEnd: '2027' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Glenn Hilton + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Glenn Hilton is the Founder and CEO of ImageX, a Drupal agency he launched in 2001 and transitioned + fully to Drupal in 2006. With 25 years of leadership experience, he's guided the company's growth + through creativity, strategy, and technology to deliver impactful digital experiences for clients + worldwide. An active member of the Drupal community for nearly two decades, Glenn has attended over + 40 DrupalCons and DrupalCamps across North America and Europe. He's a strong advocate for open source + collaboration and initiatives that strengthen the Drupal ecosystem. In November 2025, Glenn joined + the Drupal Association Board of Directors to help shape long-term business strategy, improve collaboration + between agencies and enterprise users, and expand Drupal's visibility and commercial reach. + termStart: null + termEnd: '2028' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Dominique De Cooman + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dominique is the co-founder, CTO, and co-CEO of Dropsolid, where for more than a decade he has + been a driving force behind the company's vision and growth. His work has focused on digital transformation, + open digital experiences, and more recently AI transformation, helping companies, organisations, and + governments stay innovative and sovereign in a fast-changing world. In addition to leading Dropsolid, + Dominique has been an active contributor to the open source community. He serves as a Mautic Council + member, is involved in the Drupal AI initiative, and advocates for open DXP by bringing together Drupal, + Mautic, and emerging AI frameworks. + termStart: null + termEnd: '2028' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Maya Schaeffer + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: null + bio: Maya Schaeffer is a passionate community advocate and the lead organizer of EvolveDrupal, an event + series that brings together open source professionals, digital leaders, and creatives to explore the + future of Drupal and web innovation. With a focus on inclusion, accessibility, and community growth, + Maya has played a central role in curating meaningful, cross-disciplinary experiences that unite the + Drupal ecosystem. Maya has been with Evolving Web for over three and a half years, where she contributes + to the company's mission of advancing open source, multilingual, and accessible web solutions. + termStart: null + termEnd: '2027' + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 1.0 +- name: Owen Lansbury + personId: null + roles: + - role: Immediate Past Chair (Advisory) + roleClass: officer + contact: null + bio: Owen Lansbury is Co-founder of PreviousNext, an independent Australian digital design and development + company that has been one of the world's most prolific code contributors to the Drupal project. With + 25 years' professional experience and a background in Fine Art, Digital Media and User Experience + Design, Lansbury blends creative problem solving with the business skills required to sustain his + own company and work successfully with complex customers. He is also an active leader within the Australian + and New Zealand Drupal community, bringing DrupalCon to Sydney in 2013, acting as Track Chair at several + regional events and chairing the DrupalSouth Steering Committee. + termStart: null + termEnd: null + sourceUrl: https://www.drupal.org/association/board + derived: org_live + confidence: 0.9 +--- + +# Drupal Association — Leadership + +Scope of this record: the current Drupal Association Board of Directors listed in the board table at the top of the board page. The Drupal Association is the non-profit that supports the Drupal project and runs DrupalCon. + +Terms: the org states "Seat expires YYYY" per elected director, captured as `term_end` (confidence 1.0). No `term_start` is stated per person (the page notes only that terms begin on 1 November generally), so `term_start` is `null` throughout. Dries Buytaert is "Founding Director" / "Founder" with no seat expiry, so his term is `null`. + +Officers: Baddý Sonja Breidert (Chair), Nikhil J. Deshpande (Secretary), and Dries Buytaert (President, stated in his bio: "serves as president of the Drupal Association"). No Treasurer is named on this page. + +Owen Lansbury is listed under a "Chair" heading but annotated "Advisory Role as Immediate Past Chair" with no seat expiry. He is captured as an officer with role "Immediate Past Chair (Advisory)" at confidence 0.9, because it is a non-voting advisory position rather than an elected director seat; noted here for transparency. + +Excluded / discrepancy: the "Board Bios" section further down the page still contains a current-tense bio for Rosa Ordinana (European Commission), but she does NOT appear in the current board table and IS listed under "Board Member Alumni". She is treated as a former member (belongs in leadership-history), not captured in the current roster; her lingering bio appears to be stale. The large "Board Member Alumni", "Drupal VZW Board/General Assembly Alumni", and "At-Large Board Member History" sections are historical and excluded from this current snapshot. + +Paid vs volunteer: the board page does not state paid-vs-volunteer status and lists no staff, so all entries carry board_director/officer classes only. The Drupal Association employs paid staff (e.g. an Executive Director), but none are published on this page, so no paid_staff records are created here. + +Field availability: bios are published verbatim for 10 of the 12 captured (Alejandro Moreno and Piyush Poddar have none) and are captured. Per-person contact email is not published (`contact: null`); most directors link a drupal.org user profile, which suits the Who's Who dataset. Country/location is published per director but is not a schema field. diff --git a/_leadership/eclipse.md b/_leadership/eclipse.md new file mode 100644 index 0000000..586313b --- /dev/null +++ b/_leadership/eclipse.md @@ -0,0 +1,476 @@ +--- +identifier: eclipse +commonName: Eclipse Foundation AISBL +asOf: 2026-07-25 +sources: +- url: https://www.eclipse.org/org/foundation/directors.php + type: org_live + retrieved: 2026-07-25 +- url: https://www.eclipse.org/org/foundation/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Florian Bankoley + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Florian Bankoley is the Chief Digital Officer of Bosch Mobility, leading the transformation of + one of the world''s largest automotive suppliers into a software- and data-driven powerhouse. Appointed + in May 2024, Florian drives Bosch Mobility''s digital and IT strategy with a focus on enterprise transformation, + Software-Defined Vehicles (SDV), mobility services, and scalable cloud-native platforms. (Represents + Robert Bosch GmbH.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Amanda Casari + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Amanda Casari is an engineering manager and Staff Developer Relations Engineer in the Google Open + Source Programs Office, where she directs research and engineering initiatives focused on risk and + resilience in open source ecosystems. She is an appointed External Faculty member at the University + of Vermont''s Complex Systems Center and sits on multiple advisory boards, including NumFOCUS and + the Open Technology Fund. (Represents Google LLC.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Tim Deboer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Tim deBoer is a senior developer experience architect, currently working across several teams + including Podman Desktop, Dev Spaces, and Red Hat''s IDE extensions. Tim has over 25 years of experience + building developer tools from IDEs to runtime CLIs. (Represents Red Hat, LLC.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Hendrik Ebbers + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Hendrik Ebbers is a Java Champion, a member of JSR expert groups, and JavaOne Rockstar. He is + the founder and leader of the Java User Group Dortmund. He is a member of the Jakarta WG and the Adoptium + WG. In 2022 Hendrik founded OpenElements to positively impact open source software and the open source + community. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: James Eggleston + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'James Eggleston works for the European Space Agency, at the European Space Operations Centre, + Darmstadt, Germany. He is the Head of Data Systems Infrastructure Section in the Mission Operations + Data Systems Division. (Represents European Space Agency.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: John Ellis + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'John Ellis is the President and Head of Product for Codethink, a provider of critical, high-performance + software projects. As a former executive at Motorola, Global Technologist at Ford Motor Company, and + a consulting and startup veteran, John led teams that built many innovations in connected vehicles. + He is the best-selling author of The Zero Dollar Car. (Represents Codethink Ltd.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Wolfgang Gehring + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Dr. Wolfgang Gehring is an Ambassador for Open and Inner Source and has been working on enabling + and spreading the idea within the Mercedes-Benz Group AG and its IT subsidiary Mercedes-Benz Tech + Innovation (MBTI). He leads MBTI''s Open Source Program Office and is a member of the Mercedes-Benz + FOSS Center of Competence. (Represents Mercedes-Benz Tech Innovation GmbH.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Robert Hilbrich + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Dr. Robert Hilbrich works as a manager for simulation and modeling at the German Aerospace Center + in Berlin. Since he joined the German Aerospace Center in 2015, he is responsible for the development + of the traffic simulation suite Eclipse SUMO. In 2019 Robert also founded a startup, the Consultancy + for Engineers GmbH. (Represents Deutsches Zentrum fuer Luft- und Raumfahrt e.V. (DLR).) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Antonio Jara + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Antonio J. Jara (CTO) joined Libelium in 2022, as a result of the merge with HOPU (a start-up + he founded and managed from 2014 to 2021), chair of Data Quality and IoT in IEEE and BoD member of + FIWARE Foundation. He did his PhD (Cum Laude) at the University of Murcia (UMU), Spain. He is focused + on data governance, data spaces and cybersecurity enablers for digital twin solutions. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Emily Jiang + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Emily Jiang is a Java Champion. She is Liberty Cloud Native Architect and Chief Advocate, Senior + Technical Staff Member (STSM) in IBM, based at Hursley Lab in the UK. Emily is a MicroProfile and + Jakarta EE guru and a book author. At IBM, she leads the effort of implementing MicroProfile and Jakarta + EE specifications on Open Liberty. (Represents IBM.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Kenji Kazumura + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Kenji Kazumura is Senior Professional Engineer at Fujitsu Limited in Japan. After more than five + years experience of compiler development he has been working with Java for enterprise mission critical + systems. He is in charge of Fujitsu middleware products such as Interstage Application Server. (Represents + Fujitsu Limited.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Rao Lakkakula + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Rao Lakkakula is a Partner Director at Microsoft, where he leads the company''s Open Source Ecosystems + Strategy. His prior roles include leadership positions at JPMorgan Chase, The Climate Corporation, + Amazon, and several startups. Rao currently serves on the Linux Foundation Research Advisory Board + and previously served on the OpenSSF Governing Board from 2020 to 2024. (Represents Microsoft Corp.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Shelley Lambert + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Shelley is a software engineer at Red Hat. She is a PMC member at Eclipse Adoptium and serves + as project lead and committer on several Eclipse projects. A great deal of her time is spent ensuring + the projects she is responsible for are flourishing, which includes actively engaging new and first-time + open source contributors. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Johannes Matheis + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Dr. Johannes Matheis is a Senior Director at Vector Informatik GmbH. He currently leads the product + area Platform & Base and the System Architecture team of PREEvision. He completed his PhD at KIT. + Since September 2021 he has served as a steering committee member on the Eclipse IDE WG. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Ed Merks + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Ed Merks leads the Eclipse Modeling Framework project and co-leads the Eclipse Modeling project. + He is a co-author of the authoritative book EMF: Eclipse Modeling Framework. He spent 16 years at + IBM, achieving the level of Senior Technical Staff Member after completing his Ph.D. at Simon Fraser + University. (Note: Ed Merks is also listed on the staff page as Release Engineer for Eclipse SimRel.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Chokri Mraidha + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Dr. Chokri Mraidha is a director of research at CEA LIST institute in France, leading the Design + of the Embedded and Autonomous Systems Lab. His interests include dependable and autonomous real-time + and embedded systems model-driven development. He is involved in UML-based OMG standards such as SysML + and MARTE, and the AUTOSAR standard. (Represents CEA LIST.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Tom Ritter + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Dr. Tom Ritter has been Deputy Director of the Fraunhofer Institute FOKUS since 2019. His main + areas of interest are model-driven software engineering, the development of software tools, software + development processes, and infrastructures for tool integration. (Represents Fraunhofer-Gesellschaft.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Sebastian Schildt + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Sebastian Schildt is a Professor for Embedded Development at Heilbronn University. He worked for + 10 years on Software Defined Vehicle (SDV) open source ecosystems at Robert Bosch GmbH and ETAS GmbH. + He contributes to open-source projects and standards including Eclipse KUKSA, COVESA VSS and Open1722. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Matthias Sohn + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Matthias is a product owner and open source enthusiast. He leads the EGit and JGit projects and + contributes to Gerrit Code Review. He is a member of the Eclipse Architecture Council. Matthias works + as a product owner for SAP Cloud Platform and leads its git team. (Represents SAP SE.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Rongze Wang + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Rongze Wang is a senior open-source operations expert who has worked for Huawei for over 20 years. + He has been responsible for the developer ecosystem''s "Fertile Soil Program" and worked as the assistant + to the chair of the OpenHarmony project group. Currently, he is responsible for open-source and ecosystem + development in Huawei''s European region. (Represents Huawei Technologies Co., LTD.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Jim Wright + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'James (Jim) Wright is a software architect and attorney who has been working in and around open + source for 20 years. Jim is the author of the Universal Permissive License and has been with Oracle + since 2009, where he currently serves as Chief Architect, Open Source Policy, Strategy, Compliance, + and Alliances. Jim is a graduate of Harvard Law School. (Represents Oracle.) + + ' + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/directors.php + derived: org_live + confidence: 1.0 +- name: Mike Milinkovich + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Gaël Blondelle + personId: null + roles: + - role: VP, Community Operations + roleClass: paid_staff + - role: Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Dennis Leung + personId: null + roles: + - role: VP, Program Management + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Thabang Mashologu + personId: null + roles: + - role: Chief Marketing Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Catharina Maracke + personId: null + roles: + - role: VP, Legal & Public Affairs + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Jenn Martel + personId: null + roles: + - role: VP, Finance and Operations + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Michael Plagge + personId: null + roles: + - role: Chief Membership Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +- name: Paul White + personId: null + roles: + - role: Treasurer + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eclipse.org/org/foundation/staff/ + derived: org_live + confidence: 1.0 +--- + +# Eclipse Foundation AISBL — Leadership + +Scope of this record: the Eclipse Foundation AISBL Board of Directors (22 directors, from the directors page) plus the eight-person "Eclipse Foundation Leadership" tier from the staff page (Executive Director, C-level officers, VPs, and the officer roles Secretary and Treasurer). Each board director is a company-affiliated seat; the representing organisation is noted in parentheses at the end of each bio verbatim from the page (no separate org-affiliation field exists in the schema). + +Officers: the Secretary (Gaël Blondelle) and Treasurer (Paul White) are recorded with `role_class: officer`. Gaël Blondelle also holds the paid role VP, Community Operations, so he carries two roles. Mike Milinkovich (Executive Director) and the C-level/VP leaders are recorded as `paid_staff`. + +Paid vs volunteer: the staff-page leaders are recorded `paid_staff` at confidence 1.0 because the staff page states verbatim these people work "full-time on behalf of the Eclipse community." The 22 board directors are not stated to be paid and are almost all external company representatives, so they are recorded `board_director` and not classified paid. Ed Merks appears both as a board director and, separately, on the staff page (Release Engineer for Eclipse SimRel); he is recorded once here as a director with a note. + +Deliberate scope decision — general staff: beyond the eight-person Leadership tier, the staff page lists roughly 80 further foundation employees (engineers, marketers, program/project managers, IT, events, etc.). These are genuine paid staff but not foundation leadership, so to keep this a leadership record they are NOT enumerated here (mirroring the exclusion of project-level roles in the ASF record). The full staff roster is available at https://www.eclipse.org/org/foundation/staff/ and could be captured as a separate staff dataset. Flagged for retrieval if a full-staff dataset is wanted. + +Not published (hence null): per-person contact and term dates. The staff page states the email convention is `firstname.lastname@eclipse-foundation.org`, but this is a pattern, not published per-person addresses, so `contact` is left null rather than synthesising individual emails. Board directors have published bios (captured verbatim, trimmed); staff-tier leaders do not have bios on the staff page (null). No term dates are stated anywhere on either page. diff --git a/_leadership/eff.md b/_leadership/eff.md new file mode 100644 index 0000000..d5a5a26 --- /dev/null +++ b/_leadership/eff.md @@ -0,0 +1,563 @@ +--- +identifier: eff +commonName: Electronic Frontier Foundation +asOf: 2026-07-25 +sources: +- url: https://www.eff.org/about/board + type: org_live + retrieved: 2026-07-25 +- url: https://www.eff.org/about/staff + type: org_live + retrieved: 2026-07-25 +people: +- name: Gigi Sohn + personId: null + roles: + - role: Chair of the Board + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Brian Behlendorf + personId: null + roles: + - role: Vice Chair of the Board + roleClass: officer + - role: Board Member + roleClass: board_director + contact: brian@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Erica Astrella + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Anil Dash + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: anil@dashes.com + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Sarah Deutsch + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: sarah@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Tadayoshi Kohno + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Pamela Samuelson + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: pam@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Bruce Schneier + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: schneier@schneier.com + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: James Vasile + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Tarah Wheeler + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Jonathan Zittrain + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/board + derived: org_live + confidence: 1.0 +- name: Nicole Ozer + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Rebecca Jeschke + personId: null + roles: + - role: Chief Operating Officer + roleClass: paid_staff + contact: rebecca@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Kelly Esguerra + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: kelly@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Allison Morris + personId: null + roles: + - role: Chief Development Officer + roleClass: paid_staff + contact: allison@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Jennifer Lynch + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + - role: Secretary to the Board of Directors + roleClass: officer + contact: jlynch@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Gennie Gebhart + personId: null + roles: + - role: Managing Director, Technology + roleClass: paid_staff + contact: gennie@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Nathan 'nash' Sheard + personId: null + roles: + - role: Managing Director, Advocacy + roleClass: paid_staff + contact: nash@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Corynne McSherry + personId: null + roles: + - role: Legal Director + roleClass: paid_staff + contact: corynne@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Eva Galperin + personId: null + roles: + - role: Director of Cybersecurity + roleClass: paid_staff + contact: eva@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Alexis Hancock + personId: null + roles: + - role: Director of Engineering + roleClass: paid_staff + contact: alexis@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Lena Z Gunn + personId: null + roles: + - role: Director of Technical Services + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Sarah Hamid + personId: null + roles: + - role: Director of Strategic Campaigns + roleClass: paid_staff + contact: stsnv@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Dave Maass + personId: null + roles: + - role: Director of Investigations + roleClass: paid_staff + contact: dm@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Babette Ngene + personId: null + roles: + - role: Public Interest Technology Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Rory Mir + personId: null + roles: + - role: Director of Open Access & Tech Community Engagement + roleClass: paid_staff + contact: rory@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Olivia Montesano + personId: null + roles: + - role: Director of Donor Operations + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Aaron Jue + personId: null + roles: + - role: Director of Member Engagement + roleClass: paid_staff + contact: aaron@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Jason Kelley + personId: null + roles: + - role: Director of Development Strategy + roleClass: paid_staff + contact: jason@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: India McKinney + personId: null + roles: + - role: Director of Federal Affairs + roleClass: paid_staff + contact: india@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Katharine Trendacosta + personId: null + roles: + - role: Director of Policy and Advocacy + roleClass: paid_staff + contact: katharine@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Josh Richman + personId: null + roles: + - role: Communications Director + roleClass: paid_staff + contact: jrichman@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Katitza Rodriguez + personId: null + roles: + - role: Policy Director for Global Privacy + roleClass: paid_staff + contact: katitza@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Christoph Schmon + personId: null + roles: + - role: International Policy Director + roleClass: paid_staff + contact: christoph@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Adam Schwartz + personId: null + roles: + - role: Privacy Litigation Director + roleClass: paid_staff + contact: adam@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Andrew Crocker + personId: null + roles: + - role: Surveillance Litigation Director + roleClass: paid_staff + contact: andrew@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Aaron Mackey + personId: null + roles: + - role: Deputy Legal Director / Free Speech and Transparency Litigation Director + roleClass: paid_staff + contact: amackey@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Mitch Stoltz + personId: null + roles: + - role: IP Litigation Director + roleClass: paid_staff + contact: mitch@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Kit Walsh + personId: null + roles: + - role: Director of AI and Access-to-Knowledge Legal Projects + roleClass: paid_staff + contact: kit@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Hayley Tsukayama + personId: null + roles: + - role: Director of State Affairs + roleClass: paid_staff + contact: hayleyt@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Jillian C. York + personId: null + roles: + - role: Director for International Freedom of Expression + roleClass: paid_staff + contact: jillian@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Jocelyn Wicker + personId: null + roles: + - role: Director of Major Gifts + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Matthew Bandiera + personId: null + roles: + - role: Accounting Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +- name: Hugh D'Andrade + personId: null + roles: + - role: Creative Director + roleClass: paid_staff + contact: hugh@eff.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.eff.org/about/staff + derived: org_live + confidence: 1.0 +--- + +# Electronic Frontier Foundation — Leadership + +Scope of this record: the EFF Board of Directors (governance) plus the executive and director-level staff (the organisation's leadership layer). EFF is a large 501(c)(3) with roughly 90 employees listed on its staff page. + +Scope decision (Frugality vs completeness tension): the full ~90-person staff roster at https://www.eff.org/about/staff is EFF's complete employee list, but most are individual contributors (staff attorneys, technologists, engineers, activists, coordinators, accountants, administrative staff), not foundation leadership. Consistent with the ASF worked example (which excluded the large non-governance sub-list of project VPs), this record captures the Board plus the C-suite, General Counsel, Managing Directors, and all "Director"-titled roles (44 people total: 11 board + 33 executive/director staff). The complete employee roster is available at the linked staff page and could be captured as a separate full-staff dataset if wanted. + +Officers: EFF designates board officers as Chair (Gigi Sohn) and Vice Chair (Brian Behlendorf); both are also Board Members and are recorded with two roles. General Counsel Jennifer Lynch also serves as Secretary to the Board of Directors (recorded as both paid_staff and officer). Tarah Wheeler chairs the board's Audit Committee (a committee role, recorded as board_director). + +Paid vs volunteer: all captured staff are EFF employees (paid_staff, confidence 1.0). Board members are governance volunteers. + +Contact: EFF publishes a per-person @eff.org email for most staff and some board members; captured verbatim where shown, else null. Bios are published per-person on individual staff pages (linked from the staff/board pages) and are recorded as null here to keep the record to the leadership roster; they can be captured in a later pass. + +Term dates: not published for any individual (null). + +Not captured: the ~50 individual-contributor staff; Emeritus board members; the deceased co-founder John Perry Barlow (Board 1990-2018, noted on the board page); Advisory Board; Special Counsel & Special Advisors; interns. Each has its own page under /about. diff --git a/_leadership/erlef.md b/_leadership/erlef.md new file mode 100644 index 0000000..f269536 --- /dev/null +++ b/_leadership/erlef.md @@ -0,0 +1,152 @@ +--- +identifier: erlef +commonName: Erlang Ecosystem Foundation +asOf: 2026-07-25 +sources: +- url: https://www.erlef.org/board_members/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Lee S Barney + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Lars Wikman + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Alistair Woodman + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Amos King + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Zach Daniel + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Francesco Cesarini + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Peer Stritzinger + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Sebastian Strollo + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Kiko Fernandez-Reyes + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Miriam Pena + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +- name: Bryan Paxton + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.erlef.org/board_members/ + derived: org_live + confidence: 1.0 +--- + +# Erlang Ecosystem Foundation — Leadership + +Scope of this record: the ErlEF Board of Directors (11 members) as listed on the foundation's Board Members page. ErlEF is a 501(c)(3) not-for-profit supporting Erlang, Elixir, LFE and other BEAM technologies. + +Officers: the board page does not designate board officer titles (Chair, Treasurer, Secretary, etc.); the 11 are listed as board members only. No named executive/paid staff (e.g. an Executive Director) is published on the board page. The foundation's work is organised through volunteer-led Working Groups and a Fellowship, none of which are foundation governance roles and are excluded here. + +Paid vs volunteer: not stated on the board page. Board directors of a member-driven foundation of this kind are typically volunteers, but the page does not say so explicitly, so paid/volunteer status is left as board_director without a volunteer assertion. + +Contact, bios, term dates: not published on the board page (null). The board is elected annually (the 2026 election concluded May 2026 per the site's news), but individual term start/end dates are not stated. diff --git a/_leadership/ev.md b/_leadership/ev.md new file mode 100644 index 0000000..f559084 --- /dev/null +++ b/_leadership/ev.md @@ -0,0 +1,87 @@ +--- +identifier: ev +commonName: KDE e.V. +asOf: 2026-07-25 +sources: +- url: https://ev.kde.org/corporate/board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Aleix Pol i Gonzàlez + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: aleixpol@kde.org + bio: Collaborating with KDE since 2007 (KDE Education, KDevelop); joined the KDE e.V. board in 2014; + employed by MBition GmbH. + termStart: '2023' + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Eike Hein + personId: null + roles: + - role: Treasurer and Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: hein@kde.org + bio: KDE contributor since 2005 (applications, Plasma, Sysadmin team; co-authored the KDE Manifesto); + joined the board in 2017. + termStart: '2023' + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Lydia Pintscher + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: lydia@kde.org + bio: With KDE since 2006 (marketing, community and program management); on the board since 2011; portfolio + lead for Wikidata at Wikimedia Deutschland. + termStart: '2023' + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: David Redondo + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: david.redondo@kde.org + bio: Joined KDE in 2019 (Plasma, KDE Frameworks); part of the Free Qt Working Group; works for Techpaladin + Software. + termStart: '2025' + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Carl Schwan + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: carlschwan@kde.org + bio: Joined KDE in 2018 (technical work, fundraising, promotion, website maintenance, mentoring); works + at Nextcloud on the Files team. + termStart: '2025' + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +--- + +# KDE e.V. — Leadership + +Registered non-profit representing the KDE community in legal and financial matters. The membership elects the board of directors. Record covers the current 5-member board with per-person KDE email addresses, bios, and elected years (term_start = year elected; the page gives no fixed term_end). + +Paid vs volunteer: board directors are unpaid volunteers with external day jobs. KDE e.V. does employ staff and contractors, listed separately at ev.kde.org/corporate/staffcontractors/ (not captured in this record) — a follow-up fetch would add the paid_staff entries. Board contact: kde-ev-board@kde.org. diff --git a/_leadership/foundation.md b/_leadership/foundation.md new file mode 100644 index 0000000..fb2af9d --- /dev/null +++ b/_leadership/foundation.md @@ -0,0 +1,125 @@ +--- +identifier: foundation +commonName: F# Software Foundation +asOf: 2025-07-20 +sources: +- url: https://foundation.fsharp.org/board_and_officers + type: wayback + retrieved: 2026-07-25 + note: live foundation.fsharp.org returned 403 to the crawler; captured from archive.org snapshot 20250720152126 +people: +- name: Reed Copsey, Jr. + personId: null + roles: + - role: Executive Director + roleClass: officer + - role: Board of Trustees (ex-officio, non-voting) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Don Syme + personId: null + roles: + - role: Technical Advisor + roleClass: officer + - role: Board of Trustees (ex-officio, non-voting) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Mathias Brandewinder + personId: null + roles: + - role: Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Abel Braaksma + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Michal Nebes + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Jon Roberts + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Janne Siera + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +- name: Gustavo Wild + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.fsharp.org/board_and_officers + derived: wayback:20250720152126 + confidence: 1.0 +--- + +# F# Software Foundation — Leadership + +Scope of this record: the Board of Trustees and Officers of the F# Software Foundation (FSSF), as published on its "Officers and Trustees" page. + +Provenance and freshness: the live site (foundation.fsharp.org, a NationBuilder-hosted site) returned HTTP 403 to the crawler across multiple paths. This record is derived from the archive.org snapshot captured 2025-07-20 (timestamp 20250720152126); `as_of` reflects that snapshot. + +Officers: Secretary (Mathias Brandewinder), Executive Director (Reed Copsey, Jr.), and Technical Advisor (Don Syme). The page states the Executive Director and Technical Advisor "serve as Ex-Officio, non-voting members of the Board of Trustees"; those two therefore carry both an `officer` role and a `board_director` role marked ex-officio/non-voting. Officers are elected by the Board of Trustees to run day-to-day operations. + +Board of Trustees (voting): Abel Braaksma, Michal Nebes, Jon Roberts, Janne Siera, Gustavo Wild. The Board is elected annually by the voting (Sustaining) members of the FSSF. + +Paid vs volunteer: the page does not state employment status for any role. The Executive Director is likely a paid/leadership role in many foundations, but FSSF does not state this, so Reed Copsey, Jr. is recorded as `officer`/`board_director` without a paid assertion (never infer paid status without evidence). Trustees are governance volunteers by the nature of an annually-elected board, but this is likewise not stated verbatim. + +Term dates, contact, bios: not published on this page (null). The Board is elected annually; per-person term start/end dates are not stated. A separate "History of the Officers and Trustees" page exists (board_and_officer_history) and would be the source for a leadership-history dataset. diff --git a/_leadership/foundation2.md b/_leadership/foundation2.md new file mode 100644 index 0000000..dc4f87e --- /dev/null +++ b/_leadership/foundation2.md @@ -0,0 +1,196 @@ +--- +identifier: foundation2 +commonName: LLVM Foundation +asOf: 2026-07-25 +sources: +- url: https://foundation.llvm.org/board-of-directors + type: org_live + retrieved: 2026-07-25 +- url: https://foundation.llvm.org/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Kristof Beyls + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Kristof Beyls has worked on LLVM since about 2010, initially as part of tech leading the migration + of Arm's C/C++ toolchain to be based on LLVM technology. Since then, Kristof has worked on a variety + of code generation projects using LLVM. He has contributed to LLVM in the areas of security mitigations, + performance tuning, Arm backends, test-suite, LNT, etc. He has been helping with the organization + of EuroLLVM meetings since the start; has been organizing the FOSDEM LLVM dev rooms for the past couple + of years and has organized a few socials in Belgium. He has also been on the program committee for + a few of the dev meetings. More recently, he works on progressing LLVM relicensing, getting LLVM office + hours going and having an LLVM community calendar. Kristof is Senior Principal Engineer at Arm. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Chris Bieneman + personId: null + roles: + - role: Director + roleClass: board_director + - role: Treasurer + roleClass: officer + contact: null + bio: Chris has been an LLVM contributor since 2013 with contributions up and down the monorepo. His + work has ranged from the frontend to the backend, to debuggers, linkers, and JITs. Chris has presented + at several LLVM events and is passionate about community building. The LLVM project and community + have been enormous influences in his life, and he is looking forward to the opportunity to work with + the Foundation and community to bring that experience to more people around the world. Chris is currently + an engineer on the HLSL compiler team at Microsoft working on advancing graphics programming for Xbox + and DirectX and bringing HLSL support into Clang. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Anshu Dasgupta + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Anshu Dasgupta has been involved with LLVM since its early days contributing his first patch in + 2004 as part of his research on runtime compilation. At Qualcomm, he co-authored the Hexagon LLVM + backend and helped drive the transition from GCC to LLVM as the company's primary compiler framework. + He later led teams developing LLVM-based compiler technologies for all non-GPU Snapdragon processors + including ARM, RISC-V, Hexagon DSP, and other microcontrollers. LLVM and its community have played + a significant role in his career and he values the openness and collaboration the community embodies. + Through his work with the Foundation, he aims to help sustain and build on that culture as the LLVM + family of projects continues to expand. He is currently a Senior Director at NVIDIA working on LLVM-based + CUDA compilers. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Mike Edwards + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Mike got involved with the LLVM project back in 2014 by contributing to the infrastructure projects. + He has helped with everything from CI to the transition to GitHub. Mike has served as the LLVM Foundations + Treasurer since 2018. Mike cares very much about the mission of the LLVM Foundation and credits many + of his career opportunities as a direct result of being involved with the LLVM community. He is looking + forward to helping to build opportunities for many others to benefit from programs the Foundation + has to offer. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Reid Kleckner + personId: null + roles: + - role: Director + roleClass: board_director + - role: Secretary + roleClass: officer + contact: null + bio: Reid Kleckner has contributed to LLVM since 2009, starting with Unladen Swallow, a JIT for Python. + In 2013, he joined Google to work on Clang and MSVC compatibility, making wide-ranging changes across + the frontend, C++ ABI, Windows calling conventions, IR features, exception handling, and debug info + support. He has spoken at two US LLVM developer meetings and served on the program committee. Reid + is currently a principal engineer at NVIDIA working on LLVM-based CUDA compilers, and looks forward + to improving the community experience for the next generation of LLVM contributors. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Anton Korobeynikov + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Anton Korobeynikov began contributing to the LLVM project in 2006. Over the years, he has numerous + technical contributions to different areas including Windows support, ELF features, debug info, exception + handling, and backends such as ARM and x86. He was the original author of the MSP430 and original + System Z backend. In addition to his technical contributions, Anton has maintained LLVM's participation + in Google Summer of Code by managing applications, deadlines, and overall organization. He also supports + the LLVM infrastructure, drove the Bugzilla to GtiHub migration and has been on several program committees + for the LLVM Developers' Meetings (both US and EuroLLVM). Anton is currently an associate professor + at the Saint Petersburg State University and has served on the LLVM Foundation board of directors + for the last 8 years. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Chris Lattner + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Chris Lattner cofounded the LLVM Compiler infrastructure project, the Clang compiler, the Swift + programming language, the MLIR compiler infrastructure, the CIRCT project, and has contributed to + many other commercial and open source projects at Apple, Tesla, Google and SiFive. He is currently + Cofounder and CEO of Modular, which is building an innovating new developer platform for AI Software. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Tanya Lattner + personId: null + roles: + - role: Director + roleClass: board_director + - role: President + roleClass: officer + - role: Executive Director + roleClass: officer + contact: null + bio: Tanya Lattner has been involved in the LLVM project for over 20 years. She began as a graduate + student who wrote her master's thesis using LLVM, and continued on using and extending LLVM technologies + at various jobs during her career as a compiler engineer. Tanya is also a long time volunteer with + the LLVM Project. She has organized LLVM Developers' Meetings, workshops, was the release manager + for several years, and adminstrates LLVM infrastructure. With the support of the initial board of + directors, Tanya created the LLVM Foundation, defined its charitable and education mission, and worked + to get 501(c)(3) status. She is passionate about the LLVM Community and wants to help see it thrive + and grow for years to come. Tanya is the Executive Director the LLVM Foundation. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Wei Wu + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Wei Wu has over 15 years of experience in compiler development, training, and open-source community + building. He is the founder of the HelloLLVM community, which has been actively promoting MLIR/LLVM + technologies and organizing meetups across numerous cities in mainland China since 2018. He is also + the founder of PLCT Lab, where the team he leads has contributed to the LLVM RISC-V backend over the + past seven years. Additionally, he is the initiator of the Jiachen Project, which has provided open-source + internship opportunities—including MLIR and LLVM—to more than a thousand university students. Wei + has served as a director of the LLVM Foundation Board of Directors (BoD) since 2022. + termStart: 2024-08 + termEnd: 2026-08 + sourceUrl: https://foundation.llvm.org/board-of-directors + derived: org_live + confidence: 1.0 +--- + +# LLVM Foundation — Leadership + +Scope: the LLVM Foundation Board of Directors (9 members), captured from the org's live Board of Directors page. The board also fills the officer roles internally: Chris Bieneman (Treasurer), Reid Kleckner (Secretary), and Tanya Lattner (President and Executive Director). Officer roles are recorded as additional `roles` entries on those individuals. + +Term dates: the page states the current board is "serving from August 2024-August 2026". This is a collective, explicitly-stated term applied to all nine directors, so `term_start` 2024-08 / `term_end` 2026-08 is recorded verbatim at confidence 1.0. The board is described as 9 members serving 2-year terms. Individual join-years mentioned inside bios (e.g. "since 2022", "Treasurer since 2018") were NOT used to set term fields, per the crawl instructions. + +Bios: full published bios are captured verbatim for all nine directors. + +Contact: the page publishes only per-person social links (GitHub / X / LinkedIn), not email/contact; `contact` is null for all. Foundation contact is info@llvm.org (org-level, not per person). + +Paid vs volunteer: not stated. Board members appear to serve in a governance capacity alongside industry day-jobs (Arm, Microsoft, NVIDIA, Modular, university posts). Tanya Lattner is described as Executive Director; the page does not state whether the Executive Director role is paid, so she is recorded as `officer` (Director/President/Executive Director) rather than `paid_staff`. No separate paid staff roster is published. diff --git a/_leadership/foundation3.md b/_leadership/foundation3.md new file mode 100644 index 0000000..98cbe7f --- /dev/null +++ b/_leadership/foundation3.md @@ -0,0 +1,401 @@ +--- +identifier: foundation3 +commonName: Rust Foundation +asOf: 2026-07-25 +sources: +- url: https://rustfoundation.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Nell Shamrell-Harrington + personId: null + roles: + - role: Chair + roleClass: officer + - role: Member Director (Microsoft) + roleClass: board_director + contact: null + bio: 'Nell serves as both the Chair of our board and the Member Director for Platinum Member, Microsoft. + Outside of the Rust Foundation, Nell works at Microsoft as a Principal Software Engineer. (Pronouns: + she/they)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Jeffrey Vander Stoep + personId: null + roles: + - role: Member Director (Google) + roleClass: board_director + contact: null + bio: Jeff represents Google on the Rust Foundation's Board of Directors. As a software engineer on the + Android security team, he led the integration of Rust into the Android platform to prevent vulnerabilities + at scale. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Alexandru Radovici + personId: null + roles: + - role: Silver Member Representative + roleClass: board_director + contact: null + bio: Alexandru Radovici is an Associate Professor at the Politehnica University of Bucharest, where + he introduced the first Rust-based embedded systems development course. He has been contributing to + Tock for almost six years and has also founded and run several companies delivering industrial-grade + Rust solutions, bridging academic teaching with real-world systems development. Alexandru serves as + the Silver Member Representative on our board. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Andrew Wafaa + personId: null + roles: + - role: Member Director (Arm) + roleClass: board_director + contact: null + bio: Andrew Wafaa serves on our Board of Directors, representing ARM. Andrew is the Distinguished Engineer, + Senior Director Software Communities at Arm, where he leads the company's Open Source Office and its + relationships with the broader open-source community. With over 20 years in open source, he also holds + leadership positions in various foundations, including the Yocto Project (where he is Chair) and the + FreeBSD Foundation, and serves on the boards for the Xen Project and the Rust Foundation. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Rohan Patil + personId: null + roles: + - role: Member Director (Meta) + roleClass: board_director + contact: null + bio: Rohan Patil serves on the Board of Directors for Rust Foundation, representing Meta. Rohan leads + the Languages Foundation organization for programming languages and runtimes at Meta, including Rust, + Go, Java, JavaScript and the Hermes JavaScript engine. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Predrag Gruevski + personId: null + roles: + - role: Member Director (OpenAI) + roleClass: board_director + contact: null + bio: Predrag serves as a Member Director representing OpenAI on the Foundation Board of Directors. At + OpenAI, he is a Member of Technical Staff working on distributed systems infrastructure for frontier + model training. He became a Rustacean when a friend suggested building a SemVer linter for Rust, and + cargo-semver-checks has been his passion project ever since. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Seth Markle + personId: null + roles: + - role: Member Director (AWS) + roleClass: board_director + contact: null + bio: Seth serves as the Member Director for Platinum Member, AWS. In addition to his work with the Rust + Foundation, Seth works at AWS as the Senior Principal Software Engineer of S3. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Peixin Hou + personId: null + roles: + - role: Member Director (Huawei) + roleClass: board_director + contact: null + bio: Peixin serves as the Member Director for Platinum Member Huawei. Outside of the Rust Foundation, + Peixin works at Huawei as the Chief Software Architect and Community Director for Open Source at Huawei + Technologies. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Carol Nichols + personId: null + roles: + - role: Project Director + roleClass: board_director + contact: null + bio: 'Carol has been an active contributor to and leader of the Rust Project for many years. She currently + serves on the Rust Project crates.io Team and has previously served on the Project''s Leadership Council, + the Dev Tools Team, and the former Rust Core Team. Carol is also a co-founder of Integer 32, LLC, + the world''s first Rust-focused software consultancy, has organized various Rust community events + and conferences in the past, and is the co-author of the Rust Book. (Pronouns: she/her)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: David Wood + personId: null + roles: + - role: Project Director + roleClass: board_director + contact: null + bio: 'David has been contributing to the Rust compiler since 2017 and currently co-leads the compiler + team. Professionally, he leads Arm''s Rust team, improving support for Arm platforms in the Rust toolchain + and ecosystem. (Pronouns: he/him)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Jack Huey + personId: null + roles: + - role: Project Director + roleClass: board_director + contact: null + bio: Jack has been contributing to the Rust Project since 2019, working mainly on the type system. He + is currently a Compiler Team Maintainer, serves as co-lead for the Types Team, co-leads the Vision + Doc effort, and previously served on the Leadership Council. He finished his PhD in July 2025 in Biomedical + Sciences, and currently contributes primarily to the Rust Project thanks to support from Futurewei + Technologies. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Nicholas Matsakis + personId: null + roles: + - role: Project Director + roleClass: board_director + contact: null + bio: 'Nicholas Matsakis is a Senior Principal Engineer at AWS and co-lead of the open source Rust language + design team. He has worked on Rust since 2011 and led the design of its "secret sauce", the borrow + checker. He has played a number of other roles in Rust over the years, such as being a member of the + Rust core team, the lead of the Rust compiler team, and helping to launch the Rust Foundation. Prior + to working on Rust, he completed a PhD at ETH Zurich and did his undergraduate studies at MIT. (Pronouns: + he/him)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Ryan Levick + personId: null + roles: + - role: Project Director + roleClass: board_director + contact: null + bio: 'Ryan Levick began exploring Rust in 2014 and immediately started looking for ways to be involved + in the community. Over time he participated more by co-organizing the Berlin Rust meetup, producing + YouTube tutorials, helping with various Rust Project efforts, and more. In 2019, Ryan got the opportunity + to work with Rust full time leading developer advocacy for Rust at Microsoft. Nowadays, he''s an active + member of the Rust Project where he is a member of Compiler and Infrastructure Team and helps run + the annual State of Rust Survey. (Pronouns: he/him)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Rebecca Rumbul + personId: null + roles: + - role: Executive Director & CEO + roleClass: paid_staff + contact: null + bio: Dr. Rebecca Rumbul leads the Rust Foundation as Executive Director & CEO. She holds a Ph.D. in + Politics and Governance and has worked as a consultant and researcher with governments, parliaments, + and development agencies all over the world, advocating for openness and transparency, and developing + tools to improve digital participation. In addition to leading the Rust Foundation, Rebecca is a Non-Executive + Director and Council Member for the UK Advertising Standards Authority and a Trustee of the Hansard + Society. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Abi Broom + personId: null + roles: + - role: Director of Operations + roleClass: paid_staff + contact: null + bio: As Director of Operations and a founding member of our staff team, Abi is responsible for transforming + the internal capacity of the Foundation to meet its growing ambition. Abi has 20 years of experience + implementing and formalizing systems and procedures in growing organizations across the digital and + non-profit spaces. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Joel Marcey + personId: null + roles: + - role: Director of Technology + roleClass: paid_staff + contact: null + bio: As the Rust Foundation's Director of Technology, Joel oversees the technology and engineering programs + and initiatives of the Rust Foundation. Prior to joining the Rust Foundation as a founding staff member, + Joel worked at Facebook/Meta as a Developer Advocate and ecosystem lead with prominent participation + in high-impact standards organizations including Open Web Docs and Ecma. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Lori Lorusso + personId: null + roles: + - role: Director of Outreach + roleClass: paid_staff + contact: null + bio: 'Lori has a passion and enthusiasm for working with developers and the open source community. She + is an active member of multiple open source foundations, such as CNCF, CDF, OpenSSF, and DoK, and + has volunteered as a program committee member for Kubecon, Cloud Native Rejekts, cdCon, SOOCon, and + FOSDEM. (Pronouns: she/her)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Gracie Gregory + personId: null + roles: + - role: Director of Communications & Marketing + roleClass: paid_staff + contact: null + bio: 'Gracie oversees the Rust Foundation''s public relations and marketing strategies and manages all + outbound communications. Before joining the Rust Foundation team, Gracie held various content strategy + and editorial direction positions at the Linux Foundation, Forem/dev.to, and several startups. She + has also worked as a freelance communications consultant for open source clients. (Pronouns: she/her)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Walter Pearce + personId: null + roles: + - role: Security Engineer + roleClass: paid_staff + contact: null + bio: Walter Pearce is a key leader of the Rust Foundation's Security Initiative. Walter comes from a + 14-year career in security. For the past seven years, he has specialized in offensive security in + the gaming industry, leading efforts to find and mitigate vulnerabilities at Epic Games and Blizzard + Entertainment. Before that, he was a security consultant providing penetration testing, red teaming, + and code review services for many Fortune 100 companies. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Tobias Bieniek + personId: null + roles: + - role: Software Engineer + roleClass: paid_staff + contact: null + bio: Tobias Bieniek is the Rust Foundation's crates.io-focused Software Engineer. He has been involved + with the Rust ecosystem since roughly 2015. He started out by working on the intellij-rust project. + In 2019, Tobias officially joined the crates.io team, and in May 2021 was asked to co-lead it. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Adam Harvey + personId: null + roles: + - role: Software Engineer + roleClass: paid_staff + contact: null + bio: 'Adam Harvey is the Rust Foundation''s security-focused Software Engineer. He partners with Walter + Pearce to carry out priorities identified by the Security Initiative. Adam is a self-described generalist + software developer who has worked at a variety of companies and open source projects including New + Relic, Sourcegraph, and PHP over his 20-year career. (Pronouns: he/him)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Marco Ieni + personId: null + roles: + - role: Infrastructure Engineer + roleClass: paid_staff + contact: null + bio: Marco started his career as an Embedded System Engineer. Since 2020 he worked as a Rust Backend + Engineer, building microservices with high performance requirements. During his spare time, he maintains + release-plz. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Tina Krauss + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: 'As Program Manager, Tina leads a range of initiatives across marketing, events, training, and + membership. She brings over a decade of experience in event and project management. Having previously + worked for the Drupal Association, The Linux Foundation, and Cloud Native Computing Foundation, Tina + has an extensive background in open source and non-profit operations. (Pronouns: she/her)' + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Ernest Kissiedu + personId: null + roles: + - role: Global Rust Community Coordinator + roleClass: paid_staff + contact: null + bio: Ernest Kissiedu is the organizer of Rust Nation UK, a conference that focuses on introducing people + to the Rust ecosystem. He is also the organizer of the Rust London Meetup Group and a co-founder of + the DevX Initiative. At the Rust Foundation, Ernest works on a contracted basis to help serve global + Rust communities and develop events. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +- name: Ubiratan Soares + personId: null + roles: + - role: Infrastructure Engineer + roleClass: paid_staff + contact: null + bio: Ubiratan Soares ("Ubi") started his professional career as a Mobile Engineer, and over almost 15 + years became a generalist software engineer with a special taste for infrastructure, security, and + automation. He partners with Marco Ieni on Rust infrastructure. Born and raised in São Paulo, Brazil, + he has been living in Spain since 2019. + termStart: null + termEnd: null + sourceUrl: https://rustfoundation.org/about/ + derived: org_live + confidence: 0.9 +--- + +# Rust Foundation — Leadership + +Scope of this record: the Board of Directors (Member Directors and Project Directors) and the Foundation's employed/contracted Team, as published on the About page. The Rust Foundation is an independent non-profit stewarding the Rust programming language. + +Board structure: the board is composed of Member Directors (representatives of member organisations) and Project Directors (elected by the Rust Project), who share equal voting power. Each Platinum member holds a dedicated board seat; there is one Silver Member Representative. The board has five seats reserved for Project Directors. Nell Shamrell-Harrington serves as Chair (captured as `officer`) as well as Microsoft's Member Director. All other directors are captured as `board_director`, with their represented organisation recorded in the role label and bio. + +Term dates: the org states that Project Directors serve two-year terms elected by the Rust Project, but no individual term start/end dates are published, so `term_start`/`term_end` are `null` for everyone. This general term structure is a candidate for the leadership-history dataset. + +Paid vs volunteer: the "Our Team" members are the Foundation's employed staff. The Executive Director & CEO (Dr. Rebecca Rumbul) is captured at confidence 1.0. The remaining team members are `paid_staff` at confidence 0.9 (listed under the staff/team heading with employment-style bios; paid status inferred rather than stated verbatim). Ernest Kissiedu is noted in his bio as working "on a contracted basis". Member and Project Directors are not paid by the Foundation for board service and are classed `board_director`. + +Contact: not published per person (`null` for all). Bios are captured verbatim (lightly trimmed) from the About page. A "Distinguished Advisors" section exists on the page but individual advisors were not enumerated in the retrieved content; they are advisory (non-governance) roles and are not captured here. diff --git a/_leadership/freebsd.md b/_leadership/freebsd.md new file mode 100644 index 0000000..e903a1f --- /dev/null +++ b/_leadership/freebsd.md @@ -0,0 +1,407 @@ +--- +identifier: freebsd +commonName: The FreeBSD Foundation +asOf: 2026-07-24 +sources: +- url: https://freebsdfoundation.org/about-us/our-team/ + type: org_live + retrieved: 2026-07-24 +people: +- name: Justin T. Gibbs + personId: null + roles: + - role: President + roleClass: officer + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Justin is a Software Engineer at Meta. His past experience has ranged from office application + development at Microsoft to embedded systems for general aviation aircraft at Avidyne. A member of + the FreeBSD Development Team since 1993, Justin has contributed to many areas of the FreeBSD operating + system, and is best known for his work on the SCSI subsystem. After serving on the FreeBSD Core Team + from 1995-2000 he created the FreeBSD Foundation to provide a non-profit framework for funding FreeBSD + development and community support. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Andrew Wafaa + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Andrew leads Arm''s Open Source Office, encompassing internal and external open source engagements + and has been working with both the FreeBSD Foundation and the community for over 8 years, pushing + for Arm adoption externally and FreeBSD adoption internally. As a member of Arm''s Open Source Software + leadership team, he is responsible for building the relationships between Arm engineering and key + open source projects of which FreeBSD is one such project. + + + With nearly 20 years of experience in the Open Source space working for the likes of Fujitsu, EMC, + Sun Microsystems as well as local government IT teams. He has held and continues to hold numerous + Board positions in various Open Source projects, including openSUSE, Xen and the Yocto Project. Prior + to the technology world, Andrew spent over a decade in the aviation space and is slowly returning + to it as a private pilot. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: John Baldwin + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'John is a FreeBSD developer and software consultant who has worked with FreeBSD in a variety of + industries, including media, finance, and academic research. John has contributed to various technical + areas of FreeBSD since 1999, including symmetric multiprocessing (SMP), the virtual memory subsystem, + kernel TLS (Transport Layer Security) offload, NVMe over Fabrics, and numerous device drivers. John + has also participated in the FreeBSD Project''s leadership, serving on the release engineering, core, + and source manager teams as well as organizing multiple developer and vendor summits. John currently + chairs the editorial board of the FreeBSD Journal. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Robert N. M. Watson + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: 'Dr. Watson is a University Senior Lecturer (Associate Professor) in Systems, Security, and Architecture + at the University of Cambridge Computer Laboratory, where he leads a research team exploring intersections + between operating systems, networking, security, program analysis/transformation, and computer architecture. + He has worked extensively with industrial consumers of FreeBSD to support their interaction with the + open-source community, and developed the MAC Framework that supports product-specific security models, + such as the sandboxing features in iOS, Mac OS X, and Junos. Previously, Dr. Watson was a Senior Research + Scientist at McAfee Research. He co-authored "The Design and Implementation of the FreeBSD Operating + System." He has served on the FreeBSD Core Team and Foundation Board for over ten years and has been + an active contributor to the open-source FreeBSD operating system in the areas of security, networking, + and release engineering since the late 1990s. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Dave Cottlehuber + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: 'Dave Cottlehuber is the Founder & CTO of SkunkWerks, a specialist software/services consultancy + building distributed systems that are resilient to failures, using FreeBSD, Elixir and Erlang/OTP. + Before founding SkunkWerks, he spent 15 years in IT Outsourcing, managing large-scale technology transitions + and operations at Hewlett-Packard and Telecom New Zealand. He is a long-time open source developer + and advocate, Project Committee member for the Apache CouchDB project, Emeritus Apache Software Foundation + member, and FreeBSD Ports Committer since 2017. Dave joined the FreeBSD Core Team in 2024. He brings + experience in opensource community building, business and technology transformation programs, and + people management to his new role on the FreeBSD Foundation Board + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Deb Goodkin + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + - role: Assistant Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Deb has been with the Foundation since August, 2005. She has spent 20+ years working in marketing, + sales, and development of data storage devices. She earned an MSEE from the University of Santa Clara, + and a BSCE from the University of California, San Diego. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Ed Maste + personId: null + roles: + - role: Senior Director of Technology + roleClass: paid_staff + contact: null + bio: 'Ed first became involved with FreeBSD while working on the operating system team at Sandvine, + Inc. in 2003. In 2005 he started working with Robert Watson to solve issues in the FreeBSD network + stack and received a commit bit later that year. + + + Since then, he moved on to lead the operating system team and led a number of developers working to + bring enhancements from FreeBSD into Sandvine''s operating system by contributing back changes that + they have made and supporting work that they find valuable by contracting FreeBSD committers. Ed started + working as a kernel consultant in 2012 after leaving Sandvine. + + + In 2013, Ed took on the role of Director of Project Development for the FreeBSD Foundation, managing + the project grant process and full-time FreeBSD Foundation Development staff. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Anne Dickison + personId: null + roles: + - role: Deputy Director + roleClass: paid_staff + contact: null + bio: 'Anne joined the Foundation in 2015 and brings 20 years of experience in technology-focused marketing, + communications, and operations. Specifically, her work as the Marketing Director and then Co-Executive + Director of the USENIX Association helped instill her commitment to spreading the word about the importance + of free and open source technologies. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Konstantin Belousov + personId: null + roles: + - role: Senior Software Engineer + roleClass: paid_staff + contact: null + bio: 'Konstantin started using FreeBSD in 1998 and began working on fixing bugs in 2005. He received + his commit bit in 2006. + + + Konstantin''s main objective is to keep FreeBSD stable and usable. He joined the Foundation in 2011, + and currently works on new features, bug fixes, security, and code reviews. He specifically likes + to understand the details of the x86 hardware operations. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Isaac Freund + personId: null + roles: + - role: Software Developer + roleClass: paid_staff + contact: null + bio: 'Isaac is a passionate open source developer whose tastes have drifted ever further in the direction + of the BSDs over time. He is a systems programmer with experience working on compilers, databases, + display servers, and more. He is the primary author of the river Wayland compositor and a member of + the Zig programming language core team. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Loren Gurkowski + personId: null + roles: + - role: Administration Manager + roleClass: paid_staff + contact: null + bio: 'Loren joined the Foundation in May of 2018. She graduated from Colorado State University with + a degree in History and Human Development and Family Studies. Loren is currently working on her Masters + at Simmons College. She has worked in the non-profit sector since 2014. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Li-Wen Hsu + personId: null + roles: + - role: Software Engineer + roleClass: paid_staff + contact: null + bio: 'Li-Wen has been involved with FreeBSD since 1999 and received his FreeBSD commit bit in 2007. + He regularly organizes FreeBSD related community resources and events in Taiwan, and also helps with + the BSD events in other parts of Asia. He joined the FreeBSD continuous integration team in 2013. + + + Li-Wen joined the FreeBSD Foundation in May 2018 as a Software Engineer responsible for the software + quality improvement projects. In his spare time for fun, he is a scuba diver, biker, and snowboarder. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Florine Kamdem + personId: null + roles: + - role: Marketing Coordinator + roleClass: paid_staff + contact: null + bio: 'Florine is a creative and data-driven Marketing Coordinator passionate about bridging the gap + between technology and storytelling. With a background in social media strategy, branding, and IT + support, she brings a well-rounded approach to digital marketing that connects with audiences and + drives impact. + + + At the FreeBSD Foundation, she is excited to combine her passion for marketing with the open-source + tech world by elevating the brand, supporting community growth, and telling meaningful stories for + the future of FreeBSD. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Siva Mahadevan + personId: null + roles: + - role: Software Developer + roleClass: paid_staff + contact: null + bio: 'Siva is a passionate open source developer, digital minimalist, and plaintext enthusiast. He first + joined the FreeBSD Foundation in 2017 as a co-op student studying computer science at the University + of Waterloo. After graduation, he started working on a FreeBSD-derived distribution that bundles IT + software for small organizations. During this time, he became an active contributor to the Ports Collection. + This also led him back to rejoin the Foundation in 2025, where he now works on projects funded by + the STA. In his free time, Siva is a South Indian classical percussionist and music teacher, avid + badminton player, podcast listener, and gamer. He also enjoys spending time learning about and advocating + for the array programming languages. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Joseph Mingrone + personId: null + roles: + - role: Project Manager + roleClass: paid_staff + contact: null + bio: 'Joseph has been a FreeBSD user since the late 1990s and became a ports committer in 2016. He became + increasingly interested in FreeBSD when he began administering a FreeBSD-based cluster for an academic + group at Dalhousie University. He served as the secretary for the tenth Core team from 2018 until + 2020. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Mark Phillips + personId: null + roles: + - role: Marketing Manager + roleClass: paid_staff + contact: null + bio: 'Mark is an engineer by background and a marketer by chance. Over the last 30 years in the tech + industry, the first 20 years were as an engineer. In his early career, he worked for the largest ISP + in the world during the dotcom boom, then moved on to UNIX Engineering roles in various investment + banks. Mark has spent the last decade in Product Management and Product Marketing roles, after joining + Ansible, Inc. very early on, before its acquisition by Red Hat. He calls himself ''a product person''; + in reality, he just enjoys telling stories about products he loves. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Pierre Pronchery + personId: null + roles: + - role: Security Developer + roleClass: paid_staff + contact: null + bio: 'Pierre installed his first FreeBSD system back in 2001, while studying the possibilities of different + open source Operating Systems available. Passionate about their design & implementation, he gradually + focused on NetBSD since 2005, eventually becoming a NetBSD developer in 2012 and serving on the Board + of Directors for the NetBSD Foundation since 2017. He is now a FreeBSD developer as well. + + ' + termStart: null + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +- name: Alice Sowerby + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: 'Alice has been supporting the FreeBSD Foundation as a contract service provider since mid-2024. + She is a multi-skilled program manager and open source leader with over 15 years in technical roles + across cloud native, AI/ML, and DevOps. Currently active in the FreeBSD Foundation, CHAOSS, and the + TODO Group, she brings expertise in program management and strategic leadership. Alice''s past roles + include Program Director at Equinix, with other experience spanning product management, UX, and developer + relations. She is known for her collaborative approach and commitment to impactful, community-driven + initiatives. + + ' + termStart: 2024-mid + termEnd: null + sourceUrl: https://freebsdfoundation.org/about-us/our-team/ + derived: org_live + confidence: 1.0 +--- + +# The FreeBSD Foundation — Leadership + +## Scope + +This record captures the two governance/leadership groups the FreeBSD Foundation publishes on its "Our Team" page: the **Board of Directors** (5 board-only members plus Deb Goodkin, who also serves as a board officer) and the **Staff** (13 people, split by the page into a "Leadership" trio and a "Team" group). Total unique people captured: **18**. Deb Goodkin appears in both groups and is recorded once with all three of her roles. + +The single source is the live org page: https://freebsdfoundation.org/about-us/our-team/ (retrieved 2026-07-24). Both `/about/board-of-directors/` and `/about/staff/` returned 404; the current site path for the whole roster is `/about-us/our-team/`, discovered via `/about/` (which itself redirects to `/about-us/about-the-foundation/`). + +## Paid vs volunteer + +The page states the Board of Directors "is a governing board composed of volunteers" and that board members "are not involved in the day-to-day operations of the Foundation." All board seats are therefore recorded as `board_director`, with named offices (President, Vice President, Secretary, Treasurer, Assistant Secretary) additionally recorded as `officer`. These are volunteer positions, not paid. + +Everyone under the "Staff" heading is recorded as `paid_staff`. The page groups them explicitly as staff (a "Leadership" trio and a "Team"), which is the basis for the paid classification. Employment status is not stated person-by-person, but two bios corroborate paid/contract engagement: Alice Sowerby "has been supporting the FreeBSD Foundation as a contract service provider since mid-2024" (recorded with `term_start: 2024-mid`), and Siva Mahadevan "rejoin[ed] the Foundation in 2025, where he now works on projects funded by the STA." Confidence is held at 1.0 because the "Staff" grouping is an explicit editorial signal, but note that individual employee-vs-contractor status is not itemised on the page. + +Deb Goodkin is the only person spanning both worlds: paid `Executive Director` (staff Leadership) and volunteer board officer `Assistant Secretary`. Justin T. Gibbs is listed with the title "President, Treasurer, and Founder"; "Founder" is his historical designation (he created the Foundation after serving on the FreeBSD Core Team 1995–2000) and is captured in his bio, with his current recorded roles being President, Treasurer, and Board Director. + +## Optional fields availability + +- **bio**: available verbatim for all 18 people. Captured in full. +- **contact**: not published per person. The page lists only a general Foundation address and info@freebsdfoundation.org. All `contact` fields are `null`. +- **term_start / term_end**: no formal board or office term dates are published. `term_start`/`term_end` are `null` for everyone except Alice Sowerby, whose contract-start ("since mid-2024") is recorded as `term_start: 2024-mid`. +- Note: many bios contain narrative join years (Deb since Aug 2005, Ed's 2013 Foundation role, Anne 2015, Konstantin 2011, Loren May 2018, Li-Wen May 2018). These are employment-history prose, not stated governance terms, so they are preserved in the bios but deliberately not lifted into structured `term_start` fields to avoid over-interpreting narrative as formal term data. + +## Gaps + +- No term dates, election/appointment dates, or board-tenure history on this page. If a leadership-history dataset is built for `freebsd`, it will need archive.org captures of this page (and its predecessor `/about/` paths). +- No per-person contact or external links (homepage/GitHub/etc.) published; those would be inferred at the Who's Who (dataset 3) stage with sub-1.0 confidence. +- Employee-vs-contractor status is not itemised for the staff; only Alice Sowerby (contractor) and Siva Mahadevan (STA-funded) are explicit. diff --git a/_leadership/freesoftwaresupport.md b/_leadership/freesoftwaresupport.md new file mode 100644 index 0000000..20121fb --- /dev/null +++ b/_leadership/freesoftwaresupport.md @@ -0,0 +1,27 @@ +--- +identifier: freesoftwaresupport +commonName: Free Software Support Network +asOf: 2025-01-13 +sources: +- url: http://freesoftwaresupport.net/ + type: wayback + retrieved: 2026-07-25 + note: live freesoftwaresupport.net unreachable at crawl time; captured from archive.org snapshot 20250113140135 +- url: http://freesoftwaresupport.net/about.html + type: wayback + retrieved: 2026-07-25 + note: archive.org snapshot 20250113140135; content dated 2015 +people: [] +--- + +# Free Software Support Network — Leadership + +No leadership roster could be found. This file is recorded per instruction so the org has a retryable placeholder. + +Provenance and freshness: live freesoftwaresupport.net was unreachable at crawl time (repeated network failures); the homepage and About page were read from the archive.org snapshot 20250113140135. The site content is dated 2015 (footer "© Free Software Support Network 2015"). + +What the site is: the Free Software Support Network (FSSN) is a 501(c)(3) tax-exempt fiscal-sponsor organisation that provides financial, asset-management, and legal-advice services (through a partnership with the Software Freedom Law Center) to FOSS projects. Its stated current collaborating project is the Diaspora* Project. + +Pages tried and result: the entire site is a four-page brochure (Home, Services, Contact, About, Donate). None of these pages names a board of directors, officers, or staff. The nav bar has no board/leadership/team/people/governance/staff link. The About page names no individuals; contact is via generic addresses (apply@freesoftwaresupport.org, help@freesoftwaresupport.org). No roster is published. + +Where governance likely lives: FSSN's officers are not disclosed on its website. Given the stated SFLC partnership, its governance may overlap with Software Freedom Law Center principals, but that is not stated on-site and is not recorded here (never fabricate). This org should be retried later, or its officers sourced from a public filing (e.g. IRS Form 990) rather than the website. diff --git a/_leadership/fsf.md b/_leadership/fsf.md new file mode 100644 index 0000000..6f46220 --- /dev/null +++ b/_leadership/fsf.md @@ -0,0 +1,263 @@ +--- +identifier: fsf +commonName: Free Software Foundation, Inc. +asOf: 2026-01-01 +sources: +- url: https://www.fsf.org/about/staff-and-board + type: wayback + retrieved: 2026-07-25 + note: live fsf.org unreachable at crawl time; captured from archive.org snapshot 20260101011553 +people: +- name: Ian Kelling + personId: null + roles: + - role: FSF President + roleClass: officer + - role: Board Member + roleClass: board_director + - role: Senior Systems Administrator + roleClass: paid_staff + contact: iank@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Geoffrey Knauth + personId: null + roles: + - role: FSF Treasurer + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Alexandre Oliva + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Christina Haralanova + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Gerald Jay Sussman + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Henry Poole + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: John Gilmore + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Maria Chiara Pievatolo + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Richard M. Stallman + personId: null + roles: + - role: Board Member + roleClass: board_director + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Odile Bénassy + personId: null + roles: + - role: Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Zoë Kooyman + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: zoe@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Craig Topham + personId: null + roles: + - role: Copyright & Licensing Associate + roleClass: paid_staff + contact: craigt@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Dawn Bryanton Peterson + personId: null + roles: + - role: Business Operations Manager + roleClass: paid_staff + contact: dawnbp@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Eko K. A. Owen + personId: null + roles: + - role: Outreach & Communications Coordinator + roleClass: paid_staff + contact: ekokao@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Greg Farough + personId: null + roles: + - role: Campaigns Manager + roleClass: paid_staff + contact: gregf@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Jeanne Rasata + personId: null + roles: + - role: Membership Coordinator + roleClass: paid_staff + contact: jeanne@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Krzysztof Siewicz + personId: null + roles: + - role: Licensing and Compliance Manager + roleClass: paid_staff + contact: ksiewicz@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +- name: Michael McMahon + personId: null + roles: + - role: GNU/Linux Systems Administrator + roleClass: paid_staff + contact: michael@fsf.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.fsf.org/about/staff-and-board + derived: wayback:20260101011553 + confidence: 1.0 +--- + +# Free Software Foundation — Leadership + +Scope of this record: the FSF staff, Board of Directors, and voting members, as published on the FSF "Staff and Board" page. + +Provenance and freshness: live www.fsf.org was unreachable at crawl time (repeated network failures). This record is derived from the archive.org snapshot captured 2026-01-01 (timestamp 20260101011553); `as_of` reflects that snapshot and `derived` records the specific capture. The underlying page itself was last edited 2016-08-10 as a template but its roster content is current to the snapshot. + +Officers: the FSF designates President (Ian Kelling) and Treasurer (Geoffrey Knauth); both are also Board Members and are recorded with multiple roles. Ian Kelling additionally serves as a Senior Systems Administrator (paid staff), so his single record carries three roles. + +Board vs voting members: the FSF distinguishes its Board of Directors from its "voting members" (the corporate membership that elects/oversees the board). The board and voting-member lists overlap heavily; those who appear on both carry both a `board_director` role and a `Voting Member` (`volunteer`) role. Odile Bénassy is a voting member only (not on the board) and is recorded with the single `Voting Member` role. Voting membership is a governance role, recorded as `volunteer` (unpaid, non-board). + +Pending board change: an FSF news item dated 2025-12-29 ("Eko K. A. Owen joins the FSF board as the union staff pick") announced Eko K. A. Owen joining the board. The Board of Directors list in this snapshot does not yet reflect that, so Eko is recorded here as staff (Outreach & Communications Coordinator) only; the board addition should be confirmed and added on the next refresh. + +Paid vs volunteer: staff are FSF employees (paid_staff, confidence 1.0, each with a published @fsf.org email, captured as contact). Board and voting members are governance volunteers. + +Term dates, bios: not published per person on this page (null). The FSF notes a board recruitment/governance process exists but states no individual term dates. diff --git a/_leadership/fsfe.md b/_leadership/fsfe.md new file mode 100644 index 0000000..a536830 --- /dev/null +++ b/_leadership/fsfe.md @@ -0,0 +1,300 @@ +--- +identifier: fsfe +commonName: Free Software Foundation Europe e.V. +asOf: 2026-07-25 +sources: +- url: https://fsfe.org/about/people/people.en.html + type: org_live + retrieved: 2026-07-25 +people: +- name: Matthias Kirschner + personId: null + roles: + - role: President + roleClass: officer + - role: Full-time employee + roleClass: paid_staff + contact: mk@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Heiki Lõhmus + personId: null + roles: + - role: Vice President + roleClass: officer + contact: repentinus@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Patrick Ohnewein + personId: null + roles: + - role: Financial Officer, Deputy Coordinator Italy + roleClass: officer + contact: patrick@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Georg C. F. Greve + personId: null + roles: + - role: Founding President + roleClass: officer + contact: greve@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 0.9 +- name: Anna Rita Russo + personId: null + roles: + - role: Intern + roleClass: paid_staff + contact: annarita.russo@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Marta Andreoli + personId: null + roles: + - role: Coordinator Italy (Contractor) + roleClass: paid_staff + contact: marta@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Carmen Bianca Bakker + personId: null + roles: + - role: Coordinator REUSE Software (Contractor) + roleClass: paid_staff + contact: carmenbianca@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Tobias Diekershoff + personId: null + roles: + - role: System Administrator, Coordinator Webmasters, Senior Project Manager + roleClass: paid_staff + contact: tobiasd@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Ana Galan + personId: null + roles: + - role: Programme Manager + roleClass: paid_staff + contact: anaghz@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Henning Fehr + personId: null + roles: + - role: Office Coordinator + roleClass: paid_staff + contact: hf@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Francesca Indorato + personId: null + roles: + - role: Office Assistant + roleClass: paid_staff + contact: fi@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Gabriel Ku Wei Bin + personId: null + roles: + - role: Programme Manager + roleClass: paid_staff + contact: gabriel.ku@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Lucas Lasota + personId: null + roles: + - role: Senior Programme Manager + roleClass: paid_staff + contact: lucas.lasota@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Mareike Graf + personId: null + roles: + - role: Staff (role not specified on team page) + roleClass: paid_staff + contact: mareike@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Bonnie Mehring + personId: null + roles: + - role: Senior Project Manager, Coordinator Translations + roleClass: paid_staff + contact: bonnie@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Johannes Näder + personId: null + roles: + - role: Coordinator Germany, Programme Manager + roleClass: paid_staff + contact: jn@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Diego Naranjo + personId: null + roles: + - role: Senior Policy Consultant (Contractor) + roleClass: paid_staff + contact: diego.naranjo@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Jithendra Palepu + personId: null + roles: + - role: Project Manager + roleClass: paid_staff + contact: jithendra@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Dario Presutti + personId: null + roles: + - role: Project Manager + roleClass: paid_staff + contact: dario@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Silvia Rodríguez-Berzosa + personId: null + roles: + - role: Intern + roleClass: paid_staff + contact: silviarbgl@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Alexander Sander + personId: null + roles: + - role: Programme Manager + roleClass: paid_staff + contact: alex.sander@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Florian Snow + personId: null + roles: + - role: Technical Advisor, Coordinator Franconia + roleClass: paid_staff + contact: floriansnow@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +- name: Sofía Aritz + personId: null + roles: + - role: Policy Consultant (Contractor) + roleClass: paid_staff + contact: sofiaritz@fsfe.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://fsfe.org/about/people/people.en.html + derived: org_live + confidence: 1.0 +--- + +# Free Software Foundation Europe — Leadership + +Scope of this record: the FSFE Executive Council (officers) and the paid staff of the FSFE team page. FSFE is a German registered association (e.V.). + +Officers (Executive Council): President (Matthias Kirschner), Vice President (Heiki Lõhmus), and Financial Officer (Patrick Ohnewein). The Executive Council is responsible for budgeting and implementing strategic guidelines. Matthias Kirschner is additionally a full-time employee (dual role). Georg C. F. Greve is listed as Founding President; this is an honorary/founding title rather than a current elected office, so it is recorded as `officer` at confidence 0.9 with this note. + +Paid vs volunteer: the team page tags each person's employment status. People tagged "Full-time employee", "Part-time employee", or "Contractor" are recorded as `paid_staff` at confidence 1.0 (status stated verbatim; contractor roles note "(Contractor)" in the role). Contact is captured verbatim from the per-person @fsfe.org email published on the page. + +Scope decision — excluded: the FSFE team page also lists roughly 20 further people (mostly volunteer country/city coordinators, deputy coordinators, and translators) who carry no employment tag. The page states people work "on a voluntary or paid basis", so an absent tag implies volunteer but is not stated explicitly; these unpaid non-governance coordinator roles are excluded from this leadership record (they can be added as `volunteer` at reduced confidence in a fuller pass). The FSFE also has a General Assembly (the legal association's members); the page provides a filter for it but does not separately enumerate GA membership, so GA-only members are not captured. + +Term dates, bios: not published per person on the team page (null). diff --git a/_leadership/gentoo.md b/_leadership/gentoo.md new file mode 100644 index 0000000..ddd4419 --- /dev/null +++ b/_leadership/gentoo.md @@ -0,0 +1,99 @@ +--- +identifier: gentoo +commonName: The Gentoo Foundation, Inc. +asOf: 2026-07-25 +sources: +- url: https://wiki.gentoo.org/wiki/Foundation:Main_Page + type: org_live + retrieved: 2026-07-25 +- url: https://www.gentoo.org/inside-gentoo/foundation/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Ulrich Müller + personId: null + roles: + - role: President + roleClass: officer + - role: Trustee (Board Member) + roleClass: board_director + contact: null + bio: null + termStart: 2025 + termEnd: 2027 + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 +- name: Robin Johnson + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Infra Liaison + roleClass: officer + - role: Trustee (Board Member) + roleClass: board_director + contact: null + bio: null + termStart: 2025 + termEnd: 2027 + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 +- name: Matthew Thode + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Trustee (Board Member) + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2026 + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 +- name: Andreas K. Hüttel + personId: null + roles: + - role: Trustee (Board Member) + roleClass: board_director + - role: SPI Deputy Liaison + roleClass: officer + contact: null + bio: null + termStart: 2024 + termEnd: 2026 + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 +- name: David Seifert + personId: null + roles: + - role: Trustee (Board Member) + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2026 + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 +--- + +# The Gentoo Foundation, Inc. — Leadership + +Scope: the Gentoo Foundation Board of Trustees (5 members) and the officer roles they hold (President, Treasurer, Secretary, and liaison officer roles). The Gentoo Foundation is a domestic non-profit corporation incorporated in New Mexico (ID 2463313); the board of directors are the Trustees, and officers work at the direction of the trustees. + +Source: the roster was taken from the "Current Board Members" section and the infobox of the Gentoo wiki Foundation page (https://wiki.gentoo.org/wiki/Foundation:Main_Page), which the org designates as its authoritative leadership listing. The gentoo.org site's foundation page (https://www.gentoo.org/inside-gentoo/foundation/) carries no roster and defers to this wiki page. + +Officers: President = Ulrich Müller; Treasurer = Robin Johnson; Secretary = Matthew Thode. Robin Johnson additionally holds Infra Liaison and SPI Liaison roles; Andreas K. Hüttel holds SPI Deputy Liaison. All officers are also Trustees (the Foundation elects 5 trustees, who then hold officer roles among themselves). + +Term dates: captured verbatim from the "last elected / re-election" statements on the page (confidence 1.0). Müller and Johnson last elected 2025, re-election 2027 (term_start 2025, term_end 2027). Thode, Hüttel and Seifert last elected 2024, re-election 2026 (term_start 2024, term_end 2026). Trustees serve two-year terms via Condorcet election of the Foundation membership. + +Paid vs volunteer: no paid staff and no Staff/Team page. The Foundation is run by volunteer Gentoo developers who serve as unpaid trustees/officers; the page does not use the explicit word "volunteers", so paid-vs-volunteer is inferred from the absence of any staff/employment listing and the developer-elected trustee model. All records are classed board_director/officer (no paid_staff). + +Excluded: Matthew Marchese (maffblaster) appears in the infobox as "Foundation Wiki Editor" — a maintenance role, not a board or officer governance position — and is therefore not recorded as leadership. + +Not published (hence null): per-person contact (only a shared trustees@gentoo.org list and #gentoo-trustees IRC channel exist) and bios. Developer handles are published in parentheses (ulm, robbat2, prometheanfire, dilfridge, soap) but are usernames, not contact details, so contact is left null. diff --git a/_leadership/gnome.md b/_leadership/gnome.md new file mode 100644 index 0000000..e907243 --- /dev/null +++ b/_leadership/gnome.md @@ -0,0 +1,191 @@ +--- +identifier: gnome +commonName: GNOME Foundation +asOf: 2026-07-24 +sources: +- url: https://foundation.gnome.org/team + type: org_live + retrieved: 2026-07-24 +- url: https://foundation.gnome.org/ + type: org_live + retrieved: 2026-07-24 +people: +- name: Allan Day + personId: null + roles: + - role: President + roleClass: officer + - role: Executive Director (acting) + roleClass: paid_staff + - role: Board Director + roleClass: board_director + contact: null + bio: Allan is the current President of the GNOME Foundation, and is serving in the Executive Director + role. He is responsible for the day-to-day running of the organization, and works closely with the + staff team, officers, and the Executive Committee. Prior to taking the President role, Allan had over + seven years experience as a member of the GNOME Foundation Board of Directors, including time spent + as the Board Chair. Outside of the Foundation, he has participated in many different aspects of the + GNOME project, including design, documentation, and marketing. + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Kristi Progri + personId: null + roles: + - role: Director of Program Management + roleClass: paid_staff + contact: null + bio: As the Director of Program Management, Kristi oversees the GNOME Pathways Initiative to recruit, + mentor, and elevate new creators from diverse regions. She manages Pathways goals aligned with the + strategic plan, promoting diversity, equity, and inclusion and she executes all Foundation conferences + and events. + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Bartłomiej Piotrowski + personId: null + roles: + - role: Infrastructure Engineer + roleClass: paid_staff + contact: null + bio: As the Infrastructure Engineer, Bartłomiej plans, manages, and delivers services that ensure the + Foundations's technical platforms are reliable, efficient, and well-maintained. He is responsible + for managing all infrastructure hosting the organization's websites and auxiliary services, and maintaining + Flathub. + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Anonymous + personId: null + roles: + - role: Administrative Assistant + roleClass: paid_staff + contact: null + bio: The GNOME Foundation's Administrative Assistant is responsible for a wide variety of clerical tasks. + This staff member supports bookkeeping efforts through invoicing, reconciling expense reports, and + preparing materials for tax filing and she assists with scheduling and meeting coordination, managing + donor and general mailing lists, and responding to inquiries from the community. + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Robert McQueen + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Cassidy James Blaede + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Maria Majadas + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Federico Mena Quintero + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Arun Raghavan + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Julian Sparber + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Lorenz Wildberg + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +- name: Deepa Venkatraman + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://foundation.gnome.org/team + derived: org_live + confidence: 1.0 +--- + +# GNOME Foundation — Leadership + +Scope of this record: the GNOME Foundation staff team (paid) and the Board of Directors, as published on the org's live Team page (https://foundation.gnome.org/team). The GNOME Foundation is a membership-based organization with a board elected annually by its members. + +Paid vs volunteer: the Team page explicitly groups four people under "The GNOME Foundation staff team" — Allan Day, Kristi Progri, Bartłomiej Piotrowski, and the (unnamed) Administrative Assistant. That explicit "staff team" grouping is the org's own labelling, so all four are tagged `paid_staff` with `confidence: 1.0`. This is a stronger signal than ASF's, where employment status was not stated. The nine Board of Directors members are elected volunteers (the governing board) and are tagged `board_director`. + +Allan Day dual/triple role: he is listed both under the staff team and on the Board. The page states he is the current President, "is serving in the Executive Director role" (day-to-day running), and previously spent over seven years on the Board including time as Board Chair. He is therefore recorded with three roles: President (`officer`), Executive Director (acting) (`paid_staff`), and Board Director (`board_director`). All three role facts are stated verbatim, so `confidence: 1.0`; the "(acting)" qualifier on ED reflects the page's "serving in the Executive Director role" wording rather than a permanent ED appointment. + +Administrative Assistant name: the org deliberately publishes this staff member as "Anonymous" (no name given). The name field records "Anonymous" verbatim as published; it is NOT a missing/unknown value and has not been fabricated. Bio and role are published; the individual's name is withheld by the org. + +Officers: the only officer named on this page is the President (Allan Day). GNOME's board elects officers (e.g. Chair, Treasurer, Secretary), but no other officer holders are published on the Team page, so none are recorded here (not fabricated). Officer detail, if needed, would come from the Foundation Handbook (https://handbook.gnome.org/foundation/board-of-directors.html) or annual reports. + +Not published on this page (hence `null`): contact info and term dates (term_start/term_end) for all individuals; bios for all nine board directors. Bios are published only for the four staff members and are captured verbatim. The board is stated to be "elected annually" but no per-person term dates are given. + +People captured: 12 distinct individuals (4 staff — one of whom, Allan Day, is also President and a Board Director — plus 8 further Board Directors, for 9 board members total). diff --git a/_leadership/haikuinc.md b/_leadership/haikuinc.md new file mode 100644 index 0000000..95fff11 --- /dev/null +++ b/_leadership/haikuinc.md @@ -0,0 +1,90 @@ +--- +identifier: haikuinc +commonName: Haiku, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.haiku-inc.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Axel Dörfler + personId: null + roles: + - role: President + roleClass: officer + - role: Board of Directors + roleClass: board_director + contact: axeld + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.haiku-inc.org/about/ + derived: org_live + confidence: 1.0 +- name: Rene Gollent + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board of Directors + roleClass: board_director + contact: DeadYak + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.haiku-inc.org/about/ + derived: org_live + confidence: 1.0 +- name: Ryan Leavengood + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board of Directors + roleClass: board_director + contact: leavengood + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.haiku-inc.org/about/ + derived: org_live + confidence: 1.0 +- name: Alexander von Gluck IV + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board of Directors + roleClass: board_director + contact: kallisti5 + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.haiku-inc.org/about/ + derived: org_live + confidence: 1.0 +- name: Jessica Hamilton + personId: null + roles: + - role: Board of Directors + roleClass: board_director + contact: jessicah + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.haiku-inc.org/about/ + derived: org_live + confidence: 1.0 +--- + +# Haiku, Inc. — Leadership + +Scope of this record: the Haiku, Inc. board of directors and its four titled officer positions, as published on the About page. Haiku, Inc. is a 501(c)(3) non-profit supporting the Haiku Project; project-level roles (source-code committers) are separate from foundation governance and are excluded here. + +The board is 5 board-elected individuals from the community. Four of them also hold officer titles: President (Axel Dörfler), Vice President (Rene Gollent), Treasurer (Ryan Leavengood), Secretary (Alexander von Gluck IV). Jessica Hamilton is a director without a titled officer role. + +Paid vs volunteer: the org states verbatim, "All board members work for Haiku, Inc. in a volunteer role and do not receive compensation." All roles are therefore volunteer/officer with confidence 1.0; there is no paid staff. Haiku, Inc. holds no paid staff positions on this page. + +Contact: each person is published with a community handle in parentheses (e.g. axeld, DeadYak), captured verbatim in the `contact` field. These are usernames, not email addresses. + +Not published (hence `null`): per-person email addresses, bios, and term dates. No term history is stated on the site. diff --git a/_leadership/haskell.md b/_leadership/haskell.md new file mode 100644 index 0000000..a17825c --- /dev/null +++ b/_leadership/haskell.md @@ -0,0 +1,104 @@ +--- +identifier: haskell +commonName: Haskell.org, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.haskell.org/haskell-org-committee/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Rebecca Skinner + personId: null + roles: + - role: Chair + roleClass: officer + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2028' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Tom Ellis + personId: null + roles: + - role: Vice Chair / Vice Treasurer + roleClass: officer + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Avi Press + personId: null + roles: + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2026' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Matthías Páll Gissurarson + personId: null + roles: + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2026' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Moritz Angermann + personId: null + roles: + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2026' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Arnaud Bailly + personId: null + roles: + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2028' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +- name: Jeff Young + personId: null + roles: + - role: Committee Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2028' + sourceUrl: https://www.haskell.org/haskell-org-committee/ + derived: org_live + confidence: 1.0 +--- + +# Haskell.org, Inc. — Leadership + +501(c)(3) (New York) governing haskell.org, Hackage, GHC release infrastructure, the wiki, and Google Summer of Code participation. Governed by the Haskell.org Committee: 7 members on staggered 3-year terms; the members elect a chair annually. The corporation's directors are also directors of Haskell Foundation, Inc. + +Term_end years are stated verbatim (confidence 1.0). Per-person contact and bios not published on the committee page (null). No paid staff roster published. Contact: committee@haskell.org. diff --git a/_leadership/idcommons.md b/_leadership/idcommons.md new file mode 100644 index 0000000..64e4b19 --- /dev/null +++ b/_leadership/idcommons.md @@ -0,0 +1,81 @@ +--- +identifier: idcommons +commonName: Identity Commons +asOf: 2026-07-25 +sources: +- url: https://www.idcommons.org/about/people/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.idcommons.org/about/contact-us/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Mary Ruddy + personId: null + roles: + - role: Chair + roleClass: officer + contact: mary@meristic.com + bio: Research Vice President with Gartner covering Identity and Access Management; founding member of + the OASIS Electronic Identity Credential Trust Elevation Methods Technical Committee. + termStart: null + termEnd: null + sourceUrl: https://www.idcommons.org/about/people/ + derived: org_live + confidence: 1.0 +- name: Kaliya Young + personId: null + roles: + - role: Community Steward + roleClass: volunteer + contact: kaliya@identitywoman.net + bio: Co-founder of the Internet Identity Workshop (2005); independent advocate for digital identity, + known as "Identity Woman"; adjunct faculty at Merritt College. + termStart: null + termEnd: null + sourceUrl: https://www.idcommons.org/about/people/ + derived: org_live + confidence: 1.0 +- name: Dean Landsman + personId: null + roles: + - role: Community Steward + roleClass: volunteer + contact: null + bio: Media, marketing and digital strategist; consultant. + termStart: null + termEnd: null + sourceUrl: https://www.idcommons.org/about/people/ + derived: org_live + confidence: 1.0 +- name: Christina Bowen + personId: null + roles: + - role: Community Steward + roleClass: volunteer + contact: null + bio: Knowledge ecologist; co-founder of the Digital Life Collective; building GENIE. + termStart: null + termEnd: null + sourceUrl: https://www.idcommons.org/about/people/ + derived: org_live + confidence: 1.0 +- name: John Philpin + personId: null + roles: + - role: Community Steward + roleClass: volunteer + contact: null + bio: Works with people and companies on platforms, data and trust. + termStart: null + termEnd: null + sourceUrl: https://www.idcommons.org/about/people/ + derived: org_live + confidence: 1.0 +--- + +# Identity Commons — Leadership + +Loosely-structured community organization supporting an open identity layer (convenes the Internet Identity Workshop). The site publishes a "People" page rather than a formal board; Mary Ruddy is named Chair (officer, confidence 1.0). The other four are listed under "People" with no formal title, so they are recorded as Community Steward / volunteer rather than asserting a board role. The Advisors page names no individuals ("details in due course"). + +Contacts for Mary Ruddy and Kaliya Young are published on the contact page and captured. Bios trimmed to the substantive text (the live page contains injected comment-spam sentences, excluded). No paid staff published. diff --git a/_leadership/isc.md b/_leadership/isc.md new file mode 100644 index 0000000..69e697c --- /dev/null +++ b/_leadership/isc.md @@ -0,0 +1,193 @@ +--- +identifier: isc +commonName: Internet Systems Consortium, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.isc.org/team/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.isc.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Jeff Osborn + personId: null + roles: + - role: President + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 +- name: Robert Carolina + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: https://linkedin.com/in/robertcarolina + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Darren Ankney + personId: null + roles: + - role: Director of Technical Support + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Ray Bellis + personId: null + roles: + - role: Director of DNS Operations + roleClass: paid_staff + contact: https://blop.social/@raybellis + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Jacob D'Erasmo + personId: null + roles: + - role: Director of Accounting and Human Resources + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: T. Marc Jones + personId: null + roles: + - role: Director of Sales + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Michał Kępień + personId: null + roles: + - role: BIND 9 QA Manager, Software Developer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Tomek Mrugalski + personId: null + roles: + - role: Director of DHCP Engineering + roleClass: paid_staff + contact: https://twitter.com/thomsongdn + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Vicky Risk + personId: null + roles: + - role: Director of Marketing + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Ondřej Surý + personId: null + roles: + - role: Director of DNS Engineering + roleClass: paid_staff + contact: https://fosstodon.org/@ondrej@sury.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Włodek Wencel + personId: null + roles: + - role: DHCP QA Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 0.9 +- name: Rick Adams + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 +- name: Vint Cerf + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 +- name: Stephen Wolff + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 +--- + +# Internet Systems Consortium, Inc. — Leadership + +Scope of this record: ISC's Board of Directors (3 members), the President, and the Senior Management team, all listed on the /team page under three headings (Staff, Senior Management, Board of Directors). ISC is a not-for-profit 501(c)(3) company incorporated in Delaware (founded 1994; incorporated as Internet Systems Consortium, Inc. in 2004) and employs approximately 45 staff in 15 countries. The ~35 rank-and-file staff (software, QA, support, systems, sales engineers, marketing manager, account managers, system administrators) listed under the "Staff" heading are excluded here as they are not foundation/company leadership; they are captured only at the Senior Management and Board level. + +Paid vs volunteer: The Senior Management roster (Directors of various functions, General Counsel) sits within a company that explicitly states it has ~45 paid staff, so these are recorded as `paid_staff` with `confidence: 0.9` — the org does not stamp each person "employee" verbatim, so the paid status is inferred from the Senior Management heading + stated staff count. Jeff Osborn is listed as "President", a corporate officer title stated verbatim, so recorded as `officer` at `confidence: 1.0` (he is also an executive employee). The three Board Members (Rick Adams, Vint Cerf, Stephen Wolff) are recorded as `board_director` at `confidence: 1.0`; the site does not state whether board service is paid or volunteer, so no paid/volunteer determination is made for them. + +Contact: Per-person contact is not published as email. Several senior managers have public social handles linked from their tile (Robert Carolina — LinkedIn; Ray Bellis — Mastodon; Tomek Mrugalski — X/Twitter; Ondřej Surý — Mastodon), captured in the `contact` field. Vicky Risk's linked handle resolves to ISC's org account (@iscdotorg) rather than a personal one, so her `contact` is left null. + +Not published (hence `null`): bios and term dates for all individuals. ISC does not publish board terms or officer terms on the live site; roster history would need to come from archive.org captures of /team and /board. + +URLs used: https://www.isc.org/about/ (confirmed /team link and org history/incorporation status) and https://www.isc.org/team/ (roster). A dedicated /board page exists (linked as /board/#Adams etc.) but was not separately fetched as the /team page already lists all three board members by name under the Board of Directors heading. diff --git a/_leadership/kernel.md b/_leadership/kernel.md new file mode 100644 index 0000000..2abecc4 --- /dev/null +++ b/_leadership/kernel.md @@ -0,0 +1,23 @@ +--- +identifier: kernel +commonName: Linux Kernel Organization, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.kernel.org/nonprofit.html + type: org_live + retrieved: 2026-07-25 +- url: https://www.kernel.org/category/about.html + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# Linux Kernel Organization, Inc. — Leadership (roster not found) + +No board of directors or officer roster is published on the site. + +What the org is: The Linux Kernel Organization is a California Public Benefit Corporation established in 2002 to distribute the Linux kernel and other Open Source software without charge; it is recognized by the IRS as a 501(c)3 private operating foundation. The site states the organization "is managed by The Linux Foundation, which provides full technical, financial and staffing support for running and maintaining the kernel.org infrastructure." + +What I tried: fetched /nonprofit.html and /category/about.html. The site (nav: About, Contact us, FAQ, Releases, Signatures, Site news) publishes no directors, officers, or staff list. The only named individuals found are on the kernel Code of Conduct Committee (e.g. Kristen Accardi), which is a project-level conduct body, not foundation governance, and is excluded per the crawl instructions. + +Conclusion: the Linux Kernel Organization publishes no governance roster on its live site; it is administered by The Linux Foundation. Its officers/directors would appear in IRS Form 990 / California filings (redacted determination letters are linked on the site). Recorded with `people: []` for retry. diff --git a/_leadership/kuali.md b/_leadership/kuali.md new file mode 100644 index 0000000..750cd57 --- /dev/null +++ b/_leadership/kuali.md @@ -0,0 +1,20 @@ +--- +identifier: kuali +commonName: Kuali Foundation Inc. +asOf: 2026-07-25 +sources: +- url: https://www.kuali.co/about + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# Kuali Foundation Inc. — Leadership (roster not found) + +No foundation leadership roster is published on the site associated with this listing. + +What the site is: https://www.kuali.co is the site of Kuali, Inc., a for-profit ed-tech company, not of the Kuali Foundation. The "Our Story" page (the target of /about) explains the history: the Kuali Foundation was a non-profit consortium of universities founded in 2004 (supported by NACUBO and a Mellon Foundation grant); in 2014 the Kuali Foundation invested in a new for-profit company (led by Joel Dehlin and Chris Coppola) to take over design, delivery, and sales. The live domain is now the commercial company's. + +What I tried: fetched /about (resolves to the "Our Story" content). The site navigation (About: Our Story, Values, Work With Us, Contact Us, Support, Kuali Days, Blog) contains no board / directors / leadership / governance / team / staff page. There is no published list of Kuali Foundation officers or directors on this domain. + +Conclusion: the Kuali Foundation as a governance entity is not represented with a named roster on the live site; its directors/officers (if the Foundation is still active as an investing entity) would be in IRS Form 990 / state filings, not on kuali.co. Recorded with `people: []` for retry. Joel Dehlin and Chris Coppola are named on the page as leaders of the for-profit company circa 2014, not as current Foundation officers, so they are not recorded as foundation leadership. diff --git a/_leadership/laptop.md b/_leadership/laptop.md new file mode 100644 index 0000000..ad6eec5 --- /dev/null +++ b/_leadership/laptop.md @@ -0,0 +1,23 @@ +--- +identifier: laptop +commonName: One Laptop Per Child Association Inc. +asOf: 2026-07-25 +sources: +- url: https://laptop.org + type: org_live + retrieved: 2026-07-25 +- url: https://laptop.org/aboutolpc/ + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# One Laptop Per Child Association Inc. (OLPC) — Leadership (no roster published) + +No leadership roster is published on the site. Both reachable pages loaded successfully but name no individuals in any governance, officer, or staff role. + +Pages fetched: +- `https://laptop.org` (homepage) — marketing content only; site navigation is Home, About Us, Ecosystem, Causes, On the Field. There is no board / leadership / team / staff / people / directors link. +- `https://laptop.org/aboutolpc/` (About Us) — organizational history and mission only ("OLPC is a 501(c)(3) non-profit organization, founded and based in the US"; program began at MIT in 2005). No named leaders, board members, officers, or staff. + +The only contact published is the generic `info@laptop.org` and a Miami address (2340 S Dixie Hwy, Miami, FL 33133, USA; +1 305-371-3755). No personal names appear anywhere on the reachable pages, so no person records are created and nothing is inferred. Per Tier 1 scope (org_live only), this record is left with `people: []`. Retry candidates for a later pass: IRS Form 990 filings for the 501(c)(3), or an archive.org capture of an older laptop.org "people"/"team" page. diff --git a/_leadership/lfcharities.md b/_leadership/lfcharities.md new file mode 100644 index 0000000..6670419 --- /dev/null +++ b/_leadership/lfcharities.md @@ -0,0 +1,23 @@ +--- +identifier: lfcharities +commonName: LF Charities Inc +asOf: 2026-07-25 +sources: +- url: https://lf-charities.org/ + type: org_live + retrieved: 2026-07-25 +- url: https://lf-charities.org/contact/ + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# LF Charities Inc — Leadership (roster not found) + +No named leadership roster is published on the LF Charities site. + +What the org is: LF Charities, Inc. is a Delaware nonprofit corporation and Section 509(a)(3) supporting organization, tax-exempt under 501(c)(3), that supports The Linux Foundation ecosystem (it hosts/supports projects such as Jenkins, OS Climate, Tazama, and Moja Global). + +What I tried: fetched the homepage and /contact/. The site navigation is limited to Home, Policies, and Contact — there is no board / directors / leadership / governance / team / staff / about-us page. The homepage refers only to an anonymous "Manager of LF Charities" (legal@lf-charities.dev) with no named individual. The Contact page lists a postal address (2810 N Church St, PMB 57274, Wilmington, Delaware 19802-4447), phone (415) 723-9709, and support@lf-charities.org, but names no directors or officers. + +Conclusion: LF Charities publishes no individual director/officer/staff names on its live site. As a Linux Foundation supporting organization its officers are likely Linux Foundation personnel, but this is not stated on the site and is not recorded here. Directors/officers would appear in Delaware corporate / IRS Form 990 filings. Recorded with `people: []` for retry. diff --git a/_leadership/linuxfoundation.md b/_leadership/linuxfoundation.md new file mode 100644 index 0000000..509b088 --- /dev/null +++ b/_leadership/linuxfoundation.md @@ -0,0 +1,993 @@ +--- +identifier: linuxfoundation +commonName: The Linux Foundation +asOf: 2026-07-24 +sources: +- url: https://www.linuxfoundation.org/about/leadership + type: org_live + retrieved: 2026-07-24 +people: +- name: Nithya Ruff + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nithya Ruff is Chair of the Linux Foundation Board and one of the world's most recognized open + source leaders. A pioneer of the Open Source Program Office movement, she built the governance frameworks + that enable enterprises to contribute to and lead open source at scale — including at Amazon, Comcast, + and SanDisk. With 25 years in the field, she now applies that same lens to AI governance, making the + case that the principles that made open source trustworthy — transparency, accountability, and clear + licensing — are exactly what AI ecosystems need to mature responsibly. She speaks to executive, board, + and policy audiences globally. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-nithya-ruff + derived: org_live + confidence: 1.0 +- name: Frank Fanzilli + personId: null + roles: + - role: At-Large Director + roleClass: board_director + - role: Treasurer + roleClass: officer + contact: null + bio: 'Frank Fanzilli is a seasoned software veteran and advisor to early- and late-stage software companies. + Previously, he held the post of Global Chief Information Officer and Managing Director at Credit Suisse + First Boston, where he grew the technology business into a $2 billion division with operations in + all major financial centers. + + + In addition to his board seat at The Linux Foundation, Frank has served on the boards of numerous + technology companies. He was a founder of nLayers, Inc., a software company acquired by EMC in 2006, + and a director of PeopleSoft prior to its acquisition by Oracle. + + + Frank holds an M.B.A in finance from New York University and a B.S. in management from Fairfield University.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-frank-fanzilli + derived: org_live + confidence: 1.0 +- name: Tim Bird + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Tim Bird is a longtime Linux kernel developer, with over 25 years experience with the Linux kernel + and open source community. He is a principal software engineer and general Open Source technologist + at Sony Corporation. Over the last 2 decades he has been involved with many projects in the Linux + Foundation and other trade associations to enhance Linux for use in embedded and consumer electronics + products. Tim is the founder of the Embedded Linux Conference and the elinux wiki. He recently served + on the Linux Foundation Technical Advisory Board, and was previously the CTO of Lineo, an early embedded + Linux company. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-tim-bird + derived: org_live + confidence: 1.0 +- name: Erica Brescia + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: null + bio: Erica Brescia is the COO at GitHub. Prior to GitHub, she was the Co-founder and Chief Operating + Officer of Bitnami. Erica has been a dedicated builder of diverse, globally distributed technology + and business teams, and has been featured as a keynote speaker at OpenStack Summit and OSCON. To further + those goals, Bitnami founded the Bitnami Bootcamp, which provides free education and training on cloud, + open source, and containers, for recent college graduates and self-taught technologists living southern + Spain. As a YC Founder, Erica is also an active mentor of aspiring entrepreneurs in the technology + and related industries, as well as being an angel investor in a number of early stage startups. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-erica-brescia + derived: org_live + confidence: 1.0 +- name: Kimberly Craven + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Kimberly Craven is the head of the Open Source Program Office at Red Hat, where she leads a team + of open source experts focused on guiding the company, its customers and partners, and communities + in which they're engaged on open source strategy, processes, and best practices. Kimberly is a believer + in the power of open source to drive positive change and is passionate about helping others get involved + in the community. In her spare time, you can find her skiing and hiking with her family in the White + Mountains of New Hampshire. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-kimberly-craven + derived: org_live + confidence: 1.0 +- name: Eileen Evans + personId: null + roles: + - role: At-Large Director + roleClass: board_director + contact: null + bio: 'Eileen serves as Executive Vice President and General Counsel at Axcelis Technologies. Prior to + joining Axcelis, she was Chief Legal Officer at both a public and a private clean-energy company. + Earlier, she served as Deputy General Counsel at enterprise software leader Micro Focus International. + Eileen''s career includes significant leadership roles in the legal departments of Hewlett Packard, + where she was Deputy General Counsel, as well as Oracle and Sun Microsystems. Eileen earned her Bachelor + of Arts in Political Science from the University of California, Berkeley and her Juris Doctor from + the University of California, Davis. + + + With over two decades of experience in open source, Eileen has led complex discussions with governmental + organizations, including the European Commission, various European National Competition Authorities, + and members of the European Parliament. While at Hewlett Packard, she served as Vice President of + its Open Source Program Office, where she developed and implemented the company''s open source strategy.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-eileen-evans + derived: org_live + confidence: 1.0 +- name: Melissa E. Evers + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Melissa E. Evers is vice president in the Intel Architecture, Graphics, and Software group and + general manager of Software Business Strategy at Intel Corporation. Her responsibilities span guiding + the strategy and defining software strategies across Intel collaborating with teams and business units. + Her team builds tools, insights, systems and processes to ensure our software initiatives drive maximum + impact to Intel''s business. Based in Portland, Oregon, Evers leads Intel''s open source software + coordination, strategy and engagement in our associated communities. Outside of Intel, she is a member + of the Linux Foundation board and serves as governing board chair of LF Edge, an umbrella project + within the Linux Foundation. + + + Before assuming her current Intel role in 2019, Evers worked across the system software stack in open + source communities, from device to edge to cloud. She has led development in a breadth of open source + development areas, including Android, Chrome, graphics, media, OpenStack, Cloud Native Computing and + StarlingX. In 2017, her contributions to Chrome OS earned her an Intel Achievement Award, the company''s + highest recognition. Since joining Intel in 2004, Evers has worked across engineering, finance and + product management functions. Before joining Intel, she worked at Dell Inc. and Exxon Mobil Corp. + + + Evers holds a bachelor''s degree in engineering from the University of Texas at Austin. She also earned + an MBA degree from the university''s McCombs School of Business. An active champion of diversity and + inclusion, as well as a certified coach, Evers frequently coaches leaders internally and externally. + She is also a frequent keynote speaker at industry events.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-melissa-e-evers + derived: org_live + confidence: 1.0 +- name: Peixin Hou + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Peixin Hou is currently serving as the Chief Architect of Open Software and Systems in the Central + Software Institute, Huawei. He has been working in the software industry for over 20 years and has + experience in operating systems, mobile software, media processing, and cloud computing. + + + Peixin started his open source journey in 2000 and is now an active strategist and evangelist in the + field. He is involved in defining various key strategies on open source for Huawei and leads the company''s + FOSS development in areas such as Linux and containers. He also serves as a board or steering committee + member in several open source projects, such as Cloud Native Computing Foundation and Core Infrastructure + Initiative. Peixin has also represented Huawei on the board of Linaro. + + + Peixin received his Ph.D. from the University of Surrey, UK in electronic and electrical engineering.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-peixin-hou + derived: org_live + confidence: 1.0 +- name: Takehisa Katayama + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: 'Takehisa Katayama is a Director at Renesas Corporation, a global semiconductor supplier. + + + He has been with Renesas for seven years and is responsible for developing and maintaining Linux and + OSS-based embedded software for RZ MPUs that Renesas'' high-end Arm and RISC-V-based processors designed + for the IoT and industrial markets. + + + Renesas, based in Tokyo, Japan, joined the Linux Foundation in 2011 and is a global semiconductor + manufacturer that provides cutting-edge SoC (system-on-chip) devices for the automotive industry and + infrastructure. Renesas has contributed to the kernel development from the early version 2x time and + has consistently ranked among the top 20 companies in the LF Kernel Report. + + + Takehisa has been an open-source enthusiast for over 15 years. Now, he serves in the board of directors + role at the LF CIP project. + + + Prior to Renesas, he was a Director at Fujitsu Semiconductor Limited (Currently known as Socionext + Inc.) and was a member of the Linaro TSC from 2012 to 2015 as a representative from Fujitsu Semiconductor. + + + Takehisa has extensive experience in dealing with the processor business through the provision of + Linux and OSS-based software and in dealing with legal issues around OSS licenses due to being in + a business unit.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-takehisa-katayama + derived: org_live + confidence: 1.0 +- name: Yoshitake Kobayashi + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Yoshitake Kobayashi is an Assistant General Manager at Toshiba Corporation, where he oversees the + company's comprehensive Linux and open-source initiatives. He drives OSS strategy across a global + leader known for energy, social infrastructure, and electronic devices. With nearly two decades of + experience in the Linux ecosystem, he specializes in integrating embedded Linux into critical infrastructure + like power plants and railway systems. A prominent open-source leader, he has chaired the Core Embedded + Linux Project since 2015 and is a founding member and Technical Steering Committee (TSC) Chair of + the Civil Infrastructure Platform (CIP). He is a passionate advocate for InnerSource and industrial-grade + open source, dedicated to ensuring a sustainable global OSS ecosystem. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-yoshitake-kobayashi + derived: org_live + confidence: 1.0 +- name: Ken Komiyama + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Ken Komiyama is a Manager in the Linux development division at Fujitsu. He has more than 10 years + of experience working as a Linux engineer and supports the customers' mission critical systems. He's + now leading a Linux technical support team which supports tens of thousands of Linux servers around + the global, and his technical support team contributes to customers' business growth and success. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-ken-komiyama + derived: org_live + confidence: 1.0 +- name: David Marr + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'David Marr is Vice President, Legal Counsel at Qualcomm Technologies, where he leads the open + source practice and policy team. He has been practicing in the open source legal field since 1998, + delivering strategic advice to organizations and providing guidance on community licensing practices. + Dave writes and speaks regularly on FOSS-related issues, their interaction with standard-setting, + technology transfer best practices, licensing business models, and other subjects at the intersection + of law and high technology. + + + Prior to Qualcomm Technologies, Dave worked at Sun Microsystems, at various times supporting Java, + OpenSPARC, and Solaris, as well as at Juniper Networks.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-david-marr + derived: org_live + confidence: 1.0 +- name: Ben Maurer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Ben is a software engineer at Meta focusing on privacy and security. He joined Meta in 2010 as + a member of the infrastructure team where he played a key role in driving the performance and reliability + of Meta''s products. Over the course of his time at the company, Ben has worked on several technologies + that Meta has open sourced, including jemalloc, Folly, Thrift, and HHVM. He has also built deep partnerships + with the open source community such as bringing Restartable Sequences to the Linux kernel and building + a team within Meta dedicated to contributing to open source web browsers. Ben is one of the co-creators + of the Diem blockchain and led Meta''s technical contributions to the project. + + + Ben also worked at the White House in 2014 as part of the U.S. Digital Service where he improved the + communication tools used by the President and his staff.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-ben-maurer + derived: org_live + confidence: 1.0 +- name: Yuichi Nakamura + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Yuichi Nakamura, Ph.D is a Director at Hitachi, Ltd., leading Open Source engineering team and + contribution to communities. + + + He has been involved in R&D and solution development including OSS security technologies such as SELinux + and Keycloak for 20 years. He also contributed to SELinux for embedded devices, and gave presentations + at various conferences related to OSS.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-yuichi-nakamura + derived: org_live + confidence: 1.0 +- name: Shojiro Nakao + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Shojiro Nakao is a general manager of the R & D Division of the Automotive Company of Panasonic. + He is responsible for the development and management of automotive software platforms. He has been + working with Linux for over 15 years, in a variety of product development, including mobile, IoT, + and automotive devices. Responsible for software platform development, he has been promoting Panasonic's + collaboration with various open source communities. In addition, he is a steering committee member + of Automotive Grade Linux. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-shojiro-nakao + derived: org_live + confidence: 1.0 +- name: David Rudin + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: David Rudin is an Assistant General Counsel at Microsoft, specializing in standards, open source, + open data, and intellectual property. He shapes the governance, licensing, and patent policies of + global standards organizations, open source and open data initiatives, and industry consortia, with + a focus on scalable and community-driven collaboration. David brings extensive experience working + with multi-stakeholder communities across foundation governance, contributor and specification licensing, + and data sharing frameworks. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-david-rudin + derived: org_live + confidence: 1.0 +- name: Daniel Park + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dr. Daniel Park is a head of open source group in Samsung where he is responsible for open source + strategy, corporate governance and compliance operation, project development and developer relationship + and all kinds of open source stuffs. He has many experiences in terms of global standard and collaboration + including W3C advisory board and working group chair, IETF working group chair, OCF vice president + and open source work group chair, and currently his experience is being expanded to open source communities. + He received his Ph.D from Kyung Hee University in Computer Engineering. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-daniel-park + derived: org_live + confidence: 1.0 +- name: Phil Robb + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Phil is the Head of Ericsson Software Technology (EST), where he leads a passionate group of engineers + developing open source software across a wide range of projects including Linux, OpenStack, Kubernetes, + and ONAP among many others. + + + Prior to Ericsson, Phil was the V.P. of Operations for the Networking Projects at the Linux Foundation + including ORAN, ONAP, OpenDaylight, and Anuket. In that role, Phil led a team of technical staff who + oversaw community software development based on DevOps and open source best practices. Prior to the + Linux Foundation, Phil spent 12 years with Hewlett Packard working on Linux and Open Source starting + in 2001. There, Phil formed and led HP''s Open Source Program Office responsible for open source strategy, + tools, processes, and investments as HP transitioned from Unix to Linux in the Enterprise Server market.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-phil-robb + derived: org_live + confidence: 1.0 +- name: Katsuyuki Yamamoto + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Katsuyuki Yamamoto is a Senior Professional at NEC Corporation and a member of the OSS Promotion + Center, which serves as NEC''s Open Source Program Office (OSPO). He has over 20 years of experience + in the IT industry, focusing on OSS governance, compliance, and enterprise adoption of Linux and OSS. + + + In his current role, he supports the responsible and sustainable use of open source technologies across + NEC Group, covering areas such as OSS governance frameworks, license compliance, and organizational + enablement. He also serves as a Board Member of the Japan OSS Promotion Forum (JOPF), contributing + to the advancement of open source collaboration in Japan.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-katsuyuki-yamamoto + derived: org_live + confidence: 1.0 +- name: Andrew Wafaa + personId: null + roles: + - role: Silver Director + roleClass: board_director + contact: null + bio: Andrew Wafaa is the head of Arm's Engineering Community & Governance organisation, leading the + Open Source Office, driving open source adoption and collaboration both internally and externally; + the AI Office, driving AI policy and standards. With nearly 25 years experience in open source, he + has held leadership and governance roles across numerous foundations and projects, including the FreeBSD + Foundation, PyTorch Foundation, Rust Foundation, Xen Project, UXL Foundation, OpenUK, and the Yocto + Project. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-andrew-wafaa + derived: org_live + confidence: 1.0 +- name: Jim Wright + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'James (Jim) Wright is a well known software architect and attorney who has been working in and + around open source for 20 years. Jim is the author of the Universal Permissive License and has been + with Oracle since 2009, where he currently serves as Chief Architect, Open Source Policy, Strategy, + Compliance, and Alliances. + + + Prior to his time at Oracle, Jim was in private practice at Sidley Austin, where he handled a wide + variety of technology transactional matters as well as patent litigation. Jim is a graduate of Harvard + Law School, and in the decade before starting legal practice he worked in engineering and management + capacities at a variety of different IT enterprises. When not at work, Jim enjoys traveling with his + family and his service dog, Arrow, building and riding his collection of wheeled contraptions, and + making, tasting, and talking about espresso.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-jim-wright + derived: org_live + confidence: 1.0 +- name: Jim Zemlin + personId: null + roles: + - role: Executive Director (CEO) + roleClass: paid_staff + contact: null + bio: 'Jim Zemlin is the CEO of the Linux Foundation, the world''s leading organization for open source + software, standards, and collaborative innovation. He works with many of the world''s largest technology + companies—including Microsoft, OpenAI, Anthropic, Google, IBM, NVIDIA, Samsung, Qualcomm, and others—to + help shape the future of artificial intelligence, cloud computing, and digital infrastructure. + + + Under his leadership, the Linux Foundation has grown into one of the most influential technology organizations + in the world, serving as the home for many of the industry''s most important shared technology investments, + including Linux, Kubernetes, PyTorch, MCP and RISC-V. Through its global ecosystem of companies, developers, + and research institutions, the Linux Foundation enables collaborative innovation at a scale unmatched + in the technology industry. + + + Zemlin''s career has spanned the rise of open source, cloud computing, and AI, and he is widely recognized + for his insights into technology strategy, innovation, and the economics of the digital industry. + A frequent keynote speaker, he advises technology leaders, startups, governments, and nonprofit organizations + around the world on the future of computing and open collaboration.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-jim-zemlin + derived: org_live + confidence: 0.95 +- name: Stephanie Wigle + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: null + bio: Stephanie is the Chief Financial Officer at the Linux Foundation, where she manages accounting, + audit, treasury, and other financial functions for the organization and our hosted projects. Stephanie + brings over fifteen years of finance experience to the Linux Foundation, including time at Deloitte, + and in global advertising and technology startups. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-stephanie-wigle + derived: org_live + confidence: 0.95 +- name: Angela Brown + personId: null + roles: + - role: SVP and GM of Events + roleClass: paid_staff + contact: null + bio: Angela Brown manages The Linux Foundation's global conferences, with responsibilities including + market research, attendee and sponsorship acquisition, and event marketing and production. She has + been producing and marketing events of all types and sizes for over 15 years, primarily in the IT + sector. Angela started her career with Red Herring (fka Dasar, Inc.) in 1994, quickly taking over + responsibility for the planning of their global IT conferences and C-level summits. Before coming + to The Linux Foundation in 2007, she also produced conferences and events at the Sheraton LA Harbor + Hotel and the Pan Pacific San Francisco, as well as for OpenDoor Events. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-angela-brown + derived: org_live + confidence: 0.95 +- name: Mike Dolan + personId: null + roles: + - role: SVP of Legal and Strategic Programs + roleClass: paid_staff + contact: null + bio: 'Michael Dolan is SVP of Legal and Strategic Programs supporting open source projects, research, + and legal programs at The Linux Foundation. He has set up and launched hundreds of open source and + open standards projects covering technology segments including networking, cloud, blockchain, Internet + of Things, AI/ML, security, storage, and embedded devices. Mike also runs open source legal programs + for the Linux Foundation''s members'' legal counsel community which has led to collaborations on standards + such as OpenChain and SPDX. + + + Prior to joining The Linux Foundation, he spent eight years at IBM in roles across systems, services, + and software. He received an M.B.A. from Case Western Reserve University, a J.D. from Cleveland State + University, and a B.S. in economics from John Carroll University. Mike is a member of the Ohio State + Bar Association.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-mike-dolan + derived: org_live + confidence: 0.95 +- name: Clyde Seepersad + personId: null + roles: + - role: SVP & GM, LF Education + roleClass: paid_staff + contact: null + bio: 'Clyde Seepersad leads LF Education and has over 20 years of experience with developing skills + for a post-secondary audience. LF Education''s goal is to provide high-quality certification, training + and skills development for the critical technologies that we host to a global audience. + + + Prior to his involvement in education, Clyde was a Principal at the Boston Consulting Group, a global + strategic consultancy known for its cutting-edge thinking and value creation for clients. He started + his career in the public sector, working within the Ministry of Finance in Trinidad and Tobago. He + holds an MBA and a Masters in Economics from Oxford University, where he was a Rhodes Scholar.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-clyde-seepersad + derived: org_live + confidence: 0.95 +- name: Mike Woster + personId: null + roles: + - role: Chief Revenue Officer + roleClass: paid_staff + contact: null + bio: 'Mike Woster is the Chief Revenue Officer of The Linux Foundation and was a founding executive + team member. He joined the Foundation in 2008, when it had only a handful of employees. + + + Mike and his team have been the engine for growth and sustainability at The Linux Foundation. He has + developed a unique strategy to expand the Foundation from a membership organization exclusively focused + on the kernel to a high-growth business that provides strategic advice and key networking opportunities + to businesses leveraging open source; delivers Linux and open source training and certification; hosts + open source projects; and builds developer ecosystems for corporations and community developers. He + maintains strong relationships with a vast network of technology thought leaders and C-suite executives + at startups and Fortune 100s. + + + Mike developed and executed the organizational growth strategy and hired the executive team to scale + and grow the business. He also built and operated the projects business, the training and certification + business, the IT services business, oversaw finance and operations, and served as an officer of six + legal entities. + + + Prior to joining The Linux Foundation, Mike started at Intel in 2002, when he was chosen for a highly + selective management rotation program. He thrived at Intel, achieving rapid promotions and earning + numerous performance awards. He rotated from assignments in Oregon, California, and Chicago, and spent + a year as the Siemens Business Development Manager in Munich, Germany. + + + Mike earned his M.B.A. from Northwestern University''s Kellogg Graduate School of Management and graduated + cum laude with a B.S. in computer science and honors engineering from Texas A&M University. He is + an advisor and investor in multiple startup firms and previously served as a member of the Board of + Directors for the Drupal Association.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-mike-woster + derived: org_live + confidence: 0.95 +- name: Hilary Carter + personId: null + roles: + - role: SVP, Research + roleClass: paid_staff + contact: null + bio: Hilary Carter joined the Linux Foundation in 2021 to launch and lead LF Research, established to + deliver empirical insights into open source trends, opportunities, and challenges. Prior to joining + the Linux Foundation, Hilary led a global, syndicated research institute focused on blockchain technology + based in Toronto, Canada. She has authored and led nearly 200 research projects focused on open source + innovation and its adoption across industries. Hilary holds a Master of Science in Management from + the London School of Economics, and holds dual Irish and Canadian citizenship. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-hilary-carter + derived: org_live + confidence: 0.95 +- name: Manish Dixit + personId: null + roles: + - role: SVP, Engineering + roleClass: paid_staff + contact: null + bio: Manish Dixit is the SVP and GM of Product Engineering at the Linux Foundation, with over 20 years + of experience in leading product strategy and engineering initiatives. He has a proven track record + in building and scaling products across consumer and enterprise markets, as well as in startups, mid-sized, + and large companies. Manish is passionate about driving innovation, achieving product-market fit, + and fostering sustainable open-source ecosystems. His leadership and expertise have significantly + contributed to advancing technology adoption and excellence in the industry. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-manish-dixit + derived: org_live + confidence: 0.95 +- name: Todd Moore + personId: null + roles: + - role: SVP, Community Operations + roleClass: paid_staff + contact: null + bio: Todd Moore is the SVP of Community Operations for the Linux Foundation family of foundations. With + roots back into the early days of open source and standards, he has been a leader in developing open + source into what it is today. He has served as board chairperson for both the CNCF and OpenJS boards + and as a member of others. With extensive experience at IBM in both hardware and software, he has + collaborated across the industry to establish many of the leading open projects and communities that + serve us all today. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-todd-moore + derived: org_live + confidence: 0.95 +- name: Allison Stokes + personId: null + roles: + - role: VP, Communications + roleClass: paid_staff + contact: null + bio: With nearly 20 years of experience in strategic communications, Allison brings her passion for + open source technology and deep expertise in communications to her role as Vice President of Communications + at the Linux Foundation. As a hands-on leader, she oversees a top-tier team of marketing and PR professionals, + driving the amplification and adoption of cutting-edge open source projects. Allison works closely + with internal leadership and external partners to align marketing and communications efforts with + the Linux Foundation's business objectives and core values. Originally from Newfoundland, Canada, + Allison holds a BA from Bishop's University in Quebec. She currently resides just outside of Boston + with her husband and two children. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-allison-stokes + derived: org_live + confidence: 0.95 +- name: Thierry Carrez + personId: null + roles: + - role: GM of Linux Foundation Europe + roleClass: paid_staff + contact: null + bio: 'Thierry Carrez is the General Manager for OpenInfra Foundation and Linux Foundation Europe. A + systems engineer by trade, he was involved in the inception of the OpenStack project, and still contributes + to its governance and release management. + + + With a personal interest in the intersection of sociology and technology, Thierry is a renowned speaker + on open innovation and open source. He was recognized as a Python Software Foundation fellow in 2012, + and currently acts as vice-chair for the Open Source Initiative.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-thierry-carrez + derived: org_live + confidence: 0.95 +- name: Chris Aniszczyk + personId: null + roles: + - role: CTO, CNCF + roleClass: paid_staff + contact: null + bio: Chris Aniszczyk is an open source technologist with a passion for building a better world through + open collaboration. He's currently a CTO at the Linux Foundation focused on developer experience and + running the Cloud Native Computing Foundation (CNCF). In a previous life, he created the Twitter open + source program and led their open source efforts. Also, for many years he served on the Eclipse Foundation's + Board of Directors representing the maintainer community and the Java Community Process (JCP) Executive + Committee. Furthermore, he's a partner at Capital Factory where he focuses on mentoring, advising + and investing in open source and infrastructure focused startups. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-chris-aniszczyk + derived: org_live + confidence: 0.95 +- name: Daniela Barbosa + personId: null + roles: + - role: GM, Blockchain Healthcare and Identity + roleClass: paid_staff + contact: null + bio: Daniela Barbosa serves as General Manager Blockchain, Healthcare and Identity at the Linux Foundation + and as Executive Director of Hyperledger Foundation with overall strategic and operational responsibility + for staff, programs, expansion and execution of Hyperledger's mission. Daniela has more than 20 years + of enterprise technology experience, including serving for four years as Hyperledger Foundation's + Vice President of Worldwide Alliances with responsibility for the member community as well as broader + industry and business community outreach and overall network growth. She started her career at Dow + Jones where she worked with the top global brands across various sectors, including finance, consumer + and energy, to architect and deliver enterprise systems, ontologies and semantic web solutions. In + the early 2000s, Daniela became involved in the early web 2.0 community helping to advance the concept + of digital identity and data portability as the pathway for people to reuse their data across interoperable + applications. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-daniela-barbosa + derived: org_live + confidence: 0.95 +- name: Andy Updegrove + personId: null + roles: + - role: Legal Counsel + roleClass: paid_staff + contact: null + bio: Andy Updegrove is a partner and founder of Gesmer Updegrove LLP, a Boston-based technology law + firm, and has represented and helped structure more than 135 worldwide standard-setting, open source, + promotional, and advocacy consortia over the past 25 years. He has also represented hundreds of both + emerging and established technology companies, and is the founder and editor of the popular website + http://www.consortiuminfo.org and the widely read Standards Blog. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-andy-updegrove + derived: org_live + confidence: 0.7 +- name: Dan Cauchy + personId: null + roles: + - role: Executive Director, AGL + roleClass: paid_staff + contact: null + bio: Dan is the General Manager of Automotive at The Linux Foundation and the Executive Director of + Automotive Grade Linux. He is responsible for the overall management and execution of the Automotive + Grade Linux collaborative project, an industry effort to build an open source automotive reference + platform backed by leading car manufacturers around the world. Dan has over 22 years of experience + spanning the automotive, telecom, networking, and mobile business verticals. Prior to his current + position, Dan was the Vice President and General Manager of MontaVista's Automotive Business Unit + (acquired by Mentor), responsible for P&L and worldwide execution of MontaVista's automotive software + strategy, sales, marketing, products, and services. During this period, Dan served on the Board of + Directors of the GENIVI Alliance and was responsible for the creation of the GENIVI Compliance Program, + a group that he chaired for its first three years, which led to the release of the GENIVI Specification, + a widely adopted standard in the automotive industry. While at MontaVista, Dan previously held the + position of VP of Marketing and BD, where he was responsible for the development and execution of + MontaVista's global marketing strategy, which led to an acquisition by Cavium. Based in Silicon Valley, + Dan has extensive startup experience. He was the Director of Product Management at Atrica (acquired + by Nokia-Siemens Networks), a carrier Ethernet equipment provider startup. Prior to Atrica, Dan was + the Director of Architecture and Strategy at BlueLeaf Networks, a tunable laser optical networking + startup (now Picarro). He also previously held senior management positions and engineering leadership + positions at Cisco Systems, Newbridge Networks (acquired by Alcatel), and Nortel. Dan earned a Bachelor's + degree in Electrical Engineering (with a Computer Engineering major) from the University of Ottawa. + He holds three patents in the areas of routing and networking, with several others pending. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-dan-cauchy + derived: org_live + confidence: 0.95 +- name: Robin Ginn + personId: null + roles: + - role: Executive Director, OpenJS Foundation + roleClass: paid_staff + contact: null + bio: 'Robin Ginn is the Executive Director of the OpenJS Foundation, the neutral home for open source + JavaScript projects driving broad adoption and development of key JavaScript solutions and related + technologies. + + + As Executive Director, Robin advances the Foundation''s mission to drive adoption and ensure sustainability + in the JS and web development ecosystem. + + + Robin brings technology, strategic marketing and business development experience to the Foundation. + Over the span of her career, Robin has led major initiatives advancing open source technologies, community + development, and open standards. + + + Robin spent more than 10 years at Microsoft where she was at the forefront of the company''s shift + to openness. She co-founded @OpenAtMicrosoft and was instrumental in Microsoft''s contribution and + involvement in the Node.js Project. During her tenure at Microsoft, Robin led strategic business and + marketing initiatives for Microsoft Open Technologies, Inc., Microsoft Azure, and Microsoft Healthcare + in AI & Research. In addition, Robin was a driving force behind go-to-market strategies that introduced + AI and machine learning projects commercially. + + + Prior to Microsoft, Robin held leadership roles at both Edelman and WE Communications and was instrumental + in campaigns focused on technology policy, data privacy, corporate citizenship, and community engagement. + + + Robin earned her B.A. from Washington State University.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-robin-ginn + derived: org_live + confidence: 0.95 +- name: Arpit Joshipura + personId: null + roles: + - role: General Manager, Networking and Orchestration + roleClass: paid_staff + contact: null + bio: 'Arpit Joshipura is an executive leader and open source software evangelist across carriers, cloud + and enterprise IT – spanning networking, orchestrations, operating systems, security, AI, edge, hardware + and silicon. He was recently voted among the Top 5 Movers and Shakers in the Telecom Industry. At + the Linux Foundation, Arpit leads open source networking, orchestration & edge/IOT, including LF Networking + projects (ONAP, OPNFV, ODL, FDIO, OvS, DPDK, OpenSwitch, Akraino/Edge/IOT, etc.) as well as major + industry disruptions including VNFs to CNFs (Cloud Native Network functions), 5G, AI, etc. + + + Arpit brings 30 years of networking expertise and vision to The Linux Foundation, with both technical + depth and business breadth. He has orchestrated and led major industry disruptions across enterprises, + carriers, and cloud architectures, including IP, broadband, optical, mobile, routing, switching, L4-7, + cloud, disaggregation, SDN/NFV, and open networking, and has been an early evangelist for open source. + Arpit has served in CMO, VP, and Engineering roles within both startups and larger enterprises.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-arpit-joshipura + derived: org_live + confidence: 0.95 +- name: Priyanka Sharma + personId: null + roles: + - role: General Manager, CNCF + roleClass: paid_staff + contact: null + bio: 'Priyanka was previously the director of Cloud Native Alliances at GitLab Inc., where she built + the developer evangelism team that participates regularly in the cloud native community. + + + Priyanka also serves as an advisor at Heavybit Industries, an accelerator for developer products. + Priyanka has contributed to several CNCF projects such as Jaeger and Vitess and was a founding team + member of the OpenTracing standard. In addition, Priyanka is a leading speaker and subject matter + expert on cloud native and observability and has spoken about Kubernetes, Prometheus, Jaeger, OpenTracing, + Envoy, Vitess, SPIFFE/SPIRE, and more. She was a startup founder featured at TechCrunch Disrupt and + started her career at Google.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-priyanka-sharma + derived: org_live + confidence: 0.95 +- name: Kate Stewart + personId: null + roles: + - role: VP, Dependable Embedded Systems + roleClass: paid_staff + contact: null + bio: 'Kate Stewart works with the safety, security and license compliance communities to advance the + adoption of best practices into embedded open source projects. + + + Kate was one of the founders of SPDX, and is currently the specification coordinator. She is also + the co-lead for the NTIA SBOM formats and tooling working group. Since joining The Linux Foundation, + she has launched the ELISA and Zephyr Projects among others, as well as supporting other embedded + projects. + + + With over 30 years of experience in the software industry, she has held a variety of roles and worked + as a developer in Canada, Australia, and the US and for the last 20 years has managed software development + teams in the US, Canada, UK, India, and China. She received her Master''s in computer science from + University of Waterloo and Bachelor''s of computer science (co-op program) from the University of + Manitoba.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-kate-stewart + derived: org_live + confidence: 0.95 +- name: Alex Thornton + personId: null + roles: + - role: Executive Director, LF Energy + roleClass: paid_staff + contact: null + bio: Alex Thornton is Executive Director of LF Energy, where he leads efforts to build shared digital + infrastructure for modern energy systems. He brings nearly two decades of experience applying technology + to energy and climate challenges, with leadership roles across the US and Europe spanning tech startups, + public companies, and policy consulting. + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-alex-thornton + derived: org_live + confidence: 0.95 +- name: Steve Fernandez + personId: null + roles: + - role: GM, OpenSSF + roleClass: paid_staff + contact: null + bio: 'Before joining OpenSSF, Steve was at NCR as the Chief Transformation Officer with responsibility + to split the entity into two new companies: NCR Voyix and NCR Atleos. He led the effort and upon successful + completion became the CIO for NCR Voyix leading all technical aspects of the company. + + + Prior to NCR, Steve served as AIG''s Global Chief Technology Officer, responsible for leading technology + vision and operations of the enterprise. He also was the Global Chief Technology Officer at L''Oréal + in Paris, France, where he led the global digital transformation from legacy footprints to cloud, + created a modern digital workplace for employees, and successfully developed a technical culture focused + on agility, speed and professional results. Prior to L''Oréal, he was Chief Information Officer at + Conisus, LLC and Chief Technology Officer for The Coca-Cola Company, Bottling Investments Group. Steve + has held several technology leadership positions at General Electric and Ford Motor Company as well.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-steve-fernandez + derived: org_live + confidence: 0.95 +- name: Jory Burson + personId: null + roles: + - role: VP, Standards + roleClass: paid_staff + contact: null + bio: 'Jory Burson is the VP of Standards for the Linux Foundation, where she helps projects identify + opportunities for standardization and collaborate on specifications. She is an open source developer-turned-standards + practitioner, who is passionate about bringing the best of open source and standards-making best practices + to bear in open projects. With over a decade of experience in the field, Jory has worked with several + private and non-profit organizations including OASIS Open, W3C, Ecma International, and the web standards + consultancy Bocoup, to name a few. She is known for her expertise in web standards, open source governance, + and community management. + + + Jory has played a role in shaping the open source ecosystem through her work with critical open source + projects such as jQuery, Node.js, and MDN Content. Jory is a passionate advocate for open source software, + diversity, and inclusion in the tech industry.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-jory-burson + derived: org_live + confidence: 0.95 +- name: Joanna Lee + personId: null + roles: + - role: VP of Strategic Programs & Legal + roleClass: paid_staff + contact: null + bio: 'As the Vice President of Strategic Programs & Legal at the Linux Foundation and CNCF, Joanna Lee + leads policy initiatives, legal programs, and strategic programs that support the health and evolution + of open source ecosystems. In addition, Joanna develops and oversees programs related to culture, + governance, risk management, and code of conduct incident response for both the Linux Foundation and + its affiliated project communities. + + + Before joining the Linux Foundation, Joanna acted as a legal and strategic advisor to open source + software foundations, standard-setting organizations, and technology start-ups, as well as investors. + Joanna holds a J.D. from Cornell Law School and a B.S. in Economics and Policy & Management from Carnegie + Mellon University.' + termStart: null + termEnd: null + sourceUrl: https://www.linuxfoundation.org/about/leadership#team-bio-joanna-lee + derived: org_live + confidence: 0.95 +--- + +# The Linux Foundation — Leadership + +## Scope +This record captures the two governance/operating tiers the Linux Foundation publishes on its single leadership page (filtered views: "Board of Directors" and "Leadership"): the Board of Directors (21 members captured) and the executive / paid staff team (23 members captured). Total: 44 people. + +Deliberately excluded (technical and honorary roles, not foundation governance or paid operating staff, analogous to how project VPs are excluded from the ASF record): the "Fellows" list (Greg Kroah-Hartman, Janina Sajka, Linus Torvalds, Richard Purdie, Shuah Khan, Thomas Gleixner, Till Kamppeter, Yoshiya Eto) and the "Linux Technical Advisory Board" list (Julia Lawall, Dan Williams, Kees Cook, Dave Hansen, David Hildenbrand, Steven Rostedt, Ted Ts'o, Miguel Ojeda). These could be captured as a separate technical-roles dataset if wanted. + +## Provenance +All records derived org_live from the single leadership page on 2026-07-24. The requested /about/board URL returned HTTP 404; the roster lives at /about/leadership as an anchor-per-person page. Each person's source_url points to their on-page anchor. The Board of Directors and Leadership tiers are distinguished by the page's own filter categories and by each person's stated title and bio. + +## Paid vs volunteer +Board of Directors: these are representatives of member companies (Sony, Red Hat, Intel, Huawei, Qualcomm, Meta, Microsoft, Samsung, Oracle, and others) or At-Large directors. They are employed by their member companies, not paid by the Linux Foundation, so role_class is board_director (not paid_staff). Each director's employer / board-seat sponsor is recorded in the "Board member employers / seat sponsors" section below, not as a per-person field (the schema person shape has no employer field). Seat tiers stated verbatim on the page are preserved in the role field (Gold Director, Silver Director, At-Large Director). Officer roles held concurrently are recorded as separate officer roles: Nithya Ruff is Board Chair; Frank Fanzilli is Treasurer. + +Leadership team: recorded as paid_staff at confidence 0.95. Their titles (CEO/Executive Director, CFO, CRO, CTO, SVP, VP, GM) are stated verbatim and denote Linux Foundation employment, but the page does not print the words "employee", so the paid classification is a near-certain inference rather than a verbatim statement, hence 0.95 rather than 1.0. One exception: Andy Updegrove ("Legal Counsel") is a partner and founder of the external law firm Gesmer Updegrove LLP, so he is outside/contracted counsel rather than an LF employee; recorded paid_staff at confidence 0.7 with that reasoning. + +## Board member employers / seat sponsors (context, from page subtitle + verbatim bio) +Member-company seats: Tim Bird (Sony), Kimberly Craven (Red Hat), Melissa E. Evers (Intel), Peixin Hou (Huawei), Takehisa Katayama (Renesas, Gold), Yoshitake Kobayashi (Toshiba, Gold), Ken Komiyama (Fujitsu), David Marr (Qualcomm), Ben Maurer (Meta), Yuichi Nakamura (Hitachi), Shojiro Nakao (Panasonic, Gold), David Rudin (Microsoft), Daniel Park (Samsung), Phil Robb (Ericsson), Katsuyuki Yamamoto (NEC), Andrew Wafaa (Arm, Silver), Jim Wright (Oracle). At-Large / officer seats: Nithya Ruff (Chair; employer not stated on page, bio cites prior roles at Amazon, Comcast, SanDisk), Frank Fanzilli (At-Large / Treasurer; independent software advisor per bio), Erica Brescia (At-Large; COO at GitHub per bio), Eileen Evans (At-Large; EVP and General Counsel at Axcelis Technologies per bio). Employers are the directors' own companies, not Linux Foundation roles. + +## Optional fields availability +- bio: available and captured verbatim from the page for every person (the one consistently rich optional field). Bios are quoted as data; any dashes/punctuation in them are the source's, not the record author's. +- contact: not published for anyone. All null. +- term_start / term_end: not published for anyone. All null. The page shows no election or term dates for board seats. + +## Gaps and judgement calls +- Dan Williams (Intel) appears on the page in both a board-adjacent position and the Technical Advisory Board list, with a purely kernel-developer bio and no stated board membership. Melissa E. Evers is the person whose bio explicitly states Linux Foundation board membership for Intel. To avoid fabricating a second Intel board seat, Dan Williams is treated as TAB (excluded), not board. Flagged for confirmation. +- The page interleaves all filter categories in a single flat DOM; tier assignment here relies on each person's stated title/bio plus the page's filter labels. No election dates, headcount statements, or org-chart reporting lines are published, so none are inferred. +- Board term history and any past rosters are not on this page; a leadership-history dataset would need archive.org captures of /about/leadership (and its predecessor board page). diff --git a/_leadership/lpi.md b/_leadership/lpi.md new file mode 100644 index 0000000..b2e34e6 --- /dev/null +++ b/_leadership/lpi.md @@ -0,0 +1,287 @@ +--- +identifier: lpi +commonName: Linux Professional Institute Inc. +asOf: 2026-07-25 +sources: +- url: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.lpi.org/articles/lpi-introduces-its-2026-2027-board-of-directors/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Uirá Ribeiro + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Prof. Uirá Ribeiro is a Senior C-Level Executive with solid Information Technology background, + Software Developer and Internet Architect Engineer with a 23-year career. He stays on top of trends + in Open Source technology. As an educator, Uirá has reached the top, serving as headmaster of a Brazilian + University for more than 15 years. He holds a Master in Informatics and Bachelor in Data Processing, + among other fifteen IT certifications. He is the author of 11 books, recognized in the world IT market, + published in English, Portuguese, Spanish and Italian, as LPI Publishing Partner. CEO and founder + of Linux Certification Edutech, for 15 years he has taught Linux online classes, with more than 14,000 + certified students. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Brian Clemens + personId: null + roles: + - role: Vice-Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Brian Clemens is a founder and the Vice President of the Rocky Enterprise Software Foundation, + and a founder and the Program Manager of Rocky Linux. His interest and experience with Linux and FOSS + began with Fedora Core 4, since which he has championed FOSS across a wide range of organizations. + Since co-founding Rocky Linux in 2020, he has worked exclusively on Open Source full-time. Having + worked a diverse range of IT careers, from running cable to supporting multinational telecom infrastructure + deployments, he brings a wide breadth of experience and understanding to the organizations he participates + in. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: André Bermudes Casagrande + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: André Casagrande is a technology professional with extensive experience working with Linux, open + technologies, and enterprise infrastructure across multiple industries, including financial services, + manufacturing, and the public sector. He currently works with hybrid cloud architectures, Linux-based + enterprise environments, and cloud-native platforms such as Kubernetes and OpenShift. He has contributed + to the global technical community as a co-author of the IBM Redbook Modernization Techniques for IBM + Power. Beyond his technical work, André is actively engaged in technical discussions, workshops, and + collaborative initiatives that promote the adoption of Linux and open-source technologies in enterprise + environments. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Simone Davide Bertulli + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Simone Davide Bertulli is a cybersecurity professional with over 8 years of experience working + in the Cyber Defence Center of a major Italian Oil & Gas company. For the past 3 years, Simone has + also been involved in the telecommunications field. Simone has written several articles for the LPI + blog, including the "Security Essentials" and "LPI Membership Journey" series. Additionally, Simone + has experience as a tech reviewer for manuals and technical courses, covering both IT security topics + and infrastructure-related areas such as networking and servers. Since 2024, Simone has been an LPI + Approved Trainer. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Sean Davis + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Sean Davis has been contributing to Xubuntu, Xfce, and the broader Ubuntu ecosystem since 2012, + becoming an Ubuntu Member in 2013, Xubuntu Technical Lead in 2014, and a founding member of the Xubuntu + Council in 2017. He authored and maintained applications that have shipped on millions of Linux desktops: + Catfish, MenuLibre, Mugshot, LightDM GTK+ Greeter, Parole, Xfce Screensaver, and many others. Most + people in this community know Sean as bluesabre. The work Sean is most proud of is the Xfce GTK3 migration. + Professionally, Sean leads engineering at a 500+ person company. Sean is based in Louisville, Kentucky.' + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Henrietta Dombrovskaya + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Hettie Dombrovskaya is a database researcher and practitioner with over 40 years of experience. + Her encounter with PostgreSQL in 2011 opened a new page in her career. At present, Hettie is a Database + Architect at DRW Holdings in Chicago Il, responsible for everything Postgres-related in her organization. + She is a Postgres Contributor, an organizer of the Chicago PostgreSQL User Group and one of the organizers + of PG Day Chicago. She is a founder of Prairie Postgres NFP, a not-for-profit dedicated to Postgres + education in the Midwest states of the USA, and a Communications Chair of the ACM Chicago Chapter. + Her book "PostgreSQL Query Optimization" summarizes her journey from proprietary systems to PostgreSQL. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Werner Fischer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Werner Fischer is an Austrian who has been a passionate Linux user for more than 20 years. In the + early 2000s Werner studied Computer and Media Security at the University of Applied Sciences in Hagenberg. + In 2003 Werner started his internship at the IBM Advanced Technical Support Lab in Mainz, Germany, + staying at IBM until 2005 working on Linux storage projects. After that Werner joined the German server + company Thomas-Krenn, where over the past 20 years he has worked in various roles and published more + than 1,000 articles in the Thomas-Krenn-Wiki. Werner cares about free and open source software and + privacy. Recently, Werner became the first LPI Approved Trainer in Austria. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Tiago Felipe Goncalves + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Tiago Felipe Gonçalves is a Senior Network Engineer with a 24-year career deeply immersed in Linux + and open source technologies. An Italo-Brazilian professional currently based in the Netherlands, + he serves in dual roles as a Senior Network Engineer at Booking.com and a Senior Network Development + Engineer at IX.br. His technical expertise spans Linux, BSD, routing protocols, cloud architectures, + containerization, and programming in Python, Shell, Perl, Rust, and Golang. Tiago holds a portfolio + of 44+ certifications, including the complete LPI certification track (LPIC-1, LPIC-2, LPIC-3 Virtualization + and Containerization, and BSD Specialist). Tiago served as a MANRS (Mutually Agreed Norms for Routing + Security) Ambassador. Fluent in Portuguese, English, and Italian. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Dorothy Gordon + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dorothy Gordon is a global leader in the field of technology and development with a special focus + on Africa. She is a Pan-Africanist and a feminist. Dorothy is the current Chair of the Inter-Governmental + Council for UNESCO's Information for All Programme and a member of the Global Partnership on Artificial + Intelligence expert working group on innovation and commercialisation. Previously she served on the + Global Commission on Internet Governance and worked for many years as a manager with the United Nations + Development Programme. As the founding Director-General of the Ghana-India Kofi Annan Centre of Excellence + in ICT she ran backend systems exclusively on Open Source technology. Previously on the Board of Creative + Commons, Dorothy currently serves on its Advisory Council. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Klaus Knopper + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Klaus Knopper is an Electrical Engineer with a history of three decades of Unix and especially + Linux system administration and developer of customized Linux-based operating systems. As main job, + regular professor for Software Engineering, IT Security and informatics in the programs of Business + Informatics / Information Management at the University of Applied Sciences Kaiserslautern / Germany, + and Vice President for Digitalization there. Also self-employed software developer and consultant. + Klaus was co-founder of the former LinuxTag expo and conference started in 1996. In 2000 he presented + the Live GNU/Linux system Knoppix at the Atlanta Linux Showcase. The ADRIANE accessibility extension + of Knoppix allows blind computer users to get an easy start with Linux. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Michinori Nakahara + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Michinori Nakahara spent over 33 years at IBM-Japan in various leadership positions, specializing + in the Asia-Pacific region. He then served as Chief Training Officer for a Tokyo-based open source + software start-up. In November 2022, he was made Japan General Manager for AutoGrid Systems. With + a professional history with Linux and Open Source Software that goes back to 1999, as manager of Linux + business development at IBM-Japan, his experience with Linux/OSS based systems is extensive. He has + served on various committees, forums and organizations dedicated to Linux and Open Source education + and policies in Japan. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Ricardo Prudenciato + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Graduated in Information Technology and Post Graduated in Computer Networks, Ricardo Prudenciato's + career has always been totally focused on Linux and Open Source technologies, mainly working with + support and administration of systems and their services. In 20 years of experience, he has worked + in most of the levels that a Linux professional will go through in his career, from intern to senior, + leading and coordinating teams, in companies such as IBM, Portugal Telecom and Vivo (Brazil). In the + last 5 years his focus has been on teaching and mentoring professionals, with published courses reaching + more than 38,000 students. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Jill Ratkevic + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: A New Jersey native who arrived in Silicon Valley with her developer-husband at the beginning of + the dot-com era, Jill Ratkevic's first Silicon Valley job came about at the very first open-source + embedded Linux company. Sun's Scott McNealy and Java's James Gosling trusted her to go to Capitol + Hill to advocate for Open Source's presence in movement systems. Her journey from advocacy in 1999 + to being central to the SCO v. IBM lawsuit as the ZDNet reporter who had that scoop gave her a career + in software, being sought out by CEOs from Sun to Salesforce. She is happy to support the community + after 25 years, moving from foundation to enforcement. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Jon "maddog" Hall + personId: null + roles: + - role: Board Chair Emeritus + roleClass: officer + contact: null + bio: Jon "maddog" Hall is the Board Chair Emeritus of the Linux Professional Institute. Since 1969, + Jon "maddog" Hall has been a programmer, systems designer, systems administrator, product manager, + technical marketing manager, author and educator, currently working as an independent consultant. + While not a founding member of LPI, he helped formulate some of the concepts and donated personal + money to allow the first 200 tests be tested for psychometrics. Jon "maddog" Hall has concentrated + on Unix systems since 1980 and Linux systems since 1994, when he first met Linus Torvalds. As the + Executive Director of Linux International he has traveled the world speaking on the benefits of open + source Software. He holds a BS in Commerce and Engineering from Drexel University, and his MSCS from + RPI in Troy, New York. + termStart: null + termEnd: null + sourceUrl: https://www.lpi.org/about-lpi/meet-our-board-of-directors/ + derived: org_live + confidence: 1.0 +--- + +# Linux Professional Institute — Leadership + +Scope: the LPI Board of Directors as published on the "Meet our Board of Directors" page. 14 people: Chair (Uirá Ribeiro), Vice-Chair (Brian Clemens), 11 directors, and Jon "maddog" Hall as Board Chair Emeritus (an honorary officer role, recorded as `officer`). + +Paid vs volunteer: the page states LPI is "a non profit organization" that relies on "our committed group of volunteers who lead the organization at the board level." The board is therefore volunteer/unpaid; the governance roles are recorded as `board_director` / `officer` (their function), with the unpaid nature noted here. No separate paid-staff roster is published on this page. + +Term dates: not stated per person on the roster page, so `term_start` / `term_end` are null for everyone. LPI's own news announcement, "LPI Introduces Its 2026–2027 Board of Directors" (Toronto, 2026-07-15), states this board was formally constituted in July 2026 following AGM elections in June, i.e. the current cohort is the 2026–2027 board. That framing is recorded here in prose rather than as per-person term fields (the roster page itself does not state individual terms), pending a leadership-history capture. + +Bios: published bios captured (lightly condensed from the long-form page text; substance and stated facts preserved verbatim, filler trimmed). Confidence 1.0 for names, roles, and roster membership. + +Contact: no per-person contact published; `contact` null for all. LPI contact is org-level (contact-us page). diff --git a/_leadership/matrix.md b/_leadership/matrix.md new file mode 100644 index 0000000..b696ec5 --- /dev/null +++ b/_leadership/matrix.md @@ -0,0 +1,374 @@ +--- +identifier: matrix +commonName: The Matrix.org Foundation C.I.C. +asOf: 2026-07-25 +sources: +- url: https://matrix.org/foundation/about/ + type: org_live + retrieved: 2026-07-25 +- url: https://matrix.org/foundation/governing-board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Prof. Jon Crowcroft + personId: null + roles: + - role: Guardian (Director of the Foundation) + roleClass: board_director + contact: null + bio: Jon Crowcroft is the Marconi Professor of Communications Systems in the Computer Lab at the University + of Cambridge, and the Turing Institute. Jon is a pioneer in the field of decentralised communication, + and a fellow of the Royal Society, the ACM, the British Computer Society, the Institution of Engineering + and Technology, the Royal Academy of Engineering and the Institute of Electrical and Electronics Engineers. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 1.0 +- name: Matthew Hodgson + personId: null + roles: + - role: Guardian (Director of the Foundation) + roleClass: board_director + - role: Governing Board Member (Foundation representative - Guardian seat) + roleClass: board_director + - role: Spec Core Team Lead + roleClass: volunteer + contact: null + bio: Matthew is technical co-founder of Matrix, and CEO/CTO of Element - the company formed in 2017 + to let the core Matrix dev team work on Matrix full-time as their day job. He came up with the idea + of Matrix with Amandine in 2013 while they were running Amdocs' Unified Communication unit. He has + a degree in Physics & Computer Science from the University of Cambridge. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 1.0 +- name: Amandine Le Pape + personId: null + roles: + - role: Guardian (Director of the Foundation) + roleClass: board_director + - role: Acting Managing Director + roleClass: paid_staff + - role: Finance & Fundraising Committee Vice Chair (Governing Board) + roleClass: officer + contact: null + bio: Amandine is co-founder of Matrix, and COO of Element. She previously ran the business side of Amdocs' + UC unit with Matthew. She has an engineering degree in Telecoms, Electronics and Computer Science + and uses it most to translate the technicalities of Matrix to humans and businesses. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 0.9 +- name: Ross Schulman + personId: null + roles: + - role: Guardian (Director of the Foundation) + roleClass: board_director + - role: Governing Board Member (Foundation representative - Guardian seat) + roleClass: board_director + contact: null + bio: Ross Schulman is a senior counsel and senior policy technologist at New America's Open Technology + Institute, where he focuses on internet measurement, emerging technologies, surveillance, and decentralization. + Prior to joining OTI, Ross worked for Google. Ross brings a unique perspective as a tech- and decentralisation-savvy + lawyer to the Foundation, as well as being one of the first non-developers in the Matrix community + to run his own homeserver. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 1.0 +- name: Jim Mackenzie + personId: null + roles: + - role: Vice President of Trust and Safety + roleClass: paid_staff + contact: null + bio: Jim brings a calm optimism to building a safer, kinder Internet. He has worked with the Safety + team for Matrix.org since 2021, after joining from 37signals. Jim works on policy and process, tooling + and techniques for Matrix.org and Matrix as a whole. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 0.9 +- name: Thibault Martin + personId: null + roles: + - role: Director of Program Development + roleClass: paid_staff + contact: null + bio: Thib is a chronic enthusiast who believes software should improve people's lives but doesn't fall + for techno-solutionism. Thib connects the Foundation's strategy and delivery by overseeing programmes. + He ensures that the programmes stay on track and that they feed the vision of the Foundation in return. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 0.9 +- name: Travis Ralston + personId: null + roles: + - role: Director of Standards Development + roleClass: paid_staff + - role: Spec Core Team Member + roleClass: volunteer + contact: null + bio: Travis is an avid volunteer, free software developer, Spec Core Team (SCT) member, makerspace director, + and collector of strange hobbies. Travis started writing PRs for Matrix in 2016 to support his local + makerspace in switching away from IRC, and has continued contributing to Matrix since. Travis' latest + role supports the SCT in operating the Matrix Spec Change (MSC) process, and engages with other standards + bodies to advocate for and support Matrix. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 0.9 +- name: Denise Almeida + personId: null + roles: + - role: Data Protection Officer + roleClass: paid_staff + contact: null + bio: Denise is passionate about justice and inclusion, which translates into her work in public policy + and compliance. She has been working for Element, and Matrix.org, since early 2020 as their designated + DPO and compliance lead. Denise is also in the final stages of her PhD, which focuses on the intersection + of privacy, privilege and technology. + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/about/ + derived: org_live + confidence: 0.9 +- name: Greg Sutcliffe + personId: null + roles: + - role: Governing Board Chair + roleClass: officer + - role: Governing Board Member (Community - Individual Members) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Kim Brose + personId: null + roles: + - role: Governing Board Vice Chair + roleClass: officer + - role: Governing Board Member (Community - Ecosystem Members, Matrix Community Events) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Andy Balaam + personId: null + roles: + - role: Governing Board Member (Community - Individual Members) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Mathieu Velten + personId: null + roles: + - role: Governing Board Member (Community - Individual Members) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Max + personId: null + roles: + - role: Governing Board Member (Community - Individual Members) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Jade Ellis + personId: null + roles: + - role: Governing Board Member (Community - Ecosystem Members, Continuwuity) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Nicolas Werner + personId: null + roles: + - role: Community Committee Chair (Governing Board) + roleClass: officer + - role: Trust & Safety Committee Vice Chair (Governing Board) + roleClass: officer + - role: Governing Board Member (Community - Ecosystem Members, Nheko-Reborn) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Tobias Fella + personId: null + roles: + - role: Governing Board Member (Community - Associate Members, KDE e.V.) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Neil Johnson + personId: null + roles: + - role: Governance Committee Vice Chair (Governing Board) + roleClass: officer + - role: Governing Board Member (Funder - Platinum Members, Element) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Nick Mills-Barrett + personId: null + roles: + - role: Governing Board Member (Funder - Gold Members, Automattic) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Niklas Zender + personId: null + roles: + - role: Governing Board Member (Funder - Silver Members, Famedly) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Yoan Pintas + personId: null + roles: + - role: Governing Board Member (Funder - Silver Members, DINUM) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 0.9 +- name: Alexey Rusakov + personId: null + roles: + - role: Governing Board Member (Foundation representative - Spec Core Team seat) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Richard van der Hoff + personId: null + roles: + - role: Governing Board Member (Foundation representative - Spec Core Team seat) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Bram van den Heuvel + personId: null + roles: + - role: Governance Committee Chair (Governing Board) + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: Gnuxie + personId: null + roles: + - role: Finance & Fundraising Committee Chair (Governing Board) + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +- name: J. B. Crawford + personId: null + roles: + - role: Trust & Safety Committee Chair (Governing Board) + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://matrix.org/foundation/governing-board/ + derived: org_live + confidence: 1.0 +--- + +# The Matrix.org Foundation C.I.C. — Leadership + +The Matrix.org Foundation is a non-profit UK Community Interest Company (Company #11648710). Its governance has three distinct bodies, captured here from two live pages: + +1. Guardians — the legal directors of the Foundation (its board of directors). Four current: Jon Crowcroft, Matthew Hodgson, Amandine Le Pape, Ross Schulman. Recorded as `board_director`, confidence 1.0 (the page states Guardians "are the legal directors of the non-profit Foundation"). The Governing Board page shows the Foundation is allocated 3 Guardian seats on the Governing Board, one currently vacant. + +2. Foundation staff — the day-to-day team. The Managing Director role is currently vacant, with Amandine Le Pape covering as Acting Managing Director. Named staff: Jim Mackenzie (VP Trust and Safety), Thibault Martin (Director of Program Development), Travis Ralston (Director of Standards Development), Denise Almeida (Data Protection Officer). Recorded as `paid_staff` at confidence 0.9: the Foundation states these are "staffers... responsible for the day-to-day operations" who "are working under contract", but most are Element employees contracted to and funded by the Foundation rather than direct employees (the MD contracts directly with the Foundation). The contract/employment nuance is why confidence is 0.9 rather than 1.0. Amandine's Acting MD role is recorded as `paid_staff` at 0.9 for the same reason. + +3. Governing Board — an advisory board of elected constituency representatives that guides the Guardians, staff, and Spec Core Team (Terms of Reference v1.3, April 2025). Members are recorded as `volunteer` (elected community/funder representatives, not paid by the Foundation) at confidence 0.9 where the page does not explicitly label them volunteers; the base membership role is inferred non-paid. Named committee/board chair positions ARE explicitly stated and are recorded as `officer` at confidence 1.0. Vacant seats (multiple Platinum, one Gold, one Associate, one Guardian, Community Committee Vice Chair) are omitted as they name no person. + +People holding multiple roles are merged into a single record with multiple `roles` entries (e.g. Amandine Le Pape = Guardian + Acting MD + Finance & Fundraising Vice Chair; Matthew Hodgson = Guardian + Governing Board seat + Spec Core Team Lead; Nicolas Werner = Ecosystem rep + Community Committee Chair + T&S Committee Vice Chair). + +Exclusions: the Spec Core Team is a technical subcommittee that governs the Matrix spec, not Foundation governance, so its purely-technical members are excluded per the crawl instructions — EXCEPT the two who hold Foundation-governance seats: Alexey Rusakov and Richard van der Hoff sit on the Governing Board as the Spec Core Team's two representatives, and Matthew Hodgson (SCT Lead) and Travis Ralston (SCT member) are captured via their Guardian/staff roles. Excluded pure-SCT members: Erik Johnston, David Baker, Hubert Chathi, Andrew Morgan, Tulir Asokan, Patrick Cloke. + +Contact / term / bios: no per-person contact published (`contact` null). No term dates published (`term_start`/`term_end` null); elections run in Q2 each year on an alternating-halves cycle, which belongs in a leadership-history capture. Bios are published for the Guardians and staff (captured, condensed) but not for Governing Board members (`bio` null). diff --git a/_leadership/mozilla.md b/_leadership/mozilla.md new file mode 100644 index 0000000..62e3848 --- /dev/null +++ b/_leadership/mozilla.md @@ -0,0 +1,250 @@ +--- +identifier: mozilla +commonName: Mozilla Foundation +asOf: 2026-07-25 +sources: +- url: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.mozilla.org/en-US/about/leadership/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Nicole Wong + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nicole Wong specializes in assisting high-growth technology companies to develop international + privacy, content, and regulatory strategies. Formerly, Nicole served as Deputy U.S. Chief Technology + Officer in the Obama Administration, focused on internet, privacy, and innovation policy. Prior to + her time in government, Nicole was Google's Vice President and Deputy General Counsel, and X's (formerly + Twitter) Legal Director for Products. She currently chairs the board of Friends of Global Voices, + and sits on the boards of WITNESS and The Markup. She serves as co-chair of the Digital Freedom Forum, + and as an advisor to the AI Now Institute, the Alliance for Securing Democracy, Luminate, Refactor + Capital, and the Albright Stonebridge Group. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Mark Surman + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Mark Surman has spent three decades building a better internet, from the advent of the web to the + rise of artificial intelligence. Mark is President of Mozilla, a non profit that works with companies + and communities around the world to ensure the internet is built for people, not for profit. Mark + was Executive Director of Mozilla Foundation for 15 years, growing it into an international movement-building + force renowned for its fellowships, philanthropy, advocacy, and insights work, launching projects + including Common Voice and the Mozilla Festival. Prior, Mark was the founding Director of telecentre.org, + a $26M initiative connecting community technology centers in more than 30 countries. Mark serves on + the Mozilla Foundation and Mozilla Corporation Boards, and on the Boards of Ushahidi and ROOST. He + lives in Toronto and holds a BA in the History of Community Media from the University of Toronto. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Zain Habboo + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Zain Habboo is the Chief Marketing & Mobilization Officer at the International Rescue Committee + where she manages a large global communications and marketing team. Previously, Zain served as the + social change agency Fenton''s Chief Digital & Creative Officer, and before that was Senior Director + of Digital and Multimedia Strategy at the UN Foundation, where she helped launch #GivingTuesday, the + #unselfie, and the Social Good Summit. Zain was born in Iraq, raised in Jordan, and educated in the + U.K. She serves on the board at the Mozilla Foundation and is a board member at PBS''s AmDoc POV series. + Zain is a Global Human Development Fellow at Georgetown University.' + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Edwin Macharia + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Edwin Macharia is a co-Founder of Axum, an Afrocentric impact firm dedicated to developing platforms + and investments that deliver climate-positive growth, inclusive socio-economic development and technological + advancement in Africa and the Middle East. Most recently, he served as the Global Managing Partner + at Dalberg Advisors where he spent 16 years building the firm's footprint across the globe. Before + Dalberg, he was at the Clinton Foundation and McKinsey & Company. Edwin holds a BA from Amherst College + and serves on the Boards of The Nature Conservancy, Nabo Capital and Prudential Kenya. He is an Archbishop + Desmond Tutu Fellow and was recognized as a Young Global Leader by the World Economic Forum. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Alondra Nelson + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Alondra Nelson is the Harold F. Linder Professor at the Institute for Advanced Study. Dr. Nelson + served as deputy assistant to President Joe Biden and acting director of the White House Office of + Science and Technology Policy. She is the author of several books, most recently The Social Life of + DNA. Dr. Nelson is an elected member of the American Academy of Arts and Sciences, the American Association + for the Advancement of Science, the American Philosophical Society, the National Academy of Medicine, + and the Council on Foreign Relations. In 2022, she was selected by Nature to its international list + of ten people who shaped science, was included in the inaugural TIME100 list of the most influential + people in AI, and was appointed as the US-nominated representative to the United Nations High-Level + Advisory Body on AI in 2023. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Helen Turvey + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Helen Turvey (King) has been at the Shuttleworth Foundation for over a decade, driving its evolution + from the traditional funder to the current co-investment Fellowship model. She is responsible for + the Shuttleworth Foundation's strategic direction and daily executive leadership. Helen was educated + in Europe, South America and the Middle East. With 15 years of experience working with international + NGOs and agencies, she is driven by the belief that openness has benefits beyond the obvious, offering + value to education, economies and communities in both the developed and developing worlds. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 1.0 +- name: Nabiha Syed + personId: null + roles: + - role: Executive Director + roleClass: officer + contact: null + bio: Nabiha Syed is Executive Director of Mozilla Foundation, the global nonprofit that does everything + from championing trustworthy AI to advocating for a more open, equitable internet. Formerly, Nabiha + was the CEO of The Markup, an award-winning journalism non-profit. Prior to The Markup, Nabiha was + a highly acclaimed media lawyer with a legal career spanning private practice and the New York Times + First Amendment Fellowship, and led BuzzFeed's libel and newsgathering matters. Nabiha sits on the + boards of the Scott Trust, the New York Civil Liberties Union, the Reporters Committee for the Freedom + of the Press, and the New Press. She is a current member of The World Economic Forum's AI Governance + Alliance. In 2023, Nabiha was awarded the NAACP/Archewell Digital Civil Rights Award. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +- name: Angela Plohman + personId: null + roles: + - role: Chief Operating Officer + roleClass: paid_staff + - role: Secretary and Treasurer (multiple Mozilla Boards) + roleClass: officer + contact: null + bio: Angela Plohman is Chief Operating Officer of the Mozilla Foundation. She is an experienced nonprofit + executive and strategic operations professional. Based in Montreal, she has spent over twenty years + playing key leadership roles in the fields of arts and culture, community building, and technology + in the U.S., Canada and Europe. Angela joined Mozilla in 2012 and built up a team that serves as the + bedrock of Mozilla Foundation's work. She also plays a critical role as the Secretary and Treasurer + of multiple Mozilla Boards. Since 2019, she has served on the Board of OpenMedia, serves on the Board + of the Toronto Biennial of Art, and is President of the Board of Le Livart. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +- name: Danielle Jensen + personId: null + roles: + - role: Vice President, Development + roleClass: paid_staff + contact: null + bio: Danielle Jensen leads the Development team at Mozilla Foundation, bringing over 15 years of strategic + philanthropy experience spanning major and institutional fundraising, donor engagement and stewardship, + organizational planning, and board development. Prior to Mozilla Foundation, Danielle worked as an + independent consultant. She previously served as the Deputy Managing Director of Philanthropy at Climate + Lead, and spent nearly a decade on the principal gifts team at Environmental Defense Fund. Danielle + holds a bachelor's degree in political science from the University of Michigan and serves on the board + of The Growing Place in Santa Monica, California. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +- name: Kristen Spangler + personId: null + roles: + - role: Vice President, Finance and Administration + roleClass: paid_staff + contact: null + bio: Kristen is a systems and finance specialist whose passion is solving the complex problems that + hold organizations back. She has worked as a finance and operations leader in permanent, interim, + and advisory capacities in a variety of social impact organizations. Kristen has designed and refined + the core systems that enable success in grantmaking, global compliance, financial reporting, and risk + management. She serves on the board of directors of Global Leadership Forum, a professional network + for Seattle-based leaders in internationally-focused organizations. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +- name: Kyle Baptista + personId: null + roles: + - role: Vice President, Community + roleClass: paid_staff + contact: null + bio: Kyle is a community organizer with two decades of experience in the areas of distributed networks, + grassroots organizing, civic engagement, movement-building and creative exploration. His work has + been amplified by a national student network of 10,000 international development advocates at Engineers + Without Borders Canada, a city-wide volunteer community of 150+ grassroots park community groups in + Toronto with Park People, and over 200 chapters of CreativeMornings, where he served as Chief Operating + Officer and then Chief Community Officer. Kyle is based in Toronto, Canada. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +- name: Ziyaad Bhorat + personId: null + roles: + - role: Vice President, Imagination and Strategic Growth + roleClass: paid_staff + contact: null + bio: Ziyaad Bhorat is Vice President of Imagination and Strategic Growth at Mozilla Foundation, where + he works at the level of institutional direction, capital strategy, and high-value global partnership + and investment architectures. At Mozilla Foundation he advances long-term strategy, integrates imaginative + and design-led approaches across the institution, and leads Mozilla Foundation's Fellowships program + and Creative Futures, Mozilla's cultural R&D portfolio. A Rhodes Scholar from South Africa, he holds + a PhD from UCLA and graduate degrees from Oxford. He sits on and advises philanthropic and corporate + boards. + termStart: null + termEnd: null + sourceUrl: https://www.mozilla.org/en-US/about/leadership/mozilla-foundation/ + derived: org_live + confidence: 0.9 +--- + +# Mozilla Foundation — Leadership + +Scope: the Mozilla Foundation, the philanthropic/charitable arm of the Mozilla Project. Captured from the Foundation-specific leadership page, which lists two groups: a Leadership Team (executives) and a Board of Directors. 12 people total. + +Board of Directors (6, `board_director`, confidence 1.0): Nicole Wong (Chair), Mark Surman (President), Zain Habboo, Edwin Macharia, Alondra Nelson, Helen Turvey. Chair and President are recorded as additional `officer` roles on Wong and Surman. + +Leadership Team / executives (6, `paid_staff`, confidence 0.9): Nabiha Syed (Executive Director), Angela Plohman (COO), Danielle Jensen (VP Development), Kristen Spangler (VP Finance and Administration), Kyle Baptista (VP Community), Ziyaad Bhorat (VP Imagination and Strategic Growth). These are executive employees of the Foundation; the page does not use the word "paid" but the roles (ED, COO, VPs) are clearly employed staff, hence `paid_staff` at 0.9. Nabiha Syed's Executive Director role is recorded as `officer` (she heads the organisation; employment is implicit). Angela Plohman additionally holds the officer role "Secretary and Treasurer of multiple Mozilla Boards" per her bio. + +Scope note: Mozilla Foundation sits within the wider Mozilla Project, whose cross-organisation Executive Leadership Council (Mark Surman as President of Mozilla, Anthony Enzor-DeMeo as CEO of Mozilla Corporation, Ryan Sipes as CEO of Thunderbird/MZLA, etc.) is published at /about/leadership/. Those roles belong to sibling organisations (Mozilla Corporation, MZLA, Mozilla Ventures, Mozilla.ai, Mozilla Data Collective) rather than the Foundation, so they are excluded from this record; only Mark Surman appears here, via his Foundation board seat. + +Contact / term / bios: no per-person contact published (`contact` null). No term dates published (`term_start`/`term_end` null). Published bios captured (condensed; stated facts preserved). diff --git a/_leadership/netbsd.md b/_leadership/netbsd.md new file mode 100644 index 0000000..17c5cb1 --- /dev/null +++ b/_leadership/netbsd.md @@ -0,0 +1,126 @@ +--- +identifier: netbsd +commonName: The NetBSD Foundation, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.netbsd.org/foundation/ + type: org_live + retrieved: 2026-07-25 +people: +- name: David Brownlee + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: abs@NetBSD.org + bio: null + termStart: 2023 + termEnd: 2027 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: William J. Coldwell + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: billc@NetBSD.org + bio: null + termStart: 2015 + termEnd: 2027 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: David A. Holland + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: dholland@NetBSD.org + bio: null + termStart: 2024 + termEnd: 2026 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: Pierre Pronchery + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: khorben@NetBSD.org + bio: null + termStart: 2022 + termEnd: 2026 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: Leonardo Taccari + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: leot@NetBSD.org + bio: null + termStart: 2019 + termEnd: 2027 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: Michael van Elst + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: mlelstv@NetBSD.org + bio: null + termStart: 2016 + termEnd: 2026 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: Taylor R. Campbell + personId: null + roles: + - role: Assistant Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: riastradh@NetBSD.org + bio: null + termStart: 2016 + termEnd: 2026 + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +- name: Christos Zoulas + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Treasurer + roleClass: officer + contact: christos@NetBSD.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.netbsd.org/foundation/ + derived: org_live + confidence: 1.0 +--- + +# The NetBSD Foundation, Inc. — Leadership + +Scope: the NetBSD Foundation Board of Directors (7 members) and the Foundation office holders (officers), as listed on the Foundation page. Project-level committees (core, pkgsrc-pmc, www-pmc, concom) are governance sub-committees delegated by the board and are not captured here. + +Board directors are elected by the NetBSD Developer community per the board election procedure; the Foundation is a 501(c)(3) non-profit. The site does not state that any role is paid, and no staff/employee page exists, so no `paid_staff` records are created (treat all leadership as volunteer). No explicit "volunteers" statement is published, so volunteer status is inferred, not asserted verbatim. + +Term dates are stated verbatim per director ("Member of board: YYYY-now; Term expires: YYYY"), so `term_start` (year first joined the board) and `term_end` (year term expires) are captured at confidence 1.0. The page also records "Last elected" years (Brownlee/Coldwell/Taccari 2025; Holland/Pronchery/van Elst/Campbell 2024) which are not modelled in the schema. + +Per-person contact is published (individual @NetBSD.org addresses; board@NetBSD.org for the board collectively), so `contact` is populated. + +Office holders: President William J. Coldwell, Vice President Leonardo Taccari, Secretary + Treasurer Christos Zoulas, Assistant Treasurer Taylor R. Campbell. The Assistant Secretary post is listed as vacant ("-") and is omitted. Christos Zoulas holds officer posts but is not a board member, so he is recorded with officer roles only. diff --git a/_leadership/numfocus.md b/_leadership/numfocus.md new file mode 100644 index 0000000..2f981a8 --- /dev/null +++ b/_leadership/numfocus.md @@ -0,0 +1,317 @@ +--- +identifier: numfocus +commonName: NumFOCUS, Inc. +asOf: 2026-07-25 +sources: +- url: https://numfocus.org/community/people + type: org_live + retrieved: 2026-07-25 +people: +- name: Julie Hollek + personId: null + roles: + - role: Board President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Dr. Julie Hollek has been a long-time user and champion of Scientific Python and the ecosystem. + She is the co-chair of the SciPy Conference and has volunteered with the conference for 10 years. + She previously served on NumFOCUS' Diversity & Inclusion in Scientific Computing (DISC) committee. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Noor Aftab + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Noor Aftab brings over a decade of experience driving tech innovation and digital transformation + in the cloud and AI industries. As a Senior Program Manager at Amazon, she leads strategic customer + engagements for the Amazon S3 program, building Generative AI solutions. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Mridul Seth + personId: null + roles: + - role: Board Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Mridul Seth is a scientific software developer at the European Spallation Source ERIC, where he + focuses on creating tools for neutron science. He has contributed to several NumFOCUS projects, including + NetworkX, Econ-ARK, and Scientific Python. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Andy Terrel + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Andy Terrel received his PhD in computer science at the University of Chicago in 2010, with an + emphasis on automation of numerical methods on high performance computing resources. He has contributed + to open source projects including FEniCS and SymPy, and served as chair/organizer of many scientific + computing conferences. Past NumFOCUS Board Member. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Francesca van Doorn + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Francesca van Doorn is the Director of Finance and Operations at Windward Fund, a nonprofit fiscal + sponsor. Previously Financial Services Director at Arabella Advisors. She brings expertise in nonprofit + financial management, grants administration, compliance, and governance. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: James A. Bednar + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dr. James A. Bednar is the Director of Professional Services at Anaconda, Inc. He founded the HoloViz + project (a NumFOCUS fiscally sponsored project) and manages its Datashader, Param, and Colorcet packages. + Previously a professor at the University of Edinburgh. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Sanket Verma + personId: null + roles: + - role: Board Director (Technical Steering Committee Representative) + roleClass: board_director + contact: null + bio: Sanket Verma has been part of the NumFOCUS and PyData community for over eight years, championing + PyData culture across India. Leader of PyData Delhi; organized India's first PyData conference in + 2017. Leads open-source initiatives for Zarr. NumFOCUS Community Leadership Award 2022. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 0.9 +- name: Rachel Kerestes + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Rachel Kerestes joined NumFOCUS in 2025. Trained in both natural and social sciences; her career + spans strategy, advocacy, management and communications. She has served as Executive Director for + two national nonprofit organizations. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Jim Weiss + personId: null + roles: + - role: Chief Community Officer + roleClass: paid_staff + contact: null + bio: Jim Weiss joined NumFOCUS in 2017, bringing over seven years of event management experience. Prior + to NumFOCUS he worked in Washington, D.C., coordinating congressional hearings and managing events + for the U.S. Air Force. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Michael Savelli + personId: null + roles: + - role: Chief Finance & Operations Officer + roleClass: paid_staff + contact: null + bio: Michael Savelli joined NumFOCUS in 2026 as Chief Financial and Operations Officer. A mission-driven + nonprofit executive whose career spans finance, operations, governance, and organizational transformation. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Tomara Youngblood + personId: null + roles: + - role: Senior Events Manager + roleClass: paid_staff + contact: null + bio: Tomara joined NumFOCUS in 2022 as the Events Manager. Before joining she worked in municipal and + non-profit recreation and event management for over 17 years. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Arliss Collins + personId: null + roles: + - role: Director of Project Advocacy + roleClass: paid_staff + contact: null + bio: Arliss Collins joined NumFOCUS in 2020 as the Open Source Developer Advocate. Before NumFOCUS she + worked as Data & Metrics Analyst for the Mozilla Foundation and Participation Coordinator for the + Mozilla Science Lab. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Kari Hall + personId: null + roles: + - role: Community Manager + roleClass: paid_staff + contact: null + bio: Kari joined NumFOCUS in 2024 as an Advocacy Coordinator. She has worked in higher education and + the non-profit sector for over a decade and is a Ph.D. candidate. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Nicole Foster + personId: null + roles: + - role: Director of Operations + roleClass: paid_staff + contact: null + bio: Nicole joined NumFOCUS in 2019 as Executive Operations Administrator. She has experience in client + services, vendor management, project management, accounting, and legal compliance. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Claudia Alvarado + personId: null + roles: + - role: Operations Manager + roleClass: paid_staff + contact: null + bio: Claudia joined NumFOCUS in March 2024. Before joining she worked in education as a teacher and + in school administration. A graduate of Texas State University. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Marc Ostertag + personId: null + roles: + - role: Senior Director of Development + roleClass: paid_staff + contact: null + bio: Marc joined NumFOCUS in 2025, bringing over 20 years of sales and marketing experience with global + U.S. companies in Europe, and over a decade of nonprofit leadership in fundraising and project management. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: MK + personId: null + roles: + - role: Project Resource Mobilization Lead + roleClass: paid_staff + contact: null + bio: MK joined NumFOCUS in July 2024 as the Project Resource Mobilization Lead, with eight years of + experience in business development, proposal management, social impact, and nonprofit capacity building. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Chervonne Rogers + personId: null + roles: + - role: Internal Finance Specialist + roleClass: paid_staff + contact: null + bio: Chervonne Rogers joined NumFOCUS in November 2023 as the Bookkeeper, with 20+ years of experience + in accounting and a Bachelor of Science in Business Administration (Accounting) from Regent University. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Savannah Simons + personId: null + roles: + - role: Project Finance Specialist + roleClass: paid_staff + contact: null + bio: Prior to joining NumFOCUS in October 2022, Savannah managed multiple clients for a bookkeeping + firm. She has a Bachelor of Science in Business Administration from Eastern Oregon University. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Erin Gray + personId: null + roles: + - role: Grants Manager + roleClass: paid_staff + contact: null + bio: Erin Gray joined NumFOCUS in March 2025 as the Grant Manager, with over 15 years of experience + in the nonprofit sector spanning libraries, training programs, service development, and grants management. + Master's in Library and Information Science from the University of Missouri-Columbia. + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +- name: Kelby Lorenz + personId: null + roles: + - role: Digital Marketing Specialist + roleClass: paid_staff + contact: null + bio: Kelby joined NumFOCUS in 2023 as the Digital Marketing Specialist, with nearly a decade of experience + in marketing, advertising, PR, and user experience. B.A. in Advertising and Public Relations (Lindenwood) + and M.A. in Communication (Drury). + termStart: null + termEnd: null + sourceUrl: https://numfocus.org/community/people + derived: org_live + confidence: 1.0 +--- + +# NumFOCUS, Inc. — Leadership + +Scope: the NumFOCUS Board of Directors (7) and NumFOCUS Staff (14 paid employees), as listed on the People page. NumFOCUS is a 501(c)(3) non-profit supporting open-source scientific computing. + +Paid vs volunteer: the Staff section lists employed roles (Executive Director, C-suite, directors, managers, specialists) — captured as `paid_staff` at confidence 1.0. The Board of Directors are elected/appointed governance volunteers — captured as `board_director` (with officer roles for the President, Chair, and Secretary) at confidence 1.0. Sanket Verma sits on the board as the Technical Steering Committee Representative (an ex-officio board seat), recorded at confidence 0.9 to reflect the delegated/representative nature of the seat. + +Deliberately excluded from person records (listed on the same page, noted here for completeness): +- **Technical Steering Committee** (technical-committee body, per crawl scope): Tetsuo Koyama, Juan Nunez-Iglesias, Jacob Schreiber, Sophia Yang, Sanket Verma (also a board rep, captured above), Wolf Vollprecht. +- **Code of Conduct Working Group** (volunteer working group): Kalyan Prasad, Yashasvi Misra (Co-Chair), Koti Vellanki (Secretary), Cheuk Ting Ho, Margaret Fero, Moritz Günther. +- **Advisory Council** (unpaid advisory body): Travis Oliphant, Gabriela de Queiroz, Peter Wang, Michael Zargham, Nathan Epstein, Amanda Casari, Jeremy Tanner, Neal Richardson, Katrina Riehl, Ruben Di Battista. + +These bodies could be captured as a separate volunteer/advisory dataset if wanted; they are excluded here to keep the record aligned to the board + officers + paid-staff scope used across this dataset. + +Not published (hence `null`): per-person contact (staff emails are obfuscated/"protected" on the page; some board/committee members link a personal LinkedIn but no address is exposed), and term dates for all individuals. Bios are published for the board and staff and are captured verbatim (lightly trimmed where over-long, preserving meaning). diff --git a/_leadership/oasisopen.md b/_leadership/oasisopen.md new file mode 100644 index 0000000..e7daaec --- /dev/null +++ b/_leadership/oasisopen.md @@ -0,0 +1,247 @@ +--- +identifier: oasisopen +commonName: OASIS Open +asOf: 2026-07-25 +sources: +- url: https://www.oasis-open.org/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.oasis-open.org/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Daniella Taveau + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Sarah Liang + personId: null + roles: + - role: Board Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Charles Frick + personId: null + roles: + - role: Board Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Pablo Breuer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Jason Clinton + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Vasileios Mavroeidis + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Daniel Rohrer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Jautau "Jay" White + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/board/ + derived: org_live + confidence: 1.0 +- name: Cathie Mayo Figenbaum + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Kelly Cullinane + personId: null + roles: + - role: Senior Director of Standards Development + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Dustin Trask + personId: null + roles: + - role: Director of IT + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Andrew Updegrove + personId: null + roles: + - role: Outside Counsel + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 0.8 +- name: Holly Petersen + personId: null + roles: + - role: Business Development Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Mary Beth Minto + personId: null + roles: + - role: Content Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Claudia Rauch + personId: null + roles: + - role: Open Source Program Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Irene Heller + personId: null + roles: + - role: Community and Member Engagement Coordinator + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Ingrid Reis-Glass + personId: null + roles: + - role: Program Manager, Coalition for Secure AI (CoSAI) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +- name: Kerrie Nguon + personId: null + roles: + - role: Accounting Associate + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oasis-open.org/staff/ + derived: org_live + confidence: 1.0 +--- + +# OASIS Open — Leadership + +Scope: the OASIS Board of Directors (8) and OASIS Staff (10), from the Board and Staff pages. OASIS Open is a non-profit standards body (founded 1993 as "SGML Open"). Technical Committees, Open Projects, the Open Projects Advisory Council, Distinguished Contributors, and Liaisons are project/community bodies and are not foundation-governance leadership; they are excluded. + +Paid vs volunteer: the Staff page lists employed roles (CFO, directors, managers, coordinator, accounting) — captured as `paid_staff` at confidence 1.0. Andrew Updegrove is listed as "Outside Counsel", a contracted rather than employed role, recorded as `paid_staff` at confidence 0.8 with this note. The Board of Directors are elected governance members (nominated in an open election by Sponsors and Contributors) — captured as `board_director`, with officer roles for the Chair, Vice Chair, and Secretary. + +Term dates: the board page states only the general rule that "each director serves a two-year term"; no per-person start/end dates are published, so `term_start`/`term_end` are null for all. + +Not published on these pages (hence `null`): per-person contact and bios. Board members' employer affiliations are shown next to several names and are recorded here rather than in the schema: Sarah Liang (EY), Charles Frick (Johns Hopkins Applied Physics Laboratory), Jason Clinton (Anthropic), Vasileios Mavroeidis (University of Oslo), Daniel Rohrer (NVIDIA), Jautau "Jay" White (Microsoft). Cathie Mayo Figenbaum's staff card lists her affiliation as OASIS. + +Naming note: honorific/credential suffixes shown on the site ("Pablo Breuer, Ph.D.", "Vasileios Mavroeidis, Ph.D.", "Jautau 'Jay' White, Ph.D.") are recorded as the plain name; the nickname "Jay" is preserved in quotes as published. diff --git a/_leadership/oeglobal.md b/_leadership/oeglobal.md new file mode 100644 index 0000000..66f1b5e --- /dev/null +++ b/_leadership/oeglobal.md @@ -0,0 +1,289 @@ +--- +identifier: oeglobal +commonName: Open Education Global Inc +asOf: 2026-07-25 +sources: +- url: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.oeglobal.org/about-us/leadership/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Perrine de Coëtlogon + personId: null + roles: + - role: President of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Constance Blomgren + personId: null + roles: + - role: Vice President of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023 + termEnd: 2026 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Glenda Cox + personId: null + roles: + - role: Vice President of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Hsu-Tien (Marian) Wan + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023 + termEnd: 2026 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Catherine M. Casserly + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023 + termEnd: 2026 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Paola Corti + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023 + termEnd: 2026 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Rajiv Jhangiani + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023 + termEnd: 2026 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Shironica P. Karunanayaka + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2025 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Robert Lawson + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: María Soledad Ramírez Montoya (Marisol) + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Thomas Hervé Mboa Nkoudou + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2025 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Takaya Yamazato + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024 + termEnd: 2027 + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Marcela Morales + personId: null + roles: + - role: Co-Executive Director + roleClass: paid_staff + - role: Board Director (Ex Officio) + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Igor Lesko + personId: null + roles: + - role: Co-Executive Director + roleClass: paid_staff + - role: Board Director (Ex Officio) + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/board-of-directors/ + derived: org_live + confidence: 1.0 +- name: Mario Badilla + personId: null + roles: + - role: Creative Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Heather Blicher + personId: null + roles: + - role: Director of Community College Consortium for Open Educational Resources (CCCOER) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Jan Gondol + personId: null + roles: + - role: Director of Technology + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Isla Haddow-Flood + personId: null + roles: + - role: Director of Communications + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Alan Levine + personId: null + roles: + - role: Director of Community Engagement + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Liz Yata + personId: null + roles: + - role: Manager of Membership Operations + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +- name: Rachel Zhang + personId: null + roles: + - role: Director of Finance + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oeglobal.org/about-us/leadership/staff/ + derived: org_live + confidence: 1.0 +--- + +# Open Education Global Inc — Leadership + +Scope: the OEGlobal Board of Directors (12 elected directors + 2 ex-officio Co-Executive Directors) and OEGlobal Staff (9), from the Board of Directors and Staff pages. OEGlobal is a non-profit supporting the global open-education community. + +Paid vs volunteer: the Staff page lists employed roles (Co-Executive Directors, directors, managers) — captured as `paid_staff` at confidence 1.0. Elected board members are governance volunteers — captured as `board_director` with officer roles for the President, two Vice Presidents, and Treasurer. Marcela Morales and Igor Lesko are the Co-Executive Directors and also sit on the board Ex Officio; each is recorded once with both a `paid_staff` (Co-Executive Director) role and an `officer` (Board Director, Ex Officio) role. + +Term dates: the board page states an explicit term range per elected director (e.g. "2024-2027"), captured as `term_start`/`term_end` at confidence 1.0. The two ex-officio Co-ED board seats carry no stated term and are left null. + +Not published (hence `null`): per-person contact and bios. Each board member's institutional affiliation and location is shown on the page and recorded here rather than in the schema: Perrine de Coëtlogon (University of Lille, France), Constance Blomgren (Athabasca University, Canada), Glenda Cox (University of Cape Town, South Africa), Hsu-Tien (Marian) Wan (Taipei Medical University, Taiwan), Catherine M. Casserly (Casserly Consulting & Coaching, USA), Paola Corti (Politecnico di Milano, Italy), Rajiv Jhangiani (Brock University, Canada), Shironica P. Karunanayaka (Open University of Sri Lanka), Robert Lawson (NorQuest College, Canada), María Soledad Ramírez Montoya (Benemérita Escuela Normal de Coahuila), Thomas Hervé Mboa Nkoudou (CEIMIA & ESSTIC, Cameroon and Canada), Takaya Yamazato (Nagoya University, Japan). Staff locations are also listed (e.g. Marcela Morales — Monterrey, Mexico; Igor Lesko — Port Elizabeth, South Africa). + +Naming note: "Hsu-Tien (Marian) Wan" and "María Soledad Ramírez Montoya (Marisol)" are recorded with the parenthetical preferred/short name as published by the org. diff --git a/_leadership/oisf.md b/_leadership/oisf.md new file mode 100644 index 0000000..991b6d8 --- /dev/null +++ b/_leadership/oisf.md @@ -0,0 +1,261 @@ +--- +identifier: oisf +commonName: Open Information Security Foundation +asOf: 2026-07-25 +sources: +- url: https://oisf.net/team/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Kelley Misata + personId: null + roles: + - role: President & Executive Director + roleClass: officer + - role: Board Director + roleClass: board_director + - role: Executive Director + roleClass: paid_staff + contact: kmisata@oisf.net + bio: Kelley is a strategic leader, speaker, and innovator combining over 15 years in business leadership + with a passion for responsible digital citizenship, digital safety, and privacy. Her work with OISF + and past work at The Tor Project spans fundraising, advocacy, policy, marketing, and outreach. She + holds a PhD in Information Security from Purdue University. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 1.0 +- name: Victor Julien + personId: null + roles: + - role: Board Director + roleClass: board_director + - role: Lead Developer + roleClass: paid_staff + contact: vjulien@oisf.net + bio: Victor has been active as a software developer in the infosec community for many years. He is the + creator of the Vuurmuur Firewall project and was a developer on the Snort_inline IPS project. At the + end of 2007 he started development on the OISF codebase, on which he now leads the development effort. + OISF Founder. Resides in Amsterdam, The Netherlands. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.9 +- name: Jason Ish + personId: null + roles: + - role: Board Director + roleClass: board_director + - role: Senior Developer + roleClass: paid_staff + contact: jish@oisf.net + bio: Jason is a professional software developer with over a decade of experience developing and integrating + open source solutions in security and networking. His experience covers device drivers up to user + interfaces, including co-founding and acting as CTO of an IDS integrator later acquired. Resides in + Saskatoon, Canada. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.9 +- name: Matt Jonkman + personId: null + roles: + - role: Board Member Emeritus + roleClass: board_director + contact: mjonkman@oisf.net + bio: Matt brings over 15 years of security and entrepreneurial experience to the foundation. He is the + founder of Emerging Threats, an open source IDS Ruleset, and Emerging Threats Pro. OISF Founder. Resides + in Lafayette, Indiana. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 1.0 +- name: Brian Casserly + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Brian's legal practice representing technology companies covers company formation, raising capital + through private securities, contract and joint venture negotiations, equity compensation, and mergers + & acquisitions. He also represents venture capital and private equity funds and angel investors. JD, + MBA. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 1.0 +- name: Eric Leblond + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: eleblond@oisf.net + bio: Eric is an active member of the security and open source communities. He is a Netfilter Core Team + member and has worked on Suricata since 2009 as one of its core developers. He is also one of the + founders of Stamus Networks. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 1.0 +- name: Gene Stevens + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Gene is a co-founder and CTO at ProtectWise, with more than 20 years of experience in software + development, cloud computing, security-as-a-service, and distributed systems. Previously Founder/CTO + at TagLabs and a Principal Software Engineer at McAfee. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 1.0 +- name: Peter Manev + personId: null + roles: + - role: Lead QA/Trainer for Suricata + roleClass: paid_staff + contact: pmanev@oisf.net + bio: Peter is a co-founder of Stamus Networks, where he acts as CSO. He has been an active OISF member + for a decade with a 15-year record in IT security, and is the lead developer of SELKS. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.8 +- name: Phil Schroeder + personId: null + roles: + - role: Systems Administrator + roleClass: paid_staff + contact: pschroeder@oisf.net + bio: Phil is a Linux system administrator and master troubleshooter with roughly 20 years in the space. + He has been with Emerging Threats (now Proofpoint) since 2011 and has worked with OISF in some format + since then. Resides in Indiana, USA. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.8 +- name: Philippe Antoine + personId: null + roles: + - role: Developer + roleClass: paid_staff + contact: null + bio: Philippe is the CEO and founder of Catena cyber. He gained experience in cybersecurity and software + development at ANSSI (the French national cybersecurity agency) and LORIA, and abroad at MIT and Infineon. + Graduated from Ecole Polytechnique and Telecom Paristech. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Shivani Bhardwaj + personId: null + roles: + - role: Developer + roleClass: paid_staff + contact: sbhardwaj@oisf.net + bio: Shivani graduated in 2016 and started her career with Python development. She was an intern with + the Netfilter project and a recipient of a Linux Foundation scholarship, and promotes women in STEM. + Based in India. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Juliana Fajardini Reichow + personId: null + roles: + - role: Developer | Community and Outreach Support + roleClass: paid_staff + contact: jfajardini@oisf.net + bio: Juliana is part of the Suricata team as a Developer and Community Coordinator for the Outreachy + Internships Initiative, which she joined as an Outreachy Intern. She contributes documentation and + webinars and is passionate about diversity and inclusion. From Brazil. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Andreas Herz + personId: null + roles: + - role: Developer (DevOps Engineer) + roleClass: paid_staff + contact: aherz@oisf.net + bio: Andreas is a DevOps engineer at Stamus Networks where he leads the integration of Suricata into + the Stamus Security Platform. He has worked in the open-source community for over twenty years, specializing + in networking, infrastructure, operations, and Linux. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Jeff Lucovsky + personId: null + roles: + - role: Developer + roleClass: paid_staff + contact: jlucovsky@oisf.net + bio: Jeff is a software developer with a strong interest in system-level programming and network security, + applying experience in high performance computing, multiprocessing, and systems programming to Suricata. + Resides in North Carolina, US. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Lukas Sismis + personId: null + roles: + - role: Developer + roleClass: paid_staff + contact: lsismis@oisf.net + bio: null + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +- name: Corey Thomas + personId: null + roles: + - role: Developer + roleClass: paid_staff + contact: cthomas@oisf.net + bio: Corey is an IT professional with diverse experience, from automating machine builds en masse to + kernel tuning for performance applications within open source communities and global businesses. His + focus is efficiency and curiosity. + termStart: null + termEnd: null + sourceUrl: https://oisf.net/team/ + derived: org_live + confidence: 0.6 +--- + +# Open Information Security Foundation — Leadership + +Scope: the OISF Board of Directors, officers, and the OISF team (executive, development, and foundation operations), from the Team page. OISF is a non-profit that provides architecture and infrastructure to open-source security communities and stewards Suricata. + +Board of Directors (governance): Victor Julien (also Lead Developer, Founder), Kelley Misata (President & Executive Director), Jason Ish (also Senior Developer), Matt Jonkman (Board Member Emeritus, Founder), Brian Casserly, Eric Leblond, and Gene Stevens — all `board_director` at confidence 1.0. + +Officer: Kelley Misata holds the President & Executive Director post; Executive Director is a paid role, so she also carries a `paid_staff` role. + +Paid vs volunteer: the page presents a single OISF "Team" mixing the executive team, a development team, and foundation operations. OISF employs/contracts developers to work on Suricata, so team members are recorded as `paid_staff`, but confidence is graded to reflect ambiguity the site does not resolve: +- Executive Director (Kelley Misata) — 1.0 (ED is unambiguously a paid role). +- Lead Developer / Senior Developer who also sit on the board (Victor Julien, Jason Ish) — 0.9. +- Non-board executive/operations roles with @oisf.net addresses (Peter Manev, Phil Schroeder) — 0.8. +- Development team (Philippe Antoine, Shivani Bhardwaj, Juliana Fajardini Reichow, Andreas Herz, Jeff Lucovsky, Lukas Sismis, Corey Thomas) — 0.6. Several are explicitly employed by member/partner companies (Peter Manev and Andreas Herz at Stamus Networks; Philippe Antoine at Catena cyber), so their paid-vs-contributor status *at OISF specifically* is not stated by the site. + +Contact: individual @oisf.net addresses are published for most team members and are captured; Brian Casserly and Gene Stevens have no address on the page (null). Bios are published for all except Lukas Sismis and are captured verbatim (lightly trimmed). + +Term dates: none published for any role (null throughout). "Board Member Emeritus" (Matt Jonkman) and "Founder" (Julien, Jonkman) are recorded via role/bio, not as term data. diff --git a/_leadership/omsf.md b/_leadership/omsf.md new file mode 100644 index 0000000..af1a959 --- /dev/null +++ b/_leadership/omsf.md @@ -0,0 +1,134 @@ +--- +identifier: omsf +commonName: Open Molecular Software Foundation +asOf: 2026-07-25 +sources: +- url: https://omsf.io/about/people + type: org_live + retrieved: 2026-07-25 +people: +- name: Karmen Čondić-Jurkić + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + - role: Treasurer + roleClass: officer + - role: Secretary + roleClass: officer + - role: Co-Founder + roleClass: board_director + contact: null + bio: Dr. Karmen Čondić-Jurkić is the co-founder and Executive Director of the Open Molecular Software + Foundation. She also currently serves as the Board's Treasurer and Secretary. She has a background + in computational chemistry. During her postdoc years, she developed a passion for open science and + research infrastructure. She is particularly interested in collaboration and coordination of efforts, + and how to make the research infrastructure more robust, sustainable and accessible. Karmen was the + project manager for the Open Force Field Initiative before stepping into the role of OMSF Executive + Director. + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 1.0 +- name: David L. Mobley + personId: null + roles: + - role: President + roleClass: officer + - role: Co-Founder + roleClass: board_director + contact: null + bio: Prof. David Mobley holds a joint appointment in the Pharmaceutical Sciences and Department of Chemistry + at the University of California, Irvine. A major focus of his research is the binding of small-molecule + ligands to proteins, including development, application and validation of binding free energy methods. + David is a strong proponent of open science and engaged in a series of community-driven projects, + such as spearheading the SAMPL challenges and co-leading the Open Force Field Initiative. He also + serves on the editorial boards of several journals and is a founding and managing editor for the Living + Journal of Computational Molecular Science. David co-founded OMSF and currently serves as the President + of the OMSF Board of Directors. + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 1.0 +- name: Brian Weitzner + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Dr. Brian Weitzner is the Director of Computational and Structural Biology at Outpace Bio, where + he uses protein design to develop the next generation of cell-based immunotherapies for cancers. His + research is focused on using and deepening our understanding of protein sequence-structure-function + relationships to design novel proteins to address problems in human health. In addition to his scientific + expertise, Brian brings experience with research software development and community building practices + as an active contributor to Rosetta Commons and founding member of OpenFold. + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 1.0 +- name: Daniel Smith + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Dr. Daniel G. A. Smith is the Chief Technology Officer at Achira where he leads efforts at the + intersection of quantum chemistry, physics, and machine learning to accelerate drug discovery. He + has been a core contributor to projects such as Psi4, QCArchive, and QCEngine, and serves as an advisor + to Open Force Field, helping guide its technical direction and interoperability standards across the + open molecular ecosystem. + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 1.0 +- name: Toni Stamper + personId: null + roles: + - role: Operations Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 0.9 +- name: Ethan Holz + personId: null + roles: + - role: Software Engineer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 0.9 +- name: David Swenson + personId: null + roles: + - role: Senior Software Engineer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://omsf.io/about/people + derived: org_live + confidence: 0.9 +--- + +# Open Molecular Software Foundation — Leadership + +Scope: the OMSF Board of Directors (4 people) and the OMSF Staff (3 people), both listed on the single `/about/people` page. OMSF builds open source software and communities for the molecular sciences. + +Board composition: two co-founders (Karmen Čondić-Jurkić, who also serves as Executive Director and holds the Treasurer and Secretary officer roles, and David L. Mobley, President) plus two Directors (Brian Weitzner, Daniel Smith). All four board members are academic/industry scientists serving in a governance capacity. + +Paid vs volunteer: the three Staff members (Toni Stamper, Ethan Holz, David Swenson) are listed under a "Staff" heading and are tagged `paid_staff` at `confidence: 0.9` (employment inferred from the Staff heading; the site does not state employment status verbatim). Karmen Čondić-Jurkić's Executive Director role is likewise an operational/staff role (`paid_staff`, confidence 1.0 as the ED title is stated verbatim); her Treasurer/Secretary/Co-Founder roles are governance roles. + +Not published on this page (hence `null`): per-person contact and term dates for everyone; bios for the three Staff members. Board members publish bios verbatim (captured above). The page links each board member's Twitter/LinkedIn/personal site — these are social links suited to the Who's Who (people) dataset rather than the `contact` field, so `contact` is left null. diff --git a/_leadership/opencollective.md b/_leadership/opencollective.md new file mode 100644 index 0000000..5cd2e4a --- /dev/null +++ b/_leadership/opencollective.md @@ -0,0 +1,27 @@ +--- +identifier: opencollective +commonName: Open Collective Foundation +asOf: 2026-07-25 +sources: +- url: https://opencollective.foundation + type: org_live + retrieved: 2026-07-25 +- url: https://opencollective.foundation/ + type: org_live + retrieved: 2026-07-25 +- url: https://opencollective.foundation/about + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# Open Collective Foundation — Leadership (roster not retrievable) + +No leadership roster could be captured. The domain `opencollective.foundation` returned HTTP 503 (Service Unavailable) on every attempt: +- `https://opencollective.foundation` — 503 +- `https://opencollective.foundation/` — 503 +- `https://opencollective.foundation/about` — 503 + +Because the site would not load, no board, officer, or staff pages could be reached and no navigation links could be discovered to follow. Nothing is asserted about the organization's leadership. + +Note (unverified from the live site): Open Collective Foundation (a US fiscal host, distinct from the Open Collective platform/company) is widely reported to have wound down operations, which is consistent with the persistent 503. This is context only and is not confirmed by any page fetched here. Retry candidates for a later pass: an archive.org capture of `opencollective.foundation/team` or `/about`, or the org's public filings. Per Tier 1 scope (org_live only), this record is left with `people: []` for retry. diff --git a/_leadership/opencompute.md b/_leadership/opencompute.md new file mode 100644 index 0000000..cc1a00a --- /dev/null +++ b/_leadership/opencompute.md @@ -0,0 +1,126 @@ +--- +identifier: opencompute +commonName: Open Compute Project Foundation +asOf: 2025-07-03 +sources: +- url: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + type: wayback + retrieved: 2026-07-25 +people: +- name: David Ramku + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: A leader in Meta's AI Systems and Accelerated Platforms, David is responsible for driving technology + ecosystems, partnerships, and technical business operations. Prior to joining Meta, David spent 18 + years at Intel, most recently as General Manager of the Infrastructure Processing Unit (IPU) business, + and previously as COO for Intel's Data Center Connectivity Group. He represents Meta on the OCP board. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +- name: Amber Huffman + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Amber Huffman is a Principal Engineer in Google Cloud responsible for leading industry engagement + efforts in the data center ecosystem. Prior to joining Google, she spent 25 years at Intel serving + as an Intel Fellow and VP. Amber is the President of NVM Express, co-chair of the OCP Storage Project, + and on the Board of Directors for the Universal Chiplet Express Interconnect. She earned a bachelor's + degree in computer engineering from the University of Michigan and a master's in electrical engineering + from Stanford. Represents Google on the OCP board. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +- name: Jeff McVeigh + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Jeff is a corporate vice president in Intel's Data Center and AI group and general manager of Custom + Products and Ecosystem. He recently helped form the x86 Ecosystem Advisory Group. Spanning nearly + three decades of industry experience, he has led Intel's HPC and data center GPU business and the + creation of cross-architecture software solutions such as OpenVINO and oneAPI. Jeff holds a bachelor's + in electrical engineering from Duke University and a Ph.D. in electrical and computer engineering + from Carnegie Mellon University. Represents Intel on the OCP board. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +- name: Saurabh Dighe + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Saurabh Dighe is Corporate Vice President in the Azure Hardware Systems organization at Microsoft, + where he oversees hardware architecture and technology roadmaps for Cloud and AI infrastructure. Prior + to Microsoft, Saurabh spent 15 years at Intel as a research scientist in Intel's microprocessor research + group. He holds a bachelor's in electronics engineering from the University of Mumbai and a master's + in computer engineering from the University of Minnesota. Represents Microsoft on the OCP board. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +- name: Andy Bechtolsheim + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Andreas Bechtolsheim is a Founder and Chief Development Officer of Arista Networks. Previously, + Andy was a Co-Founder and Chief System Architect at Sun Microsystems. From 1995 to 1996 he was CEO + and President of Granite Systems, acquired by Cisco. As a private venture investor he has funded companies + including Google, VMware, Mellanox, Brocade, and Magma Design. He earned an M.S. in Computer Engineering + from Carnegie Mellon in 1976 and is a member of the National Academy of Engineering. Serves as the + individual member of the OCP board. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +- name: George Tchaparian + personId: null + roles: + - role: Chief Executive Officer + roleClass: paid_staff + - role: Board Member + roleClass: board_director + contact: null + bio: George Tchaparian is a technology executive with more than 30 years of industry experience. George + was the longstanding President and CEO of Edgecore Networks Corporation, and most recently a corporate + executive focusing on next-generation strategies for the Accton Group. He also held senior management + positions at Hewlett-Packard for more than 25 years, served as Co-Chair of the OCP Taiwan regional + community, and was a member of the Open Network Foundation (ONF) board of directors. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors + derived: wayback:20250703145735 + confidence: 1.0 +--- + +# Open Compute Project Foundation (OCP) — Leadership + +Scope: the OCP Board of Directors (6 members) as listed on the foundation's Board of Directors page. OCP was initiated by Facebook (now Meta) in 2011 and designs open data-center hardware (compute, storage, networking, cooling, power). + +PROVENANCE / DATA SOURCE CAVEAT: the OCP live site (`www.opencompute.org`) returns HTTP 403 to automated fetches (bot-blocked, including the `index.php` variants). This record is therefore derived from the Internet Archive Wayback capture dated 2025-07-03 (`derived: wayback:20250703145735`), which is the most recent reachable authoritative copy. `as_of` reflects the snapshot date, not today. This org should be re-verified from the live site when a browser session or unblocked fetch is available. A cross-check against Wikipedia (as of July 2026) largely agrees on the current board and additionally lists organizational members Arm (Mohamed Awad), AMD (Robert Hormuth), and NVIDIA (Rob Ober); those are NOT captured here because they were not on the org's own captured board page and would need org-authoritative confirmation. + +Board composition (from the captured page): David Ramku (Meta, Board Chair), Amber Huffman (Google), Jeff McVeigh (Intel), Saurabh Dighe (Microsoft), Andy Bechtolsheim (individual member), and George Tchaparian (OCP CEO, who sits on the board ex officio). The board is a mix of organizational representatives plus one individual member, per OCP's bylaws. + +Note on a stale in-page paragraph: the captured page's free-text bio block for David Ramku reproduces an older press announcement that names Rebecca Weekly and Zaid Kahn as prior board members/chair. The structured board listing (used above) shows David Ramku as the current Board Chair; the older names are historical and are not captured as current members. + +Paid vs volunteer: only George Tchaparian is identified as employed by the Foundation (CEO → `paid_staff`). The other five are organizational or individual representatives serving in a governance capacity. + +Not published (hence `null`): per-person contact and term dates. Bios are published verbatim and captured above. OCP also maintains separate Foundation Staff, Advisory Board, Steering Committee, and Project Leads pages that were not captured in this Tier 1 board record. diff --git a/_leadership/openconnectivity.md b/_leadership/openconnectivity.md new file mode 100644 index 0000000..8fed0e0 --- /dev/null +++ b/_leadership/openconnectivity.md @@ -0,0 +1,71 @@ +--- +identifier: openconnectivity +commonName: Open Connectivity Foundation, Inc. +asOf: 2024-05-19 +sources: +- url: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + type: wayback + retrieved: 2026-07-25 +people: +- name: Alex Wight + personId: null + roles: + - role: Director + roleClass: board_director + - role: Secretary and Treasurer + roleClass: officer + contact: null + bio: Alex Wight is an Information Security Architect with 25+ years of experience designing, developing, + and operating public key infrastructure (PKI) and various applied cryptographic solutions. As Lead + PKI Architect and Principal Engineer for Cisco Systems since 2003, Alex is responsible for the cryptographic + architecture and secure operations of Cisco's software signing, anti-counterfeiting, secure boot, + IT security, software licensing, IoT standards, and Web PKI. Alex is a patent holder, a frequent conference + speaker, and represents Cisco in multiple international standards bodies. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20240519104730 + confidence: 1.0 +- name: Brian Bishop + personId: null + roles: + - role: Director + roleClass: board_director + - role: President + roleClass: officer + contact: null + bio: Brian Bishop is CEO of Data Performance Consultancy Limited, a niche consultancy and technology + service provider based in Liverpool, England. Brian has carried out research in Smart Cities for over + 8 years, more recently looking at the convergence of the digital twin as a foundational building block + for Smart Cities. He has represented the UK government on Global Expert Missions and trade missions + for smart cities and is on the roster for smart city consultants for the United Nations Habitat program. + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20240519104730 + confidence: 1.0 +- name: Aja Murray + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20240519104730 + confidence: 0.8 +--- + +# Open Connectivity Foundation, Inc. (OCF) — Leadership + +Scope: the OCF Board of Directors page (Directors/officers plus the Executive Director). OCF is an IoT standards development organization (creator of the OCF Secure IP Device Framework and successor to UPnP/AllJoyn work), based in Beaverton, Oregon. + +PROVENANCE / DATA SOURCE CAVEAT: the OCF live site (`openconnectivity.org`) was unreachable from this environment (repeated connection/"error sending request" failures, not a 404). This record is therefore derived from the Internet Archive Wayback capture dated 2024-05-19 (`derived: wayback:20240519104730`); `as_of` reflects that snapshot, not today. The roster may have changed since 2024 and should be re-verified from the live site when reachable. + +Board composition (from the captured org page): Alex Wight (Director, Secretary and Treasurer — Cisco Systems) and Brian Bishop (Director and President — Data Performance Consultancy Limited), plus Aja Murray listed as Executive Director. Only these three appear on the captured Board of Directors page. Third-party aggregators (Zippia, ProPublica) list a larger historical board (e.g. Betty Zhao, Brian Scriber, Wouter van der Beek, Gary Martz, Scott Lofgren), but those are not org-authoritative and are deliberately NOT captured here; they would need confirmation from OCF's own live page. + +Paid vs volunteer: Aja Murray's Executive Director title is an operational/staff role, tagged `paid_staff` at `confidence: 0.8` (employment inferred from the ED title; not stated verbatim, and no bio or company given). The two Directors serve in a governance capacity and represent their own companies. + +Not published (hence `null`): per-person contact and term dates for everyone; bio for Aja Murray. Alex Wight and Brian Bishop have verbatim bios (captured above). diff --git a/_leadership/openhomefoundation.md b/_leadership/openhomefoundation.md new file mode 100644 index 0000000..8f2aacf --- /dev/null +++ b/_leadership/openhomefoundation.md @@ -0,0 +1,146 @@ +--- +identifier: openhomefoundation +commonName: Open Home Foundation +asOf: 2026-07-25 +sources: +- url: https://www.openhomefoundation.org/structure/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Paulus Schoutsen + personId: null + roles: + - role: President + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 1.0 +- name: Pascal Vizeli + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 1.0 +- name: J. Nick Koston + personId: null + roles: + - role: Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 1.0 +- name: Trevor Schirmer + personId: null + roles: + - role: Rotating member (commercial partner) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 1.0 +- name: Franck Nijhof + personId: null + roles: + - role: Lead of Home Assistant + roleClass: paid_staff + - role: Chair of Leadership Committee + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +- name: Guy Sie + personId: null + roles: + - role: Lead of Marketing + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +- name: Jean-Loïc Pouffier + personId: null + roles: + - role: Lead of Product & UX + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +- name: Marcel van der Veldt + personId: null + roles: + - role: Lead of Ecosystem + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +- name: Melissa Thermidor + personId: null + roles: + - role: Lead of Community + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +- name: Jose Martin-Corral + personId: null + roles: + - role: Chair of Back Office + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.openhomefoundation.org/structure/ + derived: org_live + confidence: 0.7 +--- + +# Open Home Foundation — Leadership + +Scope: the Board (4 members) and the operational Leadership team (6 leads) listed on the `/structure/` page. The Open Home Foundation is a Swiss non-profit Stiftung created in 2024 by the Home Assistant / Nabu Casa community; it owns 250+ smart-home open source projects. + +Board (governance): Paulus Schoutsen (President), Pascal Vizeli (Treasurer), J. Nick Koston (Member), Trevor Schirmer (Rotating member, commercial partner). President and Treasurer carry both an officer role and board membership; confidence 1.0 (stated verbatim). + +Leadership team (operational): the six "Leadership" entries (Franck Nijhof, Guy Sie, Jean-Loïc Pouffier, Marcel van der Veldt, Melissa Thermidor, Jose Martin-Corral) run foundation functions (Home Assistant, Marketing, Product & UX, Ecosystem, Community, Back Office). The foundation states it "supports more than 50 full-time employees," so these leads are inferred to be `paid_staff`, but the page does not state per-person employment status, so confidence is dropped to 0.7. Franck Nijhof additionally chairs the Leadership Committee (officer role). + +Not published (hence `null`): per-person contact, bios, and term dates for everyone. An organigram PDF is linked but not parsed here. diff --git a/_leadership/openid.md b/_leadership/openid.md new file mode 100644 index 0000000..cd9d454 --- /dev/null +++ b/_leadership/openid.md @@ -0,0 +1,577 @@ +--- +identifier: openid +commonName: OpenID Foundation +asOf: 2026-07-25 +sources: +- url: https://openid.net/foundation/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://openid.net/foundation/leadership/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Nat Sakimura + personId: null + roles: + - role: Chairman + roleClass: officer + - role: Community Representative + roleClass: board_director + contact: null + bio: Nat Sakimura is an identity and privacy standardization architect and the representative partner + of NAT Consulting. He is an author/editor of standards including OpenID Connect, FAPI, JWT (RFC7519), + JWS (RFC7515), OAuth PKCE (RFC7636), ISO/IEC 29184 and ISO/IEC 29100 Amd.1. As chairman of the board + he streamlined the process, bolstered IPR management, and expanded the Foundation across 10+ working + groups. He is active in public policy, serving on committees of the Japanese government. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Dima Postnikov + personId: null + roles: + - role: Vice Chairman + roleClass: officer + - role: Community Representative + roleClass: board_director + contact: null + bio: Dima Postnikov is an experienced identity professional who led consumer identity architecture for + the largest banks in Australia. He has contributed to several FAPI working group specifications and + co-chairs the GAIN PoC Community group. He is Head of Identity Strategy and Architecture at ConnectID + (Australia Payments Plus), working on Australian national digital identity infrastructure. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Marie Jordan + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Marie Jordan is a 20-year veteran in digital payments, including authentication, security, identity, + and financial inclusion. For the past 4 years she has been at Visa, where in her Senior Director role + she manages Visa's engagement with Standards and Trade Associations. She has authored policy documents + on advancing global digital identity and worked with organizations such as the World Bank, World Economic + Forum, and FATF. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Nancy Cam-Winget + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nancy is a Cisco Fellow in the Cisco Security Business Group CTO Office, involved with product + and technology strategy, research and standards. She was a key contributor and editor for securing + IEEE 802.11 and creator of EAP-FAST (and IETF's TEAP, RFC 7170). She was the creator and initial architect + of pxGrid and main editor for XMPP-Grid (IETF RFC 8600). + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Takahiko Kawasaki + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Takahiko Kawasaki is the co-founder and representative director of Authlete, with over 30 years + of experience in software engineering. He has been an active member of the eKYC and Identity Assurance + and FAPI working groups, contributing to specifications such as FAPI, CIBA, OpenID Connect for Identity + Assurance, and OAuth 2.0 Rich Authorization Requests. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Rick Iversen + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Rick leads ConnectID (Australian Payments Plus), Australia's first non-government digital identity + exchange accredited by the Australian government and supported by Australia's major banks. Rick focuses + on creating commercially sustainable ecosystems, navigating product, tech, policy and regulation. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Atul Tulshibagwale + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Atul is the Senior Director of Continuous Identity Strategy at CrowdStrike, previously CTO of SGNL + (acquired by CrowdStrike). A federated identity pioneer and the inventor of the Continuous Access + Evaluation Protocol (CAEP), he co-chairs the Shared Signals, AuthZEN and AI Identity Management groups. + He was previously co-founder and CEO of Trustgenix. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Dirk Balfanz + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Dirk is a software engineer in Google's Identity Team. He worked on strengthening authentication + on the web through public-key cryptography, co-authoring some of the related FIDO and Web Authentication + standards, and worked on Google's OpenID and OAuth implementations. He holds a PhD in Computer Science + from Princeton University. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Matt Slocum + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Matt Slocum, Director of Engineering, leads JumpCloud's Labs team and is a leader in JumpCloud's + auth and identity solutions. He introduced OpenID Connect and Shared Signals to JumpCloud and is co-inventor + of JumpCloud Go, with 20 years of experience as a software developer, architect, and leader. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Kosuke Koiwai + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Kosuke Koiwai is a leading member of the identity team at KDDI, in charge of the "au ID" identity + platform with more than 30 million customers. He is a co-author of the OpenID eKYC & ID Assurance + specification and an active contributing member of the OpenID FAPI WG. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Adam Sommer + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Adam is Vice President, Industry Standards at Mastercard, responsible for the evolution and deployment + of industry security standards. He has 20 years' experience in the payments industry with Mastercard + and holds numerous security certifications including CISSP, CISM, CISA, CDPSE, and CRISC. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Pamela Dingle + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Pamela Dingle is a veteran of the identity management world, working first as an identity architect + and then in the Office of the CTO for Ping Identity. She is now the Director of Identity Standards + at Microsoft, where she runs a team collaborating in IETF, OpenID Foundation, FIDO Alliance, and Decentralized + Identity Foundation. She is a founder of Women in Identity. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Osamu Oshima + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Osamu Oshima is an engineering manager at NRI SecureTechnologies, where he is responsible for the + identity solution business. He has 20 years of experience in software development as a system architect + and product manager, working in cybersecurity, consumer-facing identity, and anti-fraud. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Aaron Parecki + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Aaron Parecki is an Identity Standards Architect at Okta with over 15 years of experience. He is + active in multiple standards development organizations including IETF, OpenID Foundation, and W3C, + is the editor of OAuth 2.1 and several other OAuth specifications, and co-chairs the SCIM working + group at IETF. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Elcio Calefi + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Elcio Calefi is CIO at Open Finance Brazil, with over 20 years of experience leading large-scale + digital transformations across the financial, transportation, and education sectors. He holds international + credentials in Technology & Innovation from MIT and Global Business Leadership from the University + of Grenoble. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Patrick Harding + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Patrick Harding is the Chief Product Architect for Ping Identity, responsible for product innovation, + emerging technologies, architecture and identity standards, with over 25 years of experience. He is + a former co-inventor of SCIM, a former board member of the Information Card Foundation and the Open + Identity Exchange, and represents Ping on the Open Wallet Foundation. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Mike Kiser + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Mike Kiser is the Director of Strategy and Standards at SailPoint. He has held positions from the + Office of the CTO to Security Architect, designing and advising on large-scale security deployments + globally, and works with IETF, OpenID Foundation, C2PA, and other industry groups. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Naveen CM + personId: null + roles: + - role: Sustaining Board Member + roleClass: board_director + contact: null + bio: Naveen CM has over 18 years of experience in information technology and identity management. He + is currently an Architect at Yahoo, focused on improving security and user experience. Naveen previously + worked at Hewlett Packard and Robert Bosch. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: John Bradley + personId: null + roles: + - role: Community Representative + roleClass: board_director + contact: null + bio: Mr. Bradley is an Identity Management subject matter expert with over 15 years' experience. He + advises government agencies and commercial organizations on Identity Management, Federated Identity, + PKI and smart card solutions, chairs the Federation Interoperability WG at Kantara, and is an active + contributor to SAML and other OASIS specifications. He represents Yubico. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Michael B. Jones + personId: null + roles: + - role: Community Representative + roleClass: board_director + contact: null + bio: Michael B. Jones is an editor of the OpenID Connect specifications, IETF OAuth specifications including + JWT and DPoP, the IETF JOSE specifications, FIDO 2.0, and W3C Web Authentication. Recognized as a + Distinguished Engineer by the OpenID Foundation, as a long-time board member he architected the OpenID + Certification program. He chairs the IETF COSE working group and holds a Ph.D. in Computer Science + from Carnegie Mellon. Trades as Self-Issued Consulting. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Mark Verstege + personId: null + roles: + - role: Corporate Representative + roleClass: board_director + contact: null + bio: Mark has over a decade of experience in digital identity, standards development and designing national + digital identity ecosystems. He led the design of the open data ecosystem for Australia's Consumer + Data Right and was technical lead for Australia's commonwealth Digital ID data standards. He is founder + of Multiplicite and of xuko. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/board/ + derived: org_live + confidence: 1.0 +- name: Gail Hodges + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Gail Hodges joined the OpenID Foundation as Executive Director in May 2021. She is also the Founder + of the Future Identity Council. Gail previously worked at Apple for 5 years leading Business Development + for Identity and Payment services, and was SVP and Global Head of Digital Payments for HSBC Holdings. + She holds an MBA from Harvard Business School and a B.A. in Public Policy from Princeton University. + termStart: 2021-05 + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 1.0 +- name: Tom Smedinghoff + personId: null + roles: + - role: Counsel + roleClass: paid_staff + contact: null + bio: Tom Smedinghoff has practiced technology law for over four decades, including as a partner at Baker + & McKenzie and Locke Lord and now as a consultant. As a member of the U.S. Delegation to UNCITRAL + he helped negotiate the 2022 UNCITRAL Model Law on Identity Management and Trust Services. He founded + and chairs the ABA Identity Management Legal Task Force. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Mike Leszcz + personId: null + roles: + - role: Operations Director + roleClass: paid_staff + contact: null + bio: Mike Leszcz is the Operations Director at the OpenID Foundation, responsible for the Foundation's + operations working closely with the board and the Executive Director. He was part of the team that + launched the certification program in 2015 and was previously Program Manager at the Open Identity + Exchange (OIX). + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.9 +- name: Mark Haine + personId: null + roles: + - role: Technical Director + roleClass: paid_staff + contact: null + bio: Mark Haine is an engineer and entrepreneur focused on building solutions for financial services. + Through Considrd.Consulting Ltd. he provides strategic security consultancy. He is Co-Chair of the + eKYC & Identity Assurance Working Group and co-author of OpenID Connect for Identity Assurance, and + was directly involved in Open Banking UK. He holds a B.Eng. from the University of Southampton. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Joseph Heenan + personId: null + roles: + - role: Standards Specialist & Certification Director + roleClass: paid_staff + contact: null + bio: Joseph Heenan is an engineer and architect focused on OpenData ecosystems and digital identity, + and leads the OpenID Foundation Certification Team. He co-chairs the Digital Credentials Protocol + working group and is CTO of Authlete. He led the development of the conformance suite for the UK OpenBanking + security profile. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Elizabeth Garber + personId: null + roles: + - role: Marketing Director + roleClass: paid_staff + contact: null + bio: Elizabeth is an industry thought-leader, entrepreneur, and evangelist. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Hodari McClain + personId: null + roles: + - role: Consultant + roleClass: paid_staff + contact: null + bio: Hodari McClain has over 25 years' experience as a practitioner in systems engineering and security, + and 20 years in Identity & Access Management. He has led engineering teams at Capital One and is a + founder of Verato and principal owner of HSM Consulting. He holds a BA from Trinity College and an + MS in Systems Engineering from George Washington University. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Serj Hallam + personId: null + roles: + - role: Press and Media + roleClass: paid_staff + contact: null + bio: Serj is a communications professional with nearly 25 years of experience in PR, media relations, + crisis management and copywriting. She progressed to Head of EMEA PR at Experian before setting up + her own PR business serving global corporates, non-profits, and fintechs. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Sophie Bennani-Taylor + personId: null + roles: + - role: Press and Media + roleClass: paid_staff + contact: null + bio: Sophie Bennani-Taylor is a DPhil (PhD) student at the Oxford Internet Institute and a freelance + research consultant. Her doctoral research examines digital identification systems in international + development. She has conducted research with UNHCR, the European Centre for Privacy and Cybersecurity, + and the Harvard Berkman Klein Centre. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Stephanie Meli + personId: null + roles: + - role: Events + roleClass: paid_staff + contact: null + bio: Stephanie has over 25 years of experience in marketing, communications, and event management, and + has spent the last 19 years running her own company. She was the Operations & Membership manager for + the Open Identity Exchange and previously spent eight years at Alias Systems Ltd as NEMEA Marketing + Manager. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Tony Duarte + personId: null + roles: + - role: Product Owner + roleClass: paid_staff + contact: null + bio: A CISSP-certified professional, Tony specialises in public key infrastructure, API development + and regulatory compliance, ensuring solutions that meet FAPI and open banking standards. With over + 30 years of experience, he has delivered complex, high-assurance digital services across media, government, + and finance, including the UK Ministry of Justice's first digital payment system for the public. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.7 +- name: Marcus Almgren + personId: null + roles: + - role: Certification Team + roleClass: paid_staff + contact: null + bio: Marcus Almgren is an engineering manager and software developer at Signicat, one of the major providers + of digital identity solutions in Europe. He is a long-time professional in electronic identity, digital + signature, identity assurance and KYC. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.6 +- name: Domingos Creado + personId: null + roles: + - role: Certification Team + roleClass: paid_staff + contact: null + bio: Domingos Creado is an identity and access management professional with 10 years in consultant and + advisor roles, and more than 20 years in software development as a software architect across logistics, + telecom, manufacturing, intelligent cities, and financial domains. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.6 +- name: Thomas Darimont + personId: null + roles: + - role: Certification Team + roleClass: paid_staff + contact: null + bio: Thomas Darimont is a digital identity consultant with ten years of experience in consulting and + open-source, and over 20 years in software development across retail, automotive, telecom, manufacturing, + finance, and insurance, focused on secure authentication and authorization systems. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.6 +- name: Edmund Jay + personId: null + roles: + - role: Certification Team + roleClass: paid_staff + contact: null + bio: Edmund Jay is an experienced software developer with over 20 years in information security, digital + rights management, and standards development. He is a contributor to OpenID Connect, FAPI and dependent + specifications and was an early implementer of OpenID Connect. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.6 +- name: Alan Smillie + personId: null + roles: + - role: Certification Team + roleClass: paid_staff + contact: null + bio: Alan Smillie is a software developer at Emobix, a software consultancy in Europe with a focus on + mobile, with more than 30 years' experience ranging from embedded systems to mobile application development. + termStart: null + termEnd: null + sourceUrl: https://openid.net/foundation/leadership/ + derived: org_live + confidence: 0.6 +--- + +# OpenID Foundation (OIDF) — Leadership + +Scope: the OIDF Board of Directors (21 people, from `/foundation/board/`) plus the Foundation's operational Leadership team and Certification Team (16 people, from `/foundation/leadership/`). OIDF is a non-profit open-standards body (founded 2007) developing identity and security specifications (OpenID Connect, FAPI, and others). + +Board composition (21): four Officers / Executive Committee members carrying both an officer role and board seat — Nat Sakimura (Chairman), Dima Postnikov (Vice Chairman), Marie Jordan (Secretary), Nancy Cam-Winget (Treasurer); fourteen Sustaining Board Members (corporate-sponsor directors from Authlete, ConnectID, CrowdStrike, Google, JumpCloud, KDDI, Mastercard, Microsoft, NRI Secure, Okta, Open Finance Brazil, Ping Identity, SailPoint, Yahoo); and three Community & Corporate Representative board members (John Bradley, Michael B. Jones, Mark Verstege). All 21 carry verbatim bios (captured, lightly condensed). + +Operational Leadership + Certification Team (16): captured from the Foundation Leadership page as `paid_staff`. Confidence is graded by how clearly the role is a Foundation staff/operational position: +- Gail Hodges (Executive Director) — confidence 1.0; the page states verbatim she "joined the OpenID Foundation as Executive Director in May 2021", so `term_start: 2021-05` is recorded (an explicit start date, not an inferred term). +- Mike Leszcz (Operations Director) — 0.9 (clearly a Foundation operations role). +- The remaining directors, counsel, press/media, events, product owner, and the five-person Certification Team — 0.7 (leadership) / 0.6 (cert team). These individuals largely operate as contracted specialists (many are described via their own consultancies or employers, e.g. Authlete, Signicat, Emobix, Considrd.Consulting), so precise salaried-employee status is not stated; `paid_staff` reflects that they perform the Foundation's paid operational work, with reduced confidence and this note. + +Not published (hence `null`): per-person contact and term dates for everyone (except Gail Hodges' start date). Every board and leadership entry links a LinkedIn profile (and a couple link personal sites — Nat Sakimura, Michael B. Jones); those are social/identity links better suited to the Who's Who (people) dataset than the `contact` field, so `contact` is left null throughout. + +Scope note: OIDF's Working Groups and Community Groups (AB/Connect, FAPI, AuthZEN, DCP, eKYC/IDA, Shared Signals, etc.) are technical bodies, not foundation governance, and are excluded from this leadership record. diff --git a/_leadership/openinfra.md b/_leadership/openinfra.md new file mode 100644 index 0000000..98d8581 --- /dev/null +++ b/_leadership/openinfra.md @@ -0,0 +1,501 @@ +--- +identifier: openinfra +commonName: OpenInfra Foundation (Open Infrastructure Foundation, formerly OpenStack Foundation) +asOf: 2026-07-25 +sources: +- url: https://openinfra.org/about/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://openinfra.org/about/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Julia Kreger + personId: null + roles: + - role: Chair + roleClass: officer + - role: Individual Director + roleClass: board_director + contact: null + bio: I started my working career in technology close to twenty years ago. It has surely not been an + average career, but a career where I've continually learned and evolved to fulfill the need. In a + sense, it all started with Linux and answering some questions about installing Linux. This started + a journey into computer networking and eventually shifted to a systems engineering focus with a stop-over + in data center operations. The DevOps movement lead me more into software development and the operationalization + of software due to the need to automate large scale systems deployments. This required bringing an + operational perspective while bridging to the requirements, and often required digging deep into the + underlying code to solve the problem of the day. In a sense, I found a home in OpenStack in 2014 and + the Ironic project in 2015 because of many years spent working with physical hardware in data centers. + I presently work for Red Hat as a Principal Software Engineer, where my upstream focus has been Ironic + for the past few years, and my downstream focus has been on helping lead adoption and use of Ironic. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Allison Randal + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Individual Director + roleClass: board_director + contact: null + bio: Allison is a software developer and open source strategist. She is the Chair of the Board of the + OpenInfra Foundation, a board member of the Software Freedom Conservancy, a board member of the Perl + Foundation, and co-founder of the FLOSS Foundations group for open source leaders. She previously + served as President of the Open Source Initiative, President of the Perl Foundation, board member + at the Python Software Foundation, Chief Architect of the Parrot virtual machine, Chairman of the + Board at the Parrot Foundation, Open Source Evangelist at O'Reilly Media, Conference Chair of OSCON, + Technical Architect of Ubuntu, Open Source Advisor at Canonical, Distinguished Technologist and Open + Source Strategist at Hewlett Packard Enterprise, and Distinguished Engineer at SUSE. She participates + in the Debian and OpenStack projects, and is currently taking a mid-career research sabbatical to + complete a PhD at the University of Cambridge. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Amy Marrich + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Individual Director + roleClass: board_director + contact: null + bio: Amy Marrich is a Principal Technical Marketing Manager at Red Hat. She previously worked at a small + Open Source e-assessment company in Luxembourg where she was the Open Source Community and Global + Training Manager. Previously she was the OpenStack Instructor at Linux Academy and a Linux System + Engineer on the Platform Engineering Cloud Operations team at Rackspace. She currently serves on the + OpenInfra Board, is an active member of the Openstack Ansible project, chair of the OpenInfra Foundation + Diversity and Inclusion Working Group, and previously the chair of the OpenStack User Committee. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Hieu Le + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: Hieu Le is the Chief Information Officer of Viettel Networks, a key subsidiary of Viettel Group + in Vietnam. He also serves as Vice President of the Vietnam Free and Open Source Software Association + (VFOSSA), an organization dedicated to advancing open-source adoption nationwide. In 2013, he founded + the Vietnam OpenStack User Group (now the Vietnam OpenInfra User Group) and established the first + OpenStack engineering team in the country. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Zhou Junyi + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: Zhou Junyi serves as the president of Huawei Cloud Network Open Source Development Team, having + 16 years of experience in Huawei and 6 years of experience in open source software engagement. He + used to be the Director of Packet Core Department in ICT, leading the department developed multiple + products in 4G and 5G. He is also an expert in core network, cloud native, cyber security and software + engineering. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Young Gwang Kim + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: Serving as CEO of OKESTRO, Young Gwang Kim joined the company as a founding member, contributing + to its rapid growth in management, technology, and sales. He began as a senior researcher and advanced + through roles such as team leader of sales and consulting and director of business strategy. Young + Gwang was appointed CEO in 2022. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Paul Miller + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: A technology executive with extensive experience in leading complex high technology solutions development, + product management, evangelization and team leadership. Entrepreneurial drive and energy combined + with deep technical skills used to motivate cross-functional teams and drive products and solutions + from concept to production. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Phil Robb + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: With over 30 years in Software Engineering and 20 years in open source communities, my passion + is bringing developers and companies together to leverage the significant strengths of open collaborative + development while avoiding the pitfalls. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Josh Villarreal + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: Josh Villarreal is a 15-year Racker who has been working in the OpenStack arena since the early + days of OpenStack at Rackspace. He is currently leading a global organization for the Rackspace OpenStack + Business Unit. The BU provides E2E customer experience, operations, product management, and engineering + with regards to the OpenStack and Kubernetes product portfolio. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Xu Wang + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: Xu Wang is a senior staff engineer at Ant Financial and an initial member of Kata Containers Architecture + Committee. He was the CTO and Cofounder of hyper.sh and created hypervisor-based open source container + runtime runV (secure as VM, fast as container). runV merged with clear containers from Intel, and + become Kata Containers project in Dec 2017. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Johan Christenson + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Johan Christenson is a serial entrepreneur whom has successfully exited multiple companies he founded. + After receiving a graduate degree in Engineering, from Florida Institute of Technology, his focus + turned to the digital space. Johan is the founder and CEO of Cleura (former City Network), which offers + a global public cloud as well as private clouds for enterprises - all based on OpenStack and other + open source projects. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Tytus Kurek + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: As a Product Manager at Canonical, Tytus drives the evolution of Canonical's products and services + in the data centre space. Tytus received his PhD with honours in telecommunications in 2018. His background + is data centre administration and cloud engineering. His research interests focus on 5G networks, + network functions virtualisation, container network functions and unikernels. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Xiangyu Li + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Xiangyu Li comes from China Mobile Cloud Centre and she has been working here for 7 years. She + currently serves as the leader of the Computing Product Group of the IaaS product department, taking + responsibility for the R&D of the OpenStack team. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Chris Morgan + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Chris Morgan is the Product Owner for Bloomberg Cloud Compute, an OpenStack-based private cloud + that supports a significant portion of the firm's back-end infrastructure. Bloomberg has been running + OpenStack in production for more than a decade. Chris is also active in the broader OpenStack community, + where he helps run the OpenStack Ops Radio Hour. Chris joined Bloomberg in 1999, after working on + submarine control systems and a GUI for fixed income research at Goldman Sachs. He earned a bachelor's + degree in mechanical engineering from the University of Birmingham. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Ritesh Paiboina + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Ritesh Paiboina is currently Chief Technology Officer for Open Telekom Cloud. As Chief Technology + Officer, responsible for the strategic delivery and expansion of Open Telekom Cloud's portfolio, ensuring + advanced technology and architectural excellence. Since starting his journey with OpenStack in 2013, + Ritesh has been also involved in its development ecosystem. With over 14 years of experience in cloud + technologies, he has led strategic initiatives delivering innovative, secure, and technical solutions + for public and private clouds based on Openstack. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Kurt Garloff + personId: null + roles: + - role: Individual Director + roleClass: board_director + contact: null + bio: With Sovereign Cloud Stack (SCS), we have a publicly funded project to build cloud standards, software + and operational knowledge. Before SUSE, I was leading the architecture, community and consulting teams + in Deutsche Telekom's Open Telekom Cloud Team. I was serving in the board as DT rep as well as individual + member after moving on from DT. Before joining DT at the end of 2011 I was a long-time contributor + to the Linux kernel, which also gave me the privilege of building up and leading SUSE Labs. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: ChangBo Guo + personId: null + roles: + - role: Individual Director + roleClass: board_director + contact: null + bio: ChangBo Guo is consulting architect at EasyStack. As founding engineer of EasyStack, he has held + various roles, including engineer, product manager, architect. He was one of the earliest OpenStack + contributors in China. He has been working on the OpenStack since 2012. He served as Individual Director + of OpenStack Foundation in 2017-2019 and Oslo PTL for Pike and Queens. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Mohammed Naser + personId: null + roles: + - role: Individual Director + roleClass: board_director + contact: null + bio: Since the creation of VEXXHOST, I have had the chance to work with different sorts of customers, + ranging from growing small businesses to helping architect solutions for large Fortune 500 companies, + based on OpenStack. I've been a contributor to the project since 2011. I've also served as PTL for + Puppet OpenStack, continue to serve as a PTL for OpenStack-Ansible and serve on the technical committee, + chairing the committee for a term. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Jonathan Bryce + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Jonathan Bryce, who has spent his career building the cloud, is Executive Director of the OpenInfra + Foundation. Previously he was a founder of The Rackspace Cloud. He started his career working as a + web developer for Rackspace. Since then he has been a major driver of OpenStack, the open source cloud + software initiative. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Mark Collier + personId: null + roles: + - role: Chief Operating Officer + roleClass: paid_staff + contact: null + bio: Mark Collier is a co-founder of the OpenStack project and the Chief Operating Officer at the OpenInfra + Foundation. A committed advocate for open-source principles, Mark has played a key role in the development + and global success of OpenStack. Recently, he has also been involved in defining "open source AI." + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Thierry Carrez + personId: null + roles: + - role: General Manager + roleClass: paid_staff + contact: null + bio: Thierry Carrez is the General Manager of the OpenInfra Foundation. A systems engineer by trade, + he was involved in the inception of the OpenStack project, and still contributes to its governance + and release management. He currently serves as Secretary and Director for the Open Source Initiative. + He was recognized as a Python Software Foundation fellow in 2012, and previously worked as the Technical + lead for Ubuntu Server at Canonical. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Wes Wilson + personId: null + roles: + - role: Chief of Staff + roleClass: paid_staff + contact: null + bio: As the Chief of Staff at the OpenInfra Foundation, Wes is responsible for business operations, + as well as, product strategy and execution. Prior to joining OpenInfra Foundation, he spent two decades + in startups and has worn many hats from creative to product and marketing. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Allison Price + personId: null + roles: + - role: VP of Marketing & Community + roleClass: paid_staff + contact: null + bio: Allison is the VP of Marketing & Community at the OpenInfra Foundation (previously the OpenStack + Foundation). Her mission is to continue the storytelling of the global community by building relationships + with the developers, operators and ecosystem around global open source communities. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Clark Boylan + personId: null + roles: + - role: Senior Principal Engineer + roleClass: paid_staff + contact: null + bio: It all started as a volunteer sysadmin at Portland State University. Since then Clark has operated + large network infrastructures, built radios for airplanes, and is now a core member of the OpenStack + project infrastructure team. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Jimmy McArthur + personId: null + roles: + - role: Director of Business Development + roleClass: paid_staff + contact: null + bio: Jimmy McArthur is the Director of Business Development for the OpenInfra Foundation. Not only does + he recruit global organizations who align with the mission of supporting open source software communities, + but he also researches trends that are shaping the future of infrastructure. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Kendall Nelson + personId: null + roles: + - role: Senior Upstream Developer Advocate + roleClass: paid_staff + contact: null + bio: Kendall is an Upstream Developer Advocate at the Open Infrastructure Foundation based in the United + States. She first started working on OpenStack during the Liberty release (2015) on Cinder and since + then been involved in Release Management, StoryBoard, the Women of OpenStack (WoO), the First Contact + SIG, the Contributor Guide, and OpenStack Upstream Institute. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Jeremy Stanley + personId: null + roles: + - role: Senior Principal Engineer + roleClass: paid_staff + contact: null + bio: A long-time computer hobbyist and technology generalist, Jeremy's worked as a Unix and GNU/Linux + sysadmin for more than two decades focusing on information security, Internet services and data center + automation. He's a core member of the OpenStack project infrastructure team and serves on both the + technical committee and vulnerability management team. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Ildiko Vancsa + personId: null + roles: + - role: Director of Community + roleClass: paid_staff + contact: null + bio: Ildiko got in touch with OpenStack when she started to work in the cloud project at Ericsson in + 2013. She is a member of the Ceilometer and Aodh core teams and she drives NFV related feature development + activities in projects like Nova and Cinder. Beyond code and documentation contributions she is also + very passionate about on boarding and training activities. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Helena Spease + personId: null + roles: + - role: Community Programs Manager + roleClass: paid_staff + contact: null + bio: Helena is a graduate of St. Edward's University in Austin, Texas where she received her Bachelors + Degree in Business Management. As the Marketing and Community Associate, she assists in the creation + of marketing comms, the collection of analytics, as well as community support around content creation. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Horace Li + personId: null + roles: + - role: Director of OpenInfra Asia + roleClass: paid_staff + contact: null + bio: Horace is currently working as Director of OpenInfra Asia to accelerate China OpenStack ecosystem + growing up, and Open Infrastructure focused open source projects landing in China. Previously, Horace + worked in Intel Open Source Technology Center for 13 years, as technical account manager. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/staff/ + derived: org_live + confidence: 0.9 +--- + +# OpenInfra Foundation — Leadership + +Scope of this record: the OpenInfra Foundation Governing Board (18 directors captured from the live Governing Board page) and the Foundation Staff (12 employees from the Staff page). The OpenInfra Foundation (formerly the OpenStack Foundation; listed in MANIFEST as "Openstack Foundation") became part of the Linux Foundation in 2025, so it now sits within the Linux Foundation umbrella while retaining its own governing board and staff. + +Board seat classes: the board is structured by membership tier. Directors carry seat labels of Individual Director (elected by individual members), Platinum Director, and Gold Director (appointed by Platinum/Gold member companies). These labels are captured verbatim in each person's role; all are `board_director` class. The Chair (Julia Kreger) and two Vice Chairs (Allison Randal, Amy Marrich) additionally hold `officer` roles. + +Paid vs volunteer: the Governing Board directors are governance volunteers (each holds a day job at the listed member company, stated in their bios); they are captured `board_director` at confidence 1.0. The 12 people on the Foundation Staff page are foundation employees; they are captured `paid_staff` at confidence 0.9 (inferred from the "Foundation Staff" heading and executive titles; the site does not print an explicit employment statement per person). + +Data-quality notes: +- Allison Randal's published bio states she "is the Chair of the Board of the OpenInfra Foundation," but the structured board listing shows Julia Kreger as Chair and Randal as Vice Chair. The role is taken from the current structured listing; the bio text appears stale. Bio captured verbatim regardless. +- One Gold Director card rendered incompletely in the fetch: text under Johan Christenson's entry bled into a sentence referencing "Eoghan ... at Red Hat" (likely Eoghan Glynn). No name header was captured for that person, so no separate record was created, to avoid fabrication. This org should be re-fetched to confirm whether a Gold Director named Eoghan Glynn is present. + +Not published (hence `null`): per-person contact (only social links given), and term dates for all individuals. Bios are published for both board and staff and are captured verbatim (lightly trimmed where a single bio ran very long; trims do not alter meaning). + +Excluded: external service partners listed under "Supporting Cast" on the staff page (Cathey.co — PR/AR partner; Tipit — web development partner) are agencies, not foundation staff, and are not recorded as people. The OpenStack Technical Committee is a project-governance body, not foundation leadership, and is excluded. diff --git a/_leadership/openjsf.md b/_leadership/openjsf.md new file mode 100644 index 0000000..8fe8377 --- /dev/null +++ b/_leadership/openjsf.md @@ -0,0 +1,118 @@ +--- +identifier: openjsf +commonName: OpenJS Foundation +asOf: 2026-07-25 +sources: +- url: https://openjsf.org/about/governance + type: org_live + retrieved: 2026-07-25 +people: +- name: Abigail Cabunoc Mayes + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Matt Hernandez + personId: null + roles: + - role: Platinum Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Aaron Mitchell + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Stephen Husak + personId: null + roles: + - role: Silver Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Adrian Estrada + personId: null + roles: + - role: End-User Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Jordan Harband + personId: null + roles: + - role: CPC Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Matteo Collina + personId: null + roles: + - role: CPC Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +- name: Joe Sepi + personId: null + roles: + - role: CPC Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 1.0 +--- + +# OpenJS Foundation — Leadership + +Scope: the OpenJS Foundation Board of Directors (8 members) as listed on the `/about/governance` page. The OpenJS Foundation is a member-supported 501(c)(6) hosting JavaScript projects including Node.js, Electron, jQuery, webpack, Appium, and Express. + +Board composition: the Board sets overall policy through the bylaws, mission and vision. Members hold seats by class: Board Chair (Abigail Cabunoc Mayes), Platinum Director (Matt Hernandez), Gold Director (Aaron Mitchell), Silver Director (Stephen Husak), End-User Director (Adrian Estrada), and three CPC Directors (Jordan Harband, Matteo Collina, Joe Sepi) who bridge from the technical council. Each director's listed "Title" is their sponsoring member company (GitHub, Microsoft, HeroDevs, Capital One, NodeSource, Socket, Platformatic, Cloudflare respectively); the schema has no per-person company field, so those affiliations are noted here rather than in a structured field. + +Scope decision — CPC excluded: the same governance page lists the Cross Project Council (CPC) and its ~35 Regular Members. The CPC is described as "the top-level technical governance organization within the OpenJS Foundation" — i.e. technical governance, distinct from the Board's overall policy governance. Following the crawl rule to exclude technical-committee roles that are not foundation-level governance (mirroring how the ASF record excludes project VPs), the CPC voting members and regular members are deliberately NOT captured here. The three CPC Directors who also sit on the Board ARE captured, in their board capacity. + +Not published (hence `null`): per-person contact, bios, and term dates for all board members. diff --git a/_leadership/openrobotics.md b/_leadership/openrobotics.md new file mode 100644 index 0000000..b4472da --- /dev/null +++ b/_leadership/openrobotics.md @@ -0,0 +1,138 @@ +--- +identifier: openrobotics +commonName: Open Source Robotics Foundation, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.openrobotics.org/foundation + type: org_live + retrieved: 2026-07-25 +people: +- name: Vanessa Yamzon Orsi + personId: null + roles: + - role: Chief Executive Officer + roleClass: paid_staff + contact: null + bio: Vanessa was formerly CFO of Open Robotics and has been with the organization since 2014. She has + run the financial and operational side of the organization since 2019. Before joining Open Robotics, + Vanessa had fifteen years of experience working with various companies and nonprofit organizations + in Silicon Valley. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Geoffrey Biggs + personId: null + roles: + - role: Chief Technical Officer + roleClass: paid_staff + contact: null + bio: Geoffrey Biggs was a software engineer at Open Source Robotics Corporation, where he worked mainly + on ROS and Open-RMF. Prior to this he worked as a senior researcher at Japan's Institute of Advanced + Industrial Engineering Technology, and an engineering manager at Tier IV, Inc., where he was part + of the technical leadership team of the Autoware Foundation. Geoff has nearly 20 years of experience + working with and on open-source software, beginning with the Player Project. He has led the organisation + of ROSCon JP since 2017. Originally from New Zealand, Geoff has lived in Japan for 15 years. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Brian Gerkey + personId: null + roles: + - role: Chairman of the Board + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: Brian recently joined Intrinsic as their Director of Open Robotics. He was previously co-founder + and CEO of OSRF, where for 10 years he led the team responsible for ROS, Gazebo, and Open-RMF. Brian + has worked on the ROS project since 2008. He is also the founding and former lead developer on the + open-source Player Project, a predecessor to ROS. For his work on Player and ROS, Brian was recognized + by MIT Technology Review with the TR35 award and by Silicon Valley Business Journal with their 40 + Under 40 award. He earned his PhD in Computer Science at USC. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Ryan Gariepy + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Ryan Gariepy is co-founder and CTO of both Clearpath Robotics and OTTO Motors. Along with his involvement + with Open Robotics, he co-founded and co-chairs the Canadian Robotics Council, is an advisor to several + startups and venture capital groups, and helped found the Next Generation Manufacturing Canada initiative. + He completed both a B.A.Sc. in Mechatronics Engineering and an M.A.Sc. in Mechanical Engineering at + the University of Waterloo, and has over sixty pending patents in the field of intelligent systems. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Steve Cousins + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Dr. Steve Cousins is the Chief Technology Officer of Relay Robotics. As founder and CEO of Savioke, + he developed and deployed Relay, an autonomous delivery robot. Steve was previously President and + CEO of Willow Garage, and is a founding board member of the Open Source Robotics Foundation. Steve + received the IEEE/IFR Award for Invention and Entrepreneurship in Robotics and Automation in 2017. + His PhD is from Stanford University, and his BS and MS computer science degrees are from Washington + University. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Sabine Hauert + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Sabine Hauert is Associate Professor of Swarm Engineering at University of Bristol. She leads a + team working on swarms across scales, from nanorobots for cancer treatment to larger robots for environmental + monitoring and logistics. Before Bristol, Sabine engineered swarms at MIT and EPFL. She has served + on the UK Robotics Growth Partnership, the Royal Society Working Group on Machine Learning, and several + IEEE boards. She is President and Executive Trustee of non-profits robohub.org and aihub.org. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +- name: Yuki Nakagawa + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Yuki is the Founder and CEO at RT Corporation and has been involved in Japanese humanoid and home + robotics for almost her entire career. Yuki is on the organizing committee of ROSCon JP. She started + RT Corporation in 2005, a company that develops, sells, and trains university students and professional + engineers about service robots. In 2020, she received the Strait of Magellan Award. In 2022, she was + certified as a fellow of robot education and food robotics from the Robotics Society of Japan. + termStart: null + termEnd: null + sourceUrl: https://www.openrobotics.org/foundation + derived: org_live + confidence: 1.0 +--- + +# Open Source Robotics Foundation, Inc. (OSRF) — Leadership + +Scope: the executive Leadership (CEO, CTO) and the Board of Directors (5 members) listed on the `/foundation` page. OSRF operates under the "Open Robotics" brand and stewards ROS, Gazebo, ros-controls, and Open-RMF. It is a California 501(c)(3) public charity, established 2012. + +Leadership (staff): Vanessa Yamzon Orsi (CEO, formerly CFO, with the org since 2014) and Geoffrey Biggs (CTO). Both are tagged `paid_staff` (confidence 1.0; C-level executive roles stated verbatim). Note: "since 2014" / "since 2019" are narrative tenure statements, not formal term dates, so `term_start` is left null per the capture rules. + +Board of Directors: Brian Gerkey (Chairman of the Board, and OSRF's co-founder/former CEO, now at Intrinsic), Ryan Gariepy, Steve Cousins, Sabine Hauert, Yuki Nakagawa. All carry verbatim bios (captured above). + +Corporate note: in December 2022 the business of OSRF's subsidiaries OSRC and OSRC-SG was acquired by Intrinsic (an Alphabet company); OSRF itself continues as the non-profit. + +Not published (hence `null`): per-person contact and term dates for everyone. Bios are published verbatim for all seven and captured above. diff --git a/_leadership/opensource.md b/_leadership/opensource.md new file mode 100644 index 0000000..74701c3 --- /dev/null +++ b/_leadership/opensource.md @@ -0,0 +1,268 @@ +--- +identifier: opensource +commonName: Open Source Initiative +asOf: 2026-07-25 +sources: +- url: https://opensource.org/board + type: org_live + retrieved: 2026-07-25 +- url: https://opensource.org/about/team + type: org_live + retrieved: 2026-07-25 +people: +- name: Tracy Hinds + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2019-10 + termEnd: 2026-09 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Ruth Suehle + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2025-03 + termEnd: 2028-03 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Anne-Marie Scott + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2023-04 + termEnd: 2026-10 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Gaël Blondelle + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024-01 + termEnd: 2026-10 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Sayeed Choudhury + personId: null + roles: + - role: Vice Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2024-01 + termEnd: 2026-10 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: McCoy Smith + personId: null + roles: + - role: Chair of the License Committee + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: 2025-03 + termEnd: 2027-03 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 0.9 +- name: Carlo Piana + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: null + termStart: 2022-03 + termEnd: 2028-03 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Catharina Maracke + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: null + termStart: 2021-08 + termEnd: 2026-09 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Chris Aniszczyk + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: null + termStart: 2024-03 + termEnd: 2026-10 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Thierry Carrez + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: null + termStart: 2021-08 + termEnd: 2027-03 + sourceUrl: https://opensource.org/board + derived: org_live + confidence: 1.0 +- name: Duane O’Brien + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Duane is Executive Director at the Open Source Initiative. He previously built and led Open Source + and collaborative engineering programs at Capital One, Indeed, PayPal. He serves on the board of the + Open Source Collective and is an alumnus of the Technologist Fellowship program at the National Security + Institute of George Mason University. His work has included advising programs such as the GitHub Accelerator, + Hacktoberfest and leading efforts to develop funding models that support maintainers and communities. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Simon Phipps + personId: null + roles: + - role: Standards & EU Policy Director + roleClass: paid_staff + contact: null + bio: Simon first joined OSI in 2008 as a Board observer and has been a board director, board president, + and board secretary at various times since, until early 2020 when he switched to his current role. + With a degree in electronic engineering that led to a focus first on compiler design and then workstations + and networking, he has had C-level roles with responsibility for software community matters at IBM, + Sun Microsystems and Forgerock. As Sun’s chief open source officer he ran one of the first fully staffed + OSPOs and oversaw the release of Sun’s whole software portfolio under open source licenses, notably + including the Java platform. He has been involved in de jure standards since 1991 at multiple SDOs. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Phyllis Dobbs + personId: null + roles: + - role: Controller + roleClass: paid_staff + contact: null + bio: Phyllis joined OSI as part-time Controller in 2017 and is currently part-time Controller for Python + Software Foundation, as well as a part-time accounting/finance consultant for the Lake Forest Symphony, + the Lake County Chamber of Commerce, and the Alliance for Human Services. Previously, Phyllis was + CFO of Shimer College and Controller for McGraw-Hill Higher Education. She has an MBA from Duke University + and a B.S. in Accounting from Clemson University. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Nick Vidal + personId: null + roles: + - role: Head of Marketing and Community + roleClass: paid_staff + contact: null + bio: Nick is Head of Marketing and Community Manager at the Open Source Initiative. Previously, he was + Outreach Chair at the Confidential Computing Consortium from the Linux Foundation, Director of Community + and Business Development at the Open Source Initiative, and Director of Americas at the Open Invention + Network. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Jordan Maris + personId: null + roles: + - role: EU Policy Analyst + roleClass: paid_staff + contact: null + bio: Jordan fought for Open Source as a parliamentary assistant in the European Parliament working on + the AI Act, Cyber Resilience Act and Product Liability Directive among others. Jordan is a long-time + user of Open Source software and a strong advocate for the Public Money–Public Code principle. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Katie Steen-James + personId: null + roles: + - role: Senior US Policy Manager + roleClass: paid_staff + contact: null + bio: Katie joined OSI after leading policy and advocacy for SPARC, a nonprofit coalition working to + implement open access and open education policies in North America. Before SPARC, she was a federal + relations officer at the Association of American Universities where she advocated for federal research + investments and developed programming and positions on open research data issues. Katie brings 10 + years of experience in government relations and policy analysis and a commitment to educating policymakers + about the benefits of open. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +- name: Gabriel Toscano + personId: null + roles: + - role: Open Source AI Fellow + roleClass: paid_staff + contact: null + bio: Gabriel is a technologist and policy researcher focused on advancing digital technologies in the + public interest. As the inaugural Open Source AI Fellow, he focuses on Open Source and AI governance, + technology policy, and aligning policy design with engineering practices. Gabriel holds a Master of + Public Policy from Duke University and degrees in software development and philosophy. + termStart: null + termEnd: null + sourceUrl: https://opensource.org/about/team + derived: org_live + confidence: 1.0 +--- + +# Open Source Initiative — Leadership + +Scope: the OSI Board of Directors (10 directors) and the paid Staff team (7), both drawn from the org's live site. OSI is a California public benefit corporation with 501(c)(3) status. + +Paid vs volunteer: the board page states directors "are volunteers", so all 10 directors are volunteer governance roles (recorded here by their board_director / officer roles, not as paid). The seven people under the "Staff" heading are OSI employees/contractors and are tagged `paid_staff` at confidence 1.0 (explicit "Staff" heading), led by Executive Director Duane O'Brien. + +Officer designations (Chair, Vice Chair, Treasurer, Secretary, Vice Secretary) are recorded as `officer` roles in addition to `board_director`. McCoy Smith is listed as "Chair of the License Committee"; recorded as `officer` at confidence 0.9 because it is a functional committee-chair designation rather than a corporate officer title. + +Term dates: OSI publishes an explicit current term per director (e.g. "Apr 2023 to Oct 2026"). Captured at month granularity as YYYY-MM. Individual (2-year) and Affiliate (3-year) seats plus board-appointed seats explain the mix of end dates. + +Not published (hence null): per-person contact and bios for board directors. Staff bios are published verbatim and captured; staff contact is limited to LinkedIn/social links (no email), so `contact` is null. diff --git a/_leadership/opensourcematters.md b/_leadership/opensourcematters.md new file mode 100644 index 0000000..2257622 --- /dev/null +++ b/_leadership/opensourcematters.md @@ -0,0 +1,119 @@ +--- +identifier: opensourcematters +commonName: Open Source Matters, Inc. +asOf: 2026-07-25 +sources: +- url: https://volunteers.joomla.org/board-of-directors + type: org_live + retrieved: 2026-07-25 +- url: https://www.opensourcematters.org/organisation/directors.html + type: org_live + retrieved: 2026-07-25 +people: +- name: Elisa Foltyn + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: May 2026 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Emmanuel Lemor + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: Mar 2025 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Bruce Scherzinger + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: Mar 2026 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Ufuk Avcu + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: Dec 2025 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Carlos Cámara + personId: null + roles: + - role: 'Department Coordinator: Operations' + roleClass: board_director + contact: null + bio: null + termStart: Mar 2026 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Richard Gosler + personId: null + roles: + - role: 'Department Coordinator: Outreach' + roleClass: board_director + contact: null + bio: null + termStart: Jul 2025 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +- name: Sigrid Gramlinger + personId: null + roles: + - role: 'Department Coordinator: Production' + roleClass: board_director + contact: null + bio: null + termStart: Aug 2023 + termEnd: null + sourceUrl: https://volunteers.joomla.org/board-of-directors + derived: org_live + confidence: 1.0 +--- + +# Open Source Matters, Inc. — Leadership + +Scope of this record: the Open Source Matters (OSM) Board of Directors, the not-for-profit incorporated in the United States that manages the financial and legal interests of the Joomla! Project. The board is defined by OSM as three Department Coordination Team Leaders plus four Officers required by law (President, Vice President, Secretary, Treasurer). The seven current members above are the roster with no end date on the live volunteers portal as of 2026-07-25. + +Path from opensourcematters.org: the site's own Board of Directors page (/organisation/directors.html) defers the current roster to the Joomla! Volunteers Portal, which hosts the authoritative live table at volunteers.joomla.org/board-of-directors. Both sources are recorded. + +Role classification: the four legally required officers carry an `officer` role_class plus a `board_director` class (they sit on the board). The three Department Coordinators carry `board_director` only. Joomla's own department/project structure (volunteers.joomla.org/departments) sits below the board and is excluded here as project/operational, not foundation governance. + +Paid vs volunteer: opensourcematters.org and joomla.org state the Joomla! Project is "100% run by dedicated, passionate volunteers." No paid staff or Executive Director is listed. All seven board members are treated as volunteers; none is `paid_staff`. + +Term dates: the portal publishes a "Date Started" per current role, captured verbatim as `term_start` (month + year, confidence 1.0). No `term_end` is stated for sitting members. A full historical table of past presidents, VPs, secretaries, treasurers, and department coordinators (2017 onward) is published on the same page and is the source for the leadership-history dataset for this org. + +Not published on this page (hence `null`): per-person contact and bio. Each member links to a Joomla profile page (e.g. /joomlers/700-elisa-foltyn) which may carry a bio/contact, not fetched within this budget. Country of residence is listed per member on the portal but is not a schema field, so it is omitted here. diff --git a/_leadership/opentech.md b/_leadership/opentech.md new file mode 100644 index 0000000..03ae734 --- /dev/null +++ b/_leadership/opentech.md @@ -0,0 +1,344 @@ +--- +identifier: opentech +commonName: Open Technology Fund +asOf: 2026-07-25 +sources: +- url: https://www.opentech.fund/about/people-type/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.opentech.fund/about/people-type/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Zack Cooper + personId: null + roles: + - role: Chair of the Board + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: Dr. Zack Cooper is a senior fellow at the American Enterprise Institute and co-director of the + Alliance for Securing Democracy at the German Marshall Fund of the United States. He is also a partner + at Armitage International, teaches at Princeton University, and co-hosts the Net Assessment podcast + for War on the Rocks. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Ben Scott + personId: null + roles: + - role: Vice Chair of the Board + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: Ben is Executive Director at Reset, an initiative run by Luminate in partnership with The Sandler + Foundation focused on tackling digital threats to democracy, where he is responsible for strategic + direction, overseeing the coordination of policy, technology and civic engagement work, and providing + expert counsel on policy development and advocacy. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: William Schneider, Jr. + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Dr. William Schneider, Jr. is a senior fellow at Hudson Institute. He is a Washington-based economist + and defense analyst and also serves as president of International Planning Services, Inc., an international + trade and finance advisory firm. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Michael W. Kempner + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Michael W. Kempner is the Founder, President, and CEO of MWW, a public relations firm he founded + in 1986. He is a board member of Goodwill Industries International and a Founding Board Member of + ConnectOne Bancorp. He served on the White House Council for Community Solutions from 2010 to 2012. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Nicole Wong + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Nicole Wong specializes in assisting high-growth technology companies to develop international + privacy, content, and regulatory strategies. She previously served as Deputy U.S. Chief Technology + Officer in the Obama Administration. Prior to her time in government, Nicole was Google's Vice President + and Deputy General Counsel, and Twitter's Legal Director. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Pablo Chavez + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Pablo Chavez is an Adjunct Senior Fellow with CNAS's Technology and National Security Program and + a technology policy expert who most recently served as Vice President of Global Government Affairs + and Public Policy for Google Cloud until February 2022. Prior to rejoining Google in 2018, Pablo served + as Microsoft's General Manager for US Public Policy. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Roger Zakeim + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Washington Director of the Ronald Reagan Presidential Foundation and Institute. Roger Zakeim previously + practiced law at Covington & Burling LLP where he led the firm's Public Policy and Government Affairs + practice group. Before joining Covington he was General Counsel and Deputy Staff Director of the U.S. + House Armed Services Committee. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/board/ + derived: org_live + confidence: 1.0 +- name: Laura Cunningham + personId: null + roles: + - role: President + roleClass: paid_staff + contact: null + bio: Laura joined the OTF team in 2019. As OTF's President, Laura is responsible for OTF's strategic + development, long-term planning, and day-to-day operations to enable OTF to fulfill its mission to + support internet freedom worldwide. Laura has over a decade of experience working on Internet freedom + across a variety of donor, non-profit, and government organizations. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Gary Roebuck + personId: null + roles: + - role: Chief Operating Officer + roleClass: paid_staff + contact: null + bio: Gary joined OTF in March 2023 as Chief Operating Officer. As COO, Gary is responsible for oversight + of all day-to-day operational, compliance, financial, and administrative functions of the organization. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Nat Kretchun + personId: null + roles: + - role: Chief Strategy Officer + roleClass: paid_staff + contact: null + bio: Nat joined the OTF team in 2017. He previously served as OTF's Senior Vice President for Programs, + overseeing the organization's programmatic portfolio. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Bryan Nunez + personId: null + roles: + - role: Vice President of Technology + roleClass: paid_staff + contact: null + bio: Bryan Nunez joined OTF as the Vice President of Technology in 2022. Bryan leads OTF's efforts to + support internet freedom technologies, drive innovation, and support individuals and organizations + protecting the free flow of information, press freedom, and human rights around the globe. Bryan previously + served as a member of OTF's all-volunteer Advisory Council. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Chris Taylor + personId: null + roles: + - role: Vice President of Programs + roleClass: paid_staff + contact: null + bio: Chris Taylor joined OTF as Vice President of Programs in 2023. Prior to joining OTF, Chris was + a Senior Advisor for Digital Media Freedom and a program manager at the U.S. State Department, where + he oversaw the implementation of foreign assistance with a focus on digital safety, anti-censorship, + civic tech, and free media. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Marcin de Kaminski + personId: null + roles: + - role: Senior Vice President of Programs + roleClass: paid_staff + contact: null + bio: Marcin de Kaminski joined OTF as the Vice President of Programs in 2023. Marcin leads OTFs programmatic + efforts to support internet freedom technologies, drive innovation and support individuals and organizations + protecting the free flow of information, press freedom, and human rights around the globe. Marcin + previously worked as a Policy Specialist at the Swedish International Development Cooperation Agency. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Donny Anderson + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: null + bio: As General Counsel, Donny provides guidance, review, and oversight of contracts, policies, and + procedures to ensure that OTF is operating within the law. Prior to joining OTF, Donny was a lead + Contracting Officer for FHI 360. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Mary Lucas + personId: null + roles: + - role: Associate General Counsel + roleClass: paid_staff + contact: null + bio: Mary joined OTF as the Associate General Counsel in 2022. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Victoria Benner + personId: null + roles: + - role: Director of External Affairs + roleClass: paid_staff + contact: null + bio: Victoria Benner joined OTF as the Director of External Affairs in October 2023. Before OTF, Victoria + was the Communications Director at Radio Free Europe/Radio Liberty and previously held external and + public affairs positions at the National Democratic Institute and Global Affairs Canada. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: James Marchant + personId: null + roles: + - role: Senior Program Manager + roleClass: paid_staff + contact: null + bio: James joined OTF as a Program Manager in 2022. Prior to joining OTF, James was Director of Research + and Learning at Small Media, where he oversaw the design and implementation of research and advocacy + projects confronting digital rights challenges globally. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Ashley Lulling + personId: null + roles: + - role: Communications and Outreach Manager + roleClass: paid_staff + contact: null + bio: Prior to joining OTF, Ashley worked as the Participant Experience Manager for InterExchange, promoting + cross-cultural understanding and collaboration. She managed the ambassador program and the organization's + Foundation, which aims to improve the accessibility of travel abroad programming. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Dyan Mae Cortez + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: Dyan Mae Cortez is a Program Manager at Open Technology Fund (OTF), where she works with the Program + team to enable the research, development, and implementation of internet freedom technologies in authoritarian + contexts. She has a special interest in countering surveillance and censorship practices in Southeast + Asia & the Pacific. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Lindsey Kerkela + personId: null + roles: + - role: Human Resources Generalist + roleClass: paid_staff + contact: null + bio: Lindsey joined OTF as the Human Resources Generalist in 2021. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Ongere Churchill + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: Ongere joined OTF as a Program Manager in July 2023. Ongere previously worked as an Arts, Culture, + Media, and Digitality strategist at British freedom of expression think tank ARTICLE 19 and Dutch + INGO Hivos. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +- name: Sandy Fulton + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: Prior to joining OTF, Sandy coordinated Free Press' legislative outreach and lobbying efforts, + focusing specifically on the First Amendment and racial justice implications of Net Neutrality, minority + media ownership, government surveillance, and privacy issues. Before Free Press, Sandy served as a + legislative assistant at the American Civil Liberties Union's Washington office. + termStart: null + termEnd: null + sourceUrl: https://www.opentech.fund/about/people-type/staff/ + derived: org_live + confidence: 0.9 +--- + +# Open Technology Fund (OTF) — Leadership + +Scope of this record: the OTF Board of Directors (7 members) and the OTF Staff (15 employees), captured from the two live "People Behind OTF" pages. + +Board: seven directors. Officers of the board are the Chair (Dr. Zack Cooper) and Vice Chair (Ben Scott); the other five are Board Members. All seven are `board_director` (with `officer` roles where held) at confidence 1.0. + +Staff: fifteen employees on the Staff page, led by President Laura Cunningham. These are OTF employees, captured `paid_staff` at confidence 0.9 (inferred from the "Staff" heading and executive/manager titles; no explicit per-person employment statement is printed). Note that "President" here is the top staff executive role, distinct from the governance Chair/Vice Chair on the board. + +Data-quality note: the seventh director's card header reads "Roger Zakeim", while the body of his bio spells the surname "Zakheim" (Mr. Zakheim). The header spelling ("Roger Zakeim") is used for the record; the bio-text variant is flagged here for Who's Who disambiguation. + +Not published (hence `null`): per-person contact and term dates for all individuals. Bios are published (captured verbatim; the site truncates each listing bio with an ellipsis and a "More" link, so bios here are the published listing extracts). + +Excluded: the OTF Advisory Council (a separate, all-volunteer advisory body) is not foundation governance or staff and is not captured in this leadership record; it could be added as a separate advisory dataset if wanted. diff --git a/_leadership/opentransitsoftwarefoundation.md b/_leadership/opentransitsoftwarefoundation.md new file mode 100644 index 0000000..2fc98cf --- /dev/null +++ b/_leadership/opentransitsoftwarefoundation.md @@ -0,0 +1,174 @@ +--- +identifier: opentransitsoftwarefoundation +commonName: Open Transit Software Foundation +asOf: 2026-07-25 +sources: +- url: https://opentransitsoftwarefoundation.org/overview/board-of-directors + type: org_live + retrieved: 2026-07-25 +people: +- name: Kari Watkins + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'University constituency: UC Davis.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Alan Borning + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'University constituency: University of Washington.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Devin Braun + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Transit agency constituency: San Diego Metropolitan Transit System, California.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Will Wong + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Transit agency constituency: Metropolitan Transportation Authority, New York City.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Pete Dussin + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Transit agency constituency: Sound Transit, Washington State.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Lauren Main + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Transit agency constituency: King County Metro, Washington State.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Joshua Kavanagh + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'University constituency: University of California at San Diego.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Jan-Dirk Schmöcker + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'University constituency: Kyoto University.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Matt Caywood + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Companies and non-profits constituency: Actionfigure.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Wojciech Kulesza + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Companies and non-profits constituency: goEuropa.' + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Sean Óg Crudden + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Individual developers and activists constituency. + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 1.0 +- name: Aaron Brethorst + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors + derived: org_live + confidence: 0.6 +--- + +# Open Transit Software Foundation (OTSF) — Leadership + +Scope of this record: the OTSF Executive Director and Board of Directors, captured from the live "Board of Directors" page. OTSF is a 501(c)(3) non-profit formed to provide governance for the OneBusAway project. + +Board structure: the board is composed of up to 12 members drawn from four constituencies — transit agencies using OneBusAway (2-4 seats), universities doing OneBusAway research (2-4), companies and non-profits involved in OneBusAway (2-4), and independent developers and activists (2-4). Eleven directors currently serve. Each person's constituency is recorded in the `bio` field, since the page publishes affiliation rather than a personal bio. + +Officers: the page lists Chair (Kari Watkins), Vice Chair (Alan Borning), Secretary (Devin Braun), and Treasurer (Will Wong); each is a sitting director, so their board seat and officer role are merged into one record. + +Paid vs volunteer: Aaron Brethorst is listed as Executive Director, above the board. The page does not state whether the ED post is paid, so it is captured `paid_staff` at confidence 0.6 — the title implies an operational (likely employed) role, but employment status is not verified. Board directors are captured `board_director` at confidence 1.0; the page does not state volunteer status, though board service at a small 501(c)(3) is typically unpaid. + +Not published (hence `null`): per-person contact, bios (only constituency/affiliation is given, recorded in `bio`), and term dates. The page states board members "are elected each year at the annual meeting" but gives no specific term dates. diff --git a/_leadership/oscollective.md b/_leadership/oscollective.md new file mode 100644 index 0000000..fe527f3 --- /dev/null +++ b/_leadership/oscollective.md @@ -0,0 +1,140 @@ +--- +identifier: oscollective +commonName: Open Source Collective +asOf: 2026-07-25 +sources: +- url: https://www.oscollective.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Lauren Gardner + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 0.9 +- name: Ben Nickolls + personId: null + roles: + - role: Strategic Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 0.9 +- name: Grace Powers + personId: null + roles: + - role: Operations Coordinator + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 0.9 +- name: Sourav Das + personId: null + roles: + - role: Operations Coordinator + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 0.9 +- name: Pia Mancini + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Co-founder of OSC and Open Collective. + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +- name: Alyssa Wright + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Bloomberg Open Source. + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +- name: Justin Dorfman + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: MOSS, SustainOSS & CodeFund. + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +- name: Samson Goddy + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Open Source Community Africa co-founder. + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +- name: Duane O'Brien + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +- name: Joel Wasserman + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.oscollective.org/about/ + derived: org_live + confidence: 1.0 +--- + +# Open Source Collective — Leadership + +Scope of this record: the Open Source Collective staff ("Team") and Board, captured from the live "About Us" page. Open Source Collective is a 501(c)(6) non-profit fiscal host (EIN 82-2037583), founded in 2017, supporting thousands of open source projects on the Open Collective platform. + +Team (staff): four named employees are captured — Lauren Gardner (Executive Director), Ben Nickolls (Strategic Director), and two Operations Coordinators (Grace Powers, Sourav Das). They are captured `paid_staff` at confidence 0.9 (inferred from the "Team" heading and executive titles). Two "Future Team Member" placeholder cards on the page are unfilled positions and are not recorded as people. + +Board: six board members are captured `board_director` at confidence 1.0. Where the page prints a short affiliation under a board member's name (e.g. "Bloomberg Open Source", "Open Source Community Africa co-founder"), that text is recorded in the `bio` field; two members (Duane O'Brien, Joel Wasserman) have no affiliation note. + +Not published (hence `null`): per-person contact, full bios, and term dates. No officer titles (Chair/Treasurer/Secretary) are published for the board — all six are listed simply as "Board member". diff --git a/_leadership/osetinstitute.md b/_leadership/osetinstitute.md new file mode 100644 index 0000000..c29df04 --- /dev/null +++ b/_leadership/osetinstitute.md @@ -0,0 +1,312 @@ +--- +identifier: osetinstitute +commonName: OSET Institute +asOf: 2026-07-25 +sources: +- url: https://www.osetinstitute.org/who-we-are + type: org_live + retrieved: 2026-07-25 +people: +- name: Gregory Miller + personId: null + roles: + - role: Chair + roleClass: officer + - role: Chief Operating Officer + roleClass: paid_staff + - role: Board Member + roleClass: board_director + contact: null + bio: Co-Founder. Media Spokesperson. + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: E. John Sebes + personId: null + roles: + - role: Chief Technology Officer + roleClass: paid_staff + - role: Board Member + roleClass: board_director + contact: null + bio: Co-Founder. + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: William P. Crowell + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Security Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: John B. Gage + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Technology Strategy Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Peter F. Harter + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Government Relations Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Gunnar Hellekson + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Open Source Technology Strategist.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Chris Kelly + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Government Relations Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Stacey Paynter + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Brand, PR & Media Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Edgard Quiroz + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: International Relations Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Cameron Quinn + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Elections Policy Advisor.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Edward P. Perez + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Policy Advisor & Media Spokesperson.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Dana DeBeauvoir + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: 'Board role focus: Elections Policy Analyst & Media Spokesperson.' + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 1.0 +- name: Tom Jablonowski + personId: null + roles: + - role: Chief Financial Officer (interim) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Christine M. Santoro + personId: null + roles: + - role: Chief Legal Officer + roleClass: paid_staff + - role: Board Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Heather Meeker + personId: null + roles: + - role: Chief IP Counsel + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Joy London + personId: null + roles: + - role: Associate General Counsel | Cybersecurity, International + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Sonya Aston + personId: null + roles: + - role: Associate General Counsel | Policy, Election Law + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Hugh Dubberly + personId: null + roles: + - role: Chief Design Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.8 +- name: Anne O'Flaherty + personId: null + roles: + - role: Principal Member of Technical Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.85 +- name: Alex Mekelburg + personId: null + roles: + - role: Principal Member of Technical Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.85 +- name: Clifford Wulfman + personId: null + roles: + - role: Principal Member of Technical Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.85 +- name: Neil Johnson + personId: null + roles: + - role: Senior Member of Technical Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.85 +- name: Bob Smith + personId: null + roles: + - role: Creative Director, Brand Management + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osetinstitute.org/who-we-are + derived: org_live + confidence: 0.85 +--- + +# OSET Institute — Leadership + +Scope of this record: the OSET Institute Board of Directors (12 members) and the operational Leadership team (13 named roles), captured from the live "Who We Are" page. OSET Institute is a 501(c)(3) California public benefit corporation, best known for the TrustTheVote Project and ElectOS. + +Overlap handling: Gregory Miller (Co-Founder, Chair & COO) and E. John Sebes (Co-Founder, CTO) appear in both the Board of Directors and the Leadership sections; each is captured once with merged roles. Miller holds `officer` (Chair), `paid_staff` (Chief Operating Officer), and `board_director` (Board Member); Sebes holds `paid_staff` (CTO) and `board_director`. Their Co-Founder status is noted in `bio` rather than as a governance role. Christine M. Santoro is Chief Legal Officer (`paid_staff`) and also Board Secretary (`officer`). + +Board role focus: each director's card carries a short focus descriptor (e.g. "Security Advisor", "Elections Policy Advisor"). These describe the director's area of contribution on the board rather than a distinct office, so they are recorded in the `bio` field, not as separate `roles`. + +Paid vs volunteer: the Leadership section lists C-suite and technical-staff roles (CFO interim, Chief Legal Officer, Chief IP Counsel, Associate General Counsels, Chief Design Officer, Principal/Senior Members of Technical Staff, Creative Director). These are captured `paid_staff` at confidence 0.8 (executive/counsel roles) and 0.85 (technical-staff roles); the site does not print an explicit employment statement, so paid status is inferred from title and the "Leadership" heading. Board members' paid-vs-volunteer status is not stated; board seats are captured `board_director` at confidence 1.0 for the role itself. + +Excluded (not foundation governance or staff): +- Board of Advisors (~26 named advisors, e.g. Dr. David Bader, Aneesh Chopra, Dr. Barbara Simons) — an advisory body, not the governing board. +- TrustTheVote Project Core Team (~19 technologists) — a project-level technical team, not foundation leadership. + +Data-freshness note: the page footer reads "© 2007-2023 OSET Institute, Inc." Content may be somewhat stale relative to the 2026-07-25 retrieval date; a re-fetch is advised before treating this roster as strictly current. + +Not published (hence `null`): per-person contact and term dates. Full bios are behind "Read Bio" links for some individuals and were not fetched; only the on-page role/focus descriptors are captured. diff --git a/_leadership/osgeo.md b/_leadership/osgeo.md new file mode 100644 index 0000000..b8c3cb2 --- /dev/null +++ b/_leadership/osgeo.md @@ -0,0 +1,160 @@ +--- +identifier: osgeo +commonName: Open Source Geospatial Foundation +asOf: 2026-07-25 +sources: +- url: https://www.osgeo.org/about/board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Jeroen Ticheler + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: president@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Codrina Maria Ilie + personId: null + roles: + - role: Vice-President Europe + roleClass: officer + - role: Board Director + roleClass: board_director + contact: codrina.ilie@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Marco Bernasocchi + personId: null + roles: + - role: Vice-President Oceania + roleClass: officer + - role: Board Director + roleClass: board_director + contact: marco.bernasocchi@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Tim Sutton + personId: null + roles: + - role: Vice-President Africa + roleClass: officer + - role: Board Director + roleClass: board_director + contact: tim.sutton@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Tom Kralidis + personId: null + roles: + - role: Vice-President North America + roleClass: officer + - role: Board Director + roleClass: board_director + contact: tomkralidis@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Vicky Vergara + personId: null + roles: + - role: Vice-President South America and Asia + roleClass: officer + - role: Board Director + roleClass: board_director + contact: vicky.vergara@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Angelos Tzotsos + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: tzotsos@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Joana Simoes + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: joana.simoes@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Michael Smith + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: treasurer@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Astrid Emde + personId: null + roles: + - role: Secretary + roleClass: officer + contact: secretary@osgeo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.osgeo.org/about/board/ + derived: org_live + confidence: 1.0 +--- + +# Open Source Geospatial Foundation (OSGeo) — Leadership + +Scope of this record: the OSGeo Board of Directors and the appointed officers (Positions), captured from the live "Board and Officers" page. + +Board: OSGeo Charter Members elect a 9-member Board of Directors, who appoint officers and set the vision and goals for the Foundation. The nine elected directors are Jeroen Ticheler, Tom Kralidis, Tim Sutton, Angelos Tzotsos, Michael Smith, Codrina Maria Ilie, Vicky Vergara, Joana Simoes, and Marco Bernasocchi. + +Officers (Positions): the President, five regional Vice-Presidents, Treasurer, and Secretary are captured. Eight of the ten officer posts are held by sitting board directors (their board seat and officer role are merged into one person record each). The Secretary, Astrid Emde, is an appointed officer who is not one of the nine elected directors, so she is recorded with the `officer` role only. + +Paid vs volunteer: OSGeo governance is volunteer-run (Charter Members elect the board; the board empowers volunteer committees). The page does not print an explicit "volunteers" statement, so board and officer roles are captured `board_director`/`officer` at confidence 1.0 for the fact of the role, with volunteer (unpaid) status inferred from the foundation's structure rather than a verbatim statement. + +Contact: OSGeo publishes an `@osgeo.org` address for each officer, so `contact` is populated at confidence 1.0. Regional VPs use personal-form addresses (e.g. codrina.ilie@osgeo.org); the President, Treasurer, and Secretary are published against role aliases (president@ / treasurer@ / secretary@osgeo.org), captured as given. + +Not published (hence `null`): bios and term dates. Board term history lives at the OSGeo wiki ("History of OSGeo Foundation Boards of Directors"), which is the source for the leadership-history dataset. + +Excluded (project/committee-level, not foundation governance): the long list of committee VPs (Conference, Finance, GeoforAll, Incubation, Marketing, Public Geospatial Data, System Administration, UN, Standards) and the ~25 OSGeo Project Officers (per-project VPs for GDAL, GEOS, GeoServer, QGIS, PostGIS, etc.). These are operational roles for committees and software projects and are deliberately not captured as foundation leadership; they could form a separate project-roles dataset if wanted. diff --git a/_leadership/osmfoundation.md b/_leadership/osmfoundation.md new file mode 100644 index 0000000..cc6cb60 --- /dev/null +++ b/_leadership/osmfoundation.md @@ -0,0 +1,126 @@ +--- +identifier: osmfoundation +commonName: OpenStreetMap Foundation +asOf: 2026-07-25 +sources: +- url: https://osmfoundation.org/wiki/Board + type: org_live + retrieved: 2026-07-25 +people: +- name: Craig Allan + personId: null + roles: + - role: Chairperson + roleClass: officer + - role: Board Member + roleClass: board_director + contact: craig.allan@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Daniela Waltersdorfer + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Member + roleClass: board_director + contact: dani.waltersdorfer@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Roland Olbricht + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Member + roleClass: board_director + contact: roland.olbricht@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Héctor Ochoa Ortiz + personId: null + roles: + - role: Deputy Secretary + roleClass: officer + - role: Board Member + roleClass: board_director + contact: hector.ochoa.ortiz@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Brazil Singh + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: brazil.singh@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Laura Mugeha + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: laura.mugeha@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Maurizio Napolitano + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: maurizio.napolitano@osmfoundation.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 1.0 +- name: Dorothea Kazazi + personId: null + roles: + - role: Administrative Assistant + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Board + derived: org_live + confidence: 0.7 +--- + +# OpenStreetMap Foundation — Leadership + +Scope of this record: the OSMF Board of Directors (7 members) and the officer roles they hold, plus the named Administrative Assistant. Captured from the wiki "Officers & Board" page (last edited 25 September 2025). + +Paid vs volunteer: the page states plainly that "The board members are volunteers and are generally elected by the OSMF members." All 7 board members are therefore unpaid governance volunteers, captured `board_director` (with officer roles where held) at confidence 1.0. The three officer posts are Chairperson (Craig Allan), Secretary (Daniela Waltersdorfer), and Treasurer (Roland Olbricht); Héctor Ochoa Ortiz additionally serves as Deputy Secretary. + +Contact: OSMF publishes a per-person `@osmfoundation.org` email for each board member, so `contact` is populated at confidence 1.0 for all seven. Dorothea Kazazi is named as the Administrative Assistant to whom the `board@osmfoundation.org` alias is copied; she is captured `paid_staff` at confidence 0.7 — she is linked under the wiki's "Contractors and employees" page (implying paid status) but that page was not fetched and no personal email is published for her. + +Not published on this page (hence `null`): bios (a separate "Board Member Bios" page exists) and term dates (a separate "OSMF board members by year" page holds term history and is the correct source for the leadership-history dataset). + +Excluded: the many working-group and committee liaison roles each board member holds (e.g. CWG, DWG, LWG liaisons; Finance and Personnel Committee chairs) are operational assignments within board service, not distinct governance offices, so they are noted here but not recorded as separate `roles`. diff --git a/_leadership/ow2.md b/_leadership/ow2.md new file mode 100644 index 0000000..449101f --- /dev/null +++ b/_leadership/ow2.md @@ -0,0 +1,132 @@ +--- +identifier: ow2 +commonName: OW2 Association +asOf: 2026-07-25 +sources: +- url: https://www.ow2.org/view/About/OW2_Governance + type: org_live + retrieved: 2026-07-25 +people: +- name: Florian Caringi + personId: null + roles: + - role: President of OW2 + roleClass: officer + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Deputy Head of Data & Open Source, Groupe BPCE. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Gilles Viton + personId: null + roles: + - role: Board Director (Strategic Member Representative) + roleClass: board_director + contact: null + bio: Head of Open Source, Orange France (Orange Group). + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Clément Aubin + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Sales & Professional Services manager, XWiki. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Philippe Bareille + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Open Source Officer, City of Paris. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Yury Glikman + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Fraunhofer FOKUS. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Clément Oudot + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Identity Solutions Manager, Worteks. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Christian Paterson + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: Founder, Open Up. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Vincent Untz + personId: null + roles: + - role: Board Director (Corporate Members Representative) + roleClass: board_director + contact: null + bio: CTO, Centreon. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +- name: Jerôme Herledan + personId: null + roles: + - role: Board Director (Individual Members Representative) + roleClass: board_director + contact: null + bio: Open Source Consultant. Listed by OW2 as 'Jerôme aka Genma HERLEDAN'. + termStart: null + termEnd: null + sourceUrl: https://www.ow2.org/view/About/OW2_Governance + derived: org_live + confidence: 1.0 +--- + +# OW2 Association — Leadership + +Scope: the OW2 Board of Directors for board year 2026, as listed on the OW2 Governance page. OW2 is a European open-source software consortium (association). Governance bodies are the Board of Directors, the Management Office, the Technology Council and the General Assembly; this record covers the Board. + +The Board seats are structured by membership class: one Strategic Member representative (Gilles Viton, Orange), seven Corporate Members representatives, and one Individual Members representative (Jerôme Herledan). All nine are recorded as `board_director`. Florian Caringi (Groupe BPCE) is additionally the President of OW2 and is recorded with an `officer` role. + +The `bio` field holds each director's published employer and job title, which OW2 lists as their affiliation alongside the board role. These are day-job affiliations, not OW2-authored biographies, and are recorded verbatim for provenance. + +Paid vs volunteer: OW2 does not state employment status for board members; as member-elected representatives of member organisations they are governance (not OW2-paid) roles, so none is tagged paid_staff. The Management Office (OW2's operational staff) is referenced on the site but not enumerated on this page and is not captured here. + +Not published (hence null): per-person contact, personal bios, and term dates. Seats are refreshed via the annual Board election (a 2026 election was in progress at capture); no individual term start/end dates are stated. diff --git a/_leadership/owasp.md b/_leadership/owasp.md new file mode 100644 index 0000000..1303547 --- /dev/null +++ b/_leadership/owasp.md @@ -0,0 +1,112 @@ +--- +identifier: owasp +commonName: Open Worldwide Application Security Project (OWASP Foundation) +asOf: 2026-07-25 +sources: +- url: https://owasp.org/www-board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Steve Springett + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2027-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Ricardo Griffith + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2026-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Harold Blankenship + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2026-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Marisa Fagan + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2027-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Kelly Santalucia + personId: null + roles: + - role: Member-at-Large + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2027-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Ashwini Siddhi + personId: null + roles: + - role: Member-at-Large + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2026-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +- name: Sam Stepanyan + personId: null + roles: + - role: Member-at-Large + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: 2027-12-31 + sourceUrl: https://owasp.org/www-board/ + derived: org_live + confidence: 1.0 +--- + +# OWASP Foundation — Leadership + +Scope: the OWASP Foundation Global Board, comprising seven elected directors who serve two-year terms. Officer roles (Chair, Vice Chair, Treasurer, Secretary) for 2026 are recorded in addition to `board_director`; the remaining three directors are Members-at-Large. Source is the OWASP Global Board page (www-board). + +Term dates: the board page states a "Current Term Ends" date per director (e.g. 12/31/2027), captured as `term_end`. Term start is not stated per person, so `term_start` is null. The staggered end dates (2026 vs 2027) reflect the annual half-board election each Fall. + +Paid vs volunteer: board directors are elected volunteers; none is tagged paid_staff. The Foundation employs an Executive Director and staff (Andrew van der Stock is named as Executive Director throughout board minutes/actions through 2024, and the board page repeatedly references "the Executive Director"), but no current staff roster is published on this board page, so no ED/staff person record is asserted here to avoid stating an unverified 2026 status. A Compliance Officer (Vandana Verma, appointed effective Jan 2025 per board actions) is likewise recorded in minutes but not on the current board roster, so is excluded from `people[]`. + +Not published on this page (hence null): per-person contact (only LinkedIn/Twitter links are given, no email) and bios. Each director's US state / country of residence is listed on the page but is not a bio and is not captured as a field. diff --git a/_leadership/pculture.md b/_leadership/pculture.md new file mode 100644 index 0000000..551d59f --- /dev/null +++ b/_leadership/pculture.md @@ -0,0 +1,60 @@ +--- +identifier: pculture +commonName: Participatory Culture Foundation +asOf: 2026-07-25 +sources: +- url: https://pculture.org/about-pcf + type: org_live + retrieved: 2026-07-25 +people: +- name: Dean Jansen + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 1.0 +- name: Jenny Lam-Chowdhury + personId: null + roles: + - role: Board Director + roleClass: board_director + - role: Executive Director and CEO + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Nicholas Reville + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 1.0 +--- + +# Participatory Culture Foundation — Leadership + +Scope: the current Board of Directors (3) of the Participatory Culture Foundation (PCF), a 501(c)(3) founded 2006, best known for the Amara subtitling platform and Amplifying Voices. Captured from the PCF "About" page. + +Board of Directors (current): Dean Jansen (Treasurer), Jenny Lam-Chowdhury, and Nicholas Reville. Jenny Lam-Chowdhury also appears on the Executive Team as Executive Director and CEO; she is recorded with both a `board_director` role and a `paid_staff` (Executive Director and CEO) role. Her person `confidence` is 0.9 because the page places her both on the board and as employed executive without stating whether her board seat is ex-officio. + +Excluded (with reason): the "Emeritus Board" (Aleli Alcala, Tiffiniy Cheng, Dave Glassco, Stefan Magdlinski) are past, not current, directors. The "Founders" list (Tiffiniy Cheng, Nicholas Nassar, Nicholas Reville, Holmes Wilson) is historical, not a governance role. The wider "Our Team" roster is Amara product/operations staff (customer support, subtitling operations, engineering, finance/HR) rather than foundation governance; per scope rules these product-level staff are noted but not captured as people records. Only the Executive Director (Jenny Lam-Chowdhury) is captured as foundation-level paid staff. + +Not published (hence null): per-person contact, bios (only light "fun-fact" descriptors are shown for staff), and term dates. diff --git a/_leadership/perlfoundation.md b/_leadership/perlfoundation.md new file mode 100644 index 0000000..7111498 --- /dev/null +++ b/_leadership/perlfoundation.md @@ -0,0 +1,130 @@ +--- +identifier: perlfoundation +commonName: The Perl and Raku Foundation (Yet Another Society) +asOf: 2026-07-25 +sources: +- url: https://www.perlfoundation.org/the-board.html + type: org_live + retrieved: 2026-07-25 +people: +- name: Stuart Mackintosh + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: president@perlfoundation.org + bio: Based in Europe, Stuart has been working with free and open source software since the mid-1990s, + with many early projects based on Perl delivering e-commerce, ISP and communications services. Stuart + founded various open source integration and hosting companies and currently consults through Open + Digital Consulting. He also founded the industry association OpenUK, works with the European Commission, + and serves on the governance working group for the Odoo Community Association. He believes those who + have built careers in digital technology should give back to the communities that enabled them. Board + seat sponsored by Open Digital Consulting Co. + termStart: 2019-09 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +- name: Peter Krawczyk + personId: null + roles: + - role: Co-treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: treasurer@perlfoundation.org + bio: Peter Krawczyk is a Senior Software Engineer with ZipRecruiter. He has been active in the Perl + community since the late 1990s, including co-organizing YAPCs in 2006 and 2008, hackathons and Chicago.pm. + In his spare time, he loves to play golf and go on road trips. Board seat sponsored by Remora, Inc. + termStart: 2020-10 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +- name: Ruth Holloway + personId: null + roles: + - role: Co-treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: treasurer@perlfoundation.org + bio: Over the course of her 40-plus year career, Ruth worked in six different programming languages + on nearly a dozen different operating systems; for the last 20 of those, she's been doing most of + her coding in Perl. She is a Texan, transplanted to the tranquil woods of northeast Georgia. She is + now semi-retired from regular work, to spend more time with her family, crafting, and on the needs + of the Foundation. Ruth joined the board in January of 2024, and currently holds the role of Co-Treasurer. + Board seat sponsored by Trans-Formed Media, LLC. + termStart: 2024-01 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +- name: Bruce Gray + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Bruce is a consultant, business analyst, and contract programmer, with a special interest in health + care. Introduced to Perl in 1995, he became a founding member of Atlanta Perl Mongers. Active in the + Parrot and Rakudo projects since their inception as 'Perl 6', Bruce represents Raku at the TPRF community + meetings, and assists in the Raku Study Group. Since 2022, Bruce has served on the planning committee + for the annual North American TPRC conference. Bruce joined the board in January of 2024 and holds + the role of TPRF Secretary. Board seat sponsored by Gray & Associates. + termStart: 2024-01 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +- name: Todd Rinaldo + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: todd@perlfoundation.org + bio: Todd has been programming for 40 years and coding Perl since his first Perl programming class in + 1995. He's been a resident of Houston, TX most of his life, and has been active in the Houston Perl + Mongers since 2006. Todd is married and has one son. In addition to his volunteer work at TPRF, Todd + also donates significant time to The Boy Scouts of America. Board seat sponsored by WebPros. + termStart: 2022-08 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +- name: Daniel Sockwell + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Daniel originally planned a career in law before he realised how much he enjoys programming. Dan + earned a J.D. from Columbia Law School and was a practicing attorney with a large law firm in New + York City. After discovering how much he enjoys writing code, Dan made a career change and became + a programmer. He has written JavaScript, Rust, and Raku professionally. As well as being a Board member, + Dan serves on the Raku Steering Council and the TPRF Legal Committee. He was also a moderator for + the 2021 Perl and Raku Conference. + termStart: 2021-08 + termEnd: null + sourceUrl: https://www.perlfoundation.org/the-board.html + derived: org_live + confidence: 1.0 +--- + +# The Perl and Raku Foundation — Leadership + +Scope: the TPRF Board of Directors (6), captured from the org's live board page. The legal entity is "Yet Another Society" (DBA The Perl and Raku Foundation), based in Covina, California. The board is self-electing and draws candidates from active volunteers; it is led by a President appointed by the board. + +Officers: President (Stuart Mackintosh), two Co-Treasurers (Peter Krawczyk, Ruth Holloway), and Secretary (Bruce Gray) are recorded with `officer` roles in addition to `board_director`. Todd Rinaldo and Daniel Sockwell are directors without an officer designation. + +Term dates: the page states an "Appointed:" month/year per director, captured as `term_start` (YYYY-MM). Members serve a renewable two-year term, but no explicit term-end date is published per person, so `term_end` is null. + +Contact: role-based email addresses are published for some directors (president@ and treasurer@perlfoundation.org, and todd@perlfoundation.org) and are recorded verbatim in `contact`. These are foundation role aliases rather than strictly personal addresses (both Co-Treasurers share treasurer@). Bruce Gray and Daniel Sockwell have no published email. + +Bios: published verbatim per director and captured (lightly condensed to the substantive career/community text; sponsorship of each board seat is retained as published). + +Paid vs volunteer: directors are described as volunteers ("volunteer work at TPRF"); none is paid staff. No separate paid staff roster is published. diff --git a/_leadership/plone.md b/_leadership/plone.md new file mode 100644 index 0000000..7d7a009 --- /dev/null +++ b/_leadership/plone.md @@ -0,0 +1,171 @@ +--- +identifier: plone +commonName: Plone Foundation +asOf: 2026-07-25 +sources: +- url: https://plone.org/foundation/board + type: org_live + retrieved: 2026-07-25 +people: +- name: Martin Peeters + personId: null + roles: + - role: President + roleClass: officer + - role: Security Team Liaison + roleClass: board_director + - role: Board Director + roleClass: board_director + contact: null + bio: Martin has been a Plone developer since 2010 and is CEO / CTO of Affinitic, a Belgian Plone solution + company. He co-organized the Plone Conference 2022 and attended almost every Plone Conference since + Bristol in 2010. Over 12 years he has helped maintain hundreds of Plone websites supporting thousands + of users. Based in Genappe, Belgium. This is Martin's fourth year on the Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +- name: João Henrique Gouveia + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Gouveia is a member of the PloneGov-BR community and co-organizer of Plone Conference Brasília + 2013 and 2024. He has been a civil servant of the Federal Senate since 2002. Gouveia is CIO of the + Interlegis Program of the Federal Senate; former CIO of the Ministry of Agriculture, Livestock and + Supply of Brazil; and has been a member and moderator of free software communities for nearly 20 years. + Based in Brasília, Brazil. This is Gouveia's second year on the Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +- name: Éric Bréhault + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Google Summer of Code Liaison + roleClass: board_director + - role: Board Director + roleClass: board_director + contact: null + bio: Eric is deeply committed to open-source, and is a long-time contributor to the Plone community. + He is a frontend developer at Nuclia. Based in Toulouse, France. This is Eric's third year on the + Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +- name: Steve Piercy + personId: null + roles: + - role: Interim Treasurer + roleClass: officer + - role: Assistant Secretary + roleClass: officer + contact: null + bio: Steve has been a contributor to many projects under the Pylons Project, including Pyramid, WebOb, + Waitress, Colander, Peppercorn, and WebTest. Steve is a Community Forum moderator and Discord server + administrator, and has attended several Plone Conferences as a speaker, trainer, and sprinter. He + has served as the Plone Documentation Team lead since 2022, and is a member of the Training Team, + Volto Team, and Steering Circle. Based in Oregon, USA. This is Steve's first year as Interim Treasurer. + Listed as a non-voting board member. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +- name: Rafahela Garcia Bazzanella + personId: null + roles: + - role: Membership Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Rafahela has worked with Plone for 18 years. She is co-founder of the PloneGov-BR community and + co-organized the Plone Conferences from 2013 and 2024. She currently works at the Interlegis Program + (Federal Senate), where she developed and maintains a product called Model Portal used by more than + 1200 Municipal Chambers and Assemblies. Based in Brasília, Brazil. This is Rafahela's second year + on the Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 0.9 +- name: Rikupekka Oksanen + personId: null + roles: + - role: Marketing Chair + roleClass: officer + - role: Conference Team Liaison + roleClass: board_director + - role: Board Director + roleClass: board_director + contact: null + bio: Rikupekka has been using and promoting Plone at the University of Jyväskylä since 2004 (and Zope + since 2002). He started as a web developer, then took on project management, customer support, trainer, + and team lead roles. He has given talks at nearly every Plone Conference and World Plone Day since + 2014. From 2020-2024 he served as Plone's Marketing and Communications Team lead, and organized the + Plone Conference 2025 in Finland. Based in Jyväskylä, Finland. This is Rikupekka's first year on the + Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 0.9 +- name: Brian Davis + personId: null + roles: + - role: Admin Team Liaison + roleClass: board_director + - role: Board Director + roleClass: board_director + contact: null + bio: Brian has been using Plone since v0.9.8. He was one of the Weblion crew at Penn State University + who organized Plone Symposium East (2008–2012). Brian is a member of the Steering Circle and Marketing + team, having helped migrate Plone.org from Plone 4 to 5 and from 5 to 6. He has contributed to many + Plone add-ons and themes, and presented at Plone Conferences, Symposia, and World Plone Days. Based + in Pennsylvania, USA. This is Brian's third year on the Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +- name: Gildardo Bautista García Cano + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Gildardo has been involved in the Plone community since the late 2000s and has organized multiple + World Plone Day events through his role at the Mathematics Institute of the National Autonomous University + of Mexico in Mexico City. He has also co-organized the Axolote Sprints and has given talks at multiple + Plone Conferences and Plone Symposia. Based in Mexico City, Mexico. This is Gildardo's first year + on the Board. + termStart: null + termEnd: null + sourceUrl: https://plone.org/foundation/board + derived: org_live + confidence: 1.0 +--- + +# Plone Foundation — Leadership + +Scope: the Plone Foundation Board of Directors for the 2025-2026 board term (8 people: 7 voting directors plus 1 non-voting Interim Treasurer), captured from the org's live board page. The Plone Foundation is a 501(c)(3) non-profit. + +Officers and roles: President (Martin Peeters), Vice President (João Henrique Gouveia), Secretary (Éric Bréhault), and Interim Treasurer + Assistant Secretary (Steve Piercy) are recorded with `officer` roles. Steve Piercy is explicitly a non-voting board member (recorded with officer roles only, no board_director class). Membership Chair (Rafahela Garcia Bazzanella) and Marketing Chair (Rikupekka Oksanen) are recorded as `officer` at person-confidence 0.9, as these are functional committee-chair titles rather than corporate officer positions. Various "Team Liaison" designations (Security, GSoC, Conference, Admin) are recorded as additional board roles. + +Tenure: the page states each director's cumulative years on the board (e.g. "fourth year", "first year") rather than dated terms. This is narrative tenure, not an ISO term start/end, so `term_start`/`term_end` are left null and the tenure text is preserved in each `bio`. + +Contact: only a collective address (board@plone.org) is published; no per-person email, so `contact` is null for all. Each director's city/country is published and is retained inside `bio`. + +Bios: published verbatim per director and captured (lightly condensed). + +Paid vs volunteer: the board is a volunteer governance body; no paid staff roster is published (Plone relies on community volunteers and sponsorships). diff --git a/_leadership/postgresql.md b/_leadership/postgresql.md new file mode 100644 index 0000000..5487bd2 --- /dev/null +++ b/_leadership/postgresql.md @@ -0,0 +1,112 @@ +--- +identifier: postgresql +commonName: United States PostgreSQL Association (PgUS) +asOf: 2026-07-25 +sources: +- url: https://postgresql.us/team + type: org_live + retrieved: 2026-07-25 +people: +- name: Stacey Haysler + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Stacey Haysler is the CFO and COO of PostgreSQL Experts, Inc. She first became involved in the + Postgres community in 2010, and has worked as an organizer and conference staff for a number of conferences + in North America and Europe, as well as being part of the start-up team for PgDay San Francisco. She + founded the Django Events Foundation North America (DEFNA) and was a principal organizer of DjangoConUS + for three years. She also served as Treasurer of the DSF. She is a PostgreSQL contributor and worked + with the Core Team to develop the PostgreSQL Community Code of Conduct in 2017, chairing the Community + Code of Conduct Committee through September 2021. + termStart: null + termEnd: 2027-04-30 + sourceUrl: https://postgresql.us/team + derived: org_live + confidence: 1.0 +- name: Mark Wong + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Mark Wong is currently employed by pgEdge and is a PostgreSQL Major Contributor. His background + is in database systems solutions and performance. He first introduced himself to the PostgreSQL community + in 2003 with open source benchmarking kits and performance data. Since then he has contributed as + a Google Summer of Code mentor, event planner, Portland PostgreSQL Users Group Co-Organizer, PostgreSQL + Fundraising Group Member, and Director of PgUS. + termStart: null + termEnd: 2028-04-30 + sourceUrl: https://postgresql.us/team + derived: org_live + confidence: 1.0 +- name: Michael Brewer + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Michael Brewer is a Web Developer Principal in the Franklin College Office of Information Technology + at The University of Georgia. His responsibilities include developing applications for intranet and + internet use, creating and managing databases, and desktop and network support. One of the applications + he developed won a national award for innovation in advising technology. He is one of the founding + board members of the United States PostgreSQL Association. + termStart: null + termEnd: 2028-04-30 + sourceUrl: https://postgresql.us/team + derived: org_live + confidence: 1.0 +- name: Elizabeth Garrett Christensen + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Elizabeth Garrett Christensen works on Postgres educational content at Snowflake. She writes blogs, + tutorials, and product documentation while assisting with Postgres product development. Elizabeth + organizes the global PostGIS Day and hosts a local Kansas City Postgres User Group. She enjoys speaking + at Postgres, open source, and developer conferences, primarily for users new to Postgres or in non-traditional + technical roles. She has a B.A. in Archeology from the University of Texas and a background in academic + publishing software and open-source software. + termStart: null + termEnd: 2027-04-30 + sourceUrl: https://postgresql.us/team + derived: org_live + confidence: 1.0 +- name: Valerie Parham-Thompson + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Valerie Parham-Thompson is a Database Solutions Architect focusing on data architecture for high-traffic + applications, and is a frequent writer on Postgres, spatial data, and routing. She has over two decades + of experience scaling data systems, and has previously worked as a solutions architect at YugabyteDB + and a principal consultant at Pythian. She organizes meetups such as the Triangle Postgres Users Group, + judges youth technical competitions like Technovation, and provides technical editing for Manning + Publications. She holds a degree from UNC-Chapel Hill Kenan-Flagler Business School. + termStart: null + termEnd: 2028-04-30 + sourceUrl: https://postgresql.us/team + derived: org_live + confidence: 1.0 +--- + +# United States PostgreSQL Association (PgUS) — Leadership + +Scope: the PgUS Board of Directors (5), captured from the org's live board page (/team, reached via the site homepage). PgUS is an IRS 501(c)(3) public charity supporting the growth and education of PostgreSQL in the United States. + +Officers and roles: President (Stacey Haysler), Treasurer (Mark Wong), and Secretary (Michael Brewer) are recorded with `officer` roles in addition to `board_director`. Elizabeth Garrett Christensen and Valerie Parham-Thompson are Directors. Valerie Parham-Thompson joined at the 2026 election (first term); Jonathan Katz rotated off the board at that election and is therefore excluded from the current roster. + +Term dates: the board page states "Current term runs through April 30, 202X" per director, captured as `term_end` (staggered 2027/2028 reflecting the annual election of ~2-3 seats). Term start is not stated per person, so `term_start` is null. + +Contact: only collective addresses are published (board@ and elections@postgresql.us); no per-person email, so `contact` is null. Bios are published verbatim and captured (lightly condensed). + +Paid vs volunteer: directors are volunteer governance roles; no paid staff roster is published. diff --git a/_leadership/processingfoundation.md b/_leadership/processingfoundation.md new file mode 100644 index 0000000..751796e --- /dev/null +++ b/_leadership/processingfoundation.md @@ -0,0 +1,230 @@ +--- +identifier: processingfoundation +commonName: Processing Foundation, Inc. +asOf: 2026-07-25 +sources: +- url: https://processingfoundation.org/people + type: org_live + retrieved: 2026-07-25 +people: +- name: Wesley Taylor + personId: null + roles: + - role: Board President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Cassie Tarakajian + personId: null + roles: + - role: Board Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Mathura M. Govindarajan + personId: null + roles: + - role: Board Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Amelia Winger-Bearskin + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: AX Mina + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Miriam Langer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Shari Frilot + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 1.0 +- name: Roxana Hadad + personId: null + roles: + - role: Co-Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Xin Xin + personId: null + roles: + - role: Co-Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Kit Kuksenok + personId: null + roles: + - role: Engineering Manager and p5.js Project Lead + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Moon Davé + personId: null + roles: + - role: Processing Project Lead + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Rachel Lim + personId: null + roles: + - role: p5.js Editor Project Lead + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Amy B. Woodman + personId: null + roles: + - role: Senior Program Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Raphaël de Courville + personId: null + roles: + - role: Processing Community Lead + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Qianqian Ye + personId: null + roles: + - role: Director of Creative Technology + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Charles Reinhardt + personId: null + roles: + - role: Finance Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +- name: Patt Vira + personId: null + roles: + - role: Communications Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://processingfoundation.org/people + derived: org_live + confidence: 0.9 +--- + +# Processing Foundation, Inc. — Leadership + +Scope of this record: the Board of Directors (7 members, including the Board President, Vice President, and Treasurer) and the working staff team listed on the People page (2 Co-Executive Directors plus the Engineering, Programs, and Operations teams). + +Paid vs volunteer: the two Co-Executive Directors and the staff team are treated as `paid_staff` at confidence 0.9. The org lists them under staff/team headings but does not explicitly state employment status, so the paid classification is inferred. The Board of Directors is captured with the officer titles the org publishes (President, Vice President, Treasurer); the remaining four directors are `board_director`. + +Not published on this page (hence `null`): per-person contact info, bios, and term dates. Each person links to a personal website or LinkedIn profile, but the org does not publish per-person contact details or bio text, so `contact` and `bio` are left null. + +Deliberately excluded (noted here, not captured as governance records): the large "Advisors" group, "Open Source Software Mentors", the "Steering Committee" (p5.js Shared Responsibility Committee) and "Advisory Committees" (Fellowship Committee, Community Day Committee), and the "Alums" section (former board, staff, and advisors). These are advisory or historical/project-level roles rather than current foundation governance. The Alums board members listed are Ben Fry, Lauren Lee McCarthy, and Shana White. diff --git a/_leadership/psf.md b/_leadership/psf.md new file mode 100644 index 0000000..dc9da06 --- /dev/null +++ b/_leadership/psf.md @@ -0,0 +1,439 @@ +--- +identifier: psf +commonName: Python Software Foundation +asOf: 2026-07-24 +sources: +- url: https://www.python.org/psf/board/ + type: org_live + retrieved: 2026-07-24 +- url: https://www.python.org/psf/records/staff/ + type: org_live + retrieved: 2026-07-24 +people: +- name: Jannis Leidel + personId: null + roles: + - role: President/Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Cristián Maureira-Fredes + personId: null + roles: + - role: Vice Chair Elect + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Christopher Neugebauer + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Georgi Ker + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Deb Nicholson + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Deb Nicholson joined the PSF in April 2022. She is an experienced non-profit professional and + passionate open source community builder who has worked at the Open Source Initiative, Software Freedom + Conservancy and the Open Invention Network. She is also a founding organizer of the Seattle GNU/Linux + Conference, an annual event dedicated to surfacing new voices and welcoming new people to the free + software community. She''ll be building on the PSF''s existing work to strengthen and diversify the + global Python community, identifying new education and outreach opportunities and increasing technical + and organizational capacities. She is a sci-fi nerd who lives with her partner and her lucky black + cat in Cambridge, Massachusetts. + + ' + termStart: 2022-04 + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 0.95 +- name: Denny Perez + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Tania Allard + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Kwon-Han Bae + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Cheuk Ting Ho + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Simon Willison + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Abigail Mesrenyame Dogbe + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Sheena O'Connell + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Elaine Wong + personId: null + roles: + - role: PyCon US Chair + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 1.0 +- name: Olivia Sauls + personId: null + roles: + - role: Assistant Secretary + roleClass: officer + - role: Program Director + roleClass: paid_staff + contact: null + bio: 'Olivia joined the PSF in August 2021 and is the lead planner for the Python Software Foundation''s + annual flagship event, PyCon US. She holds a B.S. in Biology and a B.S. in Nonprofit Management from + the University of Wisconsin-Madison and has worked in various roles throughout the nonprofit sector. + When she''s not working, Olivia can be found skiing, hiking with her dog, or spending time with friends + and family. + + ' + termStart: 2021-08 + termEnd: null + sourceUrl: https://www.python.org/psf/board/ + derived: org_live + confidence: 0.95 +- name: Loren Crary + personId: null + roles: + - role: Deputy Executive Director + roleClass: paid_staff + contact: null + bio: 'Loren joined the PSF in November 2021 to grow and diversify the PSF''s base of financial support. + She works with members, donors, sponsors, grant-awarding organizations, and the Board of Directors + to expand the resources available to run our programs and strengthen the long-term sustainability + of the PSF. Loren has a B.A. from Amherst College and a J.D. from Stanford Law School. Prior to the + PSF, she spent seven years leading fundraising, U.S. operations, and strategic revenue growth for + Educate!, a non-profit social enterprise serving youth in Uganda, Rwanda, and Kenya. Outside of work, + Loren enjoys solving cryptic crosswords, making weird art with friends, writing fiction, and playing + with her rescue pup. + + ' + termStart: 2021-11 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Laura Graves + personId: null + roles: + - role: Controller + roleClass: paid_staff + contact: null + bio: 'Laura joined the PSF in February 2019 to assist with processing grants and donations, tracking + expenses, and other general accounting functions. She has her Master''s of Accountancy from the University + of Alabama, and has worked in various accounting roles across many industries. When she''s not working, + Laura can usually be found reading, scuba diving, or petting a nearby dog. + + ' + termStart: 2019-02 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Seth Larson + personId: null + roles: + - role: Python Security Developer in Residence + roleClass: paid_staff + contact: null + bio: 'Seth joined the PSF in June 2023 as the Security Developer in Residence. He works on broadly improving + the security posture of the Python ecosystem across many projects including CPython and PyPI. Outside + of work, Seth enjoys playing games of all varieties, tending to his garden, and eating at new restaurants + in his hometown of Minneapolis, Minnesota. + + ' + termStart: 2023-06 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Mike Fiedler + personId: null + roles: + - role: PyPI Safety and Security Engineer + roleClass: paid_staff + contact: null + bio: 'With over thirty years of software and systems experience, Mike is a seasoned professional who + has accumulated extensive knowledge and expertise in the field. He has actively engaged with the Python + community, contributing to open source projects and sharing his insights. His leadership roles at + companies like Datadog, Warby Parker, and others have enabled him to mentor and guide others in the + tech industry. Recognized as an AWS Container Hero and an avid open source maintainer, Mike''s dedication + to learning, problem-solving reflects his holistic approach to technology. Beyond his professional + pursuits, Mike''s personal life is just as vibrant. He has been a dedicated volunteer roller derby + referee for the past 15 years, and he enjoys experimenting with various vegetarian dishes in the kitchen. + Mike currently resides in New York City with his partner, Elyssa. + + ' + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Marie Nordin + personId: null + roles: + - role: Community Communications Manager + roleClass: paid_staff + contact: null + bio: 'Marie joined the PSF in October 2023 as Community Communications Manager to strengthen our communications, + as well as enhance our support of Python community initiatives. She has a background in community + architecture, program management, Code of Conduct, and graphic design. Marie''s Open Source journey + began as an Outreachy intern in 2013 for the Fedora Project, where she has continued to contribute + and serve in various roles. She is also a founder of the Creative Freedom Summit, an annual event + dedicated to sharing knowledge around creative free software, raising awareness, and connecting artists + and designers. Outside of work, Marie enjoys making art, solving the hardest jigsaw puzzles she can + find, and playing board and video games. + + ' + termStart: 2023-10 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Jacob Coffee + personId: null + roles: + - role: Director of Engineering + roleClass: paid_staff + contact: null + bio: 'Jacob joined the PSF in July 2024 as an Infrastructure Engineer. With a passion for the Python + community and open source in general, he brings valuable experience from his involvement in the greater + Python ecosystem. He''s also a maintainer in the Litestar organization, contributing to several popular + packages. When not immersed in code, Jacob enjoys cooking, baking, and spending time with his two + daughters and various pets. Jacob is excited to turn his hobby into a career, supporting the Python + community through his role at the PSF. + + ' + termStart: 2024-07 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Maria Ashna + personId: null + roles: + - role: PyPI Support Specialist + roleClass: paid_staff + contact: null + bio: 'Maria has recently worked at the Brain and Creativity Institute at USC working on research related + to the impact of music and arts education on the brain and the neuroscience of creativity. Maria is + also the founder of The Magic Light Bulb, Inc., a tech and product consulting firm. Previously, Maria + has taught and worked as a lecturer in the School of Gerontology at USC, worked at The MIND Research + Network, and had various roles in tech, from technical project specialists to product management. + Maria is also a classically trained performer who has performed in numerous theater and film productions + around the world. She received her first Master''s degree in Information Systems and Technology from + Claremont Graduate University, and her second Master''s in Neuroimaging and Informatics from USC. + Maria studied neuroscience and theatre as an undergraduate at the University of New Mexico. Maria + has also trained in theatre and performing arts with the Moscow Art Theatre School and American Rep + Theatre faculty at Harvard University. She is always hunting for the best sweet potato fries in the + land! + + ' + termStart: null + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Jaime Barrera + personId: null + roles: + - role: Community Events Coordinator + roleClass: paid_staff + contact: null + bio: 'Jaime joined the PSF in January 2025 as the Community Events Coordinator to assist in the planning + and support of PyCon US. His relationship with the PSF started over 10 years ago as a vendor at PyCon + US providing onsite support with registration and lead retrieval. He has an extensive background in + trade shows and conferences from small to large scale across a broad range of industries. His past + 3 years as an onsite organizer at PyCon US led him to join the PyCon US team full-time. When he''s + not working, he spends his time with his two sons, collecting sneakers and looking for the world''s + best taco. + + ' + termStart: 2025-01 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +- name: Kelly Ragland + personId: null + roles: + - role: Finance Manager + roleClass: paid_staff + contact: null + bio: 'Kelly joined the PSF as Finance Manager in 2025. She brings over 11 years of higher education + experience, including 8 years as Research Center Manager for the Colorado Center for Advanced Ceramics + and the Metallurgy and Materials Department at the Colorado School of Mines. In this role, she managed + research operations, budgets, and administrative functions for a leading academic research facility. + A lifelong Colorado native from Boulder, Kelly currently lives in the mountains at 9,000 feet elevation + where she embraces the high-altitude lifestyle. Winter is her favorite season, and she enjoys mountain + living. Outside of work, Kelly is actively involved in her children''s education and serves as a volunteer + coach for recreational athletic clubs. She enjoys contributing to her local school community and helping + young athletes develop their skills and teamwork abilities. + + ' + termStart: 2025 + termEnd: null + sourceUrl: https://www.python.org/psf/records/staff/ + derived: org_live + confidence: 0.9 +--- + +# Python Software Foundation — Leadership + +Scope of this record: the PSF Board of Directors and Officers for the current 2025-2026 term (from the Board & Officers page) plus the full paid staff roster (from the PSF Staff page). 23 unique people. Past-year board/officer rosters (2001-2025) and the by-name/by-title indexes on the board page are historical and belong in the leadership-history dataset, not here. + +## Provenance + +Two org-live sources, both retrieved 2026-07-24: +- Board of Directors & Officers: https://www.python.org/psf/board/ (the "2025-2026" section is the current roster) +- PSF Staff (paid employees): https://www.python.org/psf/records/staff/ + +Both pages rendered as the no-JavaScript fallback, but the leadership content is in the static HTML and was captured in full. + +## Board vs Officers vs Staff + +The board page lists two groups for 2025-2026: "Officers" (President/Chair, Vice Chair Elect, Vice Chairs, Executive Director, Secretary, Assistant Secretaries, Treasurer, PyCon US Chair) and "Board of Directors" (12 directors). Several people hold both a directorship and an officer post; those are captured as one person with multiple roles. Two officer posts are held by people who are NOT on the 12-member board: Olivia Sauls (Assistant Secretary) and Elaine Wong (PyCon US Chair). + +Board of Directors (12, all verbatim, board_director, confidence 1.0): Tania Allard, Kwon-Han Bae, Cheuk Ting Ho, Georgi Ker, Jannis Leidel, Cristián Maureira-Fredes, Christopher Neugebauer, Deb Nicholson, Denny Perez, Simon Willison, Abigail Mesrenyame Dogbe, Sheena O'Connell. + +## Paid vs volunteer + +The PSF has an explicit paid staff, listed on a page titled "Python Software Foundation Staff" with job titles, hire dates, and bios. All 11 staff are tagged `paid_staff`. The word "paid" is not used verbatim on the page, so the paid classification is a strong inference from the "Staff" (employee) designation, job titles, and salaried-role bios rather than a verbatim statement. Staff-only records therefore carry `confidence: 0.9`. + +Two people appear on both pages and are merged into single records: +- Deb Nicholson: Executive Director (paid_staff, from the Staff page) + Secretary (officer) + Board Director (board_director). Her governance roles are verbatim; the paid Executive Director role is confirmed by the Staff listing. Overall `confidence: 0.95`. +- Olivia Sauls: Assistant Secretary (officer, board page) + Program Director (paid_staff, Staff page). Overall `confidence: 0.95`. + +For these two, `source_url` points to the board page (their headline governance role); their `bio` text is taken verbatim from the Staff page. + +The 12 board directors and the officers (President/Chair Jannis Leidel, Vice Chair Elect Cristián Maureira-Fredes, Vice Chairs Christopher Neugebauer and Georgi Ker, Treasurer Denny Perez, PyCon US Chair Elaine Wong) are stated verbatim by the org and classified per the page's own headings, so they carry `confidence: 1.0`. + +## Optional fields availability + +- contact: not published on either page → `null` for everyone. +- bio: published only on the Staff page → present for the 11 staff (incl. Deb Nicholson and Olivia Sauls); `null` for all board/officer-only people. +- term_start: derived only from staff bios that state a join date ("joined the PSF in "), recorded as YYYY-MM (or YYYY for Kelly Ragland, "in 2025"). No join date is stated for Mike Fiedler or Maria Ashna → `null`. Note: Jacob Coffee's 2024-07 is his PSF join date as "Infrastructure Engineer"; he now holds "Director of Engineering", so 2024-07 is his employment start, not necessarily his start in the current title. No term_start is available for any board director or officer (the board page gives no dates for the current term; year-by-year history would supply those). +- term_end: not stated anywhere → `null` for everyone. + +## Gaps and notes + +- No board director term dates on the current roster. The board page's per-year sections (2001-2025) and by-name/by-title indexes are a rich source for the leadership-history dataset and for per-person term ranges, but were intentionally not folded into this current-roster snapshot. +- "Vice Chair Elect" (Cristián Maureira-Fredes) is recorded as its own officer role verbatim, distinct from the two sitting Vice Chairs. +- Guido van Rossum (President 2002-2023) and other long-serving figures are historical only; none appear in the 2025-2026 roster. diff --git a/_leadership/publiccode.md b/_leadership/publiccode.md new file mode 100644 index 0000000..18d3961 --- /dev/null +++ b/_leadership/publiccode.md @@ -0,0 +1,161 @@ +--- +identifier: publiccode +commonName: Foundation for Public Code vereniging +asOf: 2024-03-28 +sources: +- url: https://about.publiccode.net/organization/staff.html + type: org_live + retrieved: 2026-07-25 +- url: https://about.publiccode.net/organization/strategic-council.html + type: org_live + retrieved: 2026-07-25 +people: +- name: Ben Cerveny + personId: null + roles: + - role: President + roleClass: officer + - role: Chairman of the Board of Directors + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Claus Mullie + personId: null + roles: + - role: Coordinator, Codebase Stewardship + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Jan Ainali + personId: null + roles: + - role: Codebase Steward + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Eric Herman + personId: null + roles: + - role: Lead, Codebase Stewards + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Elena Findley-de Regt + personId: null + roles: + - role: Coordinator, Communications + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Ryan Conlan + personId: null + roles: + - role: Designer (contractor, Angelplasma) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Floris Deerenberg + personId: null + roles: + - role: Illustrator (contractor, A Studio Called Quest) + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/staff.html + derived: org_live + confidence: 1.0 +- name: Audrey Tang + personId: null + roles: + - role: Strategic Council Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/strategic-council.html + derived: org_live + confidence: 1.0 +- name: Dan Hill + personId: null + roles: + - role: Strategic Council Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/strategic-council.html + derived: org_live + confidence: 1.0 +- name: Gabriella Gómez-Mont + personId: null + roles: + - role: Strategic Council Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/strategic-council.html + derived: org_live + confidence: 1.0 +- name: Leslie Hawthorn + personId: null + roles: + - role: Strategic Council Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://about.publiccode.net/organization/strategic-council.html + derived: org_live + confidence: 1.0 +--- + +# Foundation for Public Code — Leadership + +Scope of this record: the President/Chairman, paid staff, and strategic council of the Foundation for Public Code, a member-owned association (vereniging) based in Amsterdam and recognised as a Dutch public benefit organisation (ANBI). Its first chapter, Foundation for Public Code North America, is a US 501(c)(3). + +Provenance and freshness caveat: the main site (publiccode.net) is a JavaScript single-page application whose team-bio content could not be extracted as static HTML. This record is drawn from the foundation's own staff manual at about.publiccode.net, which is the declared "source of truth". That manual was last published 28 March 2024, so `as_of` is set to that date; the roster may be stale. `derived` is `org_live` (the foundation's own live site), not wayback. + +Governance: Ben Cerveny is President (main spokesperson, a contracted role via Multiple Ventures BV) and also serves as Chairman of the Board of Directors. The full Board of Directors membership is governed via the general assembly and board-of-directors process (governance-model page, not captured here); only the Chairman is named on the staff page. The organisation deliberately runs a minimal hierarchy; the Chief Executive role was vacant as of the source date. + +Paid vs volunteer: the staff page states staff "are employees" (paid_staff, confidence 1.0). Two roles are explicitly contractors (Ryan Conlan via Angelplasma; Floris Deerenberg via A Studio Called Quest) and are recorded as paid_staff with the billing entity noted in the role. The strategic council is explicitly "a voluntary role and non-remunerated" (volunteer, confidence 1.0); it advises the board and has at most 5 members, appointed for 1-year renewable terms. + +Term dates: strategic council appointments are stated as 1 year (renewable) but no per-person start/end dates are published (null). No staff term dates published. + +Contact, bios: not published per person on the staff/strategic-council pages (null). Per-person bios exist on the JS-gated publiccode.net "who we are" page. diff --git a/_leadership/raspberrypi.md b/_leadership/raspberrypi.md new file mode 100644 index 0000000..8ac62d8 --- /dev/null +++ b/_leadership/raspberrypi.md @@ -0,0 +1,283 @@ +--- +identifier: raspberrypi +commonName: Raspberry Pi Foundation +asOf: 2026-07-25 +sources: +- url: https://www.raspberrypi.org/about/governance + type: org_live + retrieved: 2026-07-25 +- url: https://www.raspberrypi.org/about/meet-the-team + type: org_live + retrieved: 2026-07-25 +people: +- name: John Lazar + personId: null + roles: + - role: Chair of Trustees + roleClass: officer + - role: Trustee + roleClass: board_director + contact: null + bio: John is a software engineer and business leader, and the former Chair and CEO of Metaswitch Networks. + He is currently a General Partner at Enza Capital and President of the Royal Academy of Engineering. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Anna Bateson + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Anna is the CEO of Guardian Media Group and has held senior marketing roles at major companies + including Google/YouTube, ITV, and MTV Networks UK. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Amali de Alwis + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Amali is the former CEO of Code First:Girls and former Managing Director of Microsoft for Startups + UK. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Andrew Sliwinski + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Andrew is a designer, engineer, and educator. Andrew leads product development for LEGO Education + and was formerly co-director of Scratch at MIT. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Charles Leadbeater + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Charles is an author, social entrepreneur and international adviser on innovations in learning. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: David Zahn + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: David is Head of European Fixed Income at Franklin Templeton, a Trustee at LifeArc and a Non Executive + Director at Health Data Research UK. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Janet Astall + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Janet is a Finance Director at Three and a Non Executive Director at Devolver Digital. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Laura Turkington + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Laura is Global Director for EY's global corporate responsibility program, responsible for developing + EY projects and strategic collaborations. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Marsha Quallo-Wright + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Marsha is Director of Technology Futures at GCHQ. She brings a background in neuroscience, national + security technology, and a strong commitment to expanding STEM opportunities for young people. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Simon Lebus + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Simon was previously Chief Executive at Cambridge Assessment (now Cambridge University Press and + Assessment) and also served as Chief Qualifications Regulator at Ofqual. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Stephen Greene + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: Stephen Greene CBE is co-founder and CEO of RockCorps. He was the founding Chair of National Citizen + Service. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Philip Colligan + personId: null + roles: + - role: Chief Executive + roleClass: paid_staff + contact: null + bio: Philip Colligan, CBE, is responsible for developing the Foundation's strategy, hiring people, and + helping them do great work. He's also a craft cider maker, school governor, and dad to two young digital + makers. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Laura Kirsop + personId: null + roles: + - role: Interim Chief Technology & Product Officer + roleClass: paid_staff + contact: null + bio: Laura is responsible for digital product management at the Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Faye Magellan + personId: null + roles: + - role: Chief Marketing Officer + roleClass: paid_staff + contact: null + bio: Faye is responsible for promoting the Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Wendy Orme + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: null + bio: Wendy leads finance and operations at the Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Rachel Arthur + personId: null + roles: + - role: Chief Learning Officer + roleClass: paid_staff + contact: null + bio: Rachel is responsible for developing learning experiences, products and supporting the professional + development of computer science teachers all over the world. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Darren Cross + personId: null + roles: + - role: Director of People and Culture + roleClass: paid_staff + contact: null + bio: Darren is responsible for the Foundation's People and Culture strategy and operations, and is a + member of the Leadership Team. He is a certified HR professional and a Mental Health First Aider. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Zoë Kinstone + personId: null + roles: + - role: Director of UK & Ireland + roleClass: paid_staff + contact: null + bio: Zoë leads the Foundation's work with schools and communities across the UK and Ireland. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Sofia Mohammed + personId: null + roles: + - role: US Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +- name: Phil Howell + personId: null + roles: + - role: Managing Director (Technology Labs) + roleClass: paid_staff + contact: null + bio: Phil is responsible for delivering the Digital Products which support the Foundation's programmes + and mission. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 0.9 +--- + +# Raspberry Pi Foundation — Leadership + +Scope of this record: the governing Board of Trustees (11) plus the senior executive leadership (C-suite and Executive/Managing Directors) drawn from the staff team. The Raspberry Pi Foundation is a UK charity registered in England and Wales (no. 1129409) and a company limited by guarantee. + +Governance: the Foundation is governed by a Board of Trustees elected by the Membership. The org states explicitly that "Trustees and Members are volunteers", so all trustees are captured as `board_director` (unpaid governance) at confidence 1.0, with John Lazar additionally captured as `officer` (Chair of Trustees). + +Members governance layer (noted, not captured as records): the Foundation also has a large volunteer Membership (~30 individuals) that elects the trustees, holds the Board to account, and contributes to strategic direction. Notable Members include the founding members David Braben, Eben Upton, and Pete Lomas (co-creators of Raspberry Pi), plus figures such as Dame Wendy Hall, Simon Peyton Jones, Martha Lane Fox, Tim Peake, Limor Fried, and David Cleevely (former Chairman). These are a volunteer electorate rather than executive/board leadership and are not captured as individual records here. + +Executive leadership: the Foundation publishes a large staff roster (~180 people) at /about/meet-the-team. Only the senior executive leadership is captured here (Chief Executive, the Chief Officers for Technology & Product, Marketing, Finance, and Learning, the Director of People and Culture who is stated to be on the Leadership Team, the US Executive Director, the Director of UK & Ireland, and the Managing Director of Technology Labs). These are classed `paid_staff` at confidence 0.9 (employed charity staff listed under the team page with job titles; paid status inferred, not stated verbatim). The full operational staff (learning managers, engineers, coordinators, etc.) is deliberately not captured, consistent with excluding non-leadership operational roles. + +Not published (hence `null`): per-person contact info and term dates for all individuals. Trustee and executive bios are captured verbatim (lightly trimmed) where published. + +Related group entities: the Raspberry Pi Foundation Group also includes Raspberry Pi Foundation North America, Inc. (see `raspberrypi2`), Raspberry Pi Foundation Europe (Hello World Foundation, Irish charity 20812), Raspberry Pi Educational Services Private Limited (India), and Raspberry Pi Foundation Kenya. diff --git a/_leadership/raspberrypi2.md b/_leadership/raspberrypi2.md new file mode 100644 index 0000000..8ac3e37 --- /dev/null +++ b/_leadership/raspberrypi2.md @@ -0,0 +1,31 @@ +--- +identifier: raspberrypi2 +commonName: Raspberry Pi Foundation North America Inc +asOf: 2026-07-25 +sources: +- url: https://www.raspberrypi.org/about/ + type: org_live + retrieved: 2026-07-25 +- url: https://www.raspberrypi.org/about/governance + type: org_live + retrieved: 2026-07-25 +- url: https://www.raspberrypi.org/about/meet-the-team + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# Raspberry Pi Foundation North America, Inc. — Leadership + +No separately published leadership roster was found for this entity, so this record is intentionally empty (`people: []`) pending a better source. + +What this entity is: Raspberry Pi Foundation North America, Inc. is a US 501(c)(3) nonprofit and one of the group entities of the Raspberry Pi Foundation Group, alongside the UK parent (`raspberrypi`), Raspberry Pi Foundation Europe (Hello World Foundation, Irish charity 20812), Raspberry Pi Educational Services Private Limited (India), and Raspberry Pi Foundation Kenya. This group structure is stated in the footer of raspberrypi.org. + +URLs checked (all resolve to the shared raspberrypi.org site, which presents group-wide content rather than a NA-Inc-specific board or officer list): +- https://www.raspberrypi.org/about/ — group overview; lists the group entities but no NA Inc board/officers. +- https://www.raspberrypi.org/about/governance — the Board of Trustees and Membership of the UK parent charity; no separate NA Inc governing board is published. +- https://www.raspberrypi.org/about/meet-the-team — a single combined ~180-person staff roster for the group. It includes a "US Executive Director" (Sofia Mohammed) and other North America staff, but the site does not attribute a distinct NA Inc board of directors or corporate officers. + +Why empty rather than duplicated: attributing the parent's Board of Trustees or the group staff to NA Inc specifically would be an inference the site does not support. NA Inc's own directors/officers would be filed with US state/IRS records (e.g., Form 990), which is a better future source. For current published leadership, see the parent record `raspberrypi`. + +Retry guidance: check the NA Inc IRS Form 990 (ProPublica Nonprofit Explorer / Guidestar) or US state incorporation filings for the named directors and officers of this specific 501(c)(3). diff --git a/_leadership/rubycentral.md b/_leadership/rubycentral.md new file mode 100644 index 0000000..aa1a473 --- /dev/null +++ b/_leadership/rubycentral.md @@ -0,0 +1,172 @@ +--- +identifier: rubycentral +commonName: Ruby Central, Inc. +asOf: 2026-07-25 +sources: +- url: https://rubycentral.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Ran Craycraft + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +- name: Jey Flores + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +- name: Freedom Dumlao + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +- name: Brandon Weaver + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +- name: David Corson-Knowles + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +- name: Marty Haught + personId: null + roles: + - role: Director of Open Source + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Colby Swandale + personId: null + roles: + - role: Technical Lead, Open Source + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Dushan Karovich-Wynne + personId: null + roles: + - role: Security Engineer, Open Source + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Alexandra Knell + personId: null + roles: + - role: Controller + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Ally Vogel + personId: null + roles: + - role: Operations Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Tom Chambers + personId: null + roles: + - role: Sponsorship Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 0.9 +- name: Richard Schneeman + personId: null + roles: + - role: OSS Committee Volunteer + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubycentral.org/about/ + derived: org_live + confidence: 1.0 +--- + +# Ruby Central, Inc. — Leadership + +Scope of this record: the Board of Directors and the Staff team as published on the About page. Ruby Central is a US 501(c)(3) non-profit founded in 2001. + +Board of Directors (5): four hold officer titles (President Ran Craycraft, Vice President Jey Flores, Treasurer Freedom Dumlao, Secretary Brandon Weaver) and are captured as both `officer` and `board_director`; David Corson-Knowles is listed as "Board Member" (`board_director`). + +Staff (7): six are classed `paid_staff` at confidence 0.9 (listed under the "Staff" heading with job titles; paid status inferred, not stated verbatim). Richard Schneeman is explicitly labelled "OSS Committee Volunteer" and is classed `volunteer` at confidence 1.0. + +Not published (hence `null`): per-person contact info, bios, and term dates. The org describes additional governance layers (Steering Committees as community advisory bodies, and Members who elect the board) but does not name individuals for those, so none are captured. diff --git a/_leadership/rubyonrails.md b/_leadership/rubyonrails.md new file mode 100644 index 0000000..9944cd0 --- /dev/null +++ b/_leadership/rubyonrails.md @@ -0,0 +1,164 @@ +--- +identifier: rubyonrails +commonName: Rails Foundation +asOf: 2026-07-25 +sources: +- url: https://rubyonrails.org/foundation + type: org_live + retrieved: 2026-07-25 +people: +- name: David Heinemeier Hansson + personId: null + roles: + - role: Board Chair + roleClass: officer + contact: null + bio: Creator of Ruby on Rails; chairs the foundation board. + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Linh Dam + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Co-Founder and Chief Architect, Judge.me + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Steve Davis + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: President of Product & Technology, Procore + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Rafael França + personId: null + roles: + - role: Board Director (Interim) + roleClass: board_director + contact: null + bio: Principal Engineer, Shopify. Listed as an interim board member. + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Rosa Gutiérrez + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Lead Programmer, 37signals + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Whitney Imura + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: VP of Engineering, GitHub + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Jason Meller + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: VP, Product, 1Password + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Bruno Miranda + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: SVP, Engineering, Doximity + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Ryan Sherlock + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Director of Engineering, Fin + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Jorge Valdivia + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: CTO, Fleetio + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Miles Woodroffe + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Technical Advisor to the CEO, Cookpad + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +- name: Amanda Perino + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: amanda@rubyonrails.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://rubyonrails.org/foundation + derived: org_live + confidence: 1.0 +--- + +# Rails Foundation — Leadership + +Scope of this record: the foundation's Board of Directors and its Executive Director, as published on the Foundation page. + +Structure: the Rails Foundation is a US 501(c)(6) non-profit. Each of the ten Core member companies is represented by one employee on the board, and the board is chaired by Ruby on Rails creator David Heinemeier Hansson. The ten seated directors are captured above with their company affiliation recorded in `bio` (the org publishes each director's name alongside their employer and job title). Rafael França is listed as an interim board member. + +Paid vs volunteer: the board directors are company representatives (not stated as paid by the foundation) and are classed `board_director`. Amanda Perino is the Executive Director and is classed `paid_staff`; the org publishes her contact address (amanda@rubyonrails.org), captured in `contact`. + +Not published (hence `null`): term dates for all individuals; bios beyond the one-line employer/title affiliation for directors. The member companies themselves (Core and Contributing members) are organisations, not individuals, and are not captured as people records. diff --git a/_leadership/sahanafoundation.md b/_leadership/sahanafoundation.md new file mode 100644 index 0000000..c5d5bbd --- /dev/null +++ b/_leadership/sahanafoundation.md @@ -0,0 +1,142 @@ +--- +identifier: sahanafoundation +commonName: Sahana Software Foundation +asOf: 2026-07-25 +sources: +- url: https://sahanafoundation.org/about/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Martin Thomsen + personId: null + roles: + - role: Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Martin is a Lieutenant Colonel within the Danish Emergency Management Agency, Danish Ministry of + Defence. At present he is the Deputy Head of College at the Emergency Services College in Denmark. + He also serves as a consultant to the United Nations Office for the Coordination of Humanitarian Affairs + (UN/OCHA) as a member of the United Nations Disaster Assessment and Coordination team (UNDAC) since + May 2003. He has contributed to Sahana as a member of its leadership team since 2005 and served on + its Board since its inception. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Devin Balkind + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Devin works at the intersection of the nonprofit sector, the Free/Libre/Open-source (FLO) movement, + and grassroots community organizing initiatives. He began his career as an entrepreneur who developed + a challenge-based crowdfunding platform for nonprofit organizations. Since then, Devin has been applying + FLO methodologies to civic challenges by developing and deploying software tools and operational techniques + for a wide range of groups. Devin holds a Bachelor of Science from Northwestern University. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Biplov Bhandari + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Biplov is a computational Earth scientist and machine-learning engineer who transforms satellite + and geospatial data into actionable insights for disaster risk reduction, climate resilience, and + mission-critical public and private-sector needs. Involved with the Sahana Software Foundation since + 2015, he now serves as Secretary. Biplov has supported humanitarian technology projects across Asia-Pacific + and Africa and worked with partners including NASA SERVIR. He holds a B.E. from Kathmandu University + and an M.S. in Earth System Science from the University of Alabama in Huntsville. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Brent Woodworth + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Brent is a world-renowned International Risk and Crisis Management expert with over 30 years of + experience working with government agencies and private sector companies in preparedness, mitigation, + response, and recovery efforts. He has responded to over 70 major crisis events in 49 countries. Brent + is currently the President and CEO of the Los Angeles Emergency Preparedness Foundation, and sits + on the Board of Directors of the National Earthquake Hazards Reduction Program and the National Institute + of Building Sciences, where he serves as Chair of its Multi-Hazards Mitigation Council. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Nuwan Waidyanatha + personId: null + roles: + - role: Board Director + roleClass: board_director + - role: Chair, Standards and Interoperability Committee + roleClass: officer + contact: null + bio: Nuwan is a LIRNEasia Research Fellow working collaboratively with multiple national and international + stakeholders applying his academic and industrial experience designing and developing early warning + systems and interoperable emergency information exchange platforms. Nuwan has been with Sahana since + 2006 and now serves as a member and the Chair of the Standards and Interoperability Committee. He + is a founding and board member of the volunteer group Community Focused Disaster Response. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Dominic König + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dominic has worked on Sahana EDEN since its inception as SahanaPy in 2007 and became the lead developer + in 2022. He is a Sweden-based registered nurse and software developer, combining expertise in healthcare + and technology to solve problems with a multidisciplinary approach. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 1.0 +- name: Rafał Gałka + personId: null + roles: + - role: Community Management + roleClass: volunteer + contact: null + bio: Rafał is an IT professional and first responder with experience in the Volunteer Water Rescue Service + (WOPR) and the Volunteer Fire Department (OSP). At the Sahana Software Foundation he identifies and + deploys open-source solutions for crisis management. As a contributor to the SSF, Rafał coordinates + a community dedicated to developing "dual-use" tools. + termStart: null + termEnd: null + sourceUrl: https://sahanafoundation.org/about/ + derived: org_live + confidence: 0.8 +--- + +# Sahana Software Foundation — Leadership + +Scope of this record: the current Board of Directors (6 members, including Chair, Treasurer, and Secretary) and the Community Management role, as published on the About page. The SSF is a US-based non-profit (Covina, CA; EIN 27-0596562) that spun off from the Lanka Software Foundation in 2009 to develop open source software for humanitarian purposes. + +Officers: Martin Thomsen (Chair), Devin Balkind (Treasurer), and Biplov Bhandari (Secretary) are captured as both `officer` and `board_director`. Nuwan Waidyanatha is a board director who also chairs the Standards and Interoperability Committee (captured as a second `officer` role). Dominic König sits on the board and is also the EDEN lead developer. + +Paid vs volunteer: the SSF describes itself as a "nonprofit, community-driven free/libre/open-source software project" whose success "depends on the contributions of passionate and enthusiastic people". No board member is stated to be paid; board service is classed `board_director` (governance). Rafał Gałka is described as a contributor coordinating the community and is classed `volunteer` at confidence 0.8 (role stated, paid/volunteer status inferred from the community-contributor framing). + +Deliberately excluded (noted here, not captured as current records): the "Emeritus Board Members" section, which lists former directors Francis Boon (founder of Sahana Eden; Chair of the Sahana Product Development Committee), Mark Prutsalis (former Director), and Chamindra de Silva (former Director). These are past/emeritus roles outside the current-leadership scope; they are prime candidates for the leadership-history dataset. + +Contact: the org publishes only a general (obfuscated) foundation email, not per-person contact, so `contact` is `null` for all. Term dates are not published (`null`). diff --git a/_leadership/sfconservancy.md b/_leadership/sfconservancy.md new file mode 100644 index 0000000..ae58955 --- /dev/null +++ b/_leadership/sfconservancy.md @@ -0,0 +1,275 @@ +--- +identifier: sfconservancy +commonName: Software Freedom Conservancy, Inc. +asOf: 2026-07-25 +sources: +- url: https://sfconservancy.org/about/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://sfconservancy.org/about/staff/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Laura Fortunato + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Dr. Laura Fortunato is a professor of evolutionary anthropology at the University of Oxford, where + she researches the evolution of human social and cultural behavior, working at the interface of anthropology + and biology. An advocate of reproducible computational methods in research, including the use of Free/Open-Source + tools, she founded the Reproducible Research Oxford project, with the aim to foster a culture of reproducibility + and open research at Oxford. Laura holds a degree in Biological Sciences from the University of Padova + and masters and PhD in Anthropology from University College London. Before joining Oxford she was + an Omidyar fellow at the Santa Fe Institute, where she is currently an External Professor and a member + of the Science Steering Committee. She is also a member of the steering group of the UK Reproducibility + Network, a peer-led consortium that aims to promote robust research practice in the UK. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Mark Galassi + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Mark Galassi has been involved in the GNU project since 1984. He currently works as a researcher + in the International, Space, and Response division at Los Alamos National Laboratory, where he has + worked on the HETE-2 satellite, ISIS/Genie, the Raptor telescope, the Swift satellite, and the muon + tomography project. In 1997 Mark took a couple of years off from Los Alamos to work for Cygnus (now + a part of Red Hat) writing software and books for eCos, although he continued working on the HETE-2 + satellite part time. Mark earned his BA in Physics at Reed College and a PhD from the Institute for + Theoretical Physics at Stony Brook. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Bdale Garbee + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: Bdale Garbee has been a contributor to the Free Software community since 1979. Bdale's background + also includes many years of hardware design, Unix internals, and embedded systems work. He was an + early participant in the Debian project, helped port Debian GNU/Linux to 5 architectures, served as + Debian Project Leader, then chairman of the Debian Technical Committee for nearly a decade, and remains + active in the Debian community. Bdale served as an HP Fellow in the Office of the CTO until 2016 where + he led HP's open source strategy work. Bdale served as President of Software in the Public Interest + for a decade. He served nearly as long on the board of directors of the Linux Foundation representing + individual affiliates and the developer community. Bdale currently also serves as President of Amateur + Radio Digital Communications, a private foundation. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Bradley M. Kühn + personId: null + roles: + - role: Director-at-large + roleClass: board_director + - role: Policy Fellow & Hacker-in-Residence + roleClass: paid_staff + contact: '@bkuhn@copyleft.org (Mastodon/fediverse)' + bio: Kühn began his work in the software freedom movement as a volunteer in 1992 — as an early adopter + of Linux-based systems and contributor to various FOSS projects, including Perl. Kühn worked during + the 1990s as a system administrator and software developer for various companies, and also spent one + year teaching high school Advanced Placement Computer Science. As FSF's Executive Director from 2001–2005, + Kühn led FSF's GPL enforcement, launched its Associate Member program, and invented the copyleft network + services clause found in the Affero General Public License (AGPL). Kühn was SFC's primary volunteer + from 2006–2010, and became its first staffer in 2011. Kühn's work at SFC focuses on enforcement of + copyleft and the GPL agreements, FOSS licensing policy, and non-profit infrastructural solutions for + FOSS. SFC kindly donates some of Kühn's time as Co-Editor-in-Chief of the copyleft-next license. Kühn + holds a summa cum laude B.S. in Computer Science from Loyola University in Maryland, and an M.S. in + Computer Science from the University of Cincinnati. Kühn received the 2012 Open Source Award, and + the 2021 Award for the Advancement of Free Software. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Allison Randal + personId: null + roles: + - role: Chair of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Over the course of multiple decades as a free software developer, Allison has worked in a wide + variety of projects and domains, from games, linguistic analysis tools, websites, mobile apps, shipping + fulfillment, and talking smart-home appliances, to programming language design, compilers, hypervisors, + containers, deployment automation, database replication, operating systems and kernels, and hardware + architectures and microarchitectures. She is a board member at the Open Infrastructure Foundation, + vice chair of the Microarchitecture Side Channels (Security) SIG at RISC-V International, and co-founder + of the FLOSS Foundations group for free software community leaders. At various points in the past + she has served as chair of the board at the Open Infrastructure Foundation, president and board member + of the Open Source Initiative, president and board member of the Perl Foundation, board member of + the Python Software Foundation, chair of the board at the Parrot Foundation, chief architect of the + Parrot virtual machine, Open Source Evangelist at O'Reilly Media, conference chair of OSCON, Technical + Architect of Ubuntu, Open Source Advisor at Canonical, Distinguished Technologist and Open Source + Strategist at HP, and Distinguished Engineer at SUSE. She collaborates in the Debian and RISC-V projects, + and currently works on free software and open hardware at Rivos. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Tony Sebro + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: 'Tony currently serves as the Deputy General Counsel for the Wikimedia Foundation, where he manages + the day-to-day operations of Wikimedia''s legal department, and provides specific expertise on free + and open source licensing, intellectual property, non-profit law, and privacy matters. Tony is also + an organizer of Conservancy''s Outreachy project. Prior to joining Wikimedia, Tony served as General + Counsel (and "Employee #2") of Software Freedom Conservancy for over six years. Tony has also spent + time in the private sector with PCT Law Group and Kenyon & Kenyon, and as an intellectual property + licensing and business development professional with IBM. Tony received an O''Reilly Open Source Award + in 2017.' + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Rosanne DiMesio + personId: null + roles: + - role: Technical Bookkeeper + roleClass: paid_staff + contact: null + bio: Rosanne DiMesio is the Technical Bookkeeper at the Software Freedom Conservancy where she handles + incoming and outgoing accounting activities for all its member projects as well as financial operations + for Conservancy itself. Rosanne has been volunteering with the Wine Project since 2008 where she focuses + on user support and documentation. She has worked as an English teacher, a freelance writer and as + IT support. She received her Masters in Communication & Theater at the University of Illinois at Chicago + and her Bachelor's degree in English from the University of Chicago. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Denver Gingerich + personId: null + roles: + - role: Director of Compliance + roleClass: paid_staff + contact: null + bio: 'Denver manages SFC''s license compliance work, including its technical parts (such as triaging + new reports and verifying complete corresponding source) as well as planning and carrying out our + enforcement strategy. Outside of SFC, Denver also co-runs a FOSS business. Previously, Denver authored + financial trading software on Linux. Denver writes free software in his spare time: his patches have + been accepted into Wine, Linux, and wdiff. Denver received his BMath in Computer Science from the + University of Waterloo.' + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Tracy Homer + personId: null + roles: + - role: Chief Financial Officer and Operations Manager + roleClass: paid_staff + contact: null + bio: Tracy acts as both the Chief Financial Officer and the Operations Manager at the Software Freedom + Conservancy. She also serves on the board of her local hackerspace, an organization committed to teaching + and promoting open technology exclusively. Tracy has a degree in GIS from the University of Tennessee + and enjoys making artistic maps using FOSS. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Rick Sanders + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: null + bio: Rick Sanders has over 20 years' experience as an intellectual-property litigator. He started his + legal career at Fenwick & West's Silicon Valley office, then moved to Nashville to join Waller, before + co-founding Aaron & Sanders. Rick also taught copyright law at Vanderbilt University School of Law. + He is a past chair of the American Bar Association's Trademarks and the Internet committee, and the + Nashville Bar Association's Intellectual Property Section. He is admitted to the bar of the States + of California and Tennessee, as well as the U.S. Court of Appeal for the Sixth and Ninth Circuits + and all U.S. District Courts in California and Tennessee. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Karen M. Sandler + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Karen M. Sandler is an attorney and the executive director of Software Freedom Conservancy, a 501c3 + nonprofit organization focused on ethical technology. As a patient deeply concerned with the technology + in her own body, Karen is known as a cyborg lawyer for her advocacy for free software as a life-or-death + issue, particularly in relation to the software on medical devices. She co-organizes Outreachy. She + is an adjunct Lecturer-In-Law of Columbia Law School and a visiting scholar at University of California + Santa Cruz. Prior to joining Software Freedom Conservancy, Karen was the executive director of the + GNOME Foundation. Before that, she was the general counsel of the Software Freedom Law Center. She + began her career as a lawyer at Clifford Chance and Gibson, Dunn & Crutcher LLP. Karen received her + law degree from Columbia Law School where she was a James Kent Scholar and co-founder of the Columbia + Science and Technology Law Review. She also holds a bachelor of science in engineering from The Cooper + Union. She won the O'Reilly Open Source Award in 2011 and received an honorary doctorate from KU Leuven + in 2023. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Daniel Pono Takamori + personId: null + roles: + - role: Community Organizer & Non-Profit Problem Solver + roleClass: paid_staff + contact: null + bio: Pono joined Conservancy to help fill a community need for bridging technical and non-technical + roles. Having worked at FOSS foundations and organizations for over a decade, his background in FOSS + infrastructure led him to think more deeply about how to better use community intelligence instead + of technology to solve governance questions. With a background in mathematics and physics, he looks + forward to mobilizing social intelligence and community governance as a basis for solving both technical + and non-technical problems. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +- name: Paul Visscher + personId: null + roles: + - role: Systems Administrator + roleClass: paid_staff + contact: null + bio: Paul has been using Linux and FOSS for over 26 years and working as a sysadmin for over 20 years. + He brings a passion for how free and open source software can make our society a much more equitable + place. + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/staff/ + derived: org_live + confidence: 0.9 +--- + +# Software Freedom Conservancy — Leadership + +Scope: the Board of Directors (`/about/board/`) and the paid Staff (`/about/staff/`). SFC is a 501(c)(3) non-profit charity centred on ethical technology and copyleft/GPL compliance. The separately-listed Evaluation Committee and Outside Counsel are excluded here (they are advisory/external, not governance or employed staff). + +Board (6 named directors): Laura Fortunato, Mark Galassi, Bdale Garbee, Bradley M. Kühn (Director-at-large), Allison Randal (Chair of the Board), Tony Sebro. The board is self-perpetuating (it appoints its own members and the Executive Director). + +Paid vs volunteer: SFC maintains a distinct "Staff" page listing 8 employed/contracted people (Executive Director, CFO, General Counsel, Director of Compliance, Systems Administrator, Community Organizer, Technical Bookkeeper, and Policy Fellow). Titles such as Executive Director, CFO and General Counsel make employment clear, but the site does not state employment status verbatim per person, so `paid_staff` is tagged at `confidence: 0.9` per the Staff-heading inference rule. Board directors are stated verbatim (`confidence: 1.0`). + +Bradley M. Kühn appears in both datasets: he is a Director-at-large (board) and on staff as Policy Fellow & Hacker-in-Residence — recorded once with both roles. + +Bios: published verbatim for every individual (captured). Contact: not published per person, except Kühn's public fediverse handle (`@bkuhn@copyleft.org`), captured in `contact`. Term dates: not published for anyone (`null`). diff --git a/_leadership/signalfoundation.md b/_leadership/signalfoundation.md new file mode 100644 index 0000000..b00e4ee --- /dev/null +++ b/_leadership/signalfoundation.md @@ -0,0 +1,127 @@ +--- +identifier: signalfoundation +commonName: Signal Foundation +asOf: 2026-07-25 +sources: +- url: https://signalfoundation.org/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Amba Kak + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Amba Kak is a lawyer and technology policy expert, with over a decade of trans-national expertise + advising government regulators, industry, civil society organizations, and philanthropies. She is + currently the Executive Director of the AI Now Institute, a leading policy research organization in + New York and Senior Fellow at the Cybersecurity and Privacy Institute at Northeastern University. + Amba served as Senior Advisor at the U.S. Federal Trade Commission. Prior to AI Now, Amba was Global + Policy Advisor at Mozilla. She currently sits on the Board of Directors program committee at the Mozilla + Foundation. Amba received her BA LLB (Hons) from the National University of Juridical Sciences in + India. She has a Masters in Law (BCL) and an MSc in the Social Science of the Internet at the University + of Oxford, which she attended as a Rhodes Scholar. + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +- name: Brian Acton + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Brian Acton is an entrepreneur and computer programmer who co-founded the messaging app WhatsApp + in 2009. After the app was sold to Facebook in 2014, Acton decided to leave the company due to differences + surrounding the use of customer data and targeted advertising to focus his efforts on non-profit ventures. + In February of 2018, Acton invested $50 million of his own money to start the Signal Foundation alongside + Moxie Marlinspike. Prior to founding WhatsApp and Signal Foundation, Acton worked as a software builder + for more than 25 years at companies like Apple, Yahoo, and Adobe. + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +- name: Jay Sullivan + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Jay is a product builder with an extensive background in senior product and engineering leadership + roles in consumer technology. Most recently, he was General Manager of Twitter's consumer and revenue + products. Prior to Twitter, Jay was at Facebook, where he led the development of Reality Labs' AI + Assistant and then led the Privacy, Integrity, and Systems product teams for Messenger and Instagram + Direct. Jay was the SVP of Product and Chief Operating Officer at Mozilla. Jay holds a B.S. in Applied + Mathematics from Yale College and is the co-inventor of several United States patents. + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +- name: Katherine Maher + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Katherine Maher is the former CEO and Executive Director of the Wikimedia Foundation, responsible + for Wikipedia. She is currently a non-resident Senior Fellow at the Atlantic Council. Prior to Wikimedia, + she was the Director of Advocacy for the digital rights organization Access Now. Maher is a term member + of the Council on Foreign Relations, a World Economic Forum Young Global Leader, and a security fellow + at the Truman National Security Project. She is on the board of directors for the Center for Technology + and Democracy, Consumer Reports, the Digital Public Library of America, Adventure Scientists, and + System.com, as well as a trustee of the American University of Beirut. She received her Bachelor's + degree in Middle Eastern and Islamic Studies in 2005 from New York University's College of Arts and + Science. + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +- name: Meredith Whittaker + personId: null + roles: + - role: President + roleClass: officer + - role: Board Member + roleClass: board_director + contact: null + bio: Meredith Whittaker is Signal's President and a member of the Signal Foundation Board of Directors. + She has over 17 years of experience in tech, spanning industry, academia, and government. Before joining + Signal as President, she was the Minderoo Research Professor at NYU, and served as the Faculty Director + of the AI Now Institute which she co-founded. Prior to NYU, she worked at Google for over a decade, + where she led product and engineering teams, founded Google's Open Research Group, and co-founded + M-Lab. She was one of the core organizers pushing back against the company's insufficient response + to concerns about AI and its harms, and was a central organizer of the Google Walkout. She recently + completed a term as Senior Advisor on AI to the Chair at the US Federal Trade Commission. + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +- name: Moxie Marlinspike + personId: null + roles: + - role: Founder (Emeritus) + roleClass: board_director + contact: null + bio: Moxie Marlinspike is the founder of Signal. Listed on the Signal Foundation site under "Emeritus". + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 +--- + +# Signal Foundation — Leadership + +Scope: the Board Members and Emeritus section on the Signal Foundation site (`signalfoundation.org`). Signal Foundation is a 501(c)(3) nonprofit, parent of the Signal Messenger LLC. It formed in 2018. + +Board (5 current members): Amba Kak, Brian Acton, Jay Sullivan, Katherine Maher, and Meredith Whittaker. Meredith Whittaker is also Signal's President (officer), so she carries both roles. Moxie Marlinspike (founder) is listed separately under "Emeritus" and is recorded with role "Founder (Emeritus)" and a body note; he is not a current active board member. + +Paid vs volunteer: not stated for board members. Meredith Whittaker as Signal's President is an executive officer (likely employed), but the site does not state compensation, so no `paid_staff` inference is made. No separate staff roster is published on the Foundation site (operational staff sit under Signal Messenger / signal.org, not listed here). + +Bios: published verbatim for all (captured). Contact: not published per person (`null`); a general media-inquiries address exists but no per-person contact. Term dates: not published (`null`). diff --git a/_leadership/socallinuxexpo.md b/_leadership/socallinuxexpo.md new file mode 100644 index 0000000..c6c2dee --- /dev/null +++ b/_leadership/socallinuxexpo.md @@ -0,0 +1,327 @@ +--- +identifier: socallinuxexpo +commonName: Linux Expo of Southern California, Inc. (SCALE) +asOf: 2026-07-25 +sources: +- url: https://www.socallinuxexpo.org/scale/23x/about-scale + type: org_live + retrieved: 2026-07-25 +- url: https://www.socallinuxexpo.org/scale/23x/contact-us + type: org_live + retrieved: 2026-07-25 +people: +- name: Lei Zhang + personId: null + roles: + - role: Registration Committee Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: KC Braunschweig + personId: null + roles: + - role: Program Committee Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Hriday Balachandran + personId: null + roles: + - role: Operations + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Robert Hernandez + personId: null + roles: + - role: Network & WiFi Committee Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Owen Delong + personId: null + roles: + - role: Network & WiFi Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: David Lang + personId: null + roles: + - role: Network & WiFi Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Steve Bibayoff + personId: null + roles: + - role: Network & WiFi Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Phil Dibowitz + personId: null + roles: + - role: Online Services Committee Chair + roleClass: volunteer + - role: Diversity Committee Chair + roleClass: volunteer + contact: phil@socallinuxexpo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Davide Cavalca + personId: null + roles: + - role: Online Services Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Michael Proctor-Smith + personId: null + roles: + - role: Audio/Visual Committee Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Lan Dang + personId: null + roles: + - role: Audio/Visual Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Michael Starch + personId: null + roles: + - role: Audio/Visual Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Jess Bermudes + personId: null + roles: + - role: Audio/Visual Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: John Wang + personId: null + roles: + - role: Audio/Visual Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Bruce Bergman + personId: null + roles: + - role: Audio/Visual Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Orv Beach + personId: null + roles: + - role: Training Committee Chair + roleClass: volunteer + contact: orv@socallinuxexpo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Phillip Banks + personId: null + roles: + - role: Volunteer Wrangler + roleClass: volunteer + contact: phillip@banksnetworking.com + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Hannah Anderson + personId: null + roles: + - role: Publicity Committee Co-Chairperson + roleClass: volunteer + - role: Diversity Committee Member + roleClass: volunteer + contact: hannah@socallinuxexpo.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Helena Speace + personId: null + roles: + - role: Publicity Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Meg Jordan + personId: null + roles: + - role: Publicity Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Josh Andler + personId: null + roles: + - role: Design + roleClass: volunteer + contact: scislac@gmail.com + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Luis Hernandez + personId: null + roles: + - role: Special Activities Committee Chair + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Alan Willis + personId: null + roles: + - role: Diversity Committee Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Lori Barfield + personId: null + roles: + - role: Emeritus (former organizer) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +- name: Tom King + personId: null + roles: + - role: Emeritus (former organizer) + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.socallinuxexpo.org/scale/23x/contact-us + derived: org_live + confidence: 1.0 +--- + +# Linux Expo of Southern California (SCALE) — Leadership + +Scope: this record captures the SCALE organizing team from the conference contact page (`/scale/23x/contact-us`). The Southern California Linux Expo ("SCALE") is run by the Linux Expo of Southern California, Inc., a 501(c)(3) non-profit that is, per its About page, "volunteer organized". + +GAP — no formal governance board published: the nonprofit does not publish a Board of Directors / officers roster (President, Treasurer, Secretary) on its website. Attempts to find one failed: `/about` returned HTTP 403; `/scale/23x/team` returned HTTP 404; the homepage and About-SCALE page name no individuals ("core team", unnamed). The only named-people list is the conference committee structure on the contact page, captured here. To obtain the legal 501(c)(3) board, a future pass would need state nonprofit filings (California Secretary of State / IRS Form 990), which are outside the org-live crawl scope. + +Paid vs volunteer: SCALE is explicitly "volunteer organized", so all captured individuals are recorded as `role_class: volunteer` at `confidence: 1.0` (volunteer status stated verbatim on the About page). Roles are the committee chair/member positions listed. Two people (Lori Barfield, Tom King) are listed under "Emeritus" and recorded as former organizers. + +Contact: personal/role email captured where the individual's name linked directly to an address (Phil Dibowitz, Orv Beach, Phillip Banks, Hannah Anderson, Josh Andler). Committee role addresses (orders@, cfp@, sponsorship@, press@, staff@) are not attached to a single person and are left out of the structured `contact` field. Bios and term dates: not published (`null`). diff --git a/_leadership/softwarefreedom.md b/_leadership/softwarefreedom.md new file mode 100644 index 0000000..0164d3f --- /dev/null +++ b/_leadership/softwarefreedom.md @@ -0,0 +1,88 @@ +--- +identifier: softwarefreedom +commonName: Software Freedom Law Center +asOf: 2026-07-25 +sources: +- url: https://www.softwarefreedom.org/about/team/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Eben Moglen + personId: null + roles: + - role: President and Executive Director + roleClass: officer + - role: Chairman + roleClass: officer + - role: Director + roleClass: board_director + contact: null + bio: Professor of Law, Columbia Law School. Founder, Software Freedom Law Center. Professor Moglen began + building software as a professional programmer at age 13. He worked as a designer of advanced computer + programming languages at IBM from 1979 to 1985. In 1991, he represented Philip Zimmerman, the developer + of PGP, threatened with prosecution by the US government for making strong encryption free software. + In 1993, he joined forces with Richard M Stallman to provide world-class legal representation and + expertise to the free software movement. With RMS, he conceived, wrote, and created a public process + for discussion and adoption of GPLv3. Professor Moglen has advised major IT companies and national + governments around the world. In 2010, he testified before the European Commission on the FOSS consequences + of Oracle's acquisition of Sun Microsystems, and before the US Congress on Internet privacy and consumer + protection. Professor Moglen earned his PhD in History and his law degree at Yale University. After + law school, he clerked for Judge Edward Weinfeld of the United States District Court in New York City + and for Justice Thurgood Marshall of the United States Supreme Court. He has taught at Columbia Law + School since 1987. In 2003, he was given the Electronic Frontier Foundation's Pioneer Award. Professor + Moglen is admitted to practice in the State of New York and before the United States Supreme Court. + termStart: null + termEnd: null + sourceUrl: https://www.softwarefreedom.org/about/team/ + derived: org_live + confidence: 1.0 +- name: Diane M. Peters + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Ms. Peters is General Counsel for Creative Commons, a nonprofit organization devoted to providing + the public with free legal tools to enable sharing and use of creative content. Prior to working with + Creative Commons, Ms. Peters was Legal counsel to the Mozilla Corporation and the Mozilla Foundation. + Ms. Peters has also served as General Counsel to Open Source Development Labs. Ms. Peters earned a + B.A. in political science from Grinnell College and a J.D. from Washington University School of Law, + where she served as an executive editor of the Washington University Law Quarterly. After law school, + Ms. Peters clerked for the U.S. Court of Appeals for the 7th Circuit in Chicago. + termStart: null + termEnd: null + sourceUrl: https://www.softwarefreedom.org/about/team/ + derived: org_live + confidence: 1.0 +- name: Daniel Weitzner + personId: null + roles: + - role: Director + roleClass: board_director + contact: null + bio: Daniel J. Weitzner is the Founding Director of the MIT Internet Policy Research Initiative and + Principal Research Scientist at the MIT Computer Science and Artificial Intelligence Lab. From 2011-2012, + Weitzner was the United States Deputy Chief Technology Officer for Internet Policy in the White House. + He also was Associate Administrator for Policy at the United States Commerce Department National Telecommunications + and Information Administration (NTIA), and a member of the Obama-Biden Presidential Transition Team. + At the World Wide Web Consortium, he led the development of security and privacy standards and Linked + Data architectures. He launched the Web Science Research Initiative with Tim Berners-Lee, Wendy Hall, + Nigel Shadbolt and James Hendler. Before joining MIT, Weitzner was founder and Deputy Director of + the Center for Democracy and Technology, and Deputy Policy Director of the Electronic Frontier Foundation. + Weitzner has a law degree from Buffalo Law School, and a B.A. in Philosophy from Swarthmore College. + termStart: null + termEnd: null + sourceUrl: https://www.softwarefreedom.org/about/team/ + derived: org_live + confidence: 1.0 +--- + +# Software Freedom Law Center — Leadership + +Scope: the SFLC "People" page (`/about/team/`), which lists Staff and Directors. SFLC provides legal representation and expertise to FOSS projects. + +Roster is small. Eben Moglen (founder) appears as both Staff (President and Executive Director) and a Director (Chairman); recorded once with all three roles. Diane M. Peters and Daniel Weitzner are the other two Directors. + +Paid vs volunteer: not stated. Moglen's "President and Executive Director" and "Chairman" titles are officer/executive roles; he is a full-time Columbia law professor, so his SFLC status is likely uncompensated, but the site does not say. All roles are recorded as stated (`officer` / `board_director`, `confidence: 1.0`); no `paid_staff` inference is made because there is no separate "Staff"-employed page beyond Moglen's founder/officer listing. + +Bios: published verbatim for all three (captured). Contact: not published per person (Moglen publishes a GPG key fingerprint but no plain email/handle), so `contact: null`. Term dates: not published (`null`). diff --git a/_leadership/spiinc.md b/_leadership/spiinc.md new file mode 100644 index 0000000..f0a8d9b --- /dev/null +++ b/_leadership/spiinc.md @@ -0,0 +1,136 @@ +--- +identifier: spiinc +commonName: Software in the Public Interest, Inc. +asOf: 2026-07-25 +sources: +- url: https://www.spi-inc.org/corporate/board/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Michael Schultheiss + personId: null + roles: + - role: President + roleClass: officer + - role: Director + roleClass: board_director + contact: president@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Jonatas L. Nogueira + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Director + roleClass: board_director + contact: vicepresident@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Jeremy Stanley + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Director + roleClass: board_director + contact: fungi@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Héctor Orón Martínez + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Director + roleClass: board_director + contact: treasurer@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Forrest Fleming + personId: null + roles: + - role: Director + roleClass: board_director + contact: fsf@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Milan Kupcevic + personId: null + roles: + - role: Director + roleClass: board_director + contact: milan@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Katherine McMillan + personId: null + roles: + - role: Director + roleClass: board_director + contact: kmcmillan@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Borden Rhodes + personId: null + roles: + - role: Director + roleClass: board_director + contact: borden@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Gordian Edenhofer + personId: null + roles: + - role: Director + roleClass: board_director + contact: gordian.edenhofer@spi-inc.org + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.spi-inc.org/corporate/board/ + derived: org_live + confidence: 1.0 +--- + +# Software in the Public Interest — Leadership + +Scope: the SPI Board of Directors and officers (`/corporate/board/`). SPI is a US 501(c)(3) that acts as a fiscal sponsor / non-profit umbrella for many FOSS projects (e.g. Debian). SPI is run by its Board of Directors and the officers they select; the site states "all current officers are also directors", so the four officers each carry both an `officer` and a `board_director` role. + +Officers: Michael Schultheiss (President), Jonatas L. Nogueira (Vice President), Jeremy Stanley (Secretary), Héctor Orón Martínez (Treasurer). Additional directors: Forrest Fleming, Milan Kupcevic, Katherine McMillan, Borden Rhodes, Gordian Edenhofer. Total 9 people. + +Paid vs volunteer: SPI's board and officers are volunteers (it is a volunteer-run umbrella organisation). The site does not print the word "volunteers" on this page, but the model is volunteer governance; no `paid_staff` roles are listed. No `volunteer` role_class is applied to board/officer roles per the schema (those use `board_director`/`officer`). + +Contact: unusually, SPI publishes a per-person role email address for every board member (captured in `contact`). Several also list an OFTC IRC nick (schultmc, jesusalva, fungi, zumbi, fsf, milan, kmcmillan, borden, gordian) — noted here rather than in the structured `contact` field. Bios: not published (`null`). Term dates: not published (`null`). diff --git a/_leadership/techmatters.md b/_leadership/techmatters.md new file mode 100644 index 0000000..7e15524 --- /dev/null +++ b/_leadership/techmatters.md @@ -0,0 +1,362 @@ +--- +identifier: techmatters +commonName: Technology Matters (Tech Matters) +asOf: 2026-07-25 +sources: +- url: https://techmatters.org/who-we-are/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Nithya Ramanathan + personId: null + roles: + - role: Board Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: Nithya Ramanathan is the Chief Executive Officer and Co-founder of Nexleaf Analytics, a tech non-profit + dedicated to preserving human life and protecting our planet. Nexleaf technology currently protects + the vaccine supply for 1 in 10 babies born on Earth. Nithya is a PopTech Social Innovation Fellow, + Switzer Environmental Fellow, a Rainer Arnhold Fellow and a TED Fellow. She is the winner of the 2017 + Hedy Lamarr Award for Female Tech Pioneer as well as the 2020 Tällberg Foundation/Eliasson Global + Leadership Award. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 1.0 +- name: Brigitte Hoyer Gosselink + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: Brigitte Hoyer Gosselink is Director of Product Impact at Google.org, where she leads initiatives + that leverage emerging technologies and Google's expertise to address global challenges. She is currently + focused on how AI can be used for social impact and also leads Google.org's work on crisis response + and sustainability. Prior to Google.org, Brigitte worked across the social and public sector with + The Bridgespan Group, U.S. Agency for International Development, and IRD. She has an MBA from the + Yale School of Management and a BS in Systems Engineering from the University of Virginia. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 1.0 +- name: Jim Fruchterman + personId: null + roles: + - role: Founder and CEO + roleClass: paid_staff + - role: Board Director + roleClass: board_director + contact: null + bio: Jim is a serial tech and social entrepreneur. He was the founder and CEO of Benetech for nearly + 30 years, delivering large-scale change in partnership with hundreds of organizations as part of social + enterprises addressing education, disability, human rights, and the environment. He previously founded + two successful for-profit Silicon Valley tech companies in the machine learning/artificial intelligence + field, and is an active angel investor in and board member for several companies. Jim has been recognized + with the MacArthur Fellowship, the Skoll Award for Social Entrepreneurship, the Schwab Social Entrepreneur + Award, and the Caltech Distinguished Alumni award. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 1.0 +- name: Nick Hurlburt + personId: null + roles: + - role: Executive Director, Aselo + roleClass: paid_staff + contact: null + bio: 'Nick has 17 years of experience joining two parallel paths: software engineering and international + development. Nick began his career developing early, large-scale artificial intelligence software + at Amazon.com. He later managed software teams at Sift, a Silicon Valley machine learning company. + Nick spent six years in conflict relief in Burma and South Sudan. He leads the technology development + for the Aselo helpline project, joining Tech Matters in mid-2019.' + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Aaron Firestone + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: null + bio: Aaron has a long career in the tech for good, nonprofit, and social enterprise fields. Before Tech + Matters, he spent 15 years at Benetech, leading both fundraising and data insights. Aaron has an MBA + from the Haas School of Business at UC Berkeley and a bachelor's degree in Psychology and Cognitive + Science from Swarthmore College. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Tricia O'Neill + personId: null + roles: + - role: Operations Manager + roleClass: paid_staff + contact: null + bio: Tricia has over 15 years of experience in nonprofit operations and has always been fascinated by + the intersection of social good and technology. A Midwesterner based in the Pacific Northwest. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: M Celine Takatsuno + personId: null + roles: + - role: Senior Fellow + roleClass: paid_staff + contact: null + bio: Celine centers at the intersection of data, technology, law, and policy, developing cross-sector + solutions for positive social impact. She's founded and led startup teams and strategic initiatives + in ecommerce and marketing; caregiving and digital health; and privacy, identity, and open source. + (Also listed as "Tech for Good Research Fellow".) + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Dee Luo + personId: null + roles: + - role: Director of Product and Business Operations, Aselo + roleClass: paid_staff + contact: null + bio: Dee is a Product Manager interested in leveraging innovative technology to build empathy-driven + solutions. She has experience building SaaS business software after working at Yext, and has worked + on pro bono projects for international social enterprises as a past fellow of the MovingWorlds Institute. + She joined Tech Matters in December 2020 to lead product management for Aselo and is based in New + York City. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Annalise Irby + personId: null + roles: + - role: Senior Product Manager, Aselo + roleClass: paid_staff + contact: null + bio: Annalise is a Product Manager interested in co-creating mission-driven technology alongside communities + and governments. Previously at Schmidt Futures, she rotated as a product manager between tech nonprofits + and startups including Recidiviz and JustFix. Before this, Annalise worked in software engineering + at Lyft and Uber, and in conversational UX design at IBM Research. She graduated from Georgia Institute + of Technology with a B.S. in Computer Science, and is based in Brooklyn, NY. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Jana Kleitsch + personId: null + roles: + - role: User Experience Designer, Aselo + roleClass: paid_staff + contact: null + bio: Jana is a seasoned user experience designer and an occasional serial entrepreneur. After co-founding + the first online wedding planning site, Wedding Channel, Jana spent almost a decade working on Amazon's + Recommendations and Bestsellers teams. Jana joined Tech Matters in March of 2020 as the UX Designer + for the Aselo helpline platform. She also serves as a Startup Advisor at the University of Washington. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Katy McKinney-Bock + personId: null + roles: + - role: Senior Data Scientist, Aselo + roleClass: paid_staff + contact: null + bio: Katy is a data scientist, linguist, and researcher with over a decade of experience in research + development, data analysis, and machine learning / natural language processing. She has worked with + a range of collaborators, from non-profits providing human services to a data incubator focused on + ethics and societal impact, within an interdisciplinary research center at a medical university, and + in higher education. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Steve Hand + personId: null + roles: + - role: Software Engineer, Aselo + roleClass: paid_staff + contact: null + bio: Steve is a Software Engineer with 20 years' experience leading projects in industries including + e-commerce, healthcare, video games, road haulage, finance, and consumer electronics. He studied History + & Economics at Manchester University. He joined Tech Matters to work on the Aselo project in December + 2021 and is based in Galway, Ireland. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Sinekhaya Nongabe + personId: null + roles: + - role: Solutions Engineer, Aselo + roleClass: paid_staff + contact: null + bio: Sinekhaya is a Solutions Engineer on the Aselo project, having joined the team in February 2023. + His professional journey encompasses roles in financial technology, banking, and higher education, + since graduating with a B.Com in Information Systems from the University of Cape Town. He is based + in Cape Town, South Africa. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Alejandro Rivera + personId: null + roles: + - role: Solutions Engineer, Aselo + roleClass: paid_staff + contact: null + bio: Alejandro is a software engineer with 7+ years of experience. After living in rural Kenya he realized + the positive impact that technology can have on society. Alejandro spent more than four years working + for an NGO whose mission was to eradicate the hunger season across East Africa. He joined Tech Matters + as a Solutions Engineer on the Aselo project. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Humairaa Mahomed + personId: null + roles: + - role: Partnerships Manager, Aselo + roleClass: paid_staff + contact: null + bio: Humairaa is a proud Africanist, intrapreneur, critical thinker, and problem solver with a high + aptitude for logical reasoning, strategic thinking, and mathematical analysis. She is fueled by a + strong passion for humanity, nature, technology, and learning. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Steve Francis + personId: null + roles: + - role: Project Director, Terraso + roleClass: paid_staff + contact: null + bio: Steve is a senior executive and product strategist with a 30-year career ranging from hands-on + software engineer to public company CEO. After consulting for three years on various high-impact social + good projects, he joined Tech Matters in late 2019. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Amaya Webster + personId: null + roles: + - role: Program Manager, Terraso + roleClass: paid_staff + contact: null + bio: Amaya is a tech-for-good geek with nearly a decade of experience. Prior to joining Tech Matters, + Amaya worked at Benetech creating software-for-good as the project manager for their R&D initiative, + and the community and marketing manager for their work on digital accessibility of STEM educational + materials. She has degrees in anthropology, biology, and art. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Courtney Tiberio + personId: null + roles: + - role: Senior UX Designer, Terraso + roleClass: paid_staff + contact: null + bio: Courtney is a user experience designer working to help Terraso create engaging and impactful digital + tools. She has more than 15 years experience working with mission-driven organizations, including + 5 years as co-owner of a tech cooperative. Environmental stewardship and social justice are the main + drivers of her career. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Paul Schreiber + personId: null + roles: + - role: Consulting Engineer, Terraso + roleClass: paid_staff + contact: null + bio: Paul Schreiber has been building software and teams for the past two decades. Most recently, he + led development for FiveThirtyEight at ABC News and The Undefeated at ESPN. Previously, he spent eight + years as a Mac OS X engineer at Apple, served as the founding CTO at TurboVote and codeveloped the + 2008 Obama campaign's voter registration tool. Paul has a Bachelor of Mathematics in Computer Science + from the University of Waterloo. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Carissa Knipe + personId: null + roles: + - role: Senior Software Engineer, Terraso + roleClass: paid_staff + contact: null + bio: Carissa (they/she) comes to Tech Matters as a software developer after studying computer science + and studio art at Carleton College, developing data visualization software for 8 years at Tableau, + and learning more about climate change and solutions in a Terra.do cohort. They live in Seattle, WA. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: Derek Caelin + personId: null + roles: + - role: Senior Product Manager, Terraso + roleClass: paid_staff + contact: null + bio: Derek Caelin is a technologist who has spent years training activists and civil society organizations + in developing countries and conflict zones on how to use digital tools to communicate, mobilize, and + organize. Derek is focused on creating, researching, and sharing open source technology. His writings + have been published in Foreign Policy and OneZero. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +- name: José Buitrón + personId: null + roles: + - role: Senior Software Engineer, Terraso + roleClass: paid_staff + contact: null + bio: José has worked as a software engineer in different industries for more than 12 years. He has a + Computer Science degree from the Universidad Catolica del Ecuador and a Master of Information Technology + from The University of Melbourne. + termStart: null + termEnd: null + sourceUrl: https://techmatters.org/who-we-are/ + derived: org_live + confidence: 0.9 +--- + +# Technology Matters (Tech Matters) — Leadership + +Scope: the Tech Matters "Who We Are" page (`/who-we-are/`), covering the Board of Directors and the staff team. Tech Matters is a US 501(c)(3) that builds "tech for good" platforms (notably Aselo, a crisis-helpline platform, and Terraso). Funders are listed on the page but are organisations, not people, so they are excluded. + +Board of Directors (3): Nithya Ramanathan (Board Chair), Brigitte Hoyer Gosselink (Board Member), and Jim Fruchterman (Founder and CEO). Jim Fruchterman sits on the board and is also the paid chief executive, so he carries both `board_director` and `paid_staff` roles. + +Paid vs volunteer: the "Tech Matters Team" is employed staff. Titles are recorded verbatim, with `role_class: paid_staff` at `confidence: 0.9` per the team/staff-heading inference rule (the site does not print per-person employment status). Executive titles (Founder & CEO, Executive Director of Aselo, CFO) make employment effectively certain; the 0.9 is a conservative uniform tag. Most staff are organised under the two product lines (Aselo, Terraso), reflected in their role labels. + +Roster note: the page's main team grid rendered 12 names, while the expandable bio modals surfaced 8 additional current team members (Terraso and Aselo staff: Amaya Webster, Courtney Tiberio, Paul Schreiber, Humairaa Mahomed, Carissa Knipe, Steve Francis, Derek Caelin, José Buitrón). All are captured here as `paid_staff` since each has a published title and bio. If a later refresh shows the grid as the authoritative current list, the modal-only names should be re-verified. + +Bios: published verbatim for board and staff (captured, lightly trimmed to the substantive text). Contact: not published per person (`null`). Term dates: not published (`null`). diff --git a/_leadership/tug.md b/_leadership/tug.md new file mode 100644 index 0000000..21755d7 --- /dev/null +++ b/_leadership/tug.md @@ -0,0 +1,234 @@ +--- +identifier: tug +commonName: TeX Users Group +asOf: 2026-07-25 +sources: +- url: https://tug.org/board.html + type: org_live + retrieved: 2026-07-25 +people: +- name: Arthur Rosendahl + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Erik Nijenhuis + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Jim Hefferon + personId: null + roles: + - role: Secretary + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Karl Berry + personId: null + roles: + - role: Treasurer + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Barbara Beeton + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Boris Veytsman + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Doris Behrendt + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Johannes Braams + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Max Chernoff + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Kaja Christiansen + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Ulrike Fischer + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Tom Hejda + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Klaus Höppner + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Jérémy Just + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Frank Mittelbach + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2029' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Norbert Preining + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Sophia Laakso + personId: null + roles: + - role: Office Administrator + roleClass: paid_staff + contact: null + bio: null + termStart: '2023' + termEnd: null + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 0.9 +--- + +# TeX Users Group — Leadership + +Scope: the TUG Board of Directors (15 Director positions plus the President, per the TUG bylaws; the board is currently at capacity with 16 members) and the paid office administrator. TUG is a US 501(c) membership organisation whose directors are elected by the membership. + +Term dates: the board page states "the year in parentheses is when that member's term expires", so `term_end` is captured verbatim as the stated expiry year (all confidence 1.0). `term_start` is not stated on this page and is left null; a full per-person service history (start years, prior offices) exists in the roster section of the same page and could feed the leadership-history dataset. + +Officers: the four elected officers are President (Arthur Rosendahl), Vice President (Erik Nijenhuis), Secretary (Jim Hefferon) and Treasurer (Karl Berry); each is also a board director. The executive committee additionally includes Barbara Beeton and Boris Veytsman as members, plus the office administrator (non-voting); these two are recorded here only as board directors since "executive committee member" is a committee assignment rather than a distinct office. + +Paid vs volunteer: TUG directors and officers are volunteers. The one paid/contracted role is the office administrator. The current holder, Sophia Laakso (Office Manager, 2023–, per the roster on the same page), is tagged `paid_staff` with `confidence: 0.9`: the role and start year are stated verbatim, but the page does not explicitly state employment/compensation status, so the paid classification is inferred from the "Office Manager" role. + +Not published on this page (hence null): per-person contact (the board is reachable only as a group at board@tug.org), bios, and term start dates. diff --git a/_leadership/wikimediafoundation.md b/_leadership/wikimediafoundation.md new file mode 100644 index 0000000..d5b9a39 --- /dev/null +++ b/_leadership/wikimediafoundation.md @@ -0,0 +1,257 @@ +--- +identifier: wikimediafoundation +commonName: Wikimedia Foundation +asOf: 2026-07-25 +sources: +- url: https://wikimediafoundation.org/role/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://wikimediafoundation.org/role/executive/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Lorenzo Losa + personId: null + roles: + - role: Chair Elect and Vice Chair + roleClass: officer + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Kathy Collins + personId: null + roles: + - role: Vice Chair + roleClass: officer + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Luis Bitencourt-Emilio + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Michał Buczyński + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Mayree Clark + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Dr. Victoria Doronina + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Maciej Artur Nadzikiewicz + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Raju Narisetti + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Bobby Shabangu + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Christel Steigenberger + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Jimmy Wales + personId: null + roles: + - role: Trustee + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/board/ + derived: org_live + confidence: 1.0 +- name: Bernadette Meehan + personId: null + roles: + - role: Chief Executive Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Lisa Seitz Gruwell + personId: null + roles: + - role: Chief Advancement Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Selena Deckelmann + personId: null + roles: + - role: Chief Product and Technology Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Anusha Alikhan + personId: null + roles: + - role: Chief Communications Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Stephen LaPorte + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Courtney Bass Sherizen + personId: null + roles: + - role: Chief People Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Jaime Villagomez + personId: null + roles: + - role: Chief Financial Officer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +- name: Nadee Gunasena + personId: null + roles: + - role: Chief of Staff + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wikimediafoundation.org/role/executive/ + derived: org_live + confidence: 1.0 +--- + +# Wikimedia Foundation — Leadership + +Scope: the Board of Trustees (the foundation's ultimate corporate authority) and the executive team. Captured from the two current live pages, `/role/board/` and `/role/executive/`. + +Provenance caution: the foundation also hosts stale leadership pages inside old annual reports (e.g. the 2018–2019 report still names Katherine Maher as CEO and María Sefidari as Chair). Those were NOT used. This record reflects the current role pages only, both retrieved 2026-07-25. + +Board officers: the page marks Lorenzo Losa as "Chair Elect and Vice Chair" and Kathy Collins as "Vice Chair"; both role labels are captured verbatim and both are also Trustees (board_director). Every other board member is listed simply as "Trustee". Jimmy Wales is listed as "Trustee" (the site does not give him a distinct founder title on this page). + +Paid vs volunteer: the eight executive-team members are the employed leadership ("The Wikimedia Foundation executive team oversees departments, internal teams, and staff") and are classified `paid_staff` at confidence 1.0. Trustees are the governing board (board_director). + +Not published on these pages (hence null): per-person contact, bios (each name links to a separate profile page not fetched here), and term start/end dates. diff --git a/_leadership/wordpress.md b/_leadership/wordpress.md new file mode 100644 index 0000000..a557b75 --- /dev/null +++ b/_leadership/wordpress.md @@ -0,0 +1,35 @@ +--- +identifier: wordpress +commonName: WordPress Foundation +asOf: 2026-07-25 +sources: +- url: https://wordpressfoundation.org/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Matt Mullenweg + personId: null + roles: + - role: Founder + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wordpressfoundation.org/ + derived: org_live + confidence: 0.5 +--- + +# WordPress Foundation — Leadership + +Scope and finding: the WordPress Foundation's own site (wordpressfoundation.org, the target site https://wordpress.org/ being the software project, not the charity) publishes NO board, officer, or staff roster. The site menu covers Financial Information, Donate, News, Philosophy, Projects, scholarships, Trademarks, and Contact, with no board/leadership/team/people page. + +The only governance-relevant person named anywhere on the site is Matt Mullenweg, described on the About page verbatim as the founder: "a charitable organization founded by Matt Mullenweg". That single fact is captured at confidence 1.0, but "Founder" is a historical designation rather than a current governance office. `role_class` is recorded as `officer` only as a low-confidence best-fit (`confidence: 0.5`) because the site does not state whether Mullenweg currently holds a board seat or officer title. No board membership is asserted. + +The WordPress Foundation is a US 501(c)(3); its directors and officers are filed with the IRS (Form 990) and California, but are not published on the foundation website. Those filings — linked under the site's Financials section — are the correct source for a verified board roster and would be the basis for a leadership-history entry. + +Not published (hence null / absent): board directors, officers, paid staff, contact, bios, and term dates. + +## Fetch attempts +- https://wordpressfoundation.org/ — About/home page; names only the founder, no roster. diff --git a/_leadership/xiph.md b/_leadership/xiph.md new file mode 100644 index 0000000..d843982 --- /dev/null +++ b/_leadership/xiph.md @@ -0,0 +1,35 @@ +--- +identifier: xiph +commonName: Xiph.Org Foundation +asOf: 2026-07-25 +sources: +- url: https://xiph.org/about/ + type: org_live + retrieved: 2026-07-25 +- url: https://wiki.xiph.org/index.php/Main_Page + type: org_live + retrieved: 2026-07-25 +- url: https://wiki.xiph.org/Xiph.Org_Foundation + type: org_live + retrieved: 2026-07-25 +- url: https://wiki.xiph.org/People + type: org_live + retrieved: 2026-07-25 +people: [] +--- + +# Xiph.Org Foundation — Leadership (roster not found) + +No current board, officer, or staff roster is published on any Xiph.Org property. The organisation's web presence is dormant: the live site's About page carries a "© 1994–2016" notice and is a philosophical essay with no governance content, and the XiphWiki was last meaningfully edited in 2021. + +`people: []` is recorded deliberately per the crawl instructions so the org has a retry record. + +## Fetch attempts +- https://tug.org — n/a (wrong org; listed only to be explicit this file is Xiph). +- https://xiph.org/about/ — About essay, © 1994–2016, no roster. Nav has About / Press / Donate / Contact / Wiki only; no board/team/people link. +- https://wiki.xiph.org/index.php/Main_Page — links to "Xiph.Org Foundation", "People", and "AdminProcesses" but no governance roster on the page itself. +- https://wiki.xiph.org/Xiph.Org_Foundation — one-paragraph description of the non-profit, last edited 26 April 2015, no people. +- https://wiki.xiph.org/People — a nickname-to-person developer lookup table ("mail alias / IRC nick / Subversion user"), last edited 21 March 2021. This is NOT a governance roster and is not treated as one. + +## Non-authoritative signal (not captured as a person) +The stale (2021) wiki People table tags one contributor, Jack Moffitt, with the keyword "treasurer" alongside "libao, Icecast". This is a developer-lookup keyword, not a current officer statement, and the page is years out of date, so no officer record is created from it. A verified Xiph.Org board/officer list would need to come from its US non-profit filings (Form 990) rather than the org's own site. Candidate retry sources for a future pass: /press/, /contact/, and https://wiki.xiph.org/AdminProcesses. diff --git a/_leadership/xmpp.md b/_leadership/xmpp.md new file mode 100644 index 0000000..a9a7e5c --- /dev/null +++ b/_leadership/xmpp.md @@ -0,0 +1,120 @@ +--- +identifier: xmpp +commonName: XMPP Standards Foundation +asOf: 2026-07-25 +sources: +- url: https://xmpp.org/about/xsf/members/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Ralph Meijer + personId: null + roles: + - role: XSF Chair + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Arne-Bruen Vogelsang + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Florian Schmaus + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Guus der Kinderen + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Mickaël Rémond + personId: null + roles: + - role: Board Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Alexander Gnauck + personId: null + roles: + - role: XSF Secretary + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Peter Saint-Andre + personId: null + roles: + - role: XSF Treasurer + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +- name: Matthew Wild + personId: null + roles: + - role: Executive Director + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xsf/members/ + derived: org_live + confidence: 1.0 +--- + +# XMPP Standards Foundation — Leadership + +Scope: the XSF Board of Directors and the elected officers (Chair, Secretary, Treasurer, Executive Director). Captured from the current members page (site last built 2026-07-25), which tags each elected member with their Board/Council/officer affiliation. + +Board of Directors (tagged "XSF Board"): Ralph Meijer (also XSF Chair), Arne-Bruen Vogelsang, Florian Schmaus, Guus der Kinderen, and Mickaël Rémond. Officers: Ralph Meijer (Chair, and a board director), Alexander Gnauck (Secretary), Peter Saint-Andre (Treasurer), and Matthew Wild (Executive Director). Gnauck, Saint-Andre and Wild are recorded as officers only, since the page does not tag them "XSF Board". + +Excluded — technical committee: the XMPP Council is the XSF's elected technical steering body and is deliberately excluded here per the crawl instructions (technical-committee roles are not foundation governance). Its current members, per the same page, are Dan Caseley, Daniel Gultsch, Jérôme Poisson, Marvin Wissfeld, and Stephen Paul Weber. They could be captured as a separate technical-roles dataset if wanted. + +Paid vs volunteer: the XSF is a volunteer-run standards body. The Executive Director (Matthew Wild) is the one role that may be compensated, but the page does not state paid/volunteer status, so it is classified `officer` (not `paid_staff`); treat compensation status as unverified. + +Not published on this page (hence null): per-person contact, bios, and term dates. The bylaws (https://xmpp.org/about/xsf/bylaws/) and the annual board/council elections are the source for term history and would feed the leadership-history dataset. diff --git a/assets/python/leadership_refresh.py b/assets/python/leadership_refresh.py new file mode 100644 index 0000000..51e5604 --- /dev/null +++ b/assets/python/leadership_refresh.py @@ -0,0 +1,177 @@ +#!/usr/bin/env python3 +""" +Deterministic (no-AI) refresh detector for the FOSS Foundation leadership dataset. + +For each _leadership/.md record it fetches the foundation's leadership source +page, strips it to visible text, hashes that text, and compares the hash to the +last-seen hash in _data/leadership-refresh-state.json. It reports which +foundations' rosters have CHANGED, are NEW, or are UNREACHABLE, and writes the +set that needs re-extraction so a downstream step (an AI coding agent, or a +hand-written parser) only revisits pages that actually moved. A typical run flags +a handful of foundations, not all of them. + +Pure Python standard library: runs on any python3 with no pip installs. + +Usage: + leadership_refresh.py # update state, print + optionally write changed set + leadership_refresh.py --check # dry run: report only, do not update state + leadership_refresh.py --output changed.json +""" +import argparse +import hashlib +import json +import re +import ssl +import sys +import urllib.request +from datetime import date, datetime, timezone +from html.parser import HTMLParser +from pathlib import Path + +ROOT = Path(__file__).resolve().parents[2] # repo root (assets/python/..) +LEADERSHIP_DIR = ROOT / "_leadership" +STATE_FILE = ROOT / "_data" / "leadership-refresh-state.json" +UA = "fossfoundation-leadership-refresh/1.0 (+https://fossfoundation.info)" +DISCOVERY_PATHS = [ + "/board", "/leadership", "/team", "/staff", "/people", + "/governance", "/about", "/about-us", "/foundation", +] + + +class _Text(HTMLParser): + """Collect visible text, dropping script/style/noscript content.""" + def __init__(self): + super().__init__() + self._skip = 0 + self.chunks = [] + + def handle_starttag(self, tag, attrs): + if tag in ("script", "style", "noscript"): + self._skip += 1 + + def handle_endtag(self, tag): + if tag in ("script", "style", "noscript") and self._skip: + self._skip -= 1 + + def handle_data(self, data): + if not self._skip: + t = data.strip() + if t: + self.chunks.append(t) + + +def visible_text(html): + p = _Text() + try: + p.feed(html) + except Exception: + pass + return re.sub(r"\s+", " ", " ".join(p.chunks)).strip() + + +def fetch(url, timeout=20): + ctx = ssl.create_default_context() + req = urllib.request.Request(url, headers={"User-Agent": UA}) + with urllib.request.urlopen(req, timeout=timeout, context=ctx) as r: + raw = r.read() + enc = r.headers.get_content_charset() or "utf-8" + return raw.decode(enc, "replace") + + +def frontmatter(md_text): + """Pull identifier + all url:/sourceUrl: values from the YAML frontmatter block.""" + m = re.search(r"^---\s*\n(.*?)\n---\s*\n", md_text, re.S) + fm = m.group(1) if m else md_text + ident = None + mid = re.search(r"^identifier:\s*(\S+)", fm, re.M) + if mid: + ident = mid.group(1).strip().strip("'\"") + urls = [] + for mu in re.finditer(r"(?:sourceUrl|url):\s*(https?://\S+)", fm): + u = mu.group(1).strip().strip("'\",") + if u not in urls: + urls.append(u) + return ident, urls + + +def norm_hash(text): + return hashlib.sha256(text.encode("utf-8", "replace")).hexdigest() + + +def domain_root(url): + m = re.match(r"(https?://[^/]+)", url) + return m.group(1) if m else url + + +def main(): + ap = argparse.ArgumentParser() + ap.add_argument("--check", action="store_true", help="dry run; do not write state") + ap.add_argument("--output", default=None, help="write changed-set JSON here") + args = ap.parse_args() + + if not LEADERSHIP_DIR.is_dir(): + print(f"No _leadership dir at {LEADERSHIP_DIR}", file=sys.stderr) + return 1 + + state = {} + if STATE_FILE.exists(): + try: + state = json.loads(STATE_FILE.read_text()) + except Exception: + state = {} + + changed, new, unreachable, unchanged = [], [], [], [] + now = datetime.now(timezone.utc).isoformat() + new_state = {} + records = sorted(LEADERSHIP_DIR.glob("*.md")) + + for md in records: + ident, urls = frontmatter(md.read_text(encoding="utf-8", errors="replace")) + ident = ident or md.stem + if not urls: + unreachable.append((ident, "no source url in record")) + new_state[ident] = state.get(ident, {}) + continue + primary = urls[0] + candidates = [primary] + [domain_root(primary) + p for p in DISCOVERY_PATHS] + text, used = None, None + for cand in candidates: + try: + text = visible_text(fetch(cand)) + used = cand + break + except Exception: + continue + if not text: + unreachable.append((ident, primary)) + new_state[ident] = state.get(ident, {}) + continue + h = norm_hash(text) + prev = state.get(ident, {}).get("hash") + new_state[ident] = {"url": used, "hash": h, "checked": now} + if prev is None: + new.append(ident) + elif prev != h: + changed.append(ident) + else: + unchanged.append(ident) + + to_reextract = sorted(set(changed) | set(new)) + print(f"Leadership refresh check ({date.today().isoformat()})") + print(f" records: {len(records)}") + print(f" changed: {len(changed)} {sorted(changed)}") + print(f" new: {len(new)} {sorted(new)}") + print(f" unchanged: {len(unchanged)}") + print(f" unreachable: {len(unreachable)} {[u[0] for u in unreachable]}") + print(f" -> re-extract {len(to_reextract)} of {len(records)} foundations") + + if args.output: + Path(args.output).write_text(json.dumps(to_reextract, indent=2)) + if not args.check: + STATE_FILE.parent.mkdir(parents=True, exist_ok=True) + STATE_FILE.write_text(json.dumps(new_state, indent=2, sort_keys=True)) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/assets/python/normalise_leadership.py b/assets/python/normalise_leadership.py new file mode 100644 index 0000000..d9fd98a --- /dev/null +++ b/assets/python/normalise_leadership.py @@ -0,0 +1,98 @@ +#!/usr/bin/env python3 +""" +Normalise crawl-output leadership records (snake_case fields) into the published +_leadership schema (camelCase, per _data/leadership-schema.json). Reads a source +directory of .md files, remaps keys, and re-emits YAML frontmatter with the +Markdown body preserved, into the destination collection. Idempotent and +repeatable: re-run whenever the crawl adds more files. + +Usage: + normalise_leadership.py --src --dst /_leadership + +Requires PyYAML (run with the toolbox python3, or `pip install pyyaml`). +""" +import argparse +import re +import sys +from pathlib import Path + +try: + import yaml +except ImportError: + sys.exit("PyYAML required: run with toolbox python3 or `pip install pyyaml`") + +TOP = {"foundation": "identifier", "foundation_name": "commonName", "as_of": "asOf"} +PERSON = { + "person_id": "personId", + "role_class": "roleClass", + "term_start": "termStart", + "term_end": "termEnd", + "source_url": "sourceUrl", +} +ORDER = ["identifier", "commonName", "asOf", "sources", "people"] + + +def split_frontmatter(md): + m = re.match(r"^---\s*\n(.*?)\n---\s*\n?(.*)$", md, re.S) + if not m: + return None, md + return m.group(1), m.group(2) + + +def remap(d, mapping): + return {mapping.get(k, k): v for k, v in d.items()} if isinstance(d, dict) else d + + +def norm_person(p): + if not isinstance(p, dict): + return p + p = remap(p, PERSON) + p["roles"] = [remap(r, PERSON) for r in (p.get("roles") or [])] + return p + + +def main(): + ap = argparse.ArgumentParser() + ap.add_argument("--src", required=True, help="crawl output dir of .md files") + ap.add_argument("--dst", required=True, help="destination _leadership collection") + a = ap.parse_args() + src, dst = Path(a.src), Path(a.dst) + if not src.is_dir(): + sys.exit(f"src not found: {src}") + dst.mkdir(parents=True, exist_ok=True) + + n = empty = skipped = 0 + for md in sorted(src.glob("*.md")): + fm_raw, body = split_frontmatter(md.read_text(encoding="utf-8", errors="replace")) + if fm_raw is None: + print(f"skip (no frontmatter): {md.name}") + skipped += 1 + continue + try: + fm = yaml.safe_load(fm_raw) or {} + except Exception as e: + print(f"skip (bad yaml): {md.name}: {e}") + skipped += 1 + continue + fm = remap(fm, TOP) + fm["people"] = [norm_person(p) for p in (fm.get("people") or [])] + if not fm["people"]: + empty += 1 + ident = fm.get("identifier") or md.stem + ordered = {k: fm[k] for k in ORDER if k in fm} + for k in fm: + if k not in ordered: + ordered[k] = fm[k] + yaml_out = yaml.safe_dump( + ordered, sort_keys=False, allow_unicode=True, + default_flow_style=False, width=100, + ).rstrip() + out = f"---\n{yaml_out}\n---\n\n{body.strip()}\n" + (dst / f"{ident}.md").write_text(out, encoding="utf-8") + n += 1 + + print(f"normalised {n} files -> {dst} (empty rosters: {empty}, skipped: {skipped})") + + +if __name__ == "__main__": + sys.exit(main()) From 1bcc74eb234747e5cd8e18eea23ddc015d1f9725 Mon Sep 17 00:00:00 2001 From: Danny Angus Date: Sun, 26 Jul 2026 10:22:59 +0000 Subject: [PATCH 2/4] Re-normalise leadership dataset: 86 orgs, 1162 people (corrected count) - Remap 6 hostname-derived slugs to canonical identifiers in normaliser (foundation->fsharp, foundation2->llvm, foundation3->rust, opensource->osi, ev->kde, laptop->olpc); rename files + identifier field accordingly. - Carries through the three source fixes: Rust YAML quoted, benetech advisory council excluded (18), KDE staff included (16). - Supersedes the provisional 1048-person normalise (0cadcb9). --- _leadership/almalinux.md | 18 +- _leadership/apereo.md | 136 +++-- _leadership/benetech.md | 164 +++--- _leadership/blender.md | 50 +- _leadership/bytecodealliance.md | 48 +- _leadership/clojuriststogether.md | 12 +- _leadership/commonhaus.md | 75 ++- _leadership/creativecommons.md | 340 +++++++++-- _leadership/defna.md | 32 +- _leadership/djangoproject.md | 28 +- _leadership/documentfoundation.md | 97 ++-- _leadership/dotnetfoundation.md | 96 ++- _leadership/drupal.md | 127 ++-- _leadership/eclipse.md | 210 ++++--- _leadership/ev.md | 87 --- _leadership/{foundation.md => fsharp.md} | 2 +- _leadership/gentoo.md | 37 +- _leadership/haikuinc.md | 20 +- _leadership/haskell.md | 30 +- _leadership/idcommons.md | 86 +-- _leadership/isc.md | 121 ++-- _leadership/kde.md | 252 ++++++++ _leadership/{foundation2.md => llvm.md} | 2 +- _leadership/{laptop.md => olpc.md} | 2 +- _leadership/omsf.md | 37 +- _leadership/opencompute.md | 151 ++--- _leadership/openconnectivity.md | 65 ++- _leadership/openhomefoundation.md | 28 +- _leadership/openid.md | 236 +++----- _leadership/openinfra.md | 217 +++---- _leadership/openjsf.md | 261 ++++++++- _leadership/openrobotics.md | 49 +- _leadership/opensourcematters.md | 46 +- _leadership/opentech.md | 75 ++- _leadership/opentransitsoftwarefoundation.md | 60 +- _leadership/oscollective.md | 124 ++-- _leadership/osetinstitute.md | 70 ++- _leadership/osgeo.md | 14 +- _leadership/{opensource.md => osi.md} | 2 +- _leadership/osmfoundation.md | 109 +++- _leadership/owasp.md | 28 +- _leadership/pculture.md | 184 +++++- _leadership/perlfoundation.md | 65 ++- _leadership/plone.md | 130 ++--- _leadership/postgresql.md | 61 +- _leadership/processingfoundation.md | 14 +- _leadership/raspberrypi.md | 581 +++++++++++++++++-- _leadership/raspberrypi2.md | 20 +- _leadership/rubycentral.md | 24 +- _leadership/rubyonrails.md | 25 +- _leadership/{foundation3.md => rust.md} | 148 +++-- _leadership/sahanafoundation.md | 90 +-- _leadership/sfconservancy.md | 265 +++++---- _leadership/signalfoundation.md | 138 +++-- _leadership/socallinuxexpo.md | 22 +- _leadership/softwarefreedom.md | 107 ++-- _leadership/spiinc.md | 8 +- _leadership/techmatters.md | 293 +++++----- _leadership/tug.md | 70 +-- _leadership/wikimediafoundation.md | 10 +- _leadership/wordpress.md | 30 +- _leadership/xiph.md | 26 +- _leadership/xmpp.md | 145 ++++- assets/python/normalise_leadership.py | 16 +- 64 files changed, 3862 insertions(+), 2254 deletions(-) delete mode 100644 _leadership/ev.md rename _leadership/{foundation.md => fsharp.md} (99%) create mode 100644 _leadership/kde.md rename _leadership/{foundation2.md => llvm.md} (99%) rename _leadership/{laptop.md => olpc.md} (98%) rename _leadership/{opensource.md => osi.md} (99%) rename _leadership/{foundation3.md => rust.md} (58%) diff --git a/_leadership/almalinux.md b/_leadership/almalinux.md index 0ab9a9b..51f0b12 100644 --- a/_leadership/almalinux.md +++ b/_leadership/almalinux.md @@ -84,7 +84,7 @@ people: - name: David Snead personId: null roles: - - role: Non-voting Invited Expert + - role: Board Director (Non-voting Invited Expert) roleClass: board_director contact: null bio: General Counsel, WebPros @@ -97,18 +97,14 @@ people: # AlmaLinux OS Foundation — Leadership -Scope of this record: the Board of Directors of the AlmaLinux OS Foundation, a 501(c)(6) non-profit (Tax ID 86-2791864). The board is community-elected with four-year staggered terms and elects its own officers, including the chair. Six voting directors plus one non-voting invited expert are listed as the current cohort. +Scope: the AlmaLinux OS Foundation Board of Directors as published on the foundation page. The foundation is a 501(c)(6) governed by a community-elected board with four-year staggered terms; the board elects its own officers, including the chair. -Officers: the only officer role named on the leadership page is the Chair (benny Vasquez). The board elects its own officers, but no other officer titles (treasurer, secretary, etc.) are published on this page, so none are captured. benny Vasquez is recorded with both an officer role (Chair) and a board_director role. +Roster: seven directors listed — six voting plus one non-voting invited expert (David Snead). benny Vasquez is Chair (captured as both officer and board_director). The remaining voting members carry only board_director. -David Snead is listed explicitly as a "Non-voting Invited Expert" (General Counsel, WebPros). Captured with role_class board_director (a governing-board seat, albeit non-voting); noted here as non-voting per the org. +Term dates: the page states each director's election year ("Elected YYYY") and term end ("Term ends YYYY"), captured verbatim as term_start / term_end with confidence 1.0. Term dates reflect the staggered four-year cohorts established by the amended bylaws adopted April 2026. David Snead is a non-voting invited expert with no stated term. -Paid vs volunteer: the foundation states "No paid board roles" in its board operations section, so all directors are unpaid. No paid staff (Executive Director or similar) is listed on this page; hence no paid_staff records. ALESCo (the AlmaLinux Engineering Steering Committee) is a separate project/engineering steering body, not foundation governance, and is deliberately excluded. +Paid vs volunteer: the board operations statement says "No paid board roles," so all directors are unpaid governance roles (board_director / officer), confidence 1.0. No separate paid-staff / Executive Director role is published on this page. -Term dates: election year and term-end year are stated verbatim per director ("Elected 2022", "Term ends 2029") and are captured as term_start / term_end with confidence 1.0. The org notes term dates reflect the staggered four-year cohorts under the amended bylaws adopted April 2026 (after the 2025 election was rescheduled). David Snead's non-voting seat has no stated term (null). +Bios: no narrative bios are published. Each person carries a one-line employer/title descriptor from the roster card (e.g. "CEO, Codenotary Inc."), captured verbatim in the bio field. benny Vasquez's card shows only the role/foundation, so bio is null. -Bios: no per-person narrative bio is published; the one-line affiliation/day-job descriptor printed under each name (e.g. "CEO, Codenotary Inc.") is captured verbatim in the bio field. benny Vasquez's descriptor is only the board role, so her bio is null. - -Contact: no per-person contact is published (null for all). The foundation's general contact is hello@almalinux.org. Board agendas and minutes are published on the AlmaLinux Wiki (Transparency page), which is where the leadership-history dataset should draw from. - -web_fetch calls: 2 (homepage, /foundation). +Contact: no per-person contact is published (foundation contact is hello@almalinux.org only), so contact is null for all. diff --git a/_leadership/apereo.md b/_leadership/apereo.md index ae016cd..6dd5827 100644 --- a/_leadership/apereo.md +++ b/_leadership/apereo.md @@ -1,12 +1,12 @@ --- identifier: apereo -commonName: Apereo Foundation Inc +commonName: Apereo Foundation asOf: 2026-07-25 sources: -- url: https://www.apereo.org/about/board-directors +- url: https://apereo.org/about/board-directors type: org_live retrieved: 2026-07-25 -- url: https://www.apereo.org/about/staff +- url: https://apereo.org/about/staff type: org_live retrieved: 2026-07-25 people: @@ -15,14 +15,14 @@ people: roles: - role: Chair of the Apereo Board of Directors roleClass: officer - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null - bio: Josh is the principal at Flywheel Strategies and Chair of the Apereo Foundation's Board of Directors, + bio: Josh is the principal at Flywheel Strategies and Chair of the Apereo Foundation’s Board of Directors, where he leads strategic planning and leadership development. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Theresa Rowe @@ -36,13 +36,29 @@ people: leadership professional development, and the building of a successful and strategic IT organization. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors + derived: org_live + confidence: 1.0 +- name: Patrick Masson + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: Patrick joined Apereo as Executive Director in 2023, serving previously as Interim General Manager + of the Foundation. Before Apereo, Patrick served as General Manager for the Open Source Initiative + after working within higher education IT for over twenty years, including roles as CIO within the + State University of New York and CTO at the University of Massachusetts' Office of the President. + He was the Director of Technology at the SUNY Learning Network and the UCLA Media Lab. + termStart: null + termEnd: null + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: David P. Bauer personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: David Bauer is a seasoned higher education technology leader, currently serving as Executive Director @@ -50,13 +66,13 @@ people: research university in Ohio. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Dede Hourican personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Dede Hourican serves as the Assistant Director of Instructional Technology at Marist University, @@ -64,62 +80,62 @@ people: LMS PMC and the Apereo Incubation Committee. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Daniel Izquierdo Cortázar personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Daniel Izquierdo Cortázar is the Chief Executive Officer at Bitergia. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Shoji Kajita personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Shoji Kajita is a Professor at Nagoya University and an Emeritus Professor at Kyoto University. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Stephanie Lieggi personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Stephanie Lieggi is the Executive Director of the Center for Research in Open Source Software (CROSS) at the University of California, Santa Cruz, where she has worked since 2016. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Amol Meshram personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Amol Meshram is the Lead Open Source Engineer at the London Stock Exchange Group. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: David Millman personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: David Millman is the Associate Dean for Technology and CIO at New York University Libraries, where @@ -129,13 +145,13 @@ people: Andrew W. Mellon Foundation grants focused on preserving new forms of scholarship. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Angela Newell personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Angela Newell is the Director of Communication, Governance, and Innovation in the Office of the @@ -143,38 +159,38 @@ people: at The University of Texas at Austin. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Marcel Oostdijk personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Marcel Oostdijk is the CEO of Outfox. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Wayne Smith personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Wayne Smith is the Department of Management Faculty and IT Administrator at California State University, Northridge. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Jack Suess personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null bio: Jack Suess serves as the VP of IT & CIO of the University of Maryland, Baltimore County (UMBC), @@ -182,35 +198,19 @@ people: as a public high-research institution. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Tonco Tijdeman personId: null roles: - - role: Apereo Board Director + - role: Board Director roleClass: board_director contact: null - bio: Tonco Tijdeman is a Senior Educational Advisor at the Hotelschool The Hauge. - termStart: null - termEnd: null - sourceUrl: https://www.apereo.org/about/board-directors - derived: org_live - confidence: 1.0 -- name: Patrick Masson - personId: null - roles: - - role: Executive Director - roleClass: paid_staff - contact: null - bio: Patrick joined Apereo as Executive Director in 2023, serving previously as Interim General Manager - of the Foundation. Before Apereo, Patrick served as General Manager for the Open Source Initiative - after working within higher education IT for over twenty years, including roles as CIO within the - State University of New York and CTO at the University of Massachusetts' Office of the President. - He was the Director of Technology at the SUNY Learning Network and the UCLA Media Lab. + bio: Tonco Tijdeman is a Senior Educational Advisor at the Hotelschool The Hague. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/board-directors derived: org_live confidence: 1.0 - name: Wilma Hodges @@ -220,12 +220,12 @@ people: roleClass: paid_staff contact: null bio: Dr. Wilma Hodges serves as Community Coordinator for the Apereo Foundation, where she focuses on - strengthening relationships across Apereo's global community, deepening engagement with institutional + strengthening relationships across Apereo’s global community, deepening engagement with institutional and community members, supporting new Communities of Interest, mentoring student organizations, and advancing collaborative initiatives that support open source in higher education. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Michelle Hall @@ -236,12 +236,12 @@ people: contact: null bio: Michelle Hall joined the Apereo Foundation in 2012 as a content editor and has grown with the organization, taking on increasing responsibilities as the Foundation has evolved. As Communications Manager, she - leads Apereo's external communications strategy, overseeing the website, social media channels, and + leads Apereo’s external communications strategy, overseeing the website, social media channels, and the Apereo newsletter. She also helps coordinate internal communications across more than 20 project and working group communities through mailing lists and Slack. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Phyllis Dobbs @@ -254,7 +254,7 @@ people: a licensed CPA in Illinois. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Jenn Cummings @@ -270,7 +270,7 @@ people: organizations. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Josh Baron @@ -283,7 +283,7 @@ people: initiatives and sustainability strategy for the Foundation and the communities and projects it serves. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Kathy Azevedo @@ -293,13 +293,13 @@ people: roleClass: paid_staff contact: null bio: Kathy is a dedicated management professional who shares a passion for the art of event management - & planning. She holds a Bachelor's degree in Business Administration from Webster University and has + & planning. She holds a Bachelor’s degree in Business Administration from Webster University and has dedicated most of her professional career to serving non-profit organizations, associations, and aspiring businesses. Kathy is instrumental in planning all of Apereo's major events, especially the Apereo micro-conferences and Open Apereo. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 - name: Christian Alexander @@ -315,27 +315,23 @@ people: the funding model, generating contributions, and developing external relationships. termStart: null termEnd: null - sourceUrl: https://www.apereo.org/about/staff + sourceUrl: https://apereo.org/about/staff derived: org_live confidence: 1.0 --- -# Apereo Foundation Inc — Leadership - -Scope of this record: the Apereo Foundation Board of Directors (from /about/board-directors) and the paid Apereo Staff (from /about/staff). Apereo runs open-source software projects for education (Sakai, uPortal, CAS, Opencast, etc.); project-level and working-group roles are excluded as they are not foundation governance. - -Board composition: Apereo publishes four Director types: organizational-member seats, individual-member seats (Friends of Apereo), appointed seats (often partner orgs such as AXIES or ESUP-Portail), and ex-officio non-voting members (the Treasurer and the Executive Director). Josh Wilson is the Chair (captured as officer + board_director). Twelve further voting directors are captured as board_director. Theresa Rowe is the Treasurer (officer); the page states the Treasurer is an ex-officio non-voting member. +# Apereo Foundation — Leadership -Patrick Masson (Executive Director) appears on both the board page (as the ex-officio non-voting Executive Director) and the staff page. He is captured once, as paid_staff (Executive Director), since the staff page confirms he is employed ("joined Apereo as Executive Director in 2023"); his ex-officio non-voting board seat is noted here. +Scope: the Apereo Foundation Board of Directors (/about/board-directors) and paid Staff (/about/staff). 22 unique people captured: 15 board entries and 8 staff entries, with Patrick Masson (Executive Director) appearing on both pages and recorded once as paid_staff. -Paid vs volunteer: the eight people on the Staff page (Masson, Hodges, Hall, Dobbs, Cummings, Baron, Azevedo, Alexander) are the Foundation's paid team and are classed paid_staff with confidence 1.0. The elected/appointed directors are volunteers in the board_director class. +Board composition: Apereo describes four director types — organizational member seats, individual member seats, appointed member seats, and ex-officio members (the non-voting Treasurer and Executive Director). Josh Wilson is Chair (officer + board_director). Theresa Rowe is Treasurer (officer, ex-officio non-voting). Patrick Masson is Executive Director (ex-officio non-voting on the board; recorded as paid_staff). The remaining twelve carry board_director. -Bios: published verbatim for every listed person (captured in the bio field). +Paid vs volunteer: the Staff page is explicitly the employed team "leading the Apereo Foundation," so all eight staff (including the Executive Director) are paid_staff at confidence 1.0. Board directors are governance volunteers. -Contact: no per-person contact is published (null for all); the Foundation's contact channel is /contact. +Bios: rich per-person bios are published on both pages and captured verbatim, confidence 1.0. -Term dates: no explicit term_start/term_end is published for any director. Narrative join-years appear in some bios ("joined in 2023", "since 2016", "joined in 2012") but, per SOP, term dates are NOT inferred from narrative join-years; term_start and term_end are left null. Board Alumni are listed separately at /about/board-alumni and would feed the leadership-history dataset. +Term dates: none are stated for any director. Several bios mention a personal "joined in YYYY" narrative year (e.g. Masson 2023, Hall 2012); per instructions these are NOT treated as governance term dates, so term_start / term_end are null. -Unique people captured: 22 (15 on the board page incl. Chair, Treasurer and ED; 8 on the staff page; Patrick Masson overlaps and is counted once). +Contact: no per-person contact is published, so contact is null for all. -web_fetch calls: 3 (homepage, /about/board-directors, /about/staff). +Excluded: Board Alumni (/about/board-alumni, former directors) is out of scope for the current roster. Project-level roles (PMC seats mentioned in some bios) are not foundation governance and are not separately captured. diff --git a/_leadership/benetech.md b/_leadership/benetech.md index bc61228..01d5dee 100644 --- a/_leadership/benetech.md +++ b/_leadership/benetech.md @@ -1,61 +1,53 @@ --- identifier: benetech -commonName: Beneficent Technology Inc +commonName: Beneficent Technology, Inc. (Benetech) asOf: 2026-07-25 sources: - url: https://benetech.org/who-we-are/leadership/ type: org_live retrieved: 2026-07-25 people: -- name: Dr. June Rumiko Klein +- name: Ayan Kishore personId: null roles: - - role: Chair of the Board - roleClass: officer - - role: Board Director - roleClass: board_director + - role: CEO + roleClass: paid_staff contact: null - bio: Fielding Graduate University + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Timothy Elder +- name: Candace Brady personId: null roles: - - role: Vice Chair of the Board - roleClass: officer - - role: Board Director - roleClass: board_director + - role: Vice President, Advancement + roleClass: paid_staff contact: null - bio: TRE Legal + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Kris Espiritu +- name: Tia Jeffress personId: null roles: - - role: Treasurer - roleClass: officer - - role: Board Director - roleClass: board_director + - role: Vice President, Finance & Administration + roleClass: paid_staff contact: null - bio: Learneo, Inc + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Ted Borromeo +- name: Christopher Lohse personId: null roles: - - role: Secretary - roleClass: officer - - role: Board Director - roleClass: board_director + - role: Chief of Staff + roleClass: paid_staff contact: null bio: null termStart: null @@ -63,169 +55,177 @@ people: sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Dr. Judith M. Dixon +- name: Lucy W. Reckseit personId: null roles: - - role: Board Director - roleClass: board_director + - role: General Counsel + roleClass: paid_staff contact: null - bio: Retired, National Library Service for the Blind and Print Disabled (NLS) + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Jim Fruchterman +- name: Lisa Wadors personId: null roles: - - role: Board Director - roleClass: board_director + - role: Vice President, Partner Success + roleClass: paid_staff contact: null - bio: Benetech & Tech Matters + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Pallavi Gondipalli +- name: Matthew Yip personId: null roles: - - role: Board Director - roleClass: board_director + - role: Vice President, Product & Engineering + roleClass: paid_staff contact: null - bio: Capital Formation and IR Specialist + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Hussein Ibish +- name: Dr. June Rumiko Klein personId: null roles: + - role: Chair of the Board + roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Senior Resident Scholar at the Arab Gulf States Institute + bio: Fielding Graduate University termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Awais Sufi +- name: Timothy Elder personId: null roles: + - role: Vice Chair of the Board + roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Yield Creative + bio: TRE Legal termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Larry Wexler +- name: Kris Espiritu personId: null roles: + - role: Treasurer + roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Retired, Office of Special Education Programs + bio: Learneo, Inc termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Maisha Wilson +- name: Ted Borromeo personId: null roles: + - role: Secretary + roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Connor Group's FinOps + bio: null termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Ayan Kishore +- name: Dr. Judith M. Dixon personId: null roles: - - role: CEO - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Retired, National Library Service for the Blind and Print Disabled (NLS) termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Candace Brady +- name: Jim Fruchterman personId: null roles: - - role: Vice President, Advancement - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Benetech & Tech Matters termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Tia Jeffress +- name: Pallavi Gondipalli personId: null roles: - - role: Vice President, Finance & Administration - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Capital Formation and IR Specialist termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Christopher Lohse +- name: Hussein Ibish personId: null roles: - - role: Chief of Staff - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Senior Resident Scholar at the Arab Gulf States Institute termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Lucy W. Reckseit +- name: Awais Sufi personId: null roles: - - role: General Counsel - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Yield Creative termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Lisa Wadors +- name: Larry Wexler personId: null roles: - - role: Vice President, Partner Success - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Retired, Office of Special Education Programs termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ derived: org_live confidence: 1.0 -- name: Matthew Yip +- name: Maisha Wilson personId: null roles: - - role: Vice President, Product & Engineering - roleClass: paid_staff + - role: Board Director + roleClass: board_director contact: null - bio: null + bio: Connor Group's FinOps termStart: null termEnd: null sourceUrl: https://benetech.org/who-we-are/leadership/ @@ -233,22 +233,20 @@ people: confidence: 1.0 --- -# Beneficent Technology Inc (Benetech) — Leadership - -Scope of this record: Benetech's Executive Team (paid_staff) and Board of Directors, both published on the single Leadership page. Benetech is a US non-profit building accessible-education technology (Bookshare, BASE). The page groups people under "Executive Team, Board of Directors, and Advisory Council". +# Benetech — Leadership -Officers: the board publishes four officer roles: Chair (Dr. June Rumiko Klein), Vice Chair (Timothy Elder), Treasurer (Kris Espiritu), and Secretary (Ted Borromeo). Each is captured with both an officer role and a board_director role. The remaining seven directors are captured as board_director. +Scope: Benetech (Beneficent Technology, Inc.), a nonprofit, publishes a single Leadership page listing three groups: the Executive Team, the Board of Directors, and an Advisory Council. 18 people captured: 7 executive team and 11 board directors. The 12-member Advisory Council is excluded as an advisory (non-governing) body, consistent with the project scope rule (governing directors, officers, and paid staff only). -Paid vs volunteer: the seven-person Executive Team (Kishore, Brady, Jeffress, Lohse, Reckseit, Wadors, Yip) is the employed senior leadership and is classed paid_staff (confidence 1.0, under the "Executive Team" heading). Ayan Kishore is the CEO. Board directors are volunteers in the board_director class. +Executive Team: CEO, General Counsel, Chief of Staff, and four VPs — the employed senior leadership of the nonprofit, captured as paid_staff at confidence 1.0. -Bios: no narrative bios are published. For board directors, the one-line affiliation printed beneath each name (e.g. "TRE Legal", "Learneo, Inc", "Retired, National Library Service for the Blind and Print Disabled (NLS)") is captured verbatim in the bio field. Officer affiliations were taken from the visible descriptor / headshot caption where present; Ted Borromeo has no affiliation shown (bio null). Executive Team members are shown with title only, so their bio is null. +Board of Directors: 11 members. Officers are June Rumiko Klein (Chair), Timothy Elder (Vice Chair), Kris Espiritu (Treasurer), and Ted Borromeo (Secretary) — each recorded as both officer and board_director. The remaining seven carry board_director. -Contact: no per-person contact is published (null for all). A single "LinkedIn" link appears near the CEO in the footer region but is not attributable per person, so it is not recorded. +Advisory Council: a 12-member advisory (non-governing) body distinct from the Board. Excluded from this record per the project scope rule (advisory councils are neither governing directors, officers, nor paid staff), matching how advisory bodies are treated at other foundations in the set. -Term dates: none published (null for all). +Bios: no narrative bios are published. Each board member carries a one-line affiliation descriptor from the page (e.g. "TRE Legal", "Digital Promise"), captured verbatim in the bio field at confidence 1.0. Executive team members show only a title, so their bio is null. Ted Borromeo shows no affiliation, so his bio is null. -Advisory Council (NOT captured as person records — advisory, not governance or paid staff, mirroring the exclusion of non-governance roles in the ASF worked example). Listed here for completeness and possible future capture: Anthony Bloome (mEducation Alliance), Radhika Shah (Illumen Capital), Susan Charles (Six Seconds), Samuel Johnson (San Mateo Union HSD), Ky Vu (Outschool), Shawn Anthony Robinson (Doctor Dyslexia Dude LLC), Mark Wolfe (Reading Rainbow), Tracy Weeden (Neuhaus Education Center), Jim Vanides (California Science Project), Ellen Moir (New Teacher Center), D'Andre J. Weaver (Digital Promise), Joseph South (ISTE). +Term dates: none stated for any individual — term_start / term_end are null throughout. -People captured: 18 (7 Executive Team paid_staff + 11 Board of Directors incl. 4 officers). +Contact: no per-person contact is published, so contact is null for all. -web_fetch calls: 2 (homepage, /who-we-are/leadership/). +Note: for Shawn Anthony Robinson the visible text descriptor "Doctor Dyslexia Dude LLC" was used; the headshot caption showed a different affiliation ("International Dyslexia Association"). diff --git a/_leadership/blender.md b/_leadership/blender.md index 9923f34..1c05c4d 100644 --- a/_leadership/blender.md +++ b/_leadership/blender.md @@ -6,19 +6,14 @@ sources: - url: https://www.blender.org/about/foundation/ type: org_live retrieved: 2026-07-25 -- url: https://www.blender.org/about/people/ - type: org_live - retrieved: 2026-07-25 people: - name: Francesco Siddi personId: null roles: - - role: Board Chairman + - role: Chairman roleClass: officer - role: Board Member roleClass: board_director - - role: CEO - roleClass: paid_staff contact: null bio: null termStart: null @@ -29,12 +24,10 @@ people: - name: Fiona Cohen personId: null roles: - - role: Board Secretary + - role: Secretary roleClass: officer - role: Board Member roleClass: board_director - - role: COO · Producer - roleClass: paid_staff contact: null bio: null termStart: null @@ -47,8 +40,6 @@ people: roles: - role: Board Member roleClass: board_director - - role: Head of Product - roleClass: paid_staff contact: null bio: null termStart: null @@ -61,8 +52,6 @@ people: roles: - role: Board Member roleClass: board_director - - role: Head of Development - roleClass: paid_staff contact: null bio: null termStart: null @@ -73,10 +62,12 @@ people: - name: Ton Roosendaal personId: null roles: - - role: Supervisory Board Chairman + - role: Chairman, Supervisory Board + roleClass: officer + - role: Supervisory Board Member roleClass: board_director contact: null - bio: Founder and former CEO + bio: null termStart: null termEnd: null sourceUrl: https://www.blender.org/about/foundation/ @@ -88,7 +79,7 @@ people: - role: Supervisory Board Member roleClass: board_director contact: null - bio: Former Director of Philips Research + bio: null termStart: null termEnd: null sourceUrl: https://www.blender.org/about/foundation/ @@ -100,7 +91,7 @@ people: - role: Supervisory Board Member roleClass: board_director contact: null - bio: Former Blender Financial Manager + bio: null termStart: null termEnd: null sourceUrl: https://www.blender.org/about/foundation/ @@ -110,27 +101,14 @@ people: # Stichting Blender Foundation — Leadership -Scope of this record: the governance leadership of Stichting Blender Foundation (est. 2002, Amsterdam; Chamber of Commerce 34176425). Two bodies are published in the Contact block of /about/foundation/: the Board and the Supervisory Board. - -Board (statutory management board): -- Chairman: Francesco Siddi (also CEO) -- Secretary: Fiona Cohen (also COO / Producer) -- Members: Dalai Felinto (Head of Product), Sergey Sharybin (Head of Development) - -These four are also the executive leadership of the Blender Institute (the Foundation's working company). Each is captured with their governance role(s) plus their executive staff title (paid_staff), since /about/people/ lists them among the paid Amsterdam HQ team. Chairman and Secretary are additionally flagged as officer roles. - -Supervisory Board (oversight body, established January 2026 per /about/people/): Chairman Ton Roosendaal (Blender founder and former CEO), members Carel-Jan van Driel (former Director of Philips Research) and Anja Vugts-Verstappen (former Blender Financial Manager). Captured as board_director class (a supervisory-board seat); their descriptor lines are captured as bio. - -Paid vs volunteer: the four management-board members are paid executives (paid_staff, confidence 1.0). The three supervisory-board members' compensation is not stated; they are recorded as governance (board_director) without a paid_staff claim. - -Deliberately EXCLUDED from person records: the full ~65-person Blender Institute "Amsterdam HQ" and "Online Team" rosters on /about/people/ (developers, artists, TDs, bug triagers, office managers, etc.). These are the Foundation's operational workforce rather than its leadership, and are excluded to mirror the ASF worked example's exclusion of non-governance/operational roles. Only the four who also hold a foundation board seat are carried over from that page. If a full paid-staff roster is wanted later, /about/people/ is the source. +Scope: the Blender Foundation is a Dutch public benefit organization (stichting, est. 2002) governing the blender.org project. It uses a two-tier Dutch governance structure, published on the foundation page: a management Board and a Supervisory Board (Raad van Toezicht). -Bios: no narrative bios for the management board (nationality only is shown on /about/people/ and is noted here, not treated as bio). The three supervisory-board members have a one-line descriptor, captured verbatim as bio. +Board (management): Francesco Siddi (Chairman), Fiona Cohen (Secretary), and members Dalai Felinto and Sergey Sharybin. Chairman and Secretary are captured as officer + board_director; the two members as board_director. -Contact: no per-person contact published (null for all). Foundation contact is foundation@blender.org (organizational/branding/legal/press only). +Supervisory Board (oversight): Ton Roosendaal (Chairman) plus members Carel-Jan van Driel and Anja Vugts-Verstappen — recorded as board_director (supervisory), with Roosendaal also officer. Ton Roosendaal is Blender's original creator and founder. -Term dates: none stated per person. The Supervisory Board was formed "since January 2026" (a board-inception note, not a per-person term), so term_start/term_end are left null. +7 people captured. All are governance roles (no paid-vs-volunteer status is stated on this page; recorded as board_director / officer without a paid_staff tag, confidence 1.0 on names and roles). -People captured: 7 (4 management board incl. 2 officers, 3 supervisory board). +Bios / term dates / contact: none are published per person. The only address is the foundation postal address and the foundation (at) blender (dot) org email for organizational/legal/press topics, so per-person contact is null. term_start / term_end are null for all. -web_fetch calls: 3 (/about/, /about/foundation/, /about/people/). +Excluded: the /about/people/ page lists the full Blender Institute / Blender Studio staff and contributors (largely developers and artists of the working company), which are project/operational roles rather than foundation governance, and are not captured here. They could be a separate staff dataset if wanted. diff --git a/_leadership/bytecodealliance.md b/_leadership/bytecodealliance.md index 068447c..c6fc241 100644 --- a/_leadership/bytecodealliance.md +++ b/_leadership/bytecodealliance.md @@ -14,7 +14,7 @@ people: roleClass: officer - role: Member Director (Mozilla) roleClass: board_director - contact: 'github: bholley' + contact: github:bholley bio: null termStart: null termEnd: null @@ -26,7 +26,9 @@ people: roles: - role: At-Large Director roleClass: board_director - contact: 'github: ricochet' + - role: TSC Elected Delegate + roleClass: volunteer + contact: github:ricochet bio: null termStart: null termEnd: null @@ -38,7 +40,7 @@ people: roles: - role: At-Large Director roleClass: board_director - contact: 'github: pchickey' + contact: github:pchickey bio: null termStart: null termEnd: null @@ -50,7 +52,7 @@ people: roles: - role: Member Director (Fastly) roleClass: board_director - contact: 'github: tyler' + contact: github:tyler bio: null termStart: null termEnd: null @@ -62,7 +64,9 @@ people: roles: - role: TSC Director roleClass: board_director - contact: 'github: tschneidereit' + - role: TSC Appointed Delegate + roleClass: volunteer + contact: github:tschneidereit bio: null termStart: null termEnd: null @@ -74,7 +78,9 @@ people: roles: - role: Member Director (F5) roleClass: board_director - contact: 'github: ospencer' + - role: TSC Chair + roleClass: volunteer + contact: github:ospencer bio: null termStart: null termEnd: null @@ -88,7 +94,7 @@ people: roleClass: officer - role: Member Director (Microsoft) roleClass: board_director - contact: 'github: squillace' + contact: github:squillace bio: null termStart: null termEnd: null @@ -100,7 +106,7 @@ people: roles: - role: Member Director (UCSD) roleClass: board_director - contact: 'github: deian' + contact: github:deian bio: null termStart: null termEnd: null @@ -112,25 +118,37 @@ people: roles: - role: Consulting Executive Director roleClass: paid_staff - contact: 'github: disquisitioner' + contact: github:disquisitioner bio: null termStart: null termEnd: null sourceUrl: https://bytecodealliance.org/about derived: org_live confidence: 0.9 +- name: Christof Petig + personId: null + roles: + - role: TSC Elected Delegate + roleClass: volunteer + contact: github:cpetig + bio: null + termStart: null + termEnd: null + sourceUrl: https://bytecodealliance.org/about + derived: org_live + confidence: 1.0 --- # Bytecode Alliance Foundation — Leadership -Scope: the Board of Directors (9 members, including officers Board Chair and Treasurer) and the Consulting Executive Director, all from the `/about` page. +Scope: the Board of Directors (top-level oversight body) and the Technical Steering Committee (TSC), both captured from the single /about page. The TSC is the top-level governing body for hosted projects and SIGs; TSC Directors sit on the Board, so it is treated here as foundation governance rather than a purely project-level committee. Recognized Contributors (an individual-contributor program) are not captured. -The Technical Steering Committee (TSC) is deliberately excluded from the roster proper. The org describes the TSC as "the top-level governing body for projects and Special Interest Groups hosted by the Alliance", i.e. project-level technical governance rather than foundation corporate governance. Its members overlap with the board: Till Schneidereit (TSC Director, on board), Bailey Hayes and Oscar Spencer (also board directors), plus Christof Petig (Elected Delegate, TSC only — not captured here as he holds no board/officer seat). +Board composition (9 seats): Member Directors elected by member organizations (Mozilla, Fastly, F5, Microsoft, UCSD named on the page), At-Large Directors, and a TSC Director. Officers named: Board Chair (Bobby Holley), Treasurer (Ralph Squillace). The Consulting Executive Director (David Bryant) "supports the Board and oversees day-to-day operations as well as member relations" — tagged `paid_staff` at confidence 0.9 because the "Consulting Executive Director" title and operational remit imply a paid/contracted role, though employment status is not stated verbatim. -Paid vs volunteer: no employment status is stated for board directors, treated as unpaid governance (no confidence penalty since they are elected member/at-large directors, not staff). David Bryant is tagged `paid_staff` at confidence 0.9: his title "Consulting Executive Director" and the stated remit ("supports the Board and oversees day-to-day operations as well as member relations") indicate a contracted/paid role, but the site does not state employment terms explicitly. +TSC delegates captured: Bailey Hayes (Elected), Till Schneidereit (Appointed, TSC Director), Oscar Spencer (Elected, TSC Chair), Christof Petig (Elected). The first three also hold Board seats and are recorded once with both roles; Christof Petig is TSC-only and recorded as a `volunteer`. -Contact: the org publishes a GitHub handle per person; captured verbatim in `contact`. No email addresses published. +Contact: the org publishes a GitHub handle per person (captured in `contact` as `github:`); no email or other contact is published. -Bios: none published (null for all). +Term dates: the page states Directors serve "a two-year term, staggered across elections every December". This is a general policy, not a per-person stated term, so `term_start`/`term_end` are left null per the no-inference rule. -Term dates: the page states directors serve "a two-year term, staggered across elections every December" as a general rule, but publishes no per-person term_start/term_end. Left null per the do-not-infer rule; note recorded here. +Not published (hence null): bios, per-person email, and explicit term dates for all individuals. diff --git a/_leadership/clojuriststogether.md b/_leadership/clojuriststogether.md index 0bbb02c..bc4365a 100644 --- a/_leadership/clojuriststogether.md +++ b/_leadership/clojuriststogether.md @@ -111,14 +111,14 @@ people: # Clojurists Together Foundation — Leadership -Scope: the current Board of Directors (7 members, of whom two hold officer roles: President and Secretary/Treasurer) plus one paid staffer, all from the `/team/` page. The Foundation is a 501(c)(6) nonprofit registered in Delaware. +Scope: the current Board of Directors (7 members) and paid staff, from the /team page. Clojurists Together is a 501(c)(6) nonprofit registered in Delaware. The Board governs the foundation, selects sponsored projects, administers the program, and interacts with sponsors. -Paid vs volunteer: Kathy Davis is captured at confidence 1.0 as `paid_staff` — the page states verbatim that the org "has also hired Kathy Davis as a part-time administrative assistant." Board members' pay status is not stated; treated as unpaid governance. +Officers named: President (Laurens Van Houtven), Secretary/Treasurer (Daniel Compton, a single combined role). The remaining five board members hold no titled officer role and are recorded as `board_director`. -Contact: none published per person (null for all). +Paid staff: Kathy Davis, hired as a part-time administrative assistant. The page states she was "hired", so `paid_staff` at confidence 1.0. -Bios: none published (null for all). +Elections: annual, to elect the following year's board; the most recent were held October 2025. No per-person term dates are published, so `term_start`/`term_end` are null per the no-inference rule. -Term dates: the board serves annual terms decided by election, and the page states "the most recent elections were held in October 2025", but no per-person term_start/term_end is published. Left null per the do-not-infer rule. +Alumni (past board members) are listed on the same page with an exit year and are deliberately excluded from this current-roster record; they belong in the leadership-history dataset. For reference the page lists: Felix Barbalet (2024), Max Penet (2024), Chris Nuernberger (2023), Ikuru Kyogoku (2023), Nola Stowe (2022), Fumiko Hanreich (2022), Quetzaly Solano Gómez (2021), Larry Staton Jr (2021), Bridget Hillyer (2019), Toby Crawley (2019), Devin Walters (2019). -Alumni (past board members) are listed on the same page with the year they left and are deliberately excluded from this current-roster file. They are a ready source for the leadership-history dataset: Felix Barbalet (2024), Max Penet (2024), Chris Nuernberger (2023), Ikuru Kyogoku (2023), Nola Stowe (2022), Fumiko Hanreich (2022), Quetzaly Solano Gómez (2021), Larry Staton Jr (2021), Bridget Hillyer (2019), Toby Crawley (2019), Devin Walters (2019). +Not published (hence null): bios, per-person contact, and explicit term dates for all individuals. diff --git a/_leadership/commonhaus.md b/_leadership/commonhaus.md index 336b044..7aece50 100644 --- a/_leadership/commonhaus.md +++ b/_leadership/commonhaus.md @@ -7,31 +7,31 @@ sources: type: org_live retrieved: 2026-07-25 people: -- name: Cesar +- name: Erin Schnabel personId: null roles: - - role: Treasurer - roleClass: officer - - role: Councilor (Founder) + - role: Councilor roleClass: board_director - contact: 'github: cealsair' - bio: Staff Developer Advocate @ GitLab. Former @ Red Hat, IBM, Oracle, BEA Systems, TIBCO, Lucent Technologies, - AT&T Bell Labs. + - role: Chair + roleClass: officer + contact: github:ebullient + bio: Java Champion. Maker of things. Distinguished Engineer @ Red Hat, Senior Technical Staff Member + @ IBM termStart: 2023 termEnd: null sourceUrl: https://www.commonhaus.org/about derived: org_live confidence: 1.0 -- name: Erin Schnabel +- name: Cesar personId: null roles: - - role: Chair - roleClass: officer - - role: Councilor (Founder) + - role: Councilor roleClass: board_director - contact: 'github: ebullient' - bio: Java Champion. Maker of things. Distinguished Engineer @ Red Hat, Senior Technical Staff Member - @ IBM + - role: Treasurer + roleClass: officer + contact: github:cealsair + bio: Staff Developer Advocate @ GitLab. Former @ Red Hat, IBM, Oracle, BEA Systems, TIBCO, Lucent Technologies, + AT&T Bell Labs. termStart: 2023 termEnd: null sourceUrl: https://www.commonhaus.org/about @@ -40,11 +40,11 @@ people: - name: Ken Finnigan personId: null roles: + - role: Councilor + roleClass: board_director - role: Secretary roleClass: officer - - role: Councilor (Founder) - roleClass: board_director - contact: 'github: kenfinnigan' + contact: github:kenfinnigan bio: Open source engineer, observability, @open-telemetry, author, amateur genealogist. Former @ Red Hat. termStart: 2023 @@ -55,9 +55,9 @@ people: - name: Andres Almiray personId: null roles: - - role: Officer, Social Media + - role: Social Media roleClass: officer - contact: 'github: aalmiray' + contact: github:aalmiray bio: I code for fun and help others in the process. Java Champion Alumni. Co-founder of Hackergarten & Hack.Commit.Push. Creator of @jreleaser termStart: null @@ -70,7 +70,7 @@ people: roles: - role: Advisory Board Committee Chair roleClass: officer - contact: 'github: ashni-mehta' + contact: github:ashni-mehta bio: product @ github termStart: null termEnd: null @@ -82,40 +82,51 @@ people: roles: - role: Community Manager roleClass: officer - contact: 'github: sigrunixia' + contact: github:sigrunixia bio: Customer Experience Specialist for @obsidianmd and friend of @commonhaus termStart: null termEnd: null sourceUrl: https://www.commonhaus.org/about derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Scott M Stark personId: null roles: - role: Eclipse Foundation Liaison roleClass: officer - contact: 'github: starksm64' + contact: github:starksm64 bio: Developer at IBM, JBoss co-founder termStart: null termEnd: null sourceUrl: https://www.commonhaus.org/about derived: org_live confidence: 1.0 +- name: Mark Szymanski + personId: null + roles: + - role: Advisory Board Representative (HeroDevs) + roleClass: volunteer + contact: github:markszymanski + bio: Technical Product Manager at HeroDevs + termStart: null + termEnd: null + sourceUrl: https://www.commonhaus.org/about + derived: org_live + confidence: 1.0 --- # Commonhaus Foundation — Leadership -Scope: the foundation's governance leadership as published on `/about` — the 3 Councilors (the elected governing council, equivalent to a board of directors) and the 4 Officers. All three councilors are also founders and hold officer titles (Treasurer, Chair, Secretary). +Scope: the foundation governance bodies from the /about page — Councilors (the governing council), Officers, and the sponsor-nominated Advisory Board. Project Representatives and general Members are excluded as project-level / non-governance (see below). + +Councilors are the top governing body: "Elected by CF Members, they serve as the voice of our community." Three founding councilors are listed, each recorded as `board_director` (Councilor) plus their officer title: Erin Schnabel (Chair), Cesar (Treasurer), Ken Finnigan (Secretary). All three carry "Founder" designation and an explicit "Term start: 2023" (captured in `term_start`; `term_end` is null). The page notes founding councilors will stand for election as their terms expire. -Deliberately excluded (noted here for completeness, not foundation-governance roles): -- **Project Representatives** (~30 individuals) sit on the Extended Governance Committee to represent each hosted project. These are project-level representation roles, not foundation board/officer seats, so they are excluded per the scope rule. Names are available on the same page if a project-roles dataset is wanted. -- **Advisory Board**: sponsor-nominated industry advisors (e.g. Mark Szymanski, HeroDevs). Advisory, not governance. -- **Members**: listed only as GitHub avatars/handles with no names or roles. +Officers (functional foundation roles): Andres Almiray (Social Media), ashni (Advisory Board Committee Chair), Rebbecca Bishop (Community Manager), Scott M Stark (Eclipse Foundation Liaison). All are recorded as `officer` at confidence 1.0 except Rebbecca Bishop (Community Manager) at 0.9 — the "Officers" heading places her here, but the operational title leaves paid-vs-volunteer status ambiguous and no employment status is stated. -Paid vs volunteer: the page states no employment/pay status for any councilor or officer. No "Staff" heading exists. Treated as volunteer governance; no confidence penalty applied because roles (Councilor/Officer) are explicit, only the pay dimension is unstated. +Advisory Board: representatives nominated by sponsors, bringing industry perspective; not a governing role. One representative is listed — Mark Szymanski (HeroDevs) — recorded as `volunteer`. -Contact: the org publishes a GitHub handle per person; captured verbatim in `contact`. No emails published. +Excluded: the Project Representatives section (~30 people) forms the Extended Governance Committee (EGC) and represents individual projects (JReleaser, Hibernate, Quarkus, WildFly, etc.); these are project-level roles per the crawl scope rules and are not captured here. The Members section (~17 GitHub handles, no names/roles) is likewise excluded. -Bios: published per person and captured verbatim. +Contact: the org publishes a GitHub handle per person (captured in `contact` as `github:`); no email is published. Bios are published for the councilors, officers, and the advisory rep and are captured verbatim (one emoji stripped from Andres Almiray's bio for YAML safety). Note: "cealsair" publishes only the first name "Cesar"; recorded as published. -Term dates: the three founding councilors each show "Term start: 2023" verbatim (captured). A note on the page states "Founding councilors will stand for election as their terms expire", but no term_end date is given (null). Officers have no term dates published (null). +Not published (hence null): per-person email, and term dates for everyone except the three founding councilors. diff --git a/_leadership/creativecommons.md b/_leadership/creativecommons.md index 945a343..e3ed7ee 100644 --- a/_leadership/creativecommons.md +++ b/_leadership/creativecommons.md @@ -6,6 +6,9 @@ sources: - url: https://creativecommons.org/governance type: org_live retrieved: 2026-07-25 +- url: https://creativecommons.org/team + type: org_live + retrieved: 2026-07-25 people: - name: Angela Oduor Lungati personId: null @@ -15,10 +18,11 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Angela is a technologist, community builder and open-source software advocate who is passionate + about building termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/angela-oduorgmail-com/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 - name: Glenn O Brown @@ -29,155 +33,393 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Glenn O. Brown works with a range of organizations on brand and identity, audience development, termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/gotisbrowngmail-com/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 - name: Marta Belcher personId: null roles: - - role: Treasurer - roleClass: officer - - role: Audit Committee Chair + - role: Audit Committee Chair & Treasurer roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: null + bio: Marta Belcher holds multiple esteemed positions in the tech and legal sectors, notably serving + as termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/martabelchergmail-com/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Anna Tumadóttir +- name: Alwaleed Alkhaja personId: null roles: - - role: CEO - roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: null + bio: Alwaleed Alkhaja serves as the Head of Open Access and Copyright at the Qatar National termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/annacreativecommons-org/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Sarah Hinchliff Pearson +- name: James Grimmelmann personId: null roles: - - role: General Counsel - roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: null + bio: James Grimmelmann is the Tessler Family Professor of Digital and Information Law at Cornell Tech termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/sarahcreativecommons-org/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Alwaleed Alkhaja +- name: Melissa Hagemann personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Melissa Hagemann has been at the forefront of the Access to Knowledge movement for over termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/alwaleed-alkhaja/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: James Grimmelmann +- name: Melissa Omino personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Dr Melissa Omino is currently the Director of the Centre for Intellectual Property and Information termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/jamesgrimmelmann-net/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Melissa Hagemann +- name: Colin Sullivan personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Colin Sullivan is the General Counsel at Patreon, where he oversees the operations teams that termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/melissa-hagemann/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Melissa Omino +- name: Jeni Tennison personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Jeni Tennison is the Vice President and Chief Strategy Adviser of the Open Data Institute, termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/melissa-omino/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Colin Sullivan +- name: Luis Villa personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Luis Villa has made significant contributions to the open community since the late 90s, taking termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/colin-sullivan/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Jeni Tennison +- name: Anna Tumadóttir personId: null roles: + - role: CEO + roleClass: paid_staff - role: Board Director roleClass: board_director contact: null - bio: null + bio: Anna joined CC in 2019 as Director of Product. She was promoted to COO in termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/jenijenitennison-com/ + sourceUrl: https://creativecommons.org/governance derived: org_live confidence: 1.0 -- name: Luis Villa +- name: Sarah Hinchliff Pearson personId: null roles: + - role: General Counsel + roleClass: paid_staff - role: Board Director roleClass: board_director contact: null - bio: null + bio: Sarah Hinchliff Pearson is the General Counsel at Creative Commons. Her multi-disciplinary toolkit + includes law, + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/governance + derived: org_live + confidence: 1.0 +- name: Lawrence Lessig + personId: null + roles: + - role: Board Member Emeritus / Founder + roleClass: volunteer + contact: null + bio: Lawrence Lessig is the Roy L. Furman Professor of Law and Leadership at Harvard Law + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/governance + derived: org_live + confidence: 1.0 +- name: Erika Drushka + personId: null + roles: + - role: Chief Operating Officer + roleClass: paid_staff + contact: null + bio: Erika Drushka is the Chief Operating Officer at Creative Commons. She has spent the last + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Taylor Campbell + personId: null + roles: + - role: Senior Manager, Open Data Policy and Governance + roleClass: paid_staff + contact: null + bio: Taylor leads the Open Climate Data Project at Creative Commons, which provides practical guidance + to + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Jess Cepeda + personId: null + roles: + - role: Senior Manager, Development + roleClass: paid_staff + contact: null + bio: Jess joined Creative Commons in 2025 with over a decade of experience working to support + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Katrina Daley + personId: null + roles: + - role: Executive Assistant + roleClass: paid_staff + contact: null + bio: Katrina (Kat) Daley is the Executive Assistant at Creative Commons, primarily supporting CEO Anna + Tumadóttir + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Annemarie Eayrs + personId: null + roles: + - role: Communications Manager + roleClass: paid_staff + contact: null + bio: Annemarie joined Creative Commons in 2025, supporting the organization's external communications, + messaging, and brand work. + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Monica Granados + personId: null + roles: + - role: Director of Open Science + roleClass: paid_staff + contact: null + bio: Dr. Monica Granados is the Director of Open Science where she leads CC's Open Science + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Dee Harris + personId: null + roles: + - role: Director of Communications and Engagement + roleClass: paid_staff + contact: null + bio: Dee Harris is a global advocacy strategist and communications leader who has spent her career termStart: null termEnd: null - sourceUrl: https://creativecommons.org/person/luislu-is/ + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Shanna Hollich + personId: null + roles: + - role: Learning and Training Manager + roleClass: paid_staff + contact: null + bio: As Learning and Training Manager, Shanna supports all of CC's programs and projects by identifying + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Sara Lovell + personId: null + roles: + - role: Full Stack Engineer + roleClass: paid_staff + contact: null + bio: As a Full Stack Engineer for Creative Commons, Sara supports CC's websites, applications, open + source + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Jocelyn Miyara + personId: null + roles: + - role: Senior Manager, Community Strategy and Engagement + roleClass: paid_staff + contact: null + bio: Jocelyn Miyara is the Community Strategy and Engagement Manager at Creative Commons, where she + plays + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Mari Moreshead + personId: null + roles: + - role: Senior Manager, HR Operations + roleClass: paid_staff + contact: null + bio: Mari came to CC in 2015 after three years at the Mozilla Foundation. Prior to + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Diyana Noory + personId: null + roles: + - role: Copyright & AI Counsel + roleClass: paid_staff + contact: null + bio: Diyana is the Copyright & AI Counsel at Creative Commons, where she serves as a + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Vito Quaglia + personId: null + roles: + - role: Copyright and AI Fellow + roleClass: paid_staff + contact: null + bio: Vito is a Copyright and AI Fellow with the legal team at Creative Commons. He + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Lauren Queen + personId: null + roles: + - role: Development Manager + roleClass: paid_staff + contact: null + bio: Lauren Queen is a fundraising specialist and former professional performer. She joined Creative + Commons as + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Lisa Rogers + personId: null + roles: + - role: Senior Manager, Finance + roleClass: paid_staff + contact: null + bio: Lisa Rogers is the Accountant for Creative Commons. She graduated from the University of New + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Brigitte Vézina + personId: null + roles: + - role: Director of Policy + roleClass: paid_staff + contact: null + bio: Brigitte is passionate about all things spanning culture, arts, handicraft, traditions, fashion + and, of course, + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Jennryn Wetzler + personId: null + roles: + - role: Director of Learning and Training + roleClass: paid_staff + contact: null + bio: Recognized as a Catalyst in Open Education, Jennryn Wetzler oversees Creative Commons training + programs, including + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team + derived: org_live + confidence: 1.0 +- name: Timid Robot Zehta + personId: null + roles: + - role: Director, Technology + roleClass: paid_staff + contact: null + bio: Timid Robot brings over 20 years of professional experience empowering others' use of technology + and + termStart: null + termEnd: null + sourceUrl: https://creativecommons.org/team derived: org_live confidence: 1.0 --- # Creative Commons — Leadership -Scope: the Board of Directors (12 members) as listed under the "Board" heading on `/governance`, with officer roles captured where the page states them (Board Chair, Vice Chair, Treasurer / Audit Committee Chair, CEO, General Counsel). Anna Tumadóttir (CEO) and Sarah Hinchliff Pearson (General Counsel) are CC executives who also appear under the Board heading; both their executive/officer role and board membership are recorded. +Scope: the Board (from /governance), the Board Member Emeritus, and the full paid staff / team (from /team). Creative Commons is an international nonprofit (registered in the US, PO Box in Mountain View, CA). 31 people captured. + +Board (12): governed by a Board of Directors. Officers named on the page: Board Chair (Angela Oduor Lungati), Vice Chair (Glenn O Brown), Treasurer & Audit Committee Chair (Marta Belcher). Two people appear under Board who are also CC staff — CEO Anna Tumadóttir and General Counsel Sarah Hinchliff Pearson — recorded once each with both a `paid_staff` role (their CC job) and a `board_director` role (their listing under Board). Whether the CEO/GC are voting directors or serve ex officio is not stated on the page; both roles are recorded as listed at confidence 1.0. + +Emeritus: Lawrence Lessig (CC Founder), listed as "Founder / Board Member Emeritus" — an honorary, non-governing role, recorded as `volunteer`. -Deliberately excluded (noted for completeness, not current voting governance): -- **Emeritus**: Lawrence Lessig, "Founder / Board Member Emeritus" — honorary, not a current board seat. -- **Advisory Council**: ~28 advisors (e.g. Hal Abelson, Jimmy Wales, Esther Wojcicki [Vice Chair of the Advisory Council], Ryan Merkley, Molly Van Houweling). Advisory body, not governance. -- **Staff**: CC publishes a separate staff roster at https://creativecommons.org/team (paid employees). Not captured in this governance-focused record; available for a staff-dataset pass. The CEO and General Counsel are the only executives who also hold board seats and are included above. +Paid staff (20 on /team, all `paid_staff`, confidence 1.0): includes the executive line — CEO (Anna Tumadóttir), COO (Erika Drushka), General Counsel (Sarah Hinchliff Pearson) — plus directors and managers across Policy, Open Science, Communications, Learning & Training, Technology, Finance, HR, and Development. Anna and Sarah are de-duplicated against the Board section (counted once each). -Paid vs volunteer: the board page does not state pay status for directors; treated as volunteer directors. The CEO and General Counsel are CC employees (paid), reflected by their executive titles. +Advisory Council (NOT captured as individual records): the /governance page also lists a ~26-person Advisory Council — an advisory body, not a governing/officer/paid-staff role, so excluded per the crawl scope. It includes notable figures (e.g. Jimmy Wales, Hal Abelson, Ryan Merkley, Molly Van Houweling, Esther Wojcicki) and several former CC staff/counsel; Lawrence Lessig also appears there in addition to his Emeritus board listing. -Contact: no per-person contact is published on the governance page. The individual `/person/` URLs are used as `source_url` but several slugs are email-derived artifacts (e.g. "...gmail-com"); these are NOT treated as published contact and `contact` is left null for all to avoid fabricating addresses. +Contact: no per-person email or social handle is published (person pages use internal slugs, not contact addresses); only an org-level address (info@creativecommons.org) exists, so `contact` is null for everyone. -Bios: each director links to a `/person/` profile page with a full bio, but the governance listing shows only truncated teasers. To avoid storing partial/misleading text, `bio` is left null here; a bio-enrichment pass can fetch the 12 profile pages and capture them verbatim. +Bios: both listing pages show a truncated lead sentence per person; these are captured verbatim-partial in `bio`. Full bios live on individual /person/ pages (linked from both listings) and were not fetched (fetch budget). Trailing ellipses were dropped; two curly apostrophes normalised for YAML safety. -Term dates: none published on the governance page (null for all). +Term dates: none published, so `term_start`/`term_end` are null for everyone. diff --git a/_leadership/defna.md b/_leadership/defna.md index 288cb40..32cc673 100644 --- a/_leadership/defna.md +++ b/_leadership/defna.md @@ -14,7 +14,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://github.com/PeterGrand bio: Peter is a Django developer and co-founder of Two Rock Software, a North Carolina based software development company specializing in business workflow automation. He also enjoys solving devops puzzles. When he's not working he loves exploring new foods, gardening, and movement practices like martial @@ -31,7 +31,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://github.com/VeldaKiara bio: Velda Kiara is a passionate software developer and technical writer with a love for crafting Python code, particularly for Django. She actively contributes to open-source projects, sharing her knowledge and enhancing both code and documentation. Beyond her technical contributions, she contributes to @@ -67,7 +67,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://github.com/nzeager bio: Nathan is a software developer, barista, and co-founder of Bismuth Cooperative, a freelance web development company. He enjoys thinking about user experience and working with a team to accomplish a goal. When not working he enjoys spending time with his dogs, playing video games, watching tv, @@ -80,7 +80,7 @@ people: - name: Carol Ganz personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: Carol is VP of Sales for Six Feet Up, a Python and Cloud software consultancy. She is a highly @@ -98,7 +98,7 @@ people: roles: - role: Director and A/V Chair roleClass: board_director - contact: null + contact: https://github.com/adamfast bio: Adam has been Django obsessed for many years and enjoys finding ways to combine Python and Django with GIS, amateur radio and aviation whenever possible. He also has a background in audio visual, control systems and live event production. He has published a number of open source aviation and geographic @@ -114,7 +114,7 @@ people: roles: - role: Co-Founder roleClass: board_director - contact: null + contact: https://github.com/jefftriplett bio: Jeff is a Django developer for Revolution Systems (REVSYS) and is a Director and Vice Chair for the Python Software Foundation. termStart: null @@ -125,9 +125,9 @@ people: - name: Drew Winstel personId: null roles: - - role: Board Director + - role: Director roleClass: board_director - contact: null + contact: https://github.com/drewbrew bio: Drew is a software developer living in the Huntsville, Alabama area who has been developing with Django (primarily in REST Framework apps) since 2014. He spoke at DjangoCon US in 2018 and was Opportunity Grants chair for the same conference in 2019 and 2021. He was also DCUS Program Chair in 2021-23. @@ -141,14 +141,18 @@ people: confidence: 1.0 --- -# Django Events Foundation North America — Leadership +# Django Events Foundation North America (DEFNA) — Leadership + +Scope: the current DEFNA Board of Directors as listed on the About page under the "Board of Directors" heading. DEFNA is a California 501(c)(3) nonprofit established in 2015 at the request of the Django Software Foundation to organise DjangoCon US and fund community events. It is a separate legal entity from the Django Software Foundation (djangoproject); the site states DEFNA "is not affiliated with the Django Software Foundation except as licensee of the DjangoCon US name." + +Paid vs volunteer: the org states it "is governed by a volunteer board" and describes the directors as "Nine volunteers". All roles here are unpaid; no paid staff are listed. Volunteer status is stated verbatim (confidence 1.0). -Scope of this record: the current DEFNA Board of Directors listed on the About page. DEFNA is a California 501(c)(3) nonprofit founded in 2015 at the Django Software Foundation's request; it organizes DjangoCon US and funds community events. +Count discrepancy: the page text says "Nine volunteers" but only eight director profiles appear under the Board of Directors heading (Peter Grandstaff, Velda Kiara, Miguel Sanda, Nathan Zeager, Carol Ganz, Adam Fast, Jeff Triplett, Drew Winstel). Eight are captured here; the ninth is not profiled on the page. Flagged for retry/verification. -Paid vs volunteer: the org states it "is governed by a volunteer board" and describes the board as "Nine volunteers who keep DEFNA running". All directors and officers are therefore tagged `volunteer`/`board_director` and `officer` with the paid-vs-volunteer status stated (confidence 1.0). DEFNA lists no paid staff (Executive Director or similar) on the About page. +Officers: President (Grandstaff), Vice President (Kiara), Treasurer (Sanda), Secretary (Zeager) are captured with both an officer role and a board_director role. Adam Fast's "A/V Chair" is a conference committee role held by a director. -Count discrepancy: the About page heading states "Nine volunteers" but only eight current directors are individually listed under "Board of Directors" (Grandstaff, Kiara, Sanda, Zeager, Ganz, Fast, Triplett, Winstel). Eight are captured here; the ninth is not individually published on this page. +Excluded from the current roster (listed on the page as past service, not current): Board Members Emeriti — Tim Schilling; Past Board Members — Katia Lira, Stacey Haysler, Kojo Idrissa, Heather Luna, Craig Bruce, Nicole Dominguez, Monique Murphy, Josue Balandrano Coronel, Aaron Bassett, Logan Kilpatrick, Jennifer Myers, Katherine "Kati" Michel. These are candidates for the leadership-history dataset. -Excluded (historical, not current): the page also lists "Board Members Emeriti" (Tim Schilling) and "Past Board Members" / alumni (Katia Lira, Stacey Haysler, Kojo Idrissa, Heather Luna, Craig Bruce, Nicole Dominguez, Monique Murphy, Josue Balandrano Coronel, Aaron Bassett, Logan Kilpatrick, Jennifer Myers, Katherine 'Kati' Michel). These belong in the leadership-history dataset, not the current roster. +Contact: DEFNA publishes per-person social/web links (GitHub, X, LinkedIn, Mastodon, Bluesky, personal sites) rather than email. The `contact` field records the GitHub profile where published; Sanda and Ganz publish no linked handle (null). Full link sets are on the source page. -Field availability: bios are published verbatim for all eight and captured. Per-person contact email is not published (`contact: null`); the org does publish social/GitHub/website links per person, which suit the Who's Who dataset. No term_start/term_end dates are stated anywhere (`null`). +Term dates: not published per person (null). DEFNA runs an annually elected board but the About page does not state per-director term start/end. diff --git a/_leadership/djangoproject.md b/_leadership/djangoproject.md index 23e2253..0b817ae 100644 --- a/_leadership/djangoproject.md +++ b/_leadership/djangoproject.md @@ -17,7 +17,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2026 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -31,7 +31,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2026 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -45,7 +45,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2027 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -59,7 +59,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2027 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -71,7 +71,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2027 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -83,7 +83,7 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2026 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 @@ -95,22 +95,22 @@ people: contact: null bio: null termStart: null - termEnd: null + termEnd: 2026 sourceUrl: https://www.djangoproject.com/foundation/ derived: org_live confidence: 1.0 --- -# Django Software Foundation — Leadership +# Django Software Foundation (DSF) — Leadership -Scope of this record: the 2026 Django Software Foundation Board of Directors as published on the foundation page. The DSF is a 501(c)(3) non-profit supporting the Django web framework. +Scope: the 2026 DSF Board of Directors as listed on the foundation page. The DSF is a 501(c)(3) that supports development of the Django web framework. The board is annually elected by the individual members. -Roles are stated verbatim (confidence 1.0): Jeff Triplett (President), Abigail Afi Gbadago (Vice President), Priya Pahwa (Secretary), Ryan Cheley (Treasurer), plus non-officer directors Jacob Kaplan-Moss, Paolo Melchiorre, and Tom Carrick. Seven directors total. +Officers vs directors: the page names four officers — President (Jeff Triplett), Vice President (Abigail Afi Gbadago), Secretary (Priya Pahwa), Treasurer (Ryan Cheley) — plus three further directors (Jacob Kaplan-Moss, Paolo Melchiorre, Tom Carrick). Officers are captured with both an officer role and a board_director role; all seven sit on the board. -Term dates: the page does not state term_start/term_end per person, so those are `null`. It does annotate election timing: Triplett, Gbadago, Melchiorre, and Carrick are "Up for election in 2026"; Pahwa, Cheley, and Kaplan-Moss are "Up for election in 2027". This is recorded here in prose rather than as term_end because it marks the next election, not a stated term boundary date. +Term dates: the page marks each director with an election-cohort footnote — "¹ Up for election in 2026" or "² Up for election in 2027". This is recorded in `term_end` as the year the seat next comes up for election (Triplett, Gbadago, Melchiorre, Carrick = 2026; Pahwa, Cheley, Kaplan-Moss = 2027). `term_start` is not stated per person (null); the board history table gives prior-year rosters but not individual start dates for the current term. -Paid vs volunteer: the page does not explicitly state the board is volunteer, so paid/volunteer status is left unasserted (roles tagged board_director/officer only). DSF board directors are customarily unpaid volunteers, but this is not stated verbatim on the page. +Bios and contact: not published on the foundation page (null for all). Individual members are recognised separately at /foundation/individual-members/ and are not board roles. -Executive Director: the DSF has an Executive Director role (referenced in the linked board meeting minutes, e.g. "Executive Director update"), but no ED name is published on this foundation page, so no paid_staff record is created here. This is a known gap; the ED name would need the teams/records pages or minutes to confirm without fabrication. +History: a full year-by-year board history (President/VP/Secretary/Treasurer/members) back to 2007 is published on the same page and is a strong source for the leadership-history dataset for djangoproject. -Not published on this page (hence `null`): per-person contact and bios. Extensive board history (2015-2026 elected boards plus pre-2015 appointments) is on the same page and belongs in the leadership-history dataset. +Cross-org note: Jeff Triplett also appears on the DEFNA board (as Co-Founder); a Who's Who normalisation should link the two records. diff --git a/_leadership/documentfoundation.md b/_leadership/documentfoundation.md index 1d8aa25..a339e43 100644 --- a/_leadership/documentfoundation.md +++ b/_leadership/documentfoundation.md @@ -15,94 +15,95 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Eliane is a businesswoman, coworking business consultant, consultant and instructor in LibreOffice - migration. Member of TDF for 11 years, member of the Brazilian LibreOffice community promoting LibreOffice + bio: 'Eliane is a businesswoman, coworking business consultant, consultant and instructor in LibreOffice + migration. Member of TDF for 11 years, member of Brazilian LibreOffice community promoting LibreOffice at events and on social networks. Participated in the LibreOffice Magazine project for 27 editions. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ derived: org_live confidence: 1.0 -- name: Simon Phipps +- name: Sophie Gautier personId: null roles: - - role: Deputy Chairperson - roleClass: officer - - role: Deputy Board Member + - role: Board Director roleClass: board_director contact: null - bio: Simon has been involved with what is now LibreOffice since participating in the launch of OpenOffice - in 2000 just after joining Sun Microsystems. He helped start the Open Document Format standard at - OASIS, worked alongside and ultimately hosted the StarOffice team at Sun, liaised with and supported - the founders of LibreOffice until Sun closed, joined TDF from the beginning and ran the first Board - elections for the Membership Committee, served on the Board twice, facilitated renewed crowdfunding - of ODF standardisation in TDF's COSM project, and ensured the needs of The Document Foundation are - understood by the European Commission in connection with legislation such as the Cyber Resilience - Act. Simon founded Meshed Insights Ltd where his main client is the Open Source Initiative. + bio: 'Sophie is part of the LibreOffice project since it''s creation and contributes to the French localization. + She runs her own company and is currently contracted as foundation coordinator for the foundation. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ derived: org_live confidence: 1.0 -- name: Sophie Gautier +- name: László Németh personId: null roles: - role: Board Director roleClass: board_director - - role: Foundation Coordinator (contracted) - roleClass: paid_staff contact: null - bio: Sophie is part of the LibreOffice project since its creation and contributes to the French localization. - She runs her own company (SapienceTic) and is currently contracted as foundation coordinator for the - foundation. + bio: 'László is a free software activist and contributor since 2002. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ derived: org_live confidence: 1.0 -- name: László Németh +- name: Osvaldo Gervasi personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: László is a free software activist and contributor since 2002 (Csevej Bt., Hungary). + bio: 'Osvaldo was member of the Board of Directors also in the period 2016-2020. He served The Document + Foundation and the LibreOffice project in migration activities, delivering talks/seminars/tutorials + on LibreOffice in schools and universities. Associate Professor at the Department of Mathematics and + Computer Science of Perugia University, and Deputy Director of that department since November 2019. + Senior Member of IEEE and ACM since 2009. President and co-founder of the ICCSA non-profit organization + since 2013. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ derived: org_live confidence: 1.0 -- name: Osvaldo Gervasi +- name: Paolo Vecchi personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: Osvaldo was a member of the Board of Directors also in the period 2016-2020. He served TDF and - LibreOffice in migration activities (inspiring the LibreUmbria Project as President of Umbria's Open - Source Competence Center, participating in the migration of the Italian Army, Air and Navy), and delivering - talks in schools. He is a member of the Italian Localization Team. He is an Associate Professor and - Deputy Director of the Department of Mathematics and Computer Science of Perugia University (since - November 2019), President since 2023 of the professional degree course L-P03, Project Leader of the - LibreEOL platform, and President and co-founder of the non-profit organization ICCSA since 2013. He - is a Senior Member of IEEE and ACM since 2009. + bio: 'Paolo is based in Luxembourg and works for his organisation, Omnis Cloud Sarl, specialised in + promoting Open Source based private and hybrid platforms to help public and private sector institutions + achieve Digital Sovereignty. He has contributed to the LibreOffice project across board terms, including + publishing LibreOffice in app stores. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ derived: org_live confidence: 1.0 -- name: Paolo Vecchi +- name: Simon Phipps personId: null roles: - - role: Board Director + - role: Deputy Chairperson roleClass: board_director contact: null - bio: Paolo is based in Luxembourg and works for his organisation, Omnis Cloud Sarl, which specialises - in the promotion of Open Source based private and hybrid platforms for private and public sector institutions - to show that achieving Digital Sovereignty is possible. His company has provided free services to - schools and non-profit organisations and free hosting of LibreOffice videos on its PeerTube instance. - He has contributed to the LibreOffice project during the last and current board terms, including publishing - LibreOffice in app stores. + bio: 'Simon has been involved with what is now LibreOffice since participating in the launch of OpenOffice + in 2000 just after joining Sun Microsystems. He helped start the Open Document Format standard at + OASIS, worked alongside and hosted the StarOffice team at Sun, joined TDF from the beginning and ran + the first Board elections for the Membership Committee, served on the Board twice, and represented + TDF''s needs to the European Commission on legislation such as the Cyber Resilience Act. Principal + at Meshed Insights, whose main client is the Open Source Initiative. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ @@ -111,13 +112,15 @@ people: - name: Mike Saunders personId: null roles: - - role: Deputy Board Member + - role: Deputy Board Director roleClass: board_director contact: null - bio: Mike is a long-time advocate of free and open source software, working as a journalist in the FOSS - world since 1998. He wrote for Linux Format and Linux Voice magazines, and has written books about + bio: 'Mike is a long-time advocate of free and open source software, working as a journalist in the + FOSS world since 1998. He wrote for Linux Format and Linux Voice magazines and has written books about Linux and programming. He joined The Document Foundation in 2016, working in marketing and community outreach, and joined the Board of Directors as a Deputy in 2024. + + ' termStart: null termEnd: null sourceUrl: https://www.documentfoundation.org/governance/board/ @@ -127,12 +130,10 @@ people: # The Document Foundation — Leadership -Scope: the TDF Board of Directors (`/governance/board/`). TDF is the German (Berlin) non-profit ("Stiftung") behind LibreOffice. The board is directly elected by Community Members. Per the site the Board consists of seven (7) members and three (3) deputies. - -Individuals captured from the live board page (7): Eliane Domingos (Chairperson), Simon Phipps (Deputy Chairperson), Sophie Gautier, László Németh, Osvaldo Gervasi, Paolo Vecchi, and Mike Saunders (Deputy, joined board as Deputy in 2024). +Scope: The Document Foundation (TDF, the German charitable Stiftung behind LibreOffice) Board of Directors. Per its statutes the Board consists of seven (7) members and three (3) deputies. Seven individuals are published on the current board page: five full board directors (Eliane Domingos, Sophie Gautier, László Németh, Osvaldo Gervasi, Paolo Vecchi) and two deputies (Simon Phipps, Mike Saunders). Fewer than three deputies are shown, so at least one deputy seat is either vacant or unpublished; captured only what the org publishes. -GAP / possible incompleteness: the stated composition is 7 full members + 3 deputies (10 total), but the fetched page rendered only 7 named individuals (two of them — Simon Phipps and Mike Saunders — explicitly marked "Deputy"). The full-member vs deputy split and any additional deputies could not be fully resolved from the rendered page; treat the roster as likely incomplete and retry against `/governance/board/` (and cross-check `/governance/mc/` for the Membership Committee, which is a separate elected body and is deliberately excluded here). Deputies are recorded with `role_class: board_director` and a "Deputy" role label. +Officers: Eliane Domingos is Chairperson (both `officer` and `board_director`). Simon Phipps is Deputy Chairperson; his role is recorded as `board_director` (deputy board seat) since "Deputy Chairperson" is a board-deputy designation rather than a foundation officer post. The statutes note the Board may appoint officers for daily business, but no separate officer roster is published on this page. -Paid vs volunteer: board directors are elected community volunteers. One exception: Sophie Gautier is "currently contracted as foundation coordinator for the foundation" — explicitly a contracted/paid role — so she carries both `board_director` and `paid_staff` (Foundation Coordinator). Mike Saunders works for TDF in marketing/community outreach (joined 2016); his employment status on the board page is not explicit beyond the narrative, so only his board role is recorded. +Paid vs volunteer: board directors are elected community members and not treated as paid_staff. Sophie Gautier's bio notes she is "contracted as foundation coordinator", and Mike Saunders works in TDF marketing, but the board page does not present a staff/employment roster, so no `paid_staff` class is assigned here; the separate /team/ page would be the source for TDF staff. -Term dates: not recorded. The site's narrative mentions join years (e.g. Mike Saunders "joined the Board as a Deputy in 2024", Osvaldo Gervasi served "2016-2020"), but per the crawl rules these prose join-years are NOT used as `term_start`/`term_end` (left `null`). Historical board terms are published separately (board-2012-2014 … board-2022-2024) and are the source for the leadership-history dataset. Bios: published verbatim (captured). Contact: not published per person (`null`). +Bios: published verbatim for all seven (captured, lightly trimmed of formatting only). Contact: none per person. Term dates: not stated as explicit terms; join years appear only in narrative prose (e.g. Mike Saunders "as a Deputy in 2024", Osvaldo Gervasi prior term 2016-2020) and per the crawl rules are NOT recorded as `term_start`/`term_end`. Prior boards (2012-2024) are linked for the leadership-history dataset. diff --git a/_leadership/dotnetfoundation.md b/_leadership/dotnetfoundation.md index 2eccfa7..98bf385 100644 --- a/_leadership/dotnetfoundation.md +++ b/_leadership/dotnetfoundation.md @@ -14,10 +14,10 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://twitter.com/mitchelsellers bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 @@ -28,111 +28,109 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://x.com/JTowerMI bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Irina Dominte +- name: Lou Creemers personId: null roles: - role: Board Director roleClass: board_director - contact: null + contact: https://x.com/lovelacecoding bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2024 + termEnd: 2026 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Peter Smulovics +- name: Chris Woodruff personId: null roles: - role: Board Director roleClass: board_director - contact: null + contact: https://x.com/cwoodruff bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2024 + termEnd: 2026 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Hayden Barnes +- name: Irina Dominte personId: null roles: - role: Board Director roleClass: board_director - contact: null + contact: https://irina.codes/ bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Meagon Hansen +- name: Peter Smulovics personId: null roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/smulovicspeter/ bio: null - termStart: '2026' - termEnd: '2029' + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Chris Sfanos +- name: Hayden Barnes personId: null roles: - - role: Founding Member Rep + - role: Board Director roleClass: board_director - - role: Program Manager - roleClass: paid_staff - contact: null - bio: I'm Chris Sfanos, Program Manager, helping get things done. - termStart: null - termEnd: null + contact: https://x.com/unixterminal + bio: null + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live - confidence: 0.9 -- name: Lou Creemers + confidence: 1.0 +- name: Meagon Hansen personId: null roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/81megs/ bio: null - termStart: '2024' - termEnd: '2026' + termStart: 2026 + termEnd: 2029 sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live confidence: 1.0 -- name: Chris Woodruff +- name: Chris Sfanos personId: null roles: - - role: Board Director + - role: Founding Member Rep roleClass: board_director - contact: null - bio: null - termStart: '2024' - termEnd: '2026' + - role: Program Manager + roleClass: paid_staff + contact: https://www.linkedin.com/in/chris-sfanos-8297531a/ + bio: I'm Chris Sfanos, Program Manager, helping get things done. + termStart: null + termEnd: null sourceUrl: https://dotnetfoundation.org/about/board-of-directors derived: org_live - confidence: 1.0 + confidence: 0.9 --- # .NET Foundation — Leadership -Scope of this record: the .NET Foundation Board of Directors listed on the Board of Directors page, plus the one named staff member on the same page. The .NET Foundation is an independent non-profit supporting the open-source .NET ecosystem. - -Terms: this org states an explicit term range per director, so term_start/term_end are populated verbatim (confidence 1.0). Two directors (Lou Creemers, Chris Woodruff) show "Term: 2024 - 2026"; six (Mitchel Sellers, Jonathan Tower, Irina Dominte, Peter Smulovics, Hayden Barnes, Meagon Hansen) show "Term: 2026 - 2029". Term values are recorded as the years exactly as published. +Scope: the .NET Foundation Board of Directors and the "Our Team" staff entry, as listed on the board-of-directors page. The .NET Foundation is a 501(c)(6) nonprofit supporting the open-source .NET ecosystem. -Officers: Mitchel Sellers is President and Jonathan "J." Tower is Vice President (both also board directors). No Treasurer or Secretary is named on this page. +Board (9 members): President Mitchel Sellers and Vice President Jonathan "J." Tower are captured with both an officer role and a board_director role. Lou Creemers, Chris Woodruff, Irina Dominte, Peter Smulovics, Hayden Barnes and Meagon Hansen are directors. Chris Sfanos holds the "Founding Member Rep" seat. -Chris Sfanos appears twice: as a board director tagged "Founding Member Rep" (no term listed) and, under a separate "Our Team" heading, as Program Manager. The Program Manager role is treated as `paid_staff` inferred from the staff/team section (confidence 0.9 on the record; the page does not state employment terms explicitly). +Term dates: stated explicitly per director as ranges (e.g. "Term: 2026 - 2029", "Term: 2024 - 2026"), captured verbatim in `term_start`/`term_end` at year granularity, confidence 1.0. The Founding Member Rep seat (Sfanos) has no stated term (null). -Paid vs volunteer: the page does not state whether directors are paid or volunteer, so directors carry only board_director/officer classes. Only Chris Sfanos (Program Manager) is treated as staff. +Paid vs volunteer: Chris Sfanos is also listed under "Our Team" as Program Manager ("I'm Chris Sfanos, Program Manager, helping get things done"). He is recorded once with two roles — Founding Member Rep (board_director) and Program Manager (paid_staff). Employment status is not stated explicitly, so the record confidence is 0.9 (title stated; paid status inferred from the "Our Team"/Program Manager framing). No other paid staff (e.g. an Executive Director) are listed on this page. -Field availability: bios are not published for directors (Chris Sfanos has a one-line staff blurb, captured). Per-person contact email is not published (`contact: null`); social handles (X / LinkedIn / personal sites) are published per person and suit the Who's Who dataset. +Contact: the org publishes per-person social/web handles (X, LinkedIn, personal sites) rather than email. `contact` records one published handle per person (X preferred, else LinkedIn/site). No bios beyond Sfanos's one-line note are published (null). diff --git a/_leadership/drupal.md b/_leadership/drupal.md index f42155a..c83ca0e 100644 --- a/_leadership/drupal.md +++ b/_leadership/drupal.md @@ -14,7 +14,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/baddysonja bio: Baddý has been actively involved in the technology industry for the last decade. She is a co-founder of 1xINTERNET, an international digital software agency with headquarters in Frankfurt, Germany. Baddý co-founded 1xINTERNET in 2013 and is known for her strong belief in the value of open source in business. @@ -25,7 +25,7 @@ people: source solutions. She has been able to share her insight in more than 200 Drupal projects both as a business consultant and an account manager. termStart: null - termEnd: '2028' + termEnd: 2028 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -36,30 +36,26 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/nikhildeshpande bio: Nikhil J. Deshpande is Chief Digital Officer for the State of Georgia. He heads the Office of Digital Services (DSGa) under the Georgia Technology Authority. Nikhil envisioned and led Georgia's user-centric digital transition to an enterprise open-source web publishing system, GovHub. Under his direction, Georgia became the first state in the United States to use enterprise Drupal and meet the special - needs of constituents with a range of disabilities affecting vision, hearing, motion, and cognition, - making GovHub Section 508 and WCAG compliant. Nikhil strongly advocated and set the framework for - the use of social media for Georgia, back when using social media for the government was not common. - He established a presence for the state on Facebook, LinkedIn, and Twitter to quickly address constituents' - questions and concerns. Prior to his career in digital government, Nikhil worked in advertising and - digital media. + needs of constituents with a range of disabilities, making GovHub Section 508 and WCAG compliant. + Prior to his career in digital government, Nikhil worked in advertising and digital media. termStart: null - termEnd: '2027' + termEnd: 2027 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 - name: Dries Buytaert personId: null roles: - - role: President - roleClass: officer - role: Founding Director roleClass: board_director - contact: null + - role: President + roleClass: officer + contact: https://www.drupal.org/u/dries bio: Dries Buytaert is the original creator and project lead for the Drupal open source web publishing platform, used by 2% of the world's websites. Buytaert serves as president of the Drupal Association, a non-profit organization formed to help Drupal flourish. Buytaert is also co-founder and chief technology @@ -76,18 +72,14 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/imre-gmelig-meijling bio: Imre Gmelig Meijling is CEO at React Online Digital Agency, based in The Netherlands. Imre has a digital background and he has worked for various agencies and organisations including United Nations World Food Programme, Disney and Port of Rotterdam. He is a member of the Board of Directors of the Drupal Association and an executive member of the DrupalCon Europe Advisory Committee. Imre is former - Chair of the Dutch Drupal Association where he expanded marketing outreach significantly and helped - set up a profitable Drupal Partner Program. He was involved in the inception of drupal.nl, the Dutch - community website, used by several countries. Imre is also cocreator of the Splash Awards and former - lead of Drupaljam, the Dutch Drupal event hosting almost 500 people. In 2023 Imre joined the Drupal - Business Survey. + Chair of the Dutch Drupal Association. termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -96,10 +88,10 @@ people: roles: - role: At-Large Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/alexmoreno bio: null termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -108,17 +100,15 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/stella bio: Stella is the Managing Director of Annertech, a digital agency that focuses on creating ambitious digital experiences for clients across Europe and the US. Based in Dublin, Stella holds an MSc in Software Engineering from Dublin City University as well as a BA in Computational Physics from Trinity - College Dublin. She founded Annertech in 2008 and has overseen its growth to a 40-odd strong team - based all over the EU and beyond. Stella is a strong advocate of the promotion of women in tech. She - remains an active contributor to Drupal and, as well as being on the board of the Drupal Association, - Stella is also a member of the Drupal Security Team, the DrupalCon Europe Advisory Board and the Starshot - Advisory Council. + College Dublin. She founded Annertech in 2008. Stella is a strong advocate of the promotion of women + in tech, and remains an active contributor to Drupal; she is also a member of the Drupal Security + Team, the DrupalCon Europe Advisory Board and the Starshot Advisory Council. termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -127,10 +117,10 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/piyushpoddar bio: null termStart: null - termEnd: '2027' + termEnd: 2027 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -139,14 +129,14 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://openforumeurope.org/team/ bio: Sachiko Muto is the Chair of OpenForum Europe and a senior researcher at RISE Research Institutes of Sweden. She originally joined OFE in 2007 and served for several years as Director with responsibility for government relations and then as CEO. Sachiko has degrees in Political Science from the University of Toronto and the London School of Economics; she received her doctorate in standardisation policy from TU Delft. termStart: null - termEnd: '2027' + termEnd: 2027 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -155,17 +145,14 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/glenn-hilton bio: Glenn Hilton is the Founder and CEO of ImageX, a Drupal agency he launched in 2001 and transitioned - fully to Drupal in 2006. With 25 years of leadership experience, he's guided the company's growth - through creativity, strategy, and technology to deliver impactful digital experiences for clients - worldwide. An active member of the Drupal community for nearly two decades, Glenn has attended over - 40 DrupalCons and DrupalCamps across North America and Europe. He's a strong advocate for open source - collaboration and initiatives that strengthen the Drupal ecosystem. In November 2025, Glenn joined - the Drupal Association Board of Directors to help shape long-term business strategy, improve collaboration - between agencies and enterprise users, and expand Drupal's visibility and commercial reach. - termStart: null - termEnd: '2028' + fully to Drupal in 2006. With 25 years of leadership experience, he's guided the company's growth. + An active member of the Drupal community for nearly two decades, Glenn has attended over 40 DrupalCons + and DrupalCamps across North America and Europe. In November 2025, Glenn joined the Drupal Association + Board of Directors to help shape long-term business strategy. + termStart: 2025-11 + termEnd: 2028 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -174,16 +161,14 @@ people: roles: - role: Board Director roleClass: board_director - contact: null + contact: https://www.drupal.org/u/domidc bio: Dominique is the co-founder, CTO, and co-CEO of Dropsolid, where for more than a decade he has been a driving force behind the company's vision and growth. His work has focused on digital transformation, - open digital experiences, and more recently AI transformation, helping companies, organisations, and - governments stay innovative and sovereign in a fast-changing world. In addition to leading Dropsolid, - Dominique has been an active contributor to the open source community. He serves as a Mautic Council - member, is involved in the Drupal AI initiative, and advocates for open DXP by bringing together Drupal, - Mautic, and emerging AI frameworks. + open digital experiences, and more recently AI transformation. He serves as a Mautic Council member, + is involved in the Drupal AI initiative, and advocates for open DXP by bringing together Drupal, Mautic, + and emerging AI frameworks. termStart: null - termEnd: '2028' + termEnd: 2028 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 @@ -192,31 +177,29 @@ people: roles: - role: At-Large Director roleClass: board_director - contact: null - bio: Maya Schaeffer is a passionate community advocate and the lead organizer of EvolveDrupal, an event - series that brings together open source professionals, digital leaders, and creatives to explore the - future of Drupal and web innovation. With a focus on inclusion, accessibility, and community growth, - Maya has played a central role in curating meaningful, cross-disciplinary experiences that unite the - Drupal ecosystem. Maya has been with Evolving Web for over three and a half years, where she contributes - to the company's mission of advancing open source, multilingual, and accessible web solutions. + contact: https://www.drupal.org/u/mayalena + bio: Maya Schaeffer is a community advocate and the lead organizer of EvolveDrupal, an event series + that brings together open source professionals, digital leaders, and creatives. Over the past two + years Maya has led the coordination of eight EvolveDrupal summits in cities across North America. + Maya has been with Evolving Web for over three and a half years, where she contributes to the company's + mission of advancing open source, multilingual, and accessible web solutions. termStart: null - termEnd: '2027' + termEnd: 2027 sourceUrl: https://www.drupal.org/association/board derived: org_live confidence: 1.0 - name: Owen Lansbury personId: null roles: - - role: Immediate Past Chair (Advisory) - roleClass: officer - contact: null + - role: Immediate Past Chair (advisory) + roleClass: board_director + contact: https://www.drupal.org/u/owenlansbury bio: Owen Lansbury is Co-founder of PreviousNext, an independent Australian digital design and development company that has been one of the world's most prolific code contributors to the Drupal project. With 25 years' professional experience and a background in Fine Art, Digital Media and User Experience - Design, Lansbury blends creative problem solving with the business skills required to sustain his - own company and work successfully with complex customers. He is also an active leader within the Australian - and New Zealand Drupal community, bringing DrupalCon to Sydney in 2013, acting as Track Chair at several - regional events and chairing the DrupalSouth Steering Committee. + Design, Lansbury blends creative problem solving with business skills. He is an active leader within + the Australian and New Zealand Drupal community, bringing DrupalCon to Sydney in 2013 and chairing + the DrupalSouth Steering Committee. termStart: null termEnd: null sourceUrl: https://www.drupal.org/association/board @@ -226,16 +209,14 @@ people: # Drupal Association — Leadership -Scope of this record: the current Drupal Association Board of Directors listed in the board table at the top of the board page. The Drupal Association is the non-profit that supports the Drupal project and runs DrupalCon. - -Terms: the org states "Seat expires YYYY" per elected director, captured as `term_end` (confidence 1.0). No `term_start` is stated per person (the page notes only that terms begin on 1 November generally), so `term_start` is `null` throughout. Dries Buytaert is "Founding Director" / "Founder" with no seat expiry, so his term is `null`. +Scope: the current Drupal Association Board of Directors as listed on the board page. The Drupal Association is the nonprofit that supports the Drupal project. Board terms begin on 1 November; At-Large community directors are elected by the Association members. -Officers: Baddý Sonja Breidert (Chair), Nikhil J. Deshpande (Secretary), and Dries Buytaert (President, stated in his bio: "serves as president of the Drupal Association"). No Treasurer is named on this page. +Roster (12 seats captured): officers are Chair (Baddý Sonja Breidert) and Secretary (Nikhil J. Deshpande), captured with both an officer role and a board_director role. Dries Buytaert holds the "Founding Director" (Founder) seat; his bio states he "serves as president of the Drupal Association", so a President officer role is recorded alongside the board_director role (both confidence 1.0, stated verbatim). Alejandro Moreno and Maya Schaeffer hold At-Large seats. Owen Lansbury sits as "Immediate Past Chair" in an advisory (non-voting) capacity — recorded as board_director with a role label noting the advisory nature and confidence 0.9 (advisory/voting status not fully explicit). -Owen Lansbury is listed under a "Chair" heading but annotated "Advisory Role as Immediate Past Chair" with no seat expiry. He is captured as an officer with role "Immediate Past Chair (Advisory)" at confidence 0.9, because it is a non-voting advisory position rather than an elected director seat; noted here for transparency. +Term dates: the board lists a "Seat expires YYYY" per elected director, captured in `term_end` at year granularity (confidence 1.0). `term_start` is generally not stated per person (terms begin 1 November); the one exception is Glenn Hilton, whose bio states he "joined the Drupal Association Board of Directors" in November 2025 (term_start 2025-11). Dries Buytaert (Founder) and Owen Lansbury (advisory) have no stated expiry (null). -Excluded / discrepancy: the "Board Bios" section further down the page still contains a current-tense bio for Rosa Ordinana (European Commission), but she does NOT appear in the current board table and IS listed under "Board Member Alumni". She is treated as a former member (belongs in leadership-history), not captured in the current roster; her lingering bio appears to be stale. The large "Board Member Alumni", "Drupal VZW Board/General Assembly Alumni", and "At-Large Board Member History" sections are historical and excluded from this current snapshot. +Bios: published for most directors (verbatim, lightly trimmed to remove headshot markup); Alejandro Moreno and Piyush Poddar have no published bio (null). Countries are published per director (Germany, USA, Belgium, Netherlands, UK, Ireland, India, Sweden/Stockholm, Canada) — noted here in prose rather than a dedicated field. -Paid vs volunteer: the board page does not state paid-vs-volunteer status and lists no staff, so all entries carry board_director/officer classes only. The Drupal Association employs paid staff (e.g. an Executive Director), but none are published on this page, so no paid_staff records are created here. +Contact: the org links a drupal.org user profile per director (recorded in `contact`); Sachiko Muto's linked profile is her OpenForum Europe team page. These are handles/profiles, not email. -Field availability: bios are published verbatim for 10 of the 12 captured (Alejandro Moreno and Piyush Poddar have none) and are captured. Per-person contact email is not published (`contact: null`); most directors link a drupal.org user profile, which suits the Who's Who dataset. Country/location is published per director but is not a schema field. +Data-quality note: the page's "Board Bios" section also carries a bio for Rosa Ordinana (European Commission), but she does NOT appear in the current board table and is listed among the Drupal Association Board Alumni — treated as a stale bio and EXCLUDED from the current roster. The page also carries extensive alumni and At-Large history lists, which are strong sources for the leadership-history dataset for drupal. diff --git a/_leadership/eclipse.md b/_leadership/eclipse.md index 586313b..9b86cdd 100644 --- a/_leadership/eclipse.md +++ b/_leadership/eclipse.md @@ -3,7 +3,7 @@ identifier: eclipse commonName: Eclipse Foundation AISBL asOf: 2026-07-25 sources: -- url: https://www.eclipse.org/org/foundation/directors.php +- url: https://www.eclipse.org/org/foundation/directors/ type: org_live retrieved: 2026-07-25 - url: https://www.eclipse.org/org/foundation/staff/ @@ -19,13 +19,16 @@ people: bio: 'Florian Bankoley is the Chief Digital Officer of Bosch Mobility, leading the transformation of one of the world''s largest automotive suppliers into a software- and data-driven powerhouse. Appointed in May 2024, Florian drives Bosch Mobility''s digital and IT strategy with a focus on enterprise transformation, - Software-Defined Vehicles (SDV), mobility services, and scalable cloud-native platforms. (Represents - Robert Bosch GmbH.) + Software-Defined Vehicles (SDV), mobility services, and scalable cloud-native platforms. Florian Bankoley + was born on March 11th, 1980 and spent the first half of his childhood in Lome/Togo. He started his + studies in economics at the University of Bayreuth/Germany before completing his Master''s degree + in European Management at the ESCP business school after stations in Paris, Oxford and Berlin. Florian + Bankoley is married and has two children. (Robert Bosch GmbH) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Amanda Casari @@ -36,14 +39,18 @@ people: contact: null bio: 'Amanda Casari is an engineering manager and Staff Developer Relations Engineer in the Google Open Source Programs Office, where she directs research and engineering initiatives focused on risk and - resilience in open source ecosystems. She is an appointed External Faculty member at the University + resilience in open source ecosystems. An engineer and researcher with over 20 years of experience + across disciplines, from robotics and data science to complexity science, she is dedicated to making + labor and investment in open source visible. She is an appointed External Faculty member at the University of Vermont''s Complex Systems Center and sits on multiple advisory boards, including NumFOCUS and - the Open Technology Fund. (Represents Google LLC.) + the Open Technology Fund. Amanda holds degrees from the United States Naval Academy and the University + of Vermont, and she co-authored the O''Reilly book Feature Engineering for Machine Learning. (Google + LLC) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Tim Deboer @@ -54,12 +61,13 @@ people: contact: null bio: 'Tim deBoer is a senior developer experience architect, currently working across several teams including Podman Desktop, Dev Spaces, and Red Hat''s IDE extensions. Tim has over 25 years of experience - building developer tools from IDEs to runtime CLIs. (Represents Red Hat, LLC.) + building developer tools from IDEs to runtime CLIs, and is passionate about improving developer''s + lives through useful and usable tools. (Red Hat, LLC.) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Hendrik Ebbers @@ -69,14 +77,15 @@ people: roleClass: board_director contact: null bio: 'Hendrik Ebbers is a Java Champion, a member of JSR expert groups, and JavaOne Rockstar. He is - the founder and leader of the Java User Group Dortmund. He is a member of the Jakarta WG and the Adoptium - WG. In 2022 Hendrik founded OpenElements to positively impact open source software and the open source - community. + the founder and leader of the Java User Group Dortmund and gives talks and presentations in user groups + and at conferences worldwide. Hendrik is a member of the Jakarta WG and the Adoptium WG. In 2022 Hendrik + founded OpenElements to positively impact open source software and the open source community. He is + a core committer of the Hedera Hashgraph, the only open source public ledger written in Java. ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: James Eggleston @@ -87,12 +96,16 @@ people: contact: null bio: 'James Eggleston works for the European Space Agency, at the European Space Operations Centre, Darmstadt, Germany. He is the Head of Data Systems Infrastructure Section in the Mission Operations - Data Systems Division. (Represents European Space Agency.) + Data Systems Division. James'' section is responsible for the evolution and maintenance of Ground + Data Systems infrastructure for Mission Operations, which includes software for Spacecraft Monitoring + and Control, Mission Planning, Data Analytics and Distribution, Mission Simulation and Mission Preparation. + The current tool stack involves the use of many open-source products, including Eclipse''s projects + such as RCP, RAP, EMF, XText, Sirius, and others. (European Space Agency) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: John Ellis @@ -102,14 +115,19 @@ people: roleClass: board_director contact: null bio: 'John Ellis is the President and Head of Product for Codethink, a provider of critical, high-performance - software projects. As a former executive at Motorola, Global Technologist at Ford Motor Company, and - a consulting and startup veteran, John led teams that built many innovations in connected vehicles. - He is the best-selling author of The Zero Dollar Car. (Represents Codethink Ltd.) + software projects for international-scale companies in a range of industries including Automotive, + Finance, Medical, and IoT. Headquartered in Manchester, UK, Codethink has pioneered software industry + thinking around concepts of trustable software. As a former executive at Motorola, Global Technologist + at Ford Motor Company, and a consulting and startup veteran, John led or participated in teams that + built many of the innovations we see today in connected vehicles on the ground and in the air. John + is the best-selling author of The Zero Dollar Car, a former adjunct professor at University of Notre + Dame, as well as a former translator in the 1992 Summer Olympics. John can be found online at www.johntellis.com + (Codethink Ltd.) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Wolfgang Gehring @@ -120,13 +138,15 @@ people: contact: null bio: 'Dr. Wolfgang Gehring is an Ambassador for Open and Inner Source and has been working on enabling and spreading the idea within the Mercedes-Benz Group AG and its IT subsidiary Mercedes-Benz Tech - Innovation (MBTI). He leads MBTI''s Open Source Program Office and is a member of the Mercedes-Benz - FOSS Center of Competence. (Represents Mercedes-Benz Tech Innovation GmbH.) + Innovation (MBTI). A software engineer by trade, Wolfgang''s goal is to help enable Mercedes-Benz + to fully embrace FOSS and become a true Open Source company. He leads MBTI''s Open Source Program + Office, and is a member of the Mercedes-Benz FOSS Center of Competence. (Mercedes-Benz Tech Innovation + GmbH) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Robert Hilbrich @@ -136,14 +156,16 @@ people: roleClass: board_director contact: null bio: 'Dr. Robert Hilbrich works as a manager for simulation and modeling at the German Aerospace Center - in Berlin. Since he joined the German Aerospace Center in 2015, he is responsible for the development - of the traffic simulation suite Eclipse SUMO. In 2019 Robert also founded a startup, the Consultancy - for Engineers GmbH. (Represents Deutsches Zentrum fuer Luft- und Raumfahrt e.V. (DLR).) + in Berlin, Germany. He is a computer scientist and started his research career in the field of developing + safety-critical real-time systems at the Fraunhofer research institutes FIRST and FOKUS. Since he + joined the German Aerospace Center in 2015, he is responsible for the development of the traffic simulation + suite Eclipse SUMO. In 2019 Robert also founded a startup, the Consultancy for Engineers GmbH, where + he is employed as managing director. (Deutsches Zentrum fuer Luft- und Raumfahrt e.V. / DLR) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Antonio Jara @@ -154,13 +176,16 @@ people: contact: null bio: 'Antonio J. Jara (CTO) joined Libelium in 2022, as a result of the merge with HOPU (a start-up he founded and managed from 2014 to 2021), chair of Data Quality and IoT in IEEE and BoD member of - FIWARE Foundation. He did his PhD (Cum Laude) at the University of Murcia (UMU), Spain. He is focused - on data governance, data spaces and cybersecurity enablers for digital twin solutions. + FIWARE Foundation. He did his PhD (Cum Laude) at the University of Murcia (UMU), Spain. He also carried + out an MBA and entrepreneurship formation in the ENAE business school and UCAM (2012). Antonio Jara + as part of Libelium is focused on the domains of data governance, data spaces and cybersecurity enablers + for digital twin solutions. He has participated in over 100 international events about IoT as Speaker, + over 100 international publications, holds several patents and leads technically key EU initiatives. ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Emily Jiang @@ -171,13 +196,14 @@ people: contact: null bio: 'Emily Jiang is a Java Champion. She is Liberty Cloud Native Architect and Chief Advocate, Senior Technical Staff Member (STSM) in IBM, based at Hursley Lab in the UK. Emily is a MicroProfile and - Jakarta EE guru and a book author. At IBM, she leads the effort of implementing MicroProfile and Jakarta - EE specifications on Open Liberty. (Represents IBM.) + Jakarta EE guru and also a book author. At IBM, she leads the effort of implementing MicroProfile + and Jakarta EE specifications on Open Liberty. She regularly speaks at conferences, such as QCon, + Code One, DevNexus, JAX London, Voxxed, Devoxx, EclipseCon, GeeCon, JFokus, etc. (IBM) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Kenji Kazumura @@ -187,14 +213,17 @@ people: roleClass: board_director contact: null bio: 'Kenji Kazumura is Senior Professional Engineer at Fujitsu Limited in Japan. After more than five - years experience of compiler development he has been working with Java for enterprise mission critical - systems. He is in charge of Fujitsu middleware products such as Interstage Application Server. (Represents - Fujitsu Limited.) + years experience of the compiler development he has been working with Java for the enterprise mission + critical systems. Now he is in charge of Fujitsu middleware products such as Interstage Application + Server. He has a lot of experience to optimize the several huge enterprise applications, specifically + in the field of mobile communication and financial service. He is also now working to make the cloud + environment be more useful with the container and microservices architecture technologies. (Fujitsu + Limited) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Rao Lakkakula @@ -204,14 +233,16 @@ people: roleClass: board_director contact: null bio: 'Rao Lakkakula is a Partner Director at Microsoft, where he leads the company''s Open Source Ecosystems - Strategy. His prior roles include leadership positions at JPMorgan Chase, The Climate Corporation, - Amazon, and several startups. Rao currently serves on the Linux Foundation Research Advisory Board - and previously served on the OpenSSF Governing Board from 2020 to 2024. (Represents Microsoft Corp.) + Strategy. With more than 25 years of experience across security, open source, and software engineering, + Rao has held senior leadership roles at multiple Fortune 50 organizations. His prior roles include + key leadership positions at JPMorgan Chase, The Climate Corporation, Amazon, and several high-growth + startups. Rao currently serves on the Linux Foundation Research Advisory Board and previously served + on the Open Source Security Foundation (OpenSSF) Governing Board from 2020 to 2024. (Microsoft Corp.) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Shelley Lambert @@ -221,14 +252,15 @@ people: roleClass: board_director contact: null bio: 'Shelley is a software engineer at Red Hat. She is a PMC member at Eclipse Adoptium and serves - as project lead and committer on several Eclipse projects. A great deal of her time is spent ensuring - the projects she is responsible for are flourishing, which includes actively engaging new and first-time + as project lead and committer on several Eclipse projects. She is deeply committed to create environments + where everyone has opportunities to learn and grow. A great deal of her time is spent ensuring the + projects she is responsible for are flourishing, which includes actively engaging new and first-time open source contributors. ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Johannes Matheis @@ -237,14 +269,17 @@ people: - role: Board Director roleClass: board_director contact: null - bio: 'Dr. Johannes Matheis is a Senior Director at Vector Informatik GmbH. He currently leads the product - area Platform & Base and the System Architecture team of PREEvision. He completed his PhD at KIT. - Since September 2021 he has served as a steering committee member on the Eclipse IDE WG. + bio: 'Dr. Johannes Matheis is a Senior Director at Vector Informatik GmbH, a company supporting manufacturers + and suppliers in the automotive and related industries with tools, software, and services for developing + embedded systems. He currently leads the product area Platform & Base and the System Architecture + team of PREEvision. Johannes graduated with a diploma in Computer Science in 2004, and while working + as a developer at the start-up aquintos he subsequently completed his PhD at KIT. Since September + 2021 he has served as a steering committee member on the Eclipse IDE WG. ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Ed Merks @@ -253,15 +288,17 @@ people: - role: Board Director roleClass: board_director contact: null - bio: 'Ed Merks leads the Eclipse Modeling Framework project and co-leads the Eclipse Modeling project. - He is a co-author of the authoritative book EMF: Eclipse Modeling Framework. He spent 16 years at - IBM, achieving the level of Senior Technical Staff Member after completing his Ph.D. at Simon Fraser - University. (Note: Ed Merks is also listed on the staff page as Release Engineer for Eclipse SimRel.) + bio: 'Ed Merks leads the Eclipse Modeling Framework project and co-leads the Eclipse Modeling project + along with Rich Gronback from Borland. He is a co-author of the authoritative book EMF: Eclipse Modeling + Framework. He is well recognized for his dedication to the Eclipse community, posting literally thousands + of news group answers each year. He spent 16 years at IBM, achieving the level of Senior Technical + Staff Member after completing his Ph.D. at Simon Fraser University. His experience in modeling technology + spans 25 years. (Note: Ed Merks is also listed on the staff page as Release Engineer for Eclipse SimRel.) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Chokri Mraidha @@ -270,15 +307,17 @@ people: - role: Board Director roleClass: board_director contact: null - bio: 'Dr. Chokri Mraidha is a director of research at CEA LIST institute in France, leading the Design - of the Embedded and Autonomous Systems Lab. His interests include dependable and autonomous real-time - and embedded systems model-driven development. He is involved in UML-based OMG standards such as SysML - and MARTE, and the AUTOSAR standard. (Represents CEA LIST.) + bio: 'Dr. Chokri Mraidha is a director of research at CEA LIST institute in France. He is leading the + Design of the Embedded and Autonomous Systems Lab. He got a master''s degree in distributed computing + in 2001, a PhD in Computer Science in 2005, and an Habilitation from Paris-Saclay University in 2015. + His research and development interests include dependable and autonomous real-time and embedded systems + model-driven development. He is involved in UML-based OMG standards for the design of real systems + like SysML and MARTE, and the AUTOSAR standard for automotive. (CEA LIST) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Tom Ritter @@ -289,12 +328,14 @@ people: contact: null bio: 'Dr. Tom Ritter has been Deputy Director of the Fraunhofer Institute FOKUS since 2019. His main areas of interest are model-driven software engineering, the development of software tools, software - development processes, and infrastructures for tool integration. (Represents Fraunhofer-Gesellschaft.) + development processes, infrastructures for tool integration and the consideration of quality throughout + the entire development and life cycle of a system. Tom Ritter also participated in standardization + activities and is co-author of books on components and services. (Fraunhofer-Gesellschaft) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Sebastian Schildt @@ -304,13 +345,16 @@ people: roleClass: board_director contact: null bio: 'Sebastian Schildt is a Professor for Embedded Development at Heilbronn University. He worked for - 10 years on Software Defined Vehicle (SDV) open source ecosystems at Robert Bosch GmbH and ETAS GmbH. - He contributes to open-source projects and standards including Eclipse KUKSA, COVESA VSS and Open1722. + 10 years on Software Defined vehicle (SDV) open source ecosystems at Robert Bosch GmbH and ETAS GmbH. + He received his Ph.D. degree in computer science from TU Braunschweig. At ETAS, he served as Product + Owner/Solution Architect for Vehicle Abstraction and Lead Consultant for SDV in Japan. His work centers + on open standards, service-oriented communication, and vehicle abstraction layers. He contributes + to open-source projects and standards including Eclipse KUKSA, COVESA VSS and Open1722. ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Matthias Sohn @@ -320,13 +364,16 @@ people: roleClass: board_director contact: null bio: 'Matthias is a product owner and open source enthusiast. He leads the EGit and JGit projects and - contributes to Gerrit Code Review. He is a member of the Eclipse Architecture Council. Matthias works - as a product owner for SAP Cloud Platform and leads its git team. (Represents SAP SE.) + contributes to Gerrit Code Review. He also worked on Spark and Kafka and recently started contributing + to Gardener enabling Kubernetes to manage Kubernetes clusters on a large scale. He is also a member + of the Eclipse Architecture Council. Matthias works as a product owner for SAP Cloud Platform and + leads its git team. He holds a PhD and diploma degree in Experimental Physics from Karlsruhe Institute + of Technology, Germany. (SAP SE) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Rongze Wang @@ -336,14 +383,15 @@ people: roleClass: board_director contact: null bio: 'Rongze Wang is a senior open-source operations expert who has worked for Huawei for over 20 years. - He has been responsible for the developer ecosystem''s "Fertile Soil Program" and worked as the assistant - to the chair of the OpenHarmony project group. Currently, he is responsible for open-source and ecosystem - development in Huawei''s European region. (Represents Huawei Technologies Co., LTD.) + He has been responsible for the developer ecosystem''s Fertile Soil Program and worked as the assistant + to the chair of the OpenHarmony project group, overseeing its operations. Currently, he is responsible + for open-source and ecosystem development in Huawei''s European region. (Huawei Technologies Co., + LTD.) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Jim Wright @@ -355,12 +403,14 @@ people: bio: 'James (Jim) Wright is a software architect and attorney who has been working in and around open source for 20 years. Jim is the author of the Universal Permissive License and has been with Oracle since 2009, where he currently serves as Chief Architect, Open Source Policy, Strategy, Compliance, - and Alliances. Jim is a graduate of Harvard Law School. (Represents Oracle.) + and Alliances. Before his time at Oracle, Jim was in private practice at Sidley Austin, where he handled + a wide variety of technology transactional matters as well as patent litigation. Jim is a graduate + of Harvard Law School. (Oracle) ' termStart: null termEnd: null - sourceUrl: https://www.eclipse.org/org/foundation/directors.php + sourceUrl: https://www.eclipse.org/org/foundation/directors/ derived: org_live confidence: 1.0 - name: Mike Milinkovich @@ -378,10 +428,10 @@ people: - name: Gaël Blondelle personId: null roles: - - role: VP, Community Operations - roleClass: paid_staff - role: Secretary roleClass: officer + - role: VP, Community Operations + roleClass: paid_staff contact: null bio: null termStart: null @@ -465,12 +515,16 @@ people: # Eclipse Foundation AISBL — Leadership -Scope of this record: the Eclipse Foundation AISBL Board of Directors (22 directors, from the directors page) plus the eight-person "Eclipse Foundation Leadership" tier from the staff page (Executive Director, C-level officers, VPs, and the officer roles Secretary and Treasurer). Each board director is a company-affiliated seat; the representing organisation is noted in parentheses at the end of each bio verbatim from the page (no separate org-affiliation field exists in the schema). +Scope of this record: the 21-member Board of Directors (from the directors page) and the 8-person "Eclipse Foundation Leadership" executive team (from the staff page). The Eclipse Foundation is a Belgian international non-profit association (AISBL). + +Board of Directors: 21 directors, each with a verbatim published bio. The directors page does not label a Board Chair, so all are recorded as `board_director` with no officer role. Most directors are named alongside a member-company affiliation (e.g. Robert Bosch GmbH, Google LLC, Red Hat, IBM, Microsoft, Oracle, SAP, Fujitsu, Huawei); the affiliation is retained inline within the bio since the schema has no employer field. No term dates or per-person contact are published, so those are null. + +Executive leadership (paid staff): the staff page lists an "Eclipse Foundation Leadership" group of 8: Executive Director (Mike Milinkovich), VP Community Operations / Secretary (Gaël Blondelle), VP Program Management (Dennis Leung), Chief Marketing Officer (Thabang Mashologu), VP Legal & Public Affairs (Catharina Maracke), VP Finance and Operations (Jenn Martel), Chief Membership Officer (Michael Plagge), and Treasurer (Paul White). The page states these are people "working full-time", so `paid_staff` is stated, not inferred (confidence 1.0). Two carry corporate-officer titles: Blondelle as Secretary and White as Treasurer, recorded as `officer`. -Officers: the Secretary (Gaël Blondelle) and Treasurer (Paul White) are recorded with `role_class: officer`. Gaël Blondelle also holds the paid role VP, Community Operations, so he carries two roles. Mike Milinkovich (Executive Director) and the C-level/VP leaders are recorded as `paid_staff`. +Paid-vs-volunteer: unlike volunteer-run foundations, the Eclipse Foundation is professionally staffed. The staff page publishes a full roster of approximately 87 additional operational employees (software developers, release engineers, marketing, events, IT, research project managers, security engineers, etc.) at https://www.eclipse.org/org/foundation/staff/. These rank-and-file staff are deliberately excluded from this leadership record to keep it governance-focused; they can be captured as a separate staff dataset if wanted. The count and URL are recorded here so the exclusion is traceable. -Paid vs volunteer: the staff-page leaders are recorded `paid_staff` at confidence 1.0 because the staff page states verbatim these people work "full-time on behalf of the Eclipse community." The 22 board directors are not stated to be paid and are almost all external company representatives, so they are recorded `board_director` and not classified paid. Ed Merks appears both as a board director and, separately, on the staff page (Release Engineer for Eclipse SimRel); he is recorded once here as a director with a note. +Contact: the foundation states its email convention is `firstname.lastname@eclipse-foundation.org`, but does not publish per-person addresses on these pages. Individual `contact` fields are left null rather than constructing addresses from the pattern (no fabrication). -Deliberate scope decision — general staff: beyond the eight-person Leadership tier, the staff page lists roughly 80 further foundation employees (engineers, marketers, program/project managers, IT, events, etc.). These are genuine paid staff but not foundation leadership, so to keep this a leadership record they are NOT enumerated here (mirroring the exclusion of project-level roles in the ASF record). The full staff roster is available at https://www.eclipse.org/org/foundation/staff/ and could be captured as a separate staff dataset. Flagged for retrieval if a full-staff dataset is wanted. +Ed Merks appears on both the directors page (Board Director) and the staff page (Release Engineer for Eclipse SimRel); he is recorded once as a board director with a note. -Not published (hence null): per-person contact and term dates. The staff page states the email convention is `firstname.lastname@eclipse-foundation.org`, but this is a pattern, not published per-person addresses, so `contact` is left null rather than synthesising individual emails. Board directors have published bios (captured verbatim, trimmed); staff-tier leaders do not have bios on the staff page (null). No term dates are stated anywhere on either page. +Term history: not published on these pages. The foundation runs annual board-of-directors elections (https://www.eclipse.org/org/elections/), which would be the source for a future leadership-history dataset. diff --git a/_leadership/ev.md b/_leadership/ev.md deleted file mode 100644 index f559084..0000000 --- a/_leadership/ev.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -identifier: ev -commonName: KDE e.V. -asOf: 2026-07-25 -sources: -- url: https://ev.kde.org/corporate/board/ - type: org_live - retrieved: 2026-07-25 -people: -- name: Aleix Pol i Gonzàlez - personId: null - roles: - - role: President - roleClass: officer - - role: Board Director - roleClass: board_director - contact: aleixpol@kde.org - bio: Collaborating with KDE since 2007 (KDE Education, KDevelop); joined the KDE e.V. board in 2014; - employed by MBition GmbH. - termStart: '2023' - termEnd: null - sourceUrl: https://ev.kde.org/corporate/board/ - derived: org_live - confidence: 1.0 -- name: Eike Hein - personId: null - roles: - - role: Treasurer and Vice President - roleClass: officer - - role: Board Director - roleClass: board_director - contact: hein@kde.org - bio: KDE contributor since 2005 (applications, Plasma, Sysadmin team; co-authored the KDE Manifesto); - joined the board in 2017. - termStart: '2023' - termEnd: null - sourceUrl: https://ev.kde.org/corporate/board/ - derived: org_live - confidence: 1.0 -- name: Lydia Pintscher - personId: null - roles: - - role: Vice President - roleClass: officer - - role: Board Director - roleClass: board_director - contact: lydia@kde.org - bio: With KDE since 2006 (marketing, community and program management); on the board since 2011; portfolio - lead for Wikidata at Wikimedia Deutschland. - termStart: '2023' - termEnd: null - sourceUrl: https://ev.kde.org/corporate/board/ - derived: org_live - confidence: 1.0 -- name: David Redondo - personId: null - roles: - - role: Board Director - roleClass: board_director - contact: david.redondo@kde.org - bio: Joined KDE in 2019 (Plasma, KDE Frameworks); part of the Free Qt Working Group; works for Techpaladin - Software. - termStart: '2025' - termEnd: null - sourceUrl: https://ev.kde.org/corporate/board/ - derived: org_live - confidence: 1.0 -- name: Carl Schwan - personId: null - roles: - - role: Board Director - roleClass: board_director - contact: carlschwan@kde.org - bio: Joined KDE in 2018 (technical work, fundraising, promotion, website maintenance, mentoring); works - at Nextcloud on the Files team. - termStart: '2025' - termEnd: null - sourceUrl: https://ev.kde.org/corporate/board/ - derived: org_live - confidence: 1.0 ---- - -# KDE e.V. — Leadership - -Registered non-profit representing the KDE community in legal and financial matters. The membership elects the board of directors. Record covers the current 5-member board with per-person KDE email addresses, bios, and elected years (term_start = year elected; the page gives no fixed term_end). - -Paid vs volunteer: board directors are unpaid volunteers with external day jobs. KDE e.V. does employ staff and contractors, listed separately at ev.kde.org/corporate/staffcontractors/ (not captured in this record) — a follow-up fetch would add the paid_staff entries. Board contact: kde-ev-board@kde.org. diff --git a/_leadership/foundation.md b/_leadership/fsharp.md similarity index 99% rename from _leadership/foundation.md rename to _leadership/fsharp.md index fb2af9d..d63015a 100644 --- a/_leadership/foundation.md +++ b/_leadership/fsharp.md @@ -1,5 +1,5 @@ --- -identifier: foundation +identifier: fsharp commonName: F# Software Foundation asOf: 2025-07-20 sources: diff --git a/_leadership/gentoo.md b/_leadership/gentoo.md index ddd4419..84391d5 100644 --- a/_leadership/gentoo.md +++ b/_leadership/gentoo.md @@ -6,9 +6,6 @@ sources: - url: https://wiki.gentoo.org/wiki/Foundation:Main_Page type: org_live retrieved: 2026-07-25 -- url: https://www.gentoo.org/inside-gentoo/foundation/ - type: org_live - retrieved: 2026-07-25 people: - name: Ulrich Müller personId: null @@ -19,7 +16,7 @@ people: roleClass: board_director contact: null bio: null - termStart: 2025 + termStart: 2025-08-03 termEnd: 2027 sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page derived: org_live @@ -31,6 +28,8 @@ people: roleClass: officer - role: Infra Liaison roleClass: officer + - role: SPI Liaison + roleClass: officer - role: Trustee (Board Member) roleClass: board_director contact: null @@ -57,10 +56,10 @@ people: - name: Andreas K. Hüttel personId: null roles: - - role: Trustee (Board Member) - roleClass: board_director - role: SPI Deputy Liaison roleClass: officer + - role: Trustee (Board Member) + roleClass: board_director contact: null bio: null termStart: 2024 @@ -80,20 +79,32 @@ people: sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page derived: org_live confidence: 1.0 +- name: Matthew Marchese + personId: null + roles: + - role: Foundation Wiki Editor + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://wiki.gentoo.org/wiki/Foundation:Main_Page + derived: org_live + confidence: 1.0 --- # The Gentoo Foundation, Inc. — Leadership -Scope: the Gentoo Foundation Board of Trustees (5 members) and the officer roles they hold (President, Treasurer, Secretary, and liaison officer roles). The Gentoo Foundation is a domestic non-profit corporation incorporated in New Mexico (ID 2463313); the board of directors are the Trustees, and officers work at the direction of the trustees. +Scope of this record: the Gentoo Foundation Board of Trustees (5 members) and the officer roles they hold, plus one listed volunteer support role. The Gentoo Foundation, Inc. is a domestic not-for-profit corporation incorporated in New Mexico (ID 2463313); it provides the legal and financial base for the Gentoo project. -Source: the roster was taken from the "Current Board Members" section and the infobox of the Gentoo wiki Foundation page (https://wiki.gentoo.org/wiki/Foundation:Main_Page), which the org designates as its authoritative leadership listing. The gentoo.org site's foundation page (https://www.gentoo.org/inside-gentoo/foundation/) carries no roster and defers to this wiki page. +Board of Trustees (5, the governing directors): Ulrich Müller (ulm), Robin Johnson (robbat2), Matthew Thode (prometheanfire), Andreas K. Hüttel (dilfridge), and David Seifert (soap). Officers are drawn from the trustees: President = Ulrich Müller, Treasurer = Robin Johnson, Secretary = Matthew Thode. Robin Johnson additionally holds Infra Liaison and SPI Liaison roles; Andreas Hüttel holds SPI Deputy Liaison; these are recorded as officer-class roles. A majority vote (3 of 5) is required for all board decisions. -Officers: President = Ulrich Müller; Treasurer = Robin Johnson; Secretary = Matthew Thode. Robin Johnson additionally holds Infra Liaison and SPI Liaison roles; Andreas K. Hüttel holds SPI Deputy Liaison. All officers are also Trustees (the Foundation elects 5 trustees, who then hold officer roles among themselves). +Term dates: unusually well documented. The page states each trustee's last-elected year and next re-election year, captured verbatim in `term_start`/`term_end`: dilfridge, soap, prometheanfire elected 2024 (re-election 2026); robbat2, ulm elected 2025 (re-election 2027). The infobox gives Ulrich Müller a precise last-elected date of 2025-08-03, used as his `term_start`. Elections use the Condorcet voting method. -Term dates: captured verbatim from the "last elected / re-election" statements on the page (confidence 1.0). Müller and Johnson last elected 2025, re-election 2027 (term_start 2025, term_end 2027). Thode, Hüttel and Seifert last elected 2024, re-election 2026 (term_start 2024, term_end 2026). Trustees serve two-year terms via Condorcet election of the Foundation membership. +Matthew Marchese (maffblaster) is listed as "Foundation Wiki Editor", a volunteer support role rather than a trustee or officer; recorded as `volunteer` for completeness with a note. -Paid vs volunteer: no paid staff and no Staff/Team page. The Foundation is run by volunteer Gentoo developers who serve as unpaid trustees/officers; the page does not use the explicit word "volunteers", so paid-vs-volunteer is inferred from the absence of any staff/employment listing and the developer-elected trustee model. All records are classed board_director/officer (no paid_staff). +Paid vs volunteer: the Foundation is run by volunteer Gentoo developers; there is no paid staff. Trustees and officers serve unpaid. -Excluded: Matthew Marchese (maffblaster) appears in the infobox as "Foundation Wiki Editor" — a maintenance role, not a board or officer governance position — and is therefore not recorded as leadership. +Contact: the Foundation publishes a group email (trustees@gentoo.org) and IRC channel (#gentoo-trustees), not per-person contact, so individual `contact` fields are null. Each trustee's Gentoo developer nick is noted in prose above (e.g. ulm, robbat2) but not recorded as contact since it is an identifier, not a published contact method. -Not published (hence null): per-person contact (only a shared trustees@gentoo.org list and #gentoo-trustees IRC channel exist) and bios. Developer handles are published in parentheses (ulm, robbat2, prometheanfire, dilfridge, soap) but are usernames, not contact details, so contact is left null. +History: board minutes and past rosters are archived at https://projects.gentoo.org/foundation/ (2008–2024), a good source for a future leadership-history dataset. diff --git a/_leadership/haikuinc.md b/_leadership/haikuinc.md index 95fff11..6ed6062 100644 --- a/_leadership/haikuinc.md +++ b/_leadership/haikuinc.md @@ -14,7 +14,7 @@ people: roleClass: officer - role: Board of Directors roleClass: board_director - contact: axeld + contact: null bio: null termStart: null termEnd: null @@ -28,7 +28,7 @@ people: roleClass: officer - role: Board of Directors roleClass: board_director - contact: DeadYak + contact: null bio: null termStart: null termEnd: null @@ -42,7 +42,7 @@ people: roleClass: officer - role: Board of Directors roleClass: board_director - contact: leavengood + contact: null bio: null termStart: null termEnd: null @@ -56,7 +56,7 @@ people: roleClass: officer - role: Board of Directors roleClass: board_director - contact: kallisti5 + contact: null bio: null termStart: null termEnd: null @@ -68,7 +68,7 @@ people: roles: - role: Board of Directors roleClass: board_director - contact: jessicah + contact: null bio: null termStart: null termEnd: null @@ -79,12 +79,12 @@ people: # Haiku, Inc. — Leadership -Scope of this record: the Haiku, Inc. board of directors and its four titled officer positions, as published on the About page. Haiku, Inc. is a 501(c)(3) non-profit supporting the Haiku Project; project-level roles (source-code committers) are separate from foundation governance and are excluded here. +Scope of this record: the full Board of Directors (5 members) and the 4 officer titles they hold. Haiku, Inc. is a 501(c)(3) non-profit incorporated in New York State in 2003 (EIN 20-0105056), dedicated to supporting the Haiku Project and the development of the Haiku operating system. -The board is 5 board-elected individuals from the community. Four of them also hold officer titles: President (Axel Dörfler), Vice President (Rene Gollent), Treasurer (Ryan Leavengood), Secretary (Alexander von Gluck IV). Jessica Hamilton is a director without a titled officer role. +Board of Directors (5, board-elected from the community): Axel Dörfler (axeld), Rene Gollent (DeadYak), Jessica Hamilton (jessicah), Ryan Leavengood (leavengood), and Alexander von Gluck IV (kallisti5). Officers are drawn from these five: President = Axel Dörfler, Vice President = Rene Gollent, Treasurer = Ryan Leavengood, Secretary = Alexander von Gluck IV. Jessica Hamilton holds a board seat without an officer title. -Paid vs volunteer: the org states verbatim, "All board members work for Haiku, Inc. in a volunteer role and do not receive compensation." All roles are therefore volunteer/officer with confidence 1.0; there is no paid staff. Haiku, Inc. holds no paid staff positions on this page. +Paid vs volunteer: stated explicitly by the org: "All board members work for Haiku, Inc. in a volunteer role and do not receive compensation." Volunteer status is therefore recorded with confidence 1.0, not inferred. There is no paid staff. -Contact: each person is published with a community handle in parentheses (e.g. axeld, DeadYak), captured verbatim in the `contact` field. These are usernames, not email addresses. +Contact: not published per-person (the site provides only a general contact page), so `contact` is null. Each director's Haiku developer nick is noted in prose above but not recorded as a contact method. -Not published (hence `null`): per-person email addresses, bios, and term dates. No term history is stated on the site. +Term dates: not published. Bios: not published. Both left null. diff --git a/_leadership/haskell.md b/_leadership/haskell.md index a17825c..40c4443 100644 --- a/_leadership/haskell.md +++ b/_leadership/haskell.md @@ -17,21 +17,23 @@ people: contact: null bio: null termStart: null - termEnd: '2028' + termEnd: 2028 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 - name: Tom Ellis personId: null roles: - - role: Vice Chair / Vice Treasurer + - role: Vice Chair + roleClass: officer + - role: Vice Treasurer roleClass: officer - role: Committee Member roleClass: board_director contact: null bio: null termStart: null - termEnd: '2027' + termEnd: 2027 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -43,7 +45,7 @@ people: contact: null bio: null termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -55,7 +57,7 @@ people: contact: null bio: null termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -67,7 +69,7 @@ people: contact: null bio: null termStart: null - termEnd: '2026' + termEnd: 2026 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -79,7 +81,7 @@ people: contact: null bio: null termStart: null - termEnd: '2028' + termEnd: 2028 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -91,7 +93,7 @@ people: contact: null bio: null termStart: null - termEnd: '2028' + termEnd: 2028 sourceUrl: https://www.haskell.org/haskell-org-committee/ derived: org_live confidence: 1.0 @@ -99,6 +101,14 @@ people: # Haskell.org, Inc. — Leadership -501(c)(3) (New York) governing haskell.org, Hackage, GHC release infrastructure, the wiki, and Google Summer of Code participation. Governed by the Haskell.org Committee: 7 members on staggered 3-year terms; the members elect a chair annually. The corporation's directors are also directors of Haskell Foundation, Inc. +Scope of this record: the Haskell.org Committee, the 7-member governing body of Haskell.org, Inc. Haskell.org, Inc. is a New York not-for-profit (501(c)(3), DOS ID 4825953, incorporated 28 September 2015) that oversees the haskell.org website and community services (Hackage, GHC release infrastructure, the Haskell Wiki, mailing lists, Discourse, Hoogle). + +Governing body: the Committee consists of 7 members serving staggered 3-year terms, with 2–3 members stepping down each year at the end of October. Members are recorded as `board_director` (they are the directors of the corporation). Officers among them: Chair = Rebecca Skinner; Vice Chair and Vice Treasurer = Tom Ellis. The remaining five hold committee seats without an officer title. + +Term dates: each member's `term_end` year is stated verbatim (2026, 2027, or 2028) and captured. `term_start` is not stated per person, so it is left null rather than inferred from the 3-year term length (per no-inference rule). + +Related entity: the page states the directors of Haskell.org, Inc. are also directors of Haskell Foundation, Inc. (haskell.foundation), a separate organization. This record covers only the Haskell.org committee as listed on the haskell.org site. + +Paid vs volunteer: not stated explicitly. The committee is a community governance body of volunteers (members are "expected to serve" and are selected for "enthusiasm towards improving the Haskell community"); no compensation is mentioned and no paid staff is listed. Their governance role is captured as `board_director` regardless of pay; the unpaid nature is a reasonable judgement but not a verbatim statement, so no separate volunteer role is asserted. -Term_end years are stated verbatim (confidence 1.0). Per-person contact and bios not published on the committee page (null). No paid staff roster published. Contact: committee@haskell.org. +Contact: the org publishes a single Committee email (committee@haskell.org), not per-person addresses, so individual `contact` fields are null. Bios: not published. diff --git a/_leadership/idcommons.md b/_leadership/idcommons.md index 64e4b19..35235e8 100644 --- a/_leadership/idcommons.md +++ b/_leadership/idcommons.md @@ -1,81 +1,29 @@ --- identifier: idcommons -commonName: Identity Commons +commonName: Identity Commons Inc asOf: 2026-07-25 sources: -- url: https://www.idcommons.org/about/people/ +- url: https://idcommons.net type: org_live retrieved: 2026-07-25 -- url: https://www.idcommons.org/about/contact-us/ +- url: http://wiki.idcommons.net/Stewards type: org_live retrieved: 2026-07-25 -people: -- name: Mary Ruddy - personId: null - roles: - - role: Chair - roleClass: officer - contact: mary@meristic.com - bio: Research Vice President with Gartner covering Identity and Access Management; founding member of - the OASIS Electronic Identity Credential Trust Elevation Methods Technical Committee. - termStart: null - termEnd: null - sourceUrl: https://www.idcommons.org/about/people/ - derived: org_live - confidence: 1.0 -- name: Kaliya Young - personId: null - roles: - - role: Community Steward - roleClass: volunteer - contact: kaliya@identitywoman.net - bio: Co-founder of the Internet Identity Workshop (2005); independent advocate for digital identity, - known as "Identity Woman"; adjunct faculty at Merritt College. - termStart: null - termEnd: null - sourceUrl: https://www.idcommons.org/about/people/ - derived: org_live - confidence: 1.0 -- name: Dean Landsman - personId: null - roles: - - role: Community Steward - roleClass: volunteer - contact: null - bio: Media, marketing and digital strategist; consultant. - termStart: null - termEnd: null - sourceUrl: https://www.idcommons.org/about/people/ - derived: org_live - confidence: 1.0 -- name: Christina Bowen - personId: null - roles: - - role: Community Steward - roleClass: volunteer - contact: null - bio: Knowledge ecologist; co-founder of the Digital Life Collective; building GENIE. - termStart: null - termEnd: null - sourceUrl: https://www.idcommons.org/about/people/ - derived: org_live - confidence: 1.0 -- name: John Philpin - personId: null - roles: - - role: Community Steward - roleClass: volunteer - contact: null - bio: Works with people and companies on platforms, data and trust. - termStart: null - termEnd: null - sourceUrl: https://www.idcommons.org/about/people/ - derived: org_live - confidence: 1.0 +people: [] --- -# Identity Commons — Leadership +# Identity Commons Inc — Leadership (roster not found) -Loosely-structured community organization supporting an open identity layer (convenes the Internet Identity Workshop). The site publishes a "People" page rather than a formal board; Mary Ruddy is named Chair (officer, confidence 1.0). The other four are listed under "People" with no formal title, so they are recorded as Community Steward / volunteer rather than asserting a board role. The Advisors page names no individuals ("details in due course"). +No current leadership roster could be captured. Recorded here so the org can be retried. -Contacts for Mary Ruddy and Kaliya Young are published on the contact page and captured. Bios trimmed to the substantive text (the live page contains injected comment-spam sentences, excluded). No paid staff published. +Attempts: +- `https://idcommons.net` (site listed in manifest): the request failed at the transport layer ("error sending request") on both attempts. The domain does not serve a usable page. +- `http://wiki.idcommons.net/Stewards`: HTTP 404. +- Web search for "Identity Commons board of directors stewards leadership" surfaced only historical pages (idcommons.net homepage snippet, an archived idcommons.org capture from 2011, OSIS/Identity Gang working-group pages, and W3C workshop papers). No page lists a current board, officers, or staff. + +Findings and why no roster: +- Identity Commons is not a conventional board-governed foundation. Historically it was a loosely coupled community "coordinating body" governed by monthly open "stewards" teleconferences (per the archived Identity Gang wiki), not a named board. It is best known for incubating the Internet Identity Workshop (IIW). +- The organisation appears largely dormant: the primary domains (idcommons.net / idcommons.org) are dead or only reachable via archive.org, and the most recent search-indexed content is from ~2011-2020. +- Names historically associated with Identity Commons in the sources (Kaliya Hamlin "Identity Woman", Doc Searls, Phil Windley, Mary Ruddy) are NOT captured as leadership records: none is stated by a current, authoritative org page as a present board member or officer, and inferring current roles from decade-old references would be fabrication. + +Recommendation: treat as an empty/dormant roster. If a record is wanted, the leadership-history dataset could draw the stewards-era participants from specific archive.org captures with `derived: wayback:` and appropriate (lower) confidence, rather than asserting any current leadership. diff --git a/_leadership/isc.md b/_leadership/isc.md index 69e697c..fe72dc0 100644 --- a/_leadership/isc.md +++ b/_leadership/isc.md @@ -6,15 +6,12 @@ sources: - url: https://www.isc.org/team/ type: org_live retrieved: 2026-07-25 -- url: https://www.isc.org/about/ - type: org_live - retrieved: 2026-07-25 people: -- name: Jeff Osborn +- name: Rick Adams personId: null roles: - - role: President - roleClass: officer + - role: Board Member + roleClass: board_director contact: null bio: null termStart: null @@ -22,18 +19,42 @@ people: sourceUrl: https://www.isc.org/team/ derived: org_live confidence: 1.0 -- name: Robert Carolina +- name: Vint Cerf personId: null roles: - - role: General Counsel - roleClass: paid_staff - contact: https://linkedin.com/in/robertcarolina + - role: Board Member + roleClass: board_director + contact: null bio: null termStart: null termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 +- name: Stephen Wolff + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 +- name: Jeff Osborn + personId: null + roles: + - role: President + roleClass: officer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 - name: Darren Ankney personId: null roles: @@ -45,7 +66,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Ray Bellis personId: null roles: @@ -57,7 +78,19 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 +- name: Robert Carolina + personId: null + roles: + - role: General Counsel + roleClass: paid_staff + contact: https://linkedin.com/in/robertcarolina + bio: null + termStart: null + termEnd: null + sourceUrl: https://www.isc.org/team/ + derived: org_live + confidence: 1.0 - name: Jacob D'Erasmo personId: null roles: @@ -69,7 +102,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: T. Marc Jones personId: null roles: @@ -81,7 +114,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Michał Kępień personId: null roles: @@ -93,7 +126,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Tomek Mrugalski personId: null roles: @@ -105,7 +138,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Vicky Risk personId: null roles: @@ -117,7 +150,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Ondřej Surý personId: null roles: @@ -129,7 +162,7 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Włodek Wencel personId: null roles: @@ -141,53 +174,19 @@ people: termEnd: null sourceUrl: https://www.isc.org/team/ derived: org_live - confidence: 0.9 -- name: Rick Adams - personId: null - roles: - - role: Board Member - roleClass: board_director - contact: null - bio: null - termStart: null - termEnd: null - sourceUrl: https://www.isc.org/team/ - derived: org_live - confidence: 1.0 -- name: Vint Cerf - personId: null - roles: - - role: Board Member - roleClass: board_director - contact: null - bio: null - termStart: null - termEnd: null - sourceUrl: https://www.isc.org/team/ - derived: org_live - confidence: 1.0 -- name: Stephen Wolff - personId: null - roles: - - role: Board Member - roleClass: board_director - contact: null - bio: null - termStart: null - termEnd: null - sourceUrl: https://www.isc.org/team/ - derived: org_live confidence: 1.0 --- -# Internet Systems Consortium, Inc. — Leadership +# Internet Systems Consortium (ISC) — Leadership + +Scope: ISC's Board of Directors, President, and Senior Management, as listed on the ISC team page. ISC is a 501(c)(3) not-for-profit corporation (incorporated in Delaware) that develops and maintains BIND 9, ISC DHCP, and Kea DHCP, and operates the F-Root name server. -Scope of this record: ISC's Board of Directors (3 members), the President, and the Senior Management team, all listed on the /team page under three headings (Staff, Senior Management, Board of Directors). ISC is a not-for-profit 501(c)(3) company incorporated in Delaware (founded 1994; incorporated as Internet Systems Consortium, Inc. in 2004) and employs approximately 45 staff in 15 countries. The ~35 rank-and-file staff (software, QA, support, systems, sales engineers, marketing manager, account managers, system administrators) listed under the "Staff" heading are excluded here as they are not foundation/company leadership; they are captured only at the Senior Management and Board level. +Board of Directors (3): Rick Adams, Vint Cerf, Stephen Wolff. (Rick Adams is also named as a co-founder of ISC.) No bios, contact, or term dates are published on the team page for board members. -Paid vs volunteer: The Senior Management roster (Directors of various functions, General Counsel) sits within a company that explicitly states it has ~45 paid staff, so these are recorded as `paid_staff` with `confidence: 0.9` — the org does not stamp each person "employee" verbatim, so the paid status is inferred from the Senior Management heading + stated staff count. Jeff Osborn is listed as "President", a corporate officer title stated verbatim, so recorded as `officer` at `confidence: 1.0` (he is also an executive employee). The three Board Members (Rick Adams, Vint Cerf, Stephen Wolff) are recorded as `board_director` at `confidence: 1.0`; the site does not state whether board service is paid or volunteer, so no paid/volunteer determination is made for them. +Officer / senior management: Jeff Osborn is President (`officer`). The remaining Senior Management entries are director-level employees and are tagged `paid_staff` (Directors of Technical Support, DNS Operations, DHCP Engineering, DNS Engineering, Marketing, Sales, Accounting/HR; General Counsel; BIND 9 and DHCP QA Managers). -Contact: Per-person contact is not published as email. Several senior managers have public social handles linked from their tile (Robert Carolina — LinkedIn; Ray Bellis — Mastodon; Tomek Mrugalski — X/Twitter; Ondřej Surý — Mastodon), captured in the `contact` field. Vicky Risk's linked handle resolves to ISC's org account (@iscdotorg) rather than a personal one, so her `contact` is left null. +Paid vs volunteer: ISC states it "has approximately 45 staff members in 15 countries" and runs a careers page, so it is an employer; management and staff are paid (`paid_staff`, confidence 1.0). The board's compensation status is not stated; captured as governance only. -Not published (hence `null`): bios and term dates for all individuals. ISC does not publish board terms or officer terms on the live site; roster history would need to come from archive.org captures of /team and /board. +Excluded: the ~30 individual engineering/support/QA staff listed under the "Staff" heading (e.g. software engineers, support engineers, QA engineers) are employees but not foundation leadership, so they are deliberately not captured as individual records here — they are available on the same team page if a staff-roster dataset is wanted. -URLs used: https://www.isc.org/about/ (confirmed /team link and org history/incorporation status) and https://www.isc.org/team/ (roster). A dedicated /board page exists (linked as /board/#Adams etc.) but was not separately fetched as the /team page already lists all three board members by name under the Board of Directors heading. +Contact: no per-person email is published. A few management/board members link a personal social profile (Mastodon/LinkedIn/Twitter), captured verbatim in `contact` where present; ISC's org-wide contact is info@isc.org, +1 650 423 1300. diff --git a/_leadership/kde.md b/_leadership/kde.md new file mode 100644 index 0000000..396cd3c --- /dev/null +++ b/_leadership/kde.md @@ -0,0 +1,252 @@ +--- +identifier: kde +commonName: KDE e.V. +asOf: 2026-07-25 +sources: +- url: https://ev.kde.org/corporate/board/ + type: org_live + retrieved: 2026-07-25 +- url: https://ev.kde.org/corporate/staffcontractors/ + type: org_live + retrieved: 2026-07-25 +people: +- name: Aleix Pol i Gonzàlez + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: aleixpol@kde.org + bio: Aleix Pol i Gonzàlez has been collaborating with KDE since 2007. He started working in software + development in the KDE Education area and KDevelop. Aleix joined the KDE e.V. board of directors in + 2014. In his day-job, he is employed by MBition GmbH where he has worked with other parts of the community + including Plasma and Qt. + termStart: 2023 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Eike Hein + personId: null + roles: + - role: Treasurer and Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: hein@kde.org + bio: Eike Hein has been a KDE contributor since 2005. Initially working on applications and later on + Plasma as developer and designer, he has also served on KDE's Sysadmin team and co-authored the KDE + Manifesto. Eike joined the KDE e.V. board of directors in 2017. + termStart: 2023 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Lydia Pintscher + personId: null + roles: + - role: Vice President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: lydia@kde.org + bio: Lydia Pintscher has been with KDE since 2006. She has contributed in various areas such as marketing, + community management and program management for KDE's mentoring programs and strategy and goals process. + She is on the board of directors of KDE e.V. since 2011. In her day-job she is the portfolio lead + for Wikidata, Wikimedia's knowledge graph, at Wikimedia Germany. + termStart: 2023 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: David Redondo + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: david.redondo@kde.org + bio: David Redondo joined KDE in 2019 mainly as a developer for Plasma, KDE Frameworks and the stack + underneath. He's also part of the Free Qt Working Group of KDE e.V. David was voted onto the board + by the membership in 2025. In his day job David works for Techpaladin Software. + termStart: 2025 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Carl Schwan + personId: null + roles: + - role: Board Member + roleClass: board_director + contact: carlschwan@kde.org + bio: Carl joined KDE in 2018 and has been involved in various areas of the project ever since. His contributions + range from technical work to fundraising, promotion, website maintenance, mentoring, and more. In + his day job, he works at Nextcloud as part of the Files team. + termStart: 2025 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/board/ + derived: org_live + confidence: 1.0 +- name: Aniqa Khokhar + personId: null + roles: + - role: Marketing Consultant (contractor) + roleClass: paid_staff + contact: aniqa.khokhar@kde.org + bio: Aniqa Khokhar is a Marketing Consultant and started working for KDE e.V. in 2020. She contributes + to the KDE Promo team activities and strengthens marketing efforts for both the Community and the + organization. + termStart: 2020 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Farid Abdelnour + personId: null + roles: + - role: Goal Project Coordinator (contractor) + roleClass: paid_staff + contact: farid@kde.org + bio: Farid Abdelnour is a videomaker, producer, and free software activist. He is the co-founder of + studio Gunga, a communication and design studio that has been working exclusively with free software + since 2008. + termStart: null + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Joseph P. De Veaugh-Geiss + personId: null + roles: + - role: Project and Community Manager + roleClass: paid_staff + contact: joseph@kde.org + bio: Joseph P. De Veaugh-Geiss has worked as project and community manager in the KDE Eco initiative + since July 2021. Prior to working for KDE e.V. he completed a PhD in theoretical and experimental + linguistics. + termStart: 2021-07 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Konstantina Nouskali + personId: null + roles: + - role: Event Organiser (contractor) + roleClass: paid_staff + contact: dina.nouskali@kde.org + bio: Konstantina Nouskali is an Event Organiser and Digital Marketer, who started cooperating with KDE + in 2022. She has a Bachelor in Marketing and Advertising and a Master in E-business and Digital Marketing. + termStart: 2022 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Kristen McWilliam + personId: null + roles: + - role: Plasma Software Engineer (contractor) + roleClass: paid_staff + contact: kristen@kde.org + bio: Kristen has long been a staunch advocate for free software and proponent of excellent user experiences. + She has been a KDE contributor since 2020, and joined KDE e.V. as Plasma Software Engineer in 2025. + termStart: 2025 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Nicolas Fella + personId: null + roles: + - role: Software Platform Engineer + roleClass: paid_staff + contact: nicolas.fella@kde.org + bio: Nicolas started contributing to KDE in 2017 and joined KDE e.V. as Software Platform Engineer in + 2023. This means taking care of everything needed so that people can build and enjoy awesome software. + termStart: 2023 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Nicole Teale + personId: null + roles: + - role: Project Lead and Event Manager + roleClass: paid_staff + contact: nicole.teale@kde.org + bio: Nicole started at KDE in April 2024. She contributes to the KDE Eco project Nachhaltige Software + Für Nachhaltige Hardware ('Sustainable Software For Sustainable Hardware'). + termStart: 2024-04 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Paul Brown + personId: null + roles: + - role: Marketing Consultant (contractor) + roleClass: paid_staff + contact: paul.brown@kde.org + bio: Paul Brown started working as Marketing Consultant for KDE e.V. in 2017. He comes from the world + of publishing and has been a Free Software advocate since 1996. He works with the members of the Promo + team setting goals, managing campaigns and analysing results. + termStart: 2017 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Petra Gillert + personId: null + roles: + - role: Assistant to the Board + roleClass: paid_staff + contact: petra@kde.org + bio: Petra Gillert is the assistant of KDE e.V.'s board since 2015. She supports the board and the organisation + in all matters of organisation and finance and manages the office in Berlin. + termStart: 2015 + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Ritchie Frodomar + personId: null + roles: + - role: Accessibility Engineer (contractor) + roleClass: paid_staff + contact: ritchie@kde.org + bio: Ritchie is a legally blind programmer and game developer, well-known for his work advocating for + blind accessibility in software. He daily-drives KDE Plasma, and joined the KDE e.V. to help improve + overall accessibility in Plasma and across the wider KDE ecosystem. + termStart: null + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +- name: Thiago Masato Costa Sueto + personId: null + roles: + - role: Documentation Writer (contractor) + roleClass: paid_staff + contact: thiago.sueto@kde.org + bio: Thiago joined KDE e.V. to support the multi-year documentation project, primarily as writer and + documentation coordinator. He ensures that the onboarding documentation for new contributors is as + accessible and painless as possible. + termStart: null + termEnd: null + sourceUrl: https://ev.kde.org/corporate/staffcontractors/ + derived: org_live + confidence: 1.0 +--- + +# KDE e.V. — Leadership + +Scope: the elected KDE e.V. Board of Directors (5 members) and the paid staff and contractors who work on key areas for the organisation. KDE e.V. is the non-profit that represents the KDE Community and runs its business. + +Board (5): the board is elected by the membership. Officer roles are stated on the board page: Aleix Pol i Gonzàlez (President), Eike Hein (Treasurer and Vice President), Lydia Pintscher (Vice President); David Redondo and Carl Schwan are board members without a named officer role. Officers are given both an `officer` role and a `board_director` role; the two non-officer members are `board_director` only. + +Paid vs volunteer: the 11 people under "Staff and Contractors" are explicitly employed or contracted by KDE e.V. and are tagged `paid_staff` (confidence 1.0). The board itself is volunteer (unpaid); board members are not marked paid_staff. + +Contact and bio: KDE publishes a per-person @kde.org address and a verbatim bio for every board member and every staff member/contractor, so `contact` and `bio` are populated throughout (confidence 1.0). + +Term dates: the board page states an "(Elected: YYYY)" year for each director, captured as `term_start`. Staff bios often state a join year ("started ... in 2020", "since 2015"), captured as `term_start` where explicit; left null where the bio gives no year. No `term_end` is published for any current person. Former board members are named in a group photo caption (Nate Graham, Neofytos Kolokotronis, Albert Astals Cid, Adriaan de Groot, Cornelius Schumacher, Eva Brucherseifer) but without roles or dates, so they are left for the leadership-history dataset. diff --git a/_leadership/foundation2.md b/_leadership/llvm.md similarity index 99% rename from _leadership/foundation2.md rename to _leadership/llvm.md index dc4f87e..2b96648 100644 --- a/_leadership/foundation2.md +++ b/_leadership/llvm.md @@ -1,5 +1,5 @@ --- -identifier: foundation2 +identifier: llvm commonName: LLVM Foundation asOf: 2026-07-25 sources: diff --git a/_leadership/laptop.md b/_leadership/olpc.md similarity index 98% rename from _leadership/laptop.md rename to _leadership/olpc.md index ad6eec5..63f3b8e 100644 --- a/_leadership/laptop.md +++ b/_leadership/olpc.md @@ -1,5 +1,5 @@ --- -identifier: laptop +identifier: olpc commonName: One Laptop Per Child Association Inc. asOf: 2026-07-25 sources: diff --git a/_leadership/omsf.md b/_leadership/omsf.md index af1a959..248285c 100644 --- a/_leadership/omsf.md +++ b/_leadership/omsf.md @@ -7,7 +7,7 @@ sources: type: org_live retrieved: 2026-07-25 people: -- name: Karmen Čondić-Jurkić +- name: Karmen Condic-Jurkic personId: null roles: - role: Executive Director @@ -16,7 +16,7 @@ people: roleClass: officer - role: Secretary roleClass: officer - - role: Co-Founder + - role: Board Director roleClass: board_director contact: null bio: Dr. Karmen Čondić-Jurkić is the co-founder and Executive Director of the Open Molecular Software @@ -36,17 +36,17 @@ people: roles: - role: President roleClass: officer - - role: Co-Founder + - role: Board Director roleClass: board_director contact: null bio: Prof. David Mobley holds a joint appointment in the Pharmaceutical Sciences and Department of Chemistry at the University of California, Irvine. A major focus of his research is the binding of small-molecule ligands to proteins, including development, application and validation of binding free energy methods. - David is a strong proponent of open science and engaged in a series of community-driven projects, - such as spearheading the SAMPL challenges and co-leading the Open Force Field Initiative. He also - serves on the editorial boards of several journals and is a founding and managing editor for the Living - Journal of Computational Molecular Science. David co-founded OMSF and currently serves as the President - of the OMSF Board of Directors. + David is a strong proponent of open science and engaged in a series of community-driven projects and + activities, such as spearheading the SAMPL challenges and co-leading the Open Force Field Initiative. + He also serves on the editorial boards of several journals and is a founding and managing editor for + the Living Journal of Computational Molecular Science. David co-founded OMSF and currently serves + as the President of the OMSF Board of Directors. termStart: null termEnd: null sourceUrl: https://omsf.io/about/people @@ -76,10 +76,13 @@ people: roleClass: board_director contact: null bio: Dr. Daniel G. A. Smith is the Chief Technology Officer at Achira where he leads efforts at the - intersection of quantum chemistry, physics, and machine learning to accelerate drug discovery. He - has been a core contributor to projects such as Psi4, QCArchive, and QCEngine, and serves as an advisor - to Open Force Field, helping guide its technical direction and interoperability standards across the - open molecular ecosystem. + intersection of quantum chemistry, physics, and machine learning to accelerate drug discovery. His + work focuses on developing scalable computational frameworks that bridge foundational physical theory + with modern data-driven methods, enabling more predictive models of molecular behavior. In addition + to his leadership at Achira, Daniel brings deep expertise in open-source infrastructure and community-driven + science. He has been a core contributor to transformative projects such as Psi4, QCArchive, and QCEngine, + and serves as an advisor to Open Force Field, helping guide its technical direction and interoperability + standards across the open molecular ecosystem. termStart: null termEnd: null sourceUrl: https://omsf.io/about/people @@ -125,10 +128,12 @@ people: # Open Molecular Software Foundation — Leadership -Scope: the OMSF Board of Directors (4 people) and the OMSF Staff (3 people), both listed on the single `/about/people` page. OMSF builds open source software and communities for the molecular sciences. +Scope of this record: the OMSF Board of Directors (4 members) and the paid Staff (3 members), as listed on the /about/people page. -Board composition: two co-founders (Karmen Čondić-Jurkić, who also serves as Executive Director and holds the Treasurer and Secretary officer roles, and David L. Mobley, President) plus two Directors (Brian Weitzner, Daniel Smith). All four board members are academic/industry scientists serving in a governance capacity. +Board of Directors: Karmen Condic-Jurkic (Executive Director and Co-Founder, also serving as the Board's Treasurer and Secretary), David L. Mobley (President and Co-Founder), Brian Weitzner (Director), and Daniel Smith (Director). Officer roles (President, Treasurer, Secretary) are captured alongside board_director where the person holds both. -Paid vs volunteer: the three Staff members (Toni Stamper, Ethan Holz, David Swenson) are listed under a "Staff" heading and are tagged `paid_staff` at `confidence: 0.9` (employment inferred from the Staff heading; the site does not state employment status verbatim). Karmen Čondić-Jurkić's Executive Director role is likewise an operational/staff role (`paid_staff`, confidence 1.0 as the ED title is stated verbatim); her Treasurer/Secretary/Co-Founder roles are governance roles. +Paid vs volunteer: the three individuals under the "Staff" heading (Toni Stamper, Ethan Holz, David Swenson) are tagged `paid_staff` at `confidence: 0.9` — the org lists them under "Staff" but does not state employment terms explicitly. Karmen Condic-Jurkic's Executive Director role is tagged `paid_staff` (executive leadership hire); she also holds volunteer-governance officer and board seats. The three other directors are unpaid governance. -Not published on this page (hence `null`): per-person contact and term dates for everyone; bios for the three Staff members. Board members publish bios verbatim (captured above). The page links each board member's Twitter/LinkedIn/personal site — these are social links suited to the Who's Who (people) dataset rather than the `contact` field, so `contact` is left null. +Bios: published verbatim for all four board members (captured). Not published for the three staff members (null). + +Not published (hence `null`): per-person contact email (only Twitter/LinkedIn/Web social links are given, not captured as contact), and term dates for all individuals. diff --git a/_leadership/opencompute.md b/_leadership/opencompute.md index cc1a00a..8905006 100644 --- a/_leadership/opencompute.md +++ b/_leadership/opencompute.md @@ -1,10 +1,13 @@ --- identifier: opencompute commonName: Open Compute Project Foundation -asOf: 2025-07-03 +asOf: 2026-07-25 sources: -- url: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - type: wayback +- url: https://en.wikipedia.org/wiki/Open_Compute_Project + type: org_live + retrieved: 2026-07-25 +- url: https://www.opencompute.org/about/board-of-directors + type: org_live retrieved: 2026-07-25 people: - name: David Ramku @@ -12,115 +15,123 @@ people: roles: - role: Board Chair roleClass: officer - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: A leader in Meta's AI Systems and Accelerated Platforms, David is responsible for driving technology - ecosystems, partnerships, and technical business operations. Prior to joining Meta, David spent 18 - years at Intel, most recently as General Manager of the Infrastructure Processing Unit (IPU) business, - and previously as COO for Intel's Data Center Connectivity Group. He represents Meta on the OCP board. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 -- name: Amber Huffman + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Andy Bechtolsheim personId: null roles: - - role: Board Member + - role: Board Director (individual member) roleClass: board_director contact: null - bio: Amber Huffman is a Principal Engineer in Google Cloud responsible for leading industry engagement - efforts in the data center ecosystem. Prior to joining Google, she spent 25 years at Intel serving - as an Intel Fellow and VP. Amber is the President of NVM Express, co-chair of the OCP Storage Project, - and on the Board of Directors for the Universal Chiplet Express Interconnect. She earned a bachelor's - degree in computer engineering from the University of Michigan and a master's in electrical engineering - from Stanford. Represents Google on the OCP board. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 -- name: Jeff McVeigh + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Mohamed Awad personId: null roles: - - role: Board Member + - role: Board Director (Arm) roleClass: board_director contact: null - bio: Jeff is a corporate vice president in Intel's Data Center and AI group and general manager of Custom - Products and Ecosystem. He recently helped form the x86 Ecosystem Advisory Group. Spanning nearly - three decades of industry experience, he has led Intel's HPC and data center GPU business and the - creation of cross-architecture software solutions such as OpenVINO and oneAPI. Jeff holds a bachelor's - in electrical engineering from Duke University and a Ph.D. in electrical and computer engineering - from Carnegie Mellon University. Represents Intel on the OCP board. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 - name: Saurabh Dighe personId: null roles: - - role: Board Member + - role: Board Director (Microsoft) roleClass: board_director contact: null - bio: Saurabh Dighe is Corporate Vice President in the Azure Hardware Systems organization at Microsoft, - where he oversees hardware architecture and technology roadmaps for Cloud and AI infrastructure. Prior - to Microsoft, Saurabh spent 15 years at Intel as a research scientist in Intel's microprocessor research - group. He holds a bachelor's in electronics engineering from the University of Mumbai and a master's - in computer engineering from the University of Minnesota. Represents Microsoft on the OCP board. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 -- name: Andy Bechtolsheim + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Robert Hormuth + personId: null + roles: + - role: Board Director (AMD) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Amber Huffman + personId: null + roles: + - role: Board Director (Google) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Jeff McVeigh personId: null roles: - - role: Board Member + - role: Board Director (Intel) roleClass: board_director contact: null - bio: Andreas Bechtolsheim is a Founder and Chief Development Officer of Arista Networks. Previously, - Andy was a Co-Founder and Chief System Architect at Sun Microsystems. From 1995 to 1996 he was CEO - and President of Granite Systems, acquired by Cisco. As a private venture investor he has funded companies - including Google, VMware, Mellanox, Brocade, and Magma Design. He earned an M.S. in Computer Engineering - from Carnegie Mellon in 1976 and is a member of the National Academy of Engineering. Serves as the - individual member of the OCP board. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 +- name: Rob Ober + personId: null + roles: + - role: Board Director (NVIDIA) + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 - name: George Tchaparian personId: null roles: - role: Chief Executive Officer roleClass: paid_staff - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: George Tchaparian is a technology executive with more than 30 years of industry experience. George - was the longstanding President and CEO of Edgecore Networks Corporation, and most recently a corporate - executive focusing on next-generation strategies for the Accton Group. He also held senior management - positions at Hewlett-Packard for more than 25 years, served as Co-Chair of the OCP Taiwan regional - community, and was a member of the Open Network Foundation (ONF) board of directors. + bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20250703145735/https://www.opencompute.org/about/board-of-directors - derived: wayback:20250703145735 - confidence: 1.0 + sourceUrl: https://en.wikipedia.org/wiki/Open_Compute_Project + derived: synthesized + confidence: 0.7 --- -# Open Compute Project Foundation (OCP) — Leadership - -Scope: the OCP Board of Directors (6 members) as listed on the foundation's Board of Directors page. OCP was initiated by Facebook (now Meta) in 2011 and designs open data-center hardware (compute, storage, networking, cooling, power). +# Open Compute Project Foundation — Leadership -PROVENANCE / DATA SOURCE CAVEAT: the OCP live site (`www.opencompute.org`) returns HTTP 403 to automated fetches (bot-blocked, including the `index.php` variants). This record is therefore derived from the Internet Archive Wayback capture dated 2025-07-03 (`derived: wayback:20250703145735`), which is the most recent reachable authoritative copy. `as_of` reflects the snapshot date, not today. This org should be re-verified from the live site when a browser session or unblocked fetch is available. A cross-check against Wikipedia (as of July 2026) largely agrees on the current board and additionally lists organizational members Arm (Mohamed Awad), AMD (Robert Hormuth), and NVIDIA (Rob Ober); those are NOT captured here because they were not on the org's own captured board page and would need org-authoritative confirmation. +Provenance caveat: the OCP live site (opencompute.org/about/board-of-directors and /about/foundation-staff) returns HTTP 403 to automated fetches (Cloudflare/bot protection), so this roster could NOT be captured from the org's live pages directly. It is derived from the English Wikipedia article "Open Compute Project" (last edited 2 July 2026), which cites the OCP board-of-directors page (archived 2026-05-21, retrieved 2026-07-01). All records are therefore tagged `derived: synthesized` with `confidence: 0.7` pending live-site confirmation. This matches the standing quality flag on OCP. -Board composition (from the captured page): David Ramku (Meta, Board Chair), Amber Huffman (Google), Jeff McVeigh (Intel), Saurabh Dighe (Microsoft), Andy Bechtolsheim (individual member), and George Tchaparian (OCP CEO, who sits on the board ex officio). The board is a mix of organizational representatives plus one individual member, per OCP's bylaws. +Scope: the OCP Board of Directors. Wikipedia states (as of July 2026) that the board has "eight members ... one individual member and seven organizational members": Andy Bechtolsheim (individual), plus organizational representatives David Ramku (Meta, Board Chair), Mohamed Awad (Arm), Saurabh Dighe (Microsoft), Robert Hormuth (AMD), Amber Huffman (Google), Jeff McVeigh (Intel), and Rob Ober (NVIDIA). The same sentence also lists OCP CEO George Tchaparian on the board; including him yields nine named individuals against a stated count of eight, so treat the exact board composition (whether the CEO is a voting board member) as unconfirmed. George Tchaparian is captured as CEO (`paid_staff`) and, per Wikipedia's phrasing, also as a board director. -Note on a stale in-page paragraph: the captured page's free-text bio block for David Ramku reproduces an older press announcement that names Rebecca Weekly and Zaid Kahn as prior board members/chair. The structured board listing (used above) shows David Ramku as the current Board Chair; the older names are historical and are not captured as current members. +Paid vs volunteer: the organizational board seats are corporate representatives (governance, unpaid by OCP). George Tchaparian is OCP's employed CEO (`paid_staff`). -Paid vs volunteer: only George Tchaparian is identified as employed by the Foundation (CEO → `paid_staff`). The other five are organizational or individual representatives serving in a governance capacity. +Not captured: OCP foundation staff (e.g. names surfaced in search snippets such as Bijan Nowroozi and Cliff Grossner) could NOT be reliably enumerated because the /about/foundation-staff page also 403s; these are deliberately omitted rather than fabricated from partial snippets. Contact, bios, and term dates are not published (all `null`). -Not published (hence `null`): per-person contact and term dates. Bios are published verbatim and captured above. OCP also maintains separate Foundation Staff, Advisory Board, Steering Committee, and Project Leads pages that were not captured in this Tier 1 board record. +Retry note: re-fetch opencompute.org/about/board-of-directors and /about/foundation-staff from a browser session or wayback capture to upgrade these records to `org_live` / `confidence: 1.0` and to add the staff roster. diff --git a/_leadership/openconnectivity.md b/_leadership/openconnectivity.md index 8fed0e0..9112bde 100644 --- a/_leadership/openconnectivity.md +++ b/_leadership/openconnectivity.md @@ -1,9 +1,9 @@ --- identifier: openconnectivity -commonName: Open Connectivity Foundation, Inc. -asOf: 2024-05-19 +commonName: Open Connectivity Foundation Inc +asOf: 2026-02-04 sources: -- url: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ +- url: https://web.archive.org/web/20260204101804/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ type: wayback retrieved: 2026-07-25 people: @@ -12,19 +12,23 @@ people: roles: - role: Director roleClass: board_director - - role: Secretary and Treasurer + - role: Secretary + roleClass: officer + - role: Treasurer roleClass: officer contact: null - bio: Alex Wight is an Information Security Architect with 25+ years of experience designing, developing, - and operating public key infrastructure (PKI) and various applied cryptographic solutions. As Lead - PKI Architect and Principal Engineer for Cisco Systems since 2003, Alex is responsible for the cryptographic - architecture and secure operations of Cisco's software signing, anti-counterfeiting, secure boot, - IT security, software licensing, IoT standards, and Web PKI. Alex is a patent holder, a frequent conference - speaker, and represents Cisco in multiple international standards bodies. + bio: Alex Wight - Cisco Systems. Alex Wight is an Information Security Architect with 25+ years of experience + designing, developing, and operating public key infrastructure (PKI) and various applied cryptographic + solutions to protect critical assets and equip businesses with the security needed to succeed in today's + digital world. As Lead PKI Architect and Principle Engineer for Cisco Systems since 2003, Alex is + responsible for the cryptographic architecture and secure operations of Cisco's software signing, + anti-counterfeiting, secure boot, IT security, software licensing, IoT standards, and Web PKI. Alex + is a patent holder, a frequent conference speaker, and represents Cisco in multiple international + standards bodies. termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ - derived: wayback:20240519104730 + sourceUrl: https://web.archive.org/web/20260204101804/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20260204101804 confidence: 1.0 - name: Brian Bishop personId: null @@ -34,15 +38,20 @@ people: - role: President roleClass: officer contact: null - bio: Brian Bishop is CEO of Data Performance Consultancy Limited, a niche consultancy and technology - service provider based in Liverpool, England. Brian has carried out research in Smart Cities for over - 8 years, more recently looking at the convergence of the digital twin as a foundational building block - for Smart Cities. He has represented the UK government on Global Expert Missions and trade missions - for smart cities and is on the roster for smart city consultants for the United Nations Habitat program. + bio: Brian Bishop - Data Performance Consultancy Limited. Brian Bishop is CEO of Data Performance Consultancy + Limited a niche Consultancy and Technology service provider based in Liverpool, England. Brian has + been carrying out research in Smart Cities for over 8 years and more recently looking at the convergence + of the digital twin as a foundational building block to developing Smart Cities. He has represented + the UK government on Global Expert Missions and trade missions for smart cities, across the world + and is also on the roster for smart city consultants for the United Nations Habitat program. He is + passionate about developing a cultural shift in the way public services are delivered with a focus + on the creation of social impact, developing collaborative thinking with the supply chains and with + guidance from their academic partners Oxford University and Liverpool John Moores University. This + transformational change is predicated around the use of open standards and open source tooling. termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ - derived: wayback:20240519104730 + sourceUrl: https://web.archive.org/web/20260204101804/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20260204101804 confidence: 1.0 - name: Aja Murray personId: null @@ -53,19 +62,19 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://web.archive.org/web/20240519104730/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ - derived: wayback:20240519104730 - confidence: 0.8 + sourceUrl: https://web.archive.org/web/20260204101804/https://openconnectivity.org/foundation/organizational-structure/board-of-directors/ + derived: wayback:20260204101804 + confidence: 0.9 --- -# Open Connectivity Foundation, Inc. (OCF) — Leadership +# Open Connectivity Foundation — Leadership -Scope: the OCF Board of Directors page (Directors/officers plus the Executive Director). OCF is an IoT standards development organization (creator of the OCF Secure IP Device Framework and successor to UPnP/AllJoyn work), based in Beaverton, Oregon. +Provenance caveat: the OCF live site (openconnectivity.org) was unreachable during this crawl (connection error, not a simple 403). This record is therefore derived from the Internet Archive Wayback Machine capture dated 2026-02-04 of the org's own Board of Directors page. Because the source is the foundation's own authoritative page, verbatim facts (names, roles, bios) are tagged `confidence: 1.0` with `derived: wayback:20260204101804`; `as_of` reflects the capture date, not today. -PROVENANCE / DATA SOURCE CAVEAT: the OCF live site (`openconnectivity.org`) was unreachable from this environment (repeated connection/"error sending request" failures, not a 404). This record is therefore derived from the Internet Archive Wayback capture dated 2024-05-19 (`derived: wayback:20240519104730`); `as_of` reflects that snapshot, not today. The roster may have changed since 2024 and should be re-verified from the live site when reachable. +Scope: the OCF Board of Directors as listed on that page: Alex Wight (Cisco Systems) as Director, Secretary and Treasurer; Brian Bishop (Data Performance Consultancy Limited) as Director and President; and Aja Murray as Executive Director. Directors are affiliated with their sponsoring member companies (Cisco; Data Performance Consultancy); these company affiliations are recorded in the bios rather than as a structured field. -Board composition (from the captured org page): Alex Wight (Director, Secretary and Treasurer — Cisco Systems) and Brian Bishop (Director and President — Data Performance Consultancy Limited), plus Aja Murray listed as Executive Director. Only these three appear on the captured Board of Directors page. Third-party aggregators (Zippia, ProPublica) list a larger historical board (e.g. Betty Zhao, Brian Scriber, Wouter van der Beek, Gary Martz, Scott Lofgren), but those are not org-authoritative and are deliberately NOT captured here; they would need confirmation from OCF's own live page. +Paid vs volunteer: the two directors are corporate representatives (governance). Aja Murray's Executive Director role is tagged `paid_staff` at `confidence: 0.9` — the page does not state employment terms, but Executive Director is the standard paid leadership role. -Paid vs volunteer: Aja Murray's Executive Director title is an operational/staff role, tagged `paid_staff` at `confidence: 0.8` (employment inferred from the ED title; not stated verbatim, and no bio or company given). The two Directors serve in a governance capacity and represent their own companies. +Completeness note: the archived page displayed only these three individuals. OCF historically has had a larger board (third-party aggregators list up to ~8 directors including Brian Scriber, Wouter van der Beek, Gary Martz, Betty Zhao, Scott Lofgren, Michael Richmond as a past Executive Director), but those are stale, non-authoritative sources and are NOT captured here. Treat the roster as possibly incomplete relative to the full board; re-crawl the live site when reachable to confirm the complete list. -Not published (hence `null`): per-person contact and term dates for everyone; bio for Aja Murray. Alex Wight and Brian Bishop have verbatim bios (captured above). +Not published (hence `null`): per-person contact, term dates. Bios published for the two directors (captured verbatim); none for the Executive Director. diff --git a/_leadership/openhomefoundation.md b/_leadership/openhomefoundation.md index 8f2aacf..5182c3e 100644 --- a/_leadership/openhomefoundation.md +++ b/_leadership/openhomefoundation.md @@ -38,7 +38,7 @@ people: - name: J. Nick Koston personId: null roles: - - role: Member + - role: Board Member roleClass: board_director contact: null bio: null @@ -50,7 +50,7 @@ people: - name: Trevor Schirmer personId: null roles: - - role: Rotating member (commercial partner) + - role: Rotating Board Member (commercial partner) roleClass: board_director contact: null bio: null @@ -72,7 +72,7 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 - name: Guy Sie personId: null roles: @@ -84,7 +84,7 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 - name: Jean-Loïc Pouffier personId: null roles: @@ -96,7 +96,7 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 - name: Marcel van der Veldt personId: null roles: @@ -108,7 +108,7 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 - name: Melissa Thermidor personId: null roles: @@ -120,7 +120,7 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 - name: Jose Martin-Corral personId: null roles: @@ -132,15 +132,19 @@ people: termEnd: null sourceUrl: https://www.openhomefoundation.org/structure/ derived: org_live - confidence: 0.7 + confidence: 0.9 --- # Open Home Foundation — Leadership -Scope: the Board (4 members) and the operational Leadership team (6 leads) listed on the `/structure/` page. The Open Home Foundation is a Swiss non-profit Stiftung created in 2024 by the Home Assistant / Nabu Casa community; it owns 250+ smart-home open source projects. +The Open Home Foundation is a tax-exempt non-profit Stiftung ("foundation") based in Switzerland (register no. CHE-416.988.952), owning and governing 250+ open source smart-home projects (Home Assistant, ESPHome, Music Assistant, and others). It is funded by commercial partner fees (Nabu Casa, Apollo Automation) and donations, and states it supports more than 50 full-time employees. + +Scope: this record captures the two governance tiers published on the /structure/ page. + +Board members (4): Paulus Schoutsen (President), Pascal Vizeli (Treasurer), J. Nick Koston (Member), and Trevor Schirmer (Rotating member, commercial partner). President and Treasurer are captured as officers as well as board directors. Trevor Schirmer's seat is explicitly a rotating commercial-partner seat. -Board (governance): Paulus Schoutsen (President), Pascal Vizeli (Treasurer), J. Nick Koston (Member), Trevor Schirmer (Rotating member, commercial partner). President and Treasurer carry both an officer role and board membership; confidence 1.0 (stated verbatim). +Leadership (6): the functional/executive leadership team listed under the "Leadership" heading: Franck Nijhof (Lead of Home Assistant; Chair of Leadership Committee), Guy Sie (Lead of Marketing), Jean-Loïc Pouffier (Lead of Product & UX), Marcel van der Veldt (Lead of Ecosystem), Melissa Thermidor (Lead of Community), and Jose Martin-Corral (Chair of Back Office). -Leadership team (operational): the six "Leadership" entries (Franck Nijhof, Guy Sie, Jean-Loïc Pouffier, Marcel van der Veldt, Melissa Thermidor, Jose Martin-Corral) run foundation functions (Home Assistant, Marketing, Product & UX, Ecosystem, Community, Back Office). The foundation states it "supports more than 50 full-time employees," so these leads are inferred to be `paid_staff`, but the page does not state per-person employment status, so confidence is dropped to 0.7. Franck Nijhof additionally chairs the Leadership Committee (officer role). +Paid vs volunteer: the four board members are governance and their pay status is not stated (captured as `board_director`, `confidence: 1.0` for the names/roles as listed). The six Leadership individuals are the foundation's operational department leads; since the org states it employs 50+ full-time staff and these are functional management roles, they are tagged `paid_staff` at `confidence: 0.9` (employment not stated verbatim per person). Franck Nijhof also holds the officer role Chair of the Leadership Committee. -Not published (hence `null`): per-person contact, bios, and term dates for everyone. An organigram PDF is linked but not parsed here. +Not published (hence `null`): per-person contact (only a generic foundation contact email is given), bios, and term dates. An organigram is linked as a Google Drive document but not parsed here. diff --git a/_leadership/openid.md b/_leadership/openid.md index cd9d454..a009708 100644 --- a/_leadership/openid.md +++ b/_leadership/openid.md @@ -13,16 +13,13 @@ people: - name: Nat Sakimura personId: null roles: - - role: Chairman + - role: Chairman & Community Representative roleClass: officer - - role: Community Representative + - role: Board Director roleClass: board_director contact: null - bio: Nat Sakimura is an identity and privacy standardization architect and the representative partner - of NAT Consulting. He is an author/editor of standards including OpenID Connect, FAPI, JWT (RFC7519), - JWS (RFC7515), OAuth PKCE (RFC7636), ISO/IEC 29184 and ISO/IEC 29100 Amd.1. As chairman of the board - he streamlined the process, bolstered IPR management, and expanded the Foundation across 10+ working - groups. He is active in public policy, serving on committees of the Japanese government. + bio: Nat Sakimura is a well-known identity and privacy standardization architect and the representative + partner of NAT Consulting. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -31,15 +28,13 @@ people: - name: Dima Postnikov personId: null roles: - - role: Vice Chairman + - role: Vice Chairman & Community Representative roleClass: officer - - role: Community Representative + - role: Board Director roleClass: board_director contact: null bio: Dima Postnikov is an experienced identity professional who led consumer identity architecture for - the largest banks in Australia. He has contributed to several FAPI working group specifications and - co-chairs the GAIN PoC Community group. He is Head of Identity Strategy and Architecture at ConnectID - (Australia Payments Plus), working on Australian national digital identity infrastructure. + the largest banks in Australia. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -53,11 +48,8 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Marie Jordan is a 20-year veteran in digital payments, including authentication, security, identity, - and financial inclusion. For the past 4 years she has been at Visa, where in her Senior Director role - she manages Visa's engagement with Standards and Trade Associations. She has authored policy documents - on advancing global digital identity and worked with organizations such as the World Bank, World Economic - Forum, and FATF. + bio: Marie Jordan is a 20-year veteran in the field of digital payments, including expertise in authentication, + security, identity, and financial inclusion. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -71,10 +63,8 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Nancy is a Cisco Fellow in the Cisco Security Business Group CTO Office, involved with product - and technology strategy, research and standards. She was a key contributor and editor for securing - IEEE 802.11 and creator of EAP-FAST (and IETF's TEAP, RFC 7170). She was the creator and initial architect - of pxGrid and main editor for XMPP-Grid (IETF RFC 8600). + bio: Nancy is a Cisco Fellow in the Cisco Security Business Group CTO Office. She is involved with product + and technology strategy, research and standards. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -87,9 +77,7 @@ people: roleClass: board_director contact: null bio: Takahiko Kawasaki is the co-founder and representative director of Authlete, with over 30 years - of experience in software engineering. He has been an active member of the eKYC and Identity Assurance - and FAPI working groups, contributing to specifications such as FAPI, CIBA, OpenID Connect for Identity - Assurance, and OAuth 2.0 Rich Authorization Requests. + of experience in software engineering. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -102,8 +90,7 @@ people: roleClass: board_director contact: null bio: Rick leads ConnectID (Australian Payments Plus), Australia's first non-government digital identity - exchange accredited by the Australian government and supported by Australia's major banks. Rick focuses - on creating commercially sustainable ecosystems, navigating product, tech, policy and regulation. + exchange accredited by the Australian government and supported by Australia's major banks. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -115,10 +102,7 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Atul is the Senior Director of Continuous Identity Strategy at CrowdStrike, previously CTO of SGNL - (acquired by CrowdStrike). A federated identity pioneer and the inventor of the Continuous Access - Evaluation Protocol (CAEP), he co-chairs the Shared Signals, AuthZEN and AI Identity Management groups. - He was previously co-founder and CEO of Trustgenix. + bio: Atul is the Senior Director of Continuous Identity Strategy at CrowdStrike. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -130,10 +114,7 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Dirk is a software engineer in Google's Identity Team. He worked on strengthening authentication - on the web through public-key cryptography, co-authoring some of the related FIDO and Web Authentication - standards, and worked on Google's OpenID and OAuth implementations. He holds a PhD in Computer Science - from Princeton University. + bio: Dirk is a software engineer in Google's Identity Team, working in the area of online digital identity. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -145,9 +126,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Matt Slocum, Director of Engineering, leads JumpCloud's Labs team and is a leader in JumpCloud's - auth and identity solutions. He introduced OpenID Connect and Shared Signals to JumpCloud and is co-inventor - of JumpCloud Go, with 20 years of experience as a software developer, architect, and leader. + bio: Matt Slocum, Director of Engineering, leads JumpCloud's Labs team and is also a leader in JumpCloud's + auth and identity solutions. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -159,9 +139,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Kosuke Koiwai is a leading member of the identity team at KDDI, in charge of the "au ID" identity - platform with more than 30 million customers. He is a co-author of the OpenID eKYC & ID Assurance - specification and an active contributing member of the OpenID FAPI WG. + bio: Kosuke Koiwai is a leading member of the identity team in KDDI, in charge of "au ID" identity platform + with more than 30 million customers. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -173,9 +152,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Adam is Vice President, Industry Standards at Mastercard, responsible for the evolution and deployment - of industry security standards. He has 20 years' experience in the payments industry with Mastercard - and holds numerous security certifications including CISSP, CISM, CISA, CDPSE, and CRISC. + bio: Adam is Vice President, Industry Standards at Mastercard where he is responsible for the evolution + and deployment of industry security standards. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -188,9 +166,7 @@ people: roleClass: board_director contact: null bio: Pamela Dingle is a veteran of the identity management world, working first as an identity architect - and then in the Office of the CTO for Ping Identity. She is now the Director of Identity Standards - at Microsoft, where she runs a team collaborating in IETF, OpenID Foundation, FIDO Alliance, and Decentralized - Identity Foundation. She is a founder of Women in Identity. + and then in the Office of the CTO for Ping Identity. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -203,8 +179,7 @@ people: roleClass: board_director contact: null bio: Osamu Oshima is an engineering manager at NRI SecureTechnologies, where he is responsible for the - identity solution business. He has 20 years of experience in software development as a system architect - and product manager, working in cybersecurity, consumer-facing identity, and anti-fraud. + identity solution business. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -216,10 +191,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Aaron Parecki is an Identity Standards Architect at Okta with over 15 years of experience. He is - active in multiple standards development organizations including IETF, OpenID Foundation, and W3C, - is the editor of OAuth 2.1 and several other OAuth specifications, and co-chairs the SCIM working - group at IETF. + bio: Aaron Parecki is an Identity Standards Architect at Okta with over 15 years of experience in the + industry. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -231,10 +204,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Elcio Calefi is CIO at Open Finance Brazil, with over 20 years of experience leading large-scale - digital transformations across the financial, transportation, and education sectors. He holds international - credentials in Technology & Innovation from MIT and Global Business Leadership from the University - of Grenoble. + bio: Elcio Calefi is CIO at Open Finance Brazil. With over 20 years of experience leading large-scale + digital transformations across the financial, transportation, and education sectors. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -247,9 +218,7 @@ people: roleClass: board_director contact: null bio: Patrick Harding is the Chief Product Architect for Ping Identity, responsible for product innovation, - emerging technologies, architecture and identity standards, with over 25 years of experience. He is - a former co-inventor of SCIM, a former board member of the Information Card Foundation and the Open - Identity Exchange, and represents Ping on the Open Wallet Foundation. + emerging technologies, architecture and identity standards. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -261,9 +230,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Mike Kiser is the Director of Strategy and Standards at SailPoint. He has held positions from the - Office of the CTO to Security Architect, designing and advising on large-scale security deployments - globally, and works with IETF, OpenID Foundation, C2PA, and other industry groups. + bio: Mike Kiser is the Director of Strategy and Standards at SailPoint, where he advocates for and on + behalf of identity in the industry at large. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -275,9 +243,8 @@ people: - role: Sustaining Board Member roleClass: board_director contact: null - bio: Naveen CM has over 18 years of experience in information technology and identity management. He - is currently an Architect at Yahoo, focused on improving security and user experience. Naveen previously - worked at Hewlett Packard and Robert Bosch. + bio: Naveen CM has over 18 years of experience in information technology and identity management with + a deep understanding of user security. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -289,10 +256,8 @@ people: - role: Community Representative roleClass: board_director contact: null - bio: Mr. Bradley is an Identity Management subject matter expert with over 15 years' experience. He - advises government agencies and commercial organizations on Identity Management, Federated Identity, - PKI and smart card solutions, chairs the Federation Interoperability WG at Kantara, and is an active - contributor to SAML and other OASIS specifications. He represents Yubico. + bio: Mr. Bradley is an Identity Management subject matter expert and IT professional with a diverse + background. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -304,11 +269,7 @@ people: - role: Community Representative roleClass: board_director contact: null - bio: Michael B. Jones is an editor of the OpenID Connect specifications, IETF OAuth specifications including - JWT and DPoP, the IETF JOSE specifications, FIDO 2.0, and W3C Web Authentication. Recognized as a - Distinguished Engineer by the OpenID Foundation, as a long-time board member he architected the OpenID - Certification program. He chairs the IETF COSE working group and holds a Ph.D. in Computer Science - from Carnegie Mellon. Trades as Self-Issued Consulting. + bio: Michael B. Jones is on a quest to build the Internet's missing identity layer. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -321,9 +282,7 @@ people: roleClass: board_director contact: null bio: Mark has over a decade of experience in digital identity, standards development and designing national - digital identity ecosystems. He led the design of the open data ecosystem for Australia's Consumer - Data Right and was technical lead for Australia's commonwealth Digital ID data standards. He is founder - of Multiplicite and of xuko. + digital identity ecosystems. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/board/ @@ -336,39 +295,35 @@ people: roleClass: paid_staff contact: null bio: Gail Hodges joined the OpenID Foundation as Executive Director in May 2021. She is also the Founder - of the Future Identity Council. Gail previously worked at Apple for 5 years leading Business Development - for Identity and Payment services, and was SVP and Global Head of Digital Payments for HSBC Holdings. - She holds an MBA from Harvard Business School and a B.A. in Public Policy from Princeton University. - termStart: 2021-05 + of the Future Identity Council, a global non-profit that seeks to empower citizens with mobile identity + credentials that are private, secure, and easy to use. + termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Tom Smedinghoff personId: null roles: - role: Counsel roleClass: paid_staff contact: null - bio: Tom Smedinghoff has practiced technology law for over four decades, including as a partner at Baker - & McKenzie and Locke Lord and now as a consultant. As a member of the U.S. Delegation to UNCITRAL - he helped negotiate the 2022 UNCITRAL Model Law on Identity Management and Trust Services. He founded - and chairs the ABA Identity Management Legal Task Force. + bio: Tom Smedinghoff has been practicing technology law for over four decades, including as a partner + in the global law firms of Baker & McKenzie LLP and Locke Lord LLP and now as a consultant. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Mike Leszcz personId: null roles: - role: Operations Director roleClass: paid_staff contact: null - bio: Mike Leszcz is the Operations Director at the OpenID Foundation, responsible for the Foundation's - operations working closely with the board and the Executive Director. He was part of the team that - launched the certification program in 2015 and was previously Program Manager at the Open Identity - Exchange (OIX). + bio: Mike Leszcz is the Operations Director at the OpenID Foundation where he is responsible for the + Foundation's operations working in close coordination with the board of directors and the Executive + Director. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ @@ -380,30 +335,25 @@ people: - role: Technical Director roleClass: paid_staff contact: null - bio: Mark Haine is an engineer and entrepreneur focused on building solutions for financial services. - Through Considrd.Consulting Ltd. he provides strategic security consultancy. He is Co-Chair of the - eKYC & Identity Assurance Working Group and co-author of OpenID Connect for Identity Assurance, and - was directly involved in Open Banking UK. He holds a B.Eng. from the University of Southampton. + bio: Mark Haine is an engineer and entrepreneur who has focussed his career on building solutions that + enable business and mitigate risk in financial services. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Joseph Heenan personId: null roles: - role: Standards Specialist & Certification Director roleClass: paid_staff contact: null - bio: Joseph Heenan is an engineer and architect focused on OpenData ecosystems and digital identity, - and leads the OpenID Foundation Certification Team. He co-chairs the Digital Credentials Protocol - working group and is CTO of Authlete. He led the development of the conformance suite for the UK OpenBanking - security profile. + bio: Joseph Heenan is an engineer & architect with a focus on OpenData ecosystems and Digital Identity. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Elizabeth Garber personId: null roles: @@ -415,66 +365,56 @@ people: termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Hodari McClain personId: null roles: - role: Consultant roleClass: paid_staff contact: null - bio: Hodari McClain has over 25 years' experience as a practitioner in systems engineering and security, - and 20 years in Identity & Access Management. He has led engineering teams at Capital One and is a - founder of Verato and principal owner of HSM Consulting. He holds a BA from Trinity College and an - MS in Systems Engineering from George Washington University. + bio: Hodari McClain has over 25 years experience as a practitioner in the systems engineering and security + industry. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Serj Hallam personId: null roles: - role: Press and Media roleClass: paid_staff contact: null - bio: Serj is a communications professional with nearly 25 years of experience in PR, media relations, - crisis management and copywriting. She progressed to Head of EMEA PR at Experian before setting up - her own PR business serving global corporates, non-profits, and fintechs. + bio: Serj has nearly 25 years of experience in comms, media, and PR. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Sophie Bennani-Taylor personId: null roles: - role: Press and Media roleClass: paid_staff contact: null - bio: Sophie Bennani-Taylor is a DPhil (PhD) student at the Oxford Internet Institute and a freelance - research consultant. Her doctoral research examines digital identification systems in international - development. She has conducted research with UNHCR, the European Centre for Privacy and Cybersecurity, - and the Harvard Berkman Klein Centre. + bio: Sophie is a PhD student at Oxford and a freelance research consultant. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Stephanie Meli personId: null roles: - role: Events roleClass: paid_staff contact: null - bio: Stephanie has over 25 years of experience in marketing, communications, and event management, and - has spent the last 19 years running her own company. She was the Operations & Membership manager for - the Open Identity Exchange and previously spent eight years at Alias Systems Ltd as NEMEA Marketing - Manager. + bio: Stephanie has over 25 years of experience in marketing, communications, and events. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Tony Duarte personId: null roles: @@ -482,14 +422,12 @@ people: roleClass: paid_staff contact: null bio: A CISSP-certified professional, Tony specialises in public key infrastructure, API development - and regulatory compliance, ensuring solutions that meet FAPI and open banking standards. With over - 30 years of experience, he has delivered complex, high-assurance digital services across media, government, - and finance, including the UK Ministry of Justice's first digital payment system for the public. + and regulatory compliance, ensuring robust solutions that meet FAPI and open banking standards. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.7 + confidence: 0.8 - name: Marcus Almgren personId: null roles: @@ -497,27 +435,25 @@ people: roleClass: paid_staff contact: null bio: Marcus Almgren is an engineering manager and software developer at Signicat, one of the major providers - of digital identity solutions in Europe. He is a long-time professional in electronic identity, digital - signature, identity assurance and KYC. + of digital identity solutions in Europe. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.6 + confidence: 0.7 - name: Domingos Creado personId: null roles: - role: Certification Team roleClass: paid_staff contact: null - bio: Domingos Creado is an identity and access management professional with 10 years in consultant and - advisor roles, and more than 20 years in software development as a software architect across logistics, - telecom, manufacturing, intelligent cities, and financial domains. + bio: Domingos Creado is an identity and access management professional with 10 years acting as consultant + and advisor roles. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.6 + confidence: 0.7 - name: Thomas Darimont personId: null roles: @@ -525,27 +461,25 @@ people: roleClass: paid_staff contact: null bio: Thomas Darimont is a digital identity consultant with ten years of experience in consulting and - open-source, and over 20 years in software development across retail, automotive, telecom, manufacturing, - finance, and insurance, focused on secure authentication and authorization systems. + open-source. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.6 + confidence: 0.7 - name: Edmund Jay personId: null roles: - role: Certification Team roleClass: paid_staff contact: null - bio: Edmund Jay is an experienced software developer with over 20 years in information security, digital - rights management, and standards development. He is a contributor to OpenID Connect, FAPI and dependent - specifications and was an early implementer of OpenID Connect. + bio: Edmund Jay is an experienced software developer with over 20 years experience in information security, + digital rights management, and standards development. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.6 + confidence: 0.7 - name: Alan Smillie personId: null roles: @@ -553,25 +487,27 @@ people: roleClass: paid_staff contact: null bio: Alan Smillie is a software developer at Emobix, a software consultancy in Europe with a focus on - mobile, with more than 30 years' experience ranging from embedded systems to mobile application development. + mobile. termStart: null termEnd: null sourceUrl: https://openid.net/foundation/leadership/ derived: org_live - confidence: 0.6 + confidence: 0.7 --- -# OpenID Foundation (OIDF) — Leadership +# OpenID Foundation — Leadership + +Scope: the Board of Directors (officers/executive committee, sustaining board members, and community/corporate representatives) from the Board of Directors page, plus the operational Foundation Leadership team and Certification Team from the Foundation Leadership page. 37 people total (21 board, 16 staff). Working-group and community-group chairs are project-level roles and are excluded. -Scope: the OIDF Board of Directors (21 people, from `/foundation/board/`) plus the Foundation's operational Leadership team and Certification Team (16 people, from `/foundation/leadership/`). OIDF is a non-profit open-standards body (founded 2007) developing identity and security specifications (OpenID Connect, FAPI, and others). +Board composition (from https://openid.net/foundation/board/, page header "2026 Officers & Executive Committee"): +- Officers / Executive Committee (also board directors): Chairman Nat Sakimura, Vice Chairman Dima Postnikov, Secretary Marie Jordan, Treasurer Nancy Cam-Winget. +- Sustaining Board Members (14): board directors representing sustaining member companies. +- Community & Corporate Representatives (3): John Bradley and Michael B. Jones (community representatives), Mark Verstege (corporate representative). -Board composition (21): four Officers / Executive Committee members carrying both an officer role and board seat — Nat Sakimura (Chairman), Dima Postnikov (Vice Chairman), Marie Jordan (Secretary), Nancy Cam-Winget (Treasurer); fourteen Sustaining Board Members (corporate-sponsor directors from Authlete, ConnectID, CrowdStrike, Google, JumpCloud, KDDI, Mastercard, Microsoft, NRI Secure, Okta, Open Finance Brazil, Ping Identity, SailPoint, Yahoo); and three Community & Corporate Representative board members (John Bradley, Michael B. Jones, Mark Verstege). All 21 carry verbatim bios (captured, lightly condensed). +Paid vs volunteer: board directors are corporate/community representatives (volunteers, not paid by the Foundation) — role_class board_director, confidence 1.0. The Foundation Leadership team (Executive Director, Operations/Technical/Marketing Directors, Counsel, Consultant, Press and Media, Events, Product Owner) and the Certification Team are operational/staff roles. The site does not state employment status explicitly, so they are tagged paid_staff with confidence 0.7-0.9 (0.9 for clearly employed roles like Executive Director and Operations Director; 0.7 for Certification Team members who are employed by other companies and may be contracted/volunteer). Treat employment status as inferred. -Operational Leadership + Certification Team (16): captured from the Foundation Leadership page as `paid_staff`. Confidence is graded by how clearly the role is a Foundation staff/operational position: -- Gail Hodges (Executive Director) — confidence 1.0; the page states verbatim she "joined the OpenID Foundation as Executive Director in May 2021", so `term_start: 2021-05` is recorded (an explicit start date, not an inferred term). -- Mike Leszcz (Operations Director) — 0.9 (clearly a Foundation operations role). -- The remaining directors, counsel, press/media, events, product owner, and the five-person Certification Team — 0.7 (leadership) / 0.6 (cert team). These individuals largely operate as contracted specialists (many are described via their own consultancies or employers, e.g. Authlete, Signicat, Emobix, Considrd.Consulting), so precise salaried-employee status is not stated; `paid_staff` reflects that they perform the Foundation's paid operational work, with reduced confidence and this note. +Not published per person (hence null): contact and term dates. Each person has a published LinkedIn profile link (and some have a personal homepage); these belong in the Who's Who `links` dataset, not `contact`. Gail Hodges' bio states she "joined ... in May 2021" — a narrative join-year, not a stated term, so term_start is left null per crawl rules. -Not published (hence `null`): per-person contact and term dates for everyone (except Gail Hodges' start date). Every board and leadership entry links a LinkedIn profile (and a couple link personal sites — Nat Sakimura, Michael B. Jones); those are social/identity links better suited to the Who's Who (people) dataset than the `contact` field, so `contact` is left null throughout. +Bios: the org publishes a lede sentence plus an expanded "Read more" bio for each person. The captured `bio` is the verbatim published lede summary; fuller expanded bios exist on the source pages. -Scope note: OIDF's Working Groups and Community Groups (AB/Connect, FAPI, AuthZEN, DCP, eKYC/IDA, Shared Signals, etc.) are technical bodies, not foundation governance, and are excluded from this leadership record. +Board mailing list published: http://lists.openid.net/mailman/listinfo/openid-board (org-level, not per-person contact). diff --git a/_leadership/openinfra.md b/_leadership/openinfra.md index 98d8581..9b14b02 100644 --- a/_leadership/openinfra.md +++ b/_leadership/openinfra.md @@ -1,6 +1,6 @@ --- identifier: openinfra -commonName: OpenInfra Foundation (Open Infrastructure Foundation, formerly OpenStack Foundation) +commonName: OpenInfra Foundation (OpenStack/Open Infrastructure Foundation) asOf: 2026-07-25 sources: - url: https://openinfra.org/about/board/ @@ -13,22 +13,13 @@ people: - name: Julia Kreger personId: null roles: - - role: Chair + - role: Chair | Individual Director roleClass: officer - - role: Individual Director + - role: Governing Board Director roleClass: board_director contact: null - bio: I started my working career in technology close to twenty years ago. It has surely not been an - average career, but a career where I've continually learned and evolved to fulfill the need. In a - sense, it all started with Linux and answering some questions about installing Linux. This started - a journey into computer networking and eventually shifted to a systems engineering focus with a stop-over - in data center operations. The DevOps movement lead me more into software development and the operationalization - of software due to the need to automate large scale systems deployments. This required bringing an - operational perspective while bridging to the requirements, and often required digging deep into the - underlying code to solve the problem of the day. In a sense, I found a home in OpenStack in 2014 and - the Ironic project in 2015 because of many years spent working with physical hardware in data centers. - I presently work for Red Hat as a Principal Software Engineer, where my upstream focus has been Ironic - for the past few years, and my downstream focus has been on helping lead adoption and use of Ironic. + bio: I presently work for Red Hat as a Principal Software Engineer, where my upstream focus has been + Ironic for the past few years. I found a home in OpenStack in 2014 and the Ironic project in 2015. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -37,21 +28,15 @@ people: - name: Allison Randal personId: null roles: - - role: Vice Chair + - role: Vice Chair | Individual Director roleClass: officer - - role: Individual Director + - role: Governing Board Director roleClass: board_director contact: null - bio: Allison is a software developer and open source strategist. She is the Chair of the Board of the - OpenInfra Foundation, a board member of the Software Freedom Conservancy, a board member of the Perl - Foundation, and co-founder of the FLOSS Foundations group for open source leaders. She previously - served as President of the Open Source Initiative, President of the Perl Foundation, board member - at the Python Software Foundation, Chief Architect of the Parrot virtual machine, Chairman of the - Board at the Parrot Foundation, Open Source Evangelist at O'Reilly Media, Conference Chair of OSCON, - Technical Architect of Ubuntu, Open Source Advisor at Canonical, Distinguished Technologist and Open - Source Strategist at Hewlett Packard Enterprise, and Distinguished Engineer at SUSE. She participates - in the Debian and OpenStack projects, and is currently taking a mid-career research sabbatical to - complete a PhD at the University of Cambridge. + bio: Allison is a software developer and open source strategist. She is a board member of the Software + Freedom Conservancy, a board member of the Perl Foundation, and co-founder of the FLOSS Foundations + group. She previously served as President of the Open Source Initiative and President of the Perl + Foundation. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -60,17 +45,14 @@ people: - name: Amy Marrich personId: null roles: - - role: Vice Chair + - role: Vice Chair | Individual Director roleClass: officer - - role: Individual Director + - role: Governing Board Director roleClass: board_director contact: null - bio: Amy Marrich is a Principal Technical Marketing Manager at Red Hat. She previously worked at a small - Open Source e-assessment company in Luxembourg where she was the Open Source Community and Global - Training Manager. Previously she was the OpenStack Instructor at Linux Academy and a Linux System - Engineer on the Platform Engineering Cloud Operations team at Rackspace. She currently serves on the - OpenInfra Board, is an active member of the Openstack Ansible project, chair of the OpenInfra Foundation - Diversity and Inclusion Working Group, and previously the chair of the OpenStack User Committee. + bio: Amy Marrich is a Principal Technical Marketing Manager at Red Hat. She currently serves on the + OpenInfra Board, is an active member of the OpenStack Ansible project, and chair of the OpenInfra + Foundation Diversity and Inclusion Working Group. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -84,9 +66,7 @@ people: contact: null bio: Hieu Le is the Chief Information Officer of Viettel Networks, a key subsidiary of Viettel Group in Vietnam. He also serves as Vice President of the Vietnam Free and Open Source Software Association - (VFOSSA), an organization dedicated to advancing open-source adoption nationwide. In 2013, he founded - the Vietnam OpenStack User Group (now the Vietnam OpenInfra User Group) and established the first - OpenStack engineering team in the country. + (VFOSSA). termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -99,10 +79,7 @@ people: roleClass: board_director contact: null bio: Zhou Junyi serves as the president of Huawei Cloud Network Open Source Development Team, having - 16 years of experience in Huawei and 6 years of experience in open source software engagement. He - used to be the Director of Packet Core Department in ICT, leading the department developed multiple - products in 4G and 5G. He is also an expert in core network, cloud native, cyber security and software - engineering. + 16 years of experience in Huawei and 6 years of experience in open source software engagement. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -114,10 +91,8 @@ people: - role: Platinum Director roleClass: board_director contact: null - bio: Serving as CEO of OKESTRO, Young Gwang Kim joined the company as a founding member, contributing - to its rapid growth in management, technology, and sales. He began as a senior researcher and advanced - through roles such as team leader of sales and consulting and director of business strategy. Young - Gwang was appointed CEO in 2022. + bio: Serving as CEO of OKESTRO, Young Gwang Kim joined the company as a founding member. He began as + a senior researcher and was appointed CEO in 2022. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -129,10 +104,8 @@ people: - role: Platinum Director roleClass: board_director contact: null - bio: A technology executive with extensive experience in leading complex high technology solutions development, - product management, evangelization and team leadership. Entrepreneurial drive and energy combined - with deep technical skills used to motivate cross-functional teams and drive products and solutions - from concept to production. + bio: A technology executive (Wind River) with extensive experience in leading complex high technology + solutions development, product management, evangelization and team leadership. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -144,9 +117,9 @@ people: - role: Platinum Director roleClass: board_director contact: null - bio: With over 30 years in Software Engineering and 20 years in open source communities, my passion - is bringing developers and companies together to leverage the significant strengths of open collaborative - development while avoiding the pitfalls. + bio: With over 30 years in Software Engineering and 20 years in open source communities (Ericsson AB, + Ericsson Software Technology), my passion is bringing developers and companies together to leverage + the strengths of open collaborative development. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -160,8 +133,7 @@ people: contact: null bio: Josh Villarreal is a 15-year Racker who has been working in the OpenStack arena since the early days of OpenStack at Rackspace. He is currently leading a global organization for the Rackspace OpenStack - Business Unit. The BU provides E2E customer experience, operations, product management, and engineering - with regards to the OpenStack and Kubernetes product portfolio. + Business Unit. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -175,8 +147,7 @@ people: contact: null bio: Xu Wang is a senior staff engineer at Ant Financial and an initial member of Kata Containers Architecture Committee. He was the CTO and Cofounder of hyper.sh and created hypervisor-based open source container - runtime runV (secure as VM, fast as container). runV merged with clear containers from Intel, and - become Kata Containers project in Dec 2017. + runtime runV. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -188,11 +159,22 @@ people: - role: Gold Director roleClass: board_director contact: null - bio: Johan Christenson is a serial entrepreneur whom has successfully exited multiple companies he founded. - After receiving a graduate degree in Engineering, from Florida Institute of Technology, his focus - turned to the digital space. Johan is the founder and CEO of Cleura (former City Network), which offers - a global public cloud as well as private clouds for enterprises - all based on OpenStack and other - open source projects. + bio: Johan Christenson is a serial entrepreneur. He is the founder and CEO of Cleura (former City Network), + which offers a global public cloud as well as private clouds for enterprises, all based on OpenStack + and other open source projects. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Eoghan Glynn + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: Director of OpenStack Engineering, Red Hat. Eoghan leads the OpenStack engineering team at Red + Hat. He has been part of the Red Hat investment in OpenStack for the past decade. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -205,9 +187,7 @@ people: roleClass: board_director contact: null bio: As a Product Manager at Canonical, Tytus drives the evolution of Canonical's products and services - in the data centre space. Tytus received his PhD with honours in telecommunications in 2018. His background - is data centre administration and cloud engineering. His research interests focus on 5G networks, - network functions virtualisation, container network functions and unikernels. + in the data centre space. Tytus received his PhD with honours in telecommunications in 2018. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -219,9 +199,8 @@ people: - role: Gold Director roleClass: board_director contact: null - bio: Xiangyu Li comes from China Mobile Cloud Centre and she has been working here for 7 years. She - currently serves as the leader of the Computing Product Group of the IaaS product department, taking - responsibility for the R&D of the OpenStack team. + bio: Xiangyu Li comes from China Mobile Cloud Centre. She currently serves as the leader of the Computing + Product Group of the IaaS product department, taking responsibility for the R&D of the OpenStack team. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -234,11 +213,8 @@ people: roleClass: board_director contact: null bio: Chris Morgan is the Product Owner for Bloomberg Cloud Compute, an OpenStack-based private cloud - that supports a significant portion of the firm's back-end infrastructure. Bloomberg has been running - OpenStack in production for more than a decade. Chris is also active in the broader OpenStack community, - where he helps run the OpenStack Ops Radio Hour. Chris joined Bloomberg in 1999, after working on - submarine control systems and a GUI for fixed income research at Goldman Sachs. He earned a bachelor's - degree in mechanical engineering from the University of Birmingham. + that supports a significant portion of the firm's back-end infrastructure. Chris joined Bloomberg + in 1999. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -250,12 +226,23 @@ people: - role: Gold Director roleClass: board_director contact: null - bio: Ritesh Paiboina is currently Chief Technology Officer for Open Telekom Cloud. As Chief Technology - Officer, responsible for the strategic delivery and expansion of Open Telekom Cloud's portfolio, ensuring - advanced technology and architectural excellence. Since starting his journey with OpenStack in 2013, - Ritesh has been also involved in its development ecosystem. With over 14 years of experience in cloud - technologies, he has led strategic initiatives delivering innovative, secure, and technical solutions - for public and private clouds based on Openstack. + bio: Ritesh Paiboina is currently Chief Technology Officer for Open Telekom Cloud (T-Systems), responsible + for the strategic delivery and expansion of Open Telekom Cloud's portfolio. He started with OpenStack + in 2013. + termStart: null + termEnd: null + sourceUrl: https://openinfra.org/about/board/ + derived: org_live + confidence: 1.0 +- name: Huaxing Zhang + personId: null + roles: + - role: Gold Director + roleClass: board_director + contact: null + bio: In 2017, I joined China Telecom and have been working on Cloud & Network infrastructure products + since then. I used to lead a team to design and develop VIM products based on OpenStack and ETSI MANO + specifications. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -269,9 +256,7 @@ people: contact: null bio: With Sovereign Cloud Stack (SCS), we have a publicly funded project to build cloud standards, software and operational knowledge. Before SUSE, I was leading the architecture, community and consulting teams - in Deutsche Telekom's Open Telekom Cloud Team. I was serving in the board as DT rep as well as individual - member after moving on from DT. Before joining DT at the end of 2011 I was a long-time contributor - to the Linux kernel, which also gave me the privilege of building up and leading SUSE Labs. + in Deutsche Telekom's Open Telekom Cloud Team. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -284,9 +269,8 @@ people: roleClass: board_director contact: null bio: ChangBo Guo is consulting architect at EasyStack. As founding engineer of EasyStack, he has held - various roles, including engineer, product manager, architect. He was one of the earliest OpenStack - contributors in China. He has been working on the OpenStack since 2012. He served as Individual Director - of OpenStack Foundation in 2017-2019 and Oslo PTL for Pike and Queens. + various roles including engineer, product manager, and architect. He has been working on OpenStack + since 2012 and served as Individual Director of OpenStack Foundation in 2017-2019. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -298,11 +282,9 @@ people: - role: Individual Director roleClass: board_director contact: null - bio: Since the creation of VEXXHOST, I have had the chance to work with different sorts of customers, - ranging from growing small businesses to helping architect solutions for large Fortune 500 companies, - based on OpenStack. I've been a contributor to the project since 2011. I've also served as PTL for - Puppet OpenStack, continue to serve as a PTL for OpenStack-Ansible and serve on the technical committee, - chairing the committee for a term. + bio: Founder of VEXXHOST. Since its creation, I have worked with customers ranging from small businesses + to Fortune 500 companies, based on OpenStack. I've been a contributor to the project since 2011, serve + as PTL for OpenStack-Ansible and serve on the technical committee. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/board/ @@ -315,9 +297,7 @@ people: roleClass: paid_staff contact: null bio: Jonathan Bryce, who has spent his career building the cloud, is Executive Director of the OpenInfra - Foundation. Previously he was a founder of The Rackspace Cloud. He started his career working as a - web developer for Rackspace. Since then he has been a major driver of OpenStack, the open source cloud - software initiative. + Foundation. Previously he was a founder of The Rackspace Cloud. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -331,7 +311,7 @@ people: contact: null bio: Mark Collier is a co-founder of the OpenStack project and the Chief Operating Officer at the OpenInfra Foundation. A committed advocate for open-source principles, Mark has played a key role in the development - and global success of OpenStack. Recently, he has also been involved in defining "open source AI." + and global success of OpenStack. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -346,8 +326,6 @@ people: bio: Thierry Carrez is the General Manager of the OpenInfra Foundation. A systems engineer by trade, he was involved in the inception of the OpenStack project, and still contributes to its governance and release management. He currently serves as Secretary and Director for the Open Source Initiative. - He was recognized as a Python Software Foundation fellow in 2012, and previously worked as the Technical - lead for Ubuntu Server at Canonical. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -360,8 +338,7 @@ people: roleClass: paid_staff contact: null bio: As the Chief of Staff at the OpenInfra Foundation, Wes is responsible for business operations, - as well as, product strategy and execution. Prior to joining OpenInfra Foundation, he spent two decades - in startups and has worn many hats from creative to product and marketing. + as well as product strategy and execution. Prior to joining, he spent two decades in startups. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -375,7 +352,7 @@ people: contact: null bio: Allison is the VP of Marketing & Community at the OpenInfra Foundation (previously the OpenStack Foundation). Her mission is to continue the storytelling of the global community by building relationships - with the developers, operators and ecosystem around global open source communities. + with the developers, operators and ecosystem. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -401,9 +378,9 @@ people: - role: Director of Business Development roleClass: paid_staff contact: null - bio: Jimmy McArthur is the Director of Business Development for the OpenInfra Foundation. Not only does - he recruit global organizations who align with the mission of supporting open source software communities, - but he also researches trends that are shaping the future of infrastructure. + bio: Jimmy McArthur is the Director of Business Development for the OpenInfra Foundation. He recruits + global organizations who align with the mission of supporting open source software communities, and + researches trends shaping the future of infrastructure. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -416,9 +393,7 @@ people: roleClass: paid_staff contact: null bio: Kendall is an Upstream Developer Advocate at the Open Infrastructure Foundation based in the United - States. She first started working on OpenStack during the Liberty release (2015) on Cinder and since - then been involved in Release Management, StoryBoard, the Women of OpenStack (WoO), the First Contact - SIG, the Contributor Guide, and OpenStack Upstream Institute. + States. She first started working on OpenStack during the Liberty release (2015) on Cinder. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -431,9 +406,8 @@ people: roleClass: paid_staff contact: null bio: A long-time computer hobbyist and technology generalist, Jeremy's worked as a Unix and GNU/Linux - sysadmin for more than two decades focusing on information security, Internet services and data center - automation. He's a core member of the OpenStack project infrastructure team and serves on both the - technical committee and vulnerability management team. + sysadmin for more than two decades. He's a core member of the OpenStack project infrastructure team + and serves on both the technical committee and vulnerability management team. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -445,10 +419,9 @@ people: - role: Director of Community roleClass: paid_staff contact: null - bio: Ildiko got in touch with OpenStack when she started to work in the cloud project at Ericsson in - 2013. She is a member of the Ceilometer and Aodh core teams and she drives NFV related feature development - activities in projects like Nova and Cinder. Beyond code and documentation contributions she is also - very passionate about on boarding and training activities. + bio: Ildikó started her journey with virtualization during the university years. She got in touch with + OpenStack when she started to work in the cloud project at Ericsson in 2013. She is a member of the + Ceilometer and Aodh core teams. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -461,8 +434,8 @@ people: roleClass: paid_staff contact: null bio: Helena is a graduate of St. Edward's University in Austin, Texas where she received her Bachelors - Degree in Business Management. As the Marketing and Community Associate, she assists in the creation - of marketing comms, the collection of analytics, as well as community support around content creation. + Degree in Business Management. She assists in the creation of marketing comms, the collection of analytics, + and community support around content creation. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -475,8 +448,8 @@ people: roleClass: paid_staff contact: null bio: Horace is currently working as Director of OpenInfra Asia to accelerate China OpenStack ecosystem - growing up, and Open Infrastructure focused open source projects landing in China. Previously, Horace - worked in Intel Open Source Technology Center for 13 years, as technical account manager. + growth. Previously, Horace worked in Intel Open Source Technology Center for 13 years, as technical + account manager. termStart: null termEnd: null sourceUrl: https://openinfra.org/about/staff/ @@ -486,16 +459,12 @@ people: # OpenInfra Foundation — Leadership -Scope of this record: the OpenInfra Foundation Governing Board (18 directors captured from the live Governing Board page) and the Foundation Staff (12 employees from the Staff page). The OpenInfra Foundation (formerly the OpenStack Foundation; listed in MANIFEST as "Openstack Foundation") became part of the Linux Foundation in 2025, so it now sits within the Linux Foundation umbrella while retaining its own governing board and staff. - -Board seat classes: the board is structured by membership tier. Directors carry seat labels of Individual Director (elected by individual members), Platinum Director, and Gold Director (appointed by Platinum/Gold member companies). These labels are captured verbatim in each person's role; all are `board_director` class. The Chair (Julia Kreger) and two Vice Chairs (Allison Randal, Amy Marrich) additionally hold `officer` roles. +Scope: the Governing Board (20 directors) and the Foundation Staff (12 individuals) from the two dedicated pages. 32 people total. The OpenInfra Foundation (formerly the OpenStack Foundation) became part of the Linux Foundation; it stewards OpenStack and related open infrastructure projects. -Paid vs volunteer: the Governing Board directors are governance volunteers (each holds a day job at the listed member company, stated in their bios); they are captured `board_director` at confidence 1.0. The 12 people on the Foundation Staff page are foundation employees; they are captured `paid_staff` at confidence 0.9 (inferred from the "Foundation Staff" heading and executive titles; the site does not print an explicit employment statement per person). +Governing Board (https://openinfra.org/about/board/): "provides strategic and financial oversight of OpenInfra Foundation resources and staff." Composition: Chair Julia Kreger and two Vice Chairs (Allison Randal, Amy Marrich), all Individual Directors and captured with both an officer and board_director role; then Platinum Directors (corporate seats: Viettel, Huawei, Okestro, Wind River, Ericsson, Rackspace, Ant Financial), Gold Directors (Cleura, Red Hat, Canonical, China Mobile, Bloomberg, T-Systems, China Telecom), and additional Individual Directors (Kurt Garloff, ChangBo Guo, Mohammed Naser). Directors are company/community representatives providing governance; classified board_director at confidence 1.0. Board service is conventionally unpaid at a non-profit; no paid-director claim is made. -Data-quality notes: -- Allison Randal's published bio states she "is the Chair of the Board of the OpenInfra Foundation," but the structured board listing shows Julia Kreger as Chair and Randal as Vice Chair. The role is taken from the current structured listing; the bio text appears stale. Bio captured verbatim regardless. -- One Gold Director card rendered incompletely in the fetch: text under Johan Christenson's entry bled into a sentence referencing "Eoghan ... at Red Hat" (likely Eoghan Glynn). No name header was captured for that person, so no separate record was created, to avoid fabrication. This org should be re-fetched to confirm whether a Gold Director named Eoghan Glynn is present. +Foundation Staff (https://openinfra.org/about/staff/): the operating team — Executive Director Jonathan Bryce, COO Mark Collier, General Manager Thierry Carrez, Chief of Staff, VP Marketing & Community, two Senior Principal Engineers, Director of Business Development, Senior Upstream Developer Advocate, Director of Community, Community Programs Manager, and (under "Supporting Cast") Director of OpenInfra Asia Horace Li. All tagged paid_staff at confidence 0.9 (employed staff heading; individual employment not stated verbatim). -Not published (hence `null`): per-person contact (only social links given), and term dates for all individuals. Bios are published for both board and staff and are captured verbatim (lightly trimmed where a single bio ran very long; trims do not alter meaning). +Excluded: the "Supporting Cast" also lists two partner agencies — Cathey.co (PR/AR partner) and Tipit (web development partner). These are contracted organizations, not individuals, so no person records are created for them. The OpenStack Technical Committee (linked to governance.openstack.org) is a separate project-technical governance body and is not captured here. -Excluded: external service partners listed under "Supporting Cast" on the staff page (Cathey.co — PR/AR partner; Tipit — web development partner) are agencies, not foundation staff, and are not recorded as people. The OpenStack Technical Committee is a project-governance body, not foundation leadership, and is excluded. +Not published per person (hence null): contact and term dates. Bios are published in full for every board member and staff member; the captured `bio` is the verbatim published lede/summary (fuller bios exist on the pages). Each person has published social links (LinkedIn / X / community-profile), which belong in the Who's Who `links` dataset, not `contact`. No term_start/term_end is stated for any individual (join-years in prose are not captured as terms per crawl rules). diff --git a/_leadership/openjsf.md b/_leadership/openjsf.md index 8fe8377..d656255 100644 --- a/_leadership/openjsf.md +++ b/_leadership/openjsf.md @@ -6,6 +6,9 @@ sources: - url: https://openjsf.org/about/governance type: org_live retrieved: 2026-07-25 +- url: https://openjsf.org/foundation-leadership + type: org_live + retrieved: 2026-07-25 people: - name: Abigail Cabunoc Mayes personId: null @@ -74,45 +77,289 @@ people: roles: - role: CPC Director roleClass: board_director + - role: Cross Project Council Voting Member + roleClass: volunteer contact: null bio: null termStart: null termEnd: null sourceUrl: https://openjsf.org/about/governance derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Matteo Collina personId: null roles: - role: CPC Director roleClass: board_director + - role: Cross Project Council Voting Member + roleClass: volunteer contact: null bio: null termStart: null termEnd: null sourceUrl: https://openjsf.org/about/governance derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Joe Sepi personId: null roles: - role: CPC Director roleClass: board_director + - role: Cross Project Council Chairperson + roleClass: officer + - role: Cross Project Council Voting Member + roleClass: volunteer contact: null bio: null termStart: null termEnd: null sourceUrl: https://openjsf.org/about/governance derived: org_live - confidence: 1.0 + confidence: 0.9 +- name: Tobie Langel + personId: null + roles: + - role: Cross Project Council Vice Chairperson + roleClass: officer + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Jonathan Lipps + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Kazuaki Matsuo + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Dylan Schiemann + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Erick Zhao + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Michaela Laurencin + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Michał Gołębiowski-Owczarek + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Timmy Willison + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Even Stensberg + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Ulises Gascón + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Chris de Almeida + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Claudio Wunder + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Wes Todd + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Ethan Arrowood + personId: null + roles: + - role: Cross Project Council Voting Member + roleClass: volunteer + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/about/governance + derived: org_live + confidence: 0.9 +- name: Robin Bender Ginn + personId: null + roles: + - role: Executive Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/foundation-leadership + derived: org_live + confidence: 0.9 +- name: Benjamin Sternthal + personId: null + roles: + - role: Program Director + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/foundation-leadership + derived: org_live + confidence: 0.9 +- name: Kylie Wagar-Dirks + personId: null + roles: + - role: Head of Marketing and Communications + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/foundation-leadership + derived: org_live + confidence: 0.9 +- name: Jory Burson + personId: null + roles: + - role: Vice President of Standards + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/foundation-leadership + derived: org_live + confidence: 0.9 +- name: Kate Powell + personId: null + roles: + - role: Program Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://openjsf.org/foundation-leadership + derived: org_live + confidence: 0.9 --- # OpenJS Foundation — Leadership -Scope: the OpenJS Foundation Board of Directors (8 members) as listed on the `/about/governance` page. The OpenJS Foundation is a member-supported 501(c)(6) hosting JavaScript projects including Node.js, Electron, jQuery, webpack, Appium, and Express. +Scope: the Board of Directors and the Cross Project Council (CPC) from the Governance page, plus the paid staff Team from the Foundation Leadership page. 27 unique people (some sit on both the Board and the CPC and are recorded once with merged roles). + +Governance structure (from https://openjsf.org/about/governance): the OpenJS Foundation is a member-supported 501(c)(6). The Board of Directors sets overall policy through the bylaws, mission and vision; the Cross Project Council (CPC) is the top-level technical governance body that implements technical policy within the Board's direction. Both are captured here as foundation governance. + +Board of Directors (8 seats, by class): Board Chair Abigail Cabunoc Mayes; Platinum Director Matt Hernandez; Gold Director Aaron Mitchell; Silver Director Stephen Husak; End-User Director Adrian Estrada; CPC Directors Jordan Harband, Matteo Collina, and Joe Sepi. + +CPC Voting Members (17): chaired by Joe Sepi with Tobie Langel as Vice Chairperson, plus the voting members listed. These are captured with role_class `volunteer` at confidence 0.9 — the role names are verbatim, but the OpenJS/CPC model is community volunteer governance and the site does not state per-person paid/volunteer status, so the classification is inferred. The three CPC Directors who also hold Board seats (Harband, Collina, Sepi) carry both a board_director role and a volunteer CPC voting role. -Board composition: the Board sets overall policy through the bylaws, mission and vision. Members hold seats by class: Board Chair (Abigail Cabunoc Mayes), Platinum Director (Matt Hernandez), Gold Director (Aaron Mitchell), Silver Director (Stephen Husak), End-User Director (Adrian Estrada), and three CPC Directors (Jordan Harband, Matteo Collina, Joe Sepi) who bridge from the technical council. Each director's listed "Title" is their sponsoring member company (GitHub, Microsoft, HeroDevs, Capital One, NodeSource, Socket, Platformatic, Cloudflare respectively); the schema has no per-person company field, so those affiliations are noted here rather than in a structured field. +Excluded — CPC Regular Members (~35 people listed by GitHub handle on the same Governance page): these are the general active-membership pool from which voting members are drawn (anyone active may open a PR to join). They are treated as general membership, not leadership, and are not captured here. If a project-participant dataset is later wanted, that list is the source. -Scope decision — CPC excluded: the same governance page lists the Cross Project Council (CPC) and its ~35 Regular Members. The CPC is described as "the top-level technical governance organization within the OpenJS Foundation" — i.e. technical governance, distinct from the Board's overall policy governance. Following the crawl rule to exclude technical-committee roles that are not foundation-level governance (mirroring how the ASF record excludes project VPs), the CPC voting members and regular members are deliberately NOT captured here. The three CPC Directors who also sit on the Board ARE captured, in their board capacity. +Paid vs volunteer: the Team on the Foundation Leadership page (Executive Director Robin Bender Ginn, Program Director, Head of Marketing and Communications, VP of Standards, Program Manager) is staff. The page states the Foundation "is supported through the Linux Foundation in communications, marketing and program operations" and that the Board appoints the ED to run the org day-to-day, so these are tagged paid_staff at confidence 0.9 (employment inferred from the staff heading and ED description; not stated verbatim per person). Jory Burson also appears in the CPC Regular Members handle list but is recorded here in her staff role (VP of Standards). -Not published (hence `null`): per-person contact, bios, and term dates for all board members. +Not published per person (hence null): contact, bios, and term dates. The Governance page lists each person's employer/company (and, for Regular Members, GitHub handle) as a "Title" field; company affiliations are noted here in prose but not captured as structured per-person contact. No term dates are stated anywhere. diff --git a/_leadership/openrobotics.md b/_leadership/openrobotics.md index b4472da..11cb771 100644 --- a/_leadership/openrobotics.md +++ b/_leadership/openrobotics.md @@ -21,7 +21,7 @@ people: termEnd: null sourceUrl: https://www.openrobotics.org/foundation derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Geoffrey Biggs personId: null roles: @@ -31,28 +31,23 @@ people: bio: Geoffrey Biggs was a software engineer at Open Source Robotics Corporation, where he worked mainly on ROS and Open-RMF. Prior to this he worked as a senior researcher at Japan's Institute of Advanced Industrial Engineering Technology, and an engineering manager at Tier IV, Inc., where he was part - of the technical leadership team of the Autoware Foundation. Geoff has nearly 20 years of experience - working with and on open-source software, beginning with the Player Project. He has led the organisation - of ROSCon JP since 2017. Originally from New Zealand, Geoff has lived in Japan for 15 years. + of the technical leadership team of the Autoware Foundation. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Brian Gerkey personId: null roles: - role: Chairman of the Board roleClass: officer - - role: Board Member + - role: Board Director roleClass: board_director contact: null bio: Brian recently joined Intrinsic as their Director of Open Robotics. He was previously co-founder - and CEO of OSRF, where for 10 years he led the team responsible for ROS, Gazebo, and Open-RMF. Brian - has worked on the ROS project since 2008. He is also the founding and former lead developer on the - open-source Player Project, a predecessor to ROS. For his work on Player and ROS, Brian was recognized - by MIT Technology Review with the TR35 award and by Silicon Valley Business Journal with their 40 - Under 40 award. He earned his PhD in Computer Science at USC. + and CEO of OSRF, where for 10 years he led the team that was responsible for ROS, Gazebo, and Open-RMF. + Brian has worked on the ROS project since 2008. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation @@ -67,8 +62,6 @@ people: bio: Ryan Gariepy is co-founder and CTO of both Clearpath Robotics and OTTO Motors. Along with his involvement with Open Robotics, he co-founded and co-chairs the Canadian Robotics Council, is an advisor to several startups and venture capital groups, and helped found the Next Generation Manufacturing Canada initiative. - He completed both a B.A.Sc. in Mechatronics Engineering and an M.A.Sc. in Mechanical Engineering at - the University of Waterloo, and has over sixty pending patents in the field of intelligent systems. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation @@ -81,11 +74,9 @@ people: roleClass: board_director contact: null bio: Dr. Steve Cousins is the Chief Technology Officer of Relay Robotics. As founder and CEO of Savioke, - he developed and deployed Relay, an autonomous delivery robot. Steve was previously President and - CEO of Willow Garage, and is a founding board member of the Open Source Robotics Foundation. Steve - received the IEEE/IFR Award for Invention and Entrepreneurship in Robotics and Automation in 2017. - His PhD is from Stanford University, and his BS and MS computer science degrees are from Washington - University. + he developed and deployed Relay – an autonomous delivery robot that works in human environments to + help people. Steve was previously President and CEO of Willow Garage, and is a founding board member + of the Open Source Robotics Foundation. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation @@ -98,10 +89,9 @@ people: roleClass: board_director contact: null bio: Sabine Hauert is Associate Professor of Swarm Engineering at University of Bristol. She leads a - team working on swarms across scales, from nanorobots for cancer treatment to larger robots for environmental - monitoring and logistics. Before Bristol, Sabine engineered swarms at MIT and EPFL. She has served - on the UK Robotics Growth Partnership, the Royal Society Working Group on Machine Learning, and several - IEEE boards. She is President and Executive Trustee of non-profits robohub.org and aihub.org. + team of researchers working on making swarms for people, and across scales, from nanorobots for cancer + treatment, to larger robots for environmental monitoring, or logistics. She is President and Executive + Trustee of non-profits robohub.org and aihub.org. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation @@ -116,8 +106,7 @@ people: bio: Yuki is the Founder and CEO at RT Corporation and has been involved in Japanese humanoid and home robotics for almost her entire career. Yuki is on the organizing committee of ROSCon JP. She started RT Corporation in 2005, a company that develops, sells, and trains university students and professional - engineers about service robots. In 2020, she received the Strait of Magellan Award. In 2022, she was - certified as a fellow of robot education and food robotics from the Robotics Society of Japan. + engineers about service robots. termStart: null termEnd: null sourceUrl: https://www.openrobotics.org/foundation @@ -125,14 +114,12 @@ people: confidence: 1.0 --- -# Open Source Robotics Foundation, Inc. (OSRF) — Leadership - -Scope: the executive Leadership (CEO, CTO) and the Board of Directors (5 members) listed on the `/foundation` page. OSRF operates under the "Open Robotics" brand and stewards ROS, Gazebo, ros-controls, and Open-RMF. It is a California 501(c)(3) public charity, established 2012. +# Open Source Robotics Foundation — Leadership -Leadership (staff): Vanessa Yamzon Orsi (CEO, formerly CFO, with the org since 2014) and Geoffrey Biggs (CTO). Both are tagged `paid_staff` (confidence 1.0; C-level executive roles stated verbatim). Note: "since 2014" / "since 2019" are narrative tenure statements, not formal term dates, so `term_start` is left null per the capture rules. +Scope: the executive team (CEO, CTO) and the Board of Directors from the single Leadership page (/foundation). 7 people total. -Board of Directors: Brian Gerkey (Chairman of the Board, and OSRF's co-founder/former CEO, now at Intrinsic), Ryan Gariepy, Steve Cousins, Sabine Hauert, Yuki Nakagawa. All carry verbatim bios (captured above). +Organization: OSRF, Inc. was established in 2012, incorporated in California as a Nonprofit Public Benefit Corporation, and is a US 501(c)(3) tax-exempt public charity. It operates under the "Open Robotics" brand. Its former commercial subsidiaries (OSRC, OSRC-SG) were acquired by Intrinsic (an Alphabet company) in December 2022. The remaining foundation is what this record covers. -Corporate note: in December 2022 the business of OSRF's subsidiaries OSRC and OSRC-SG was acquired by Intrinsic (an Alphabet company); OSRF itself continues as the non-profit. +Paid vs volunteer: Vanessa Yamzon Orsi (CEO) and Geoffrey Biggs (CTO) are the operating executives — tagged paid_staff at confidence 0.9. Vanessa's bio states she "has been with the organization since 2014" and "has run the financial and operational side ... since 2019"; these are narrative history, not a stated term, so term dates are left null. The five Board of Directors members (Chairman Brian Gerkey plus four Board Members) are governance; board_director/officer at confidence 1.0. The site does not state whether directors are paid, but board service at a 501(c)(3) is conventionally unpaid; no paid-director claim is made here. -Not published (hence `null`): per-person contact and term dates for everyone. Bios are published verbatim for all seven and captured above. +Not published per person (hence null): contact and term dates. Bios are published in full for every person; the captured `bio` is the verbatim published lede (fuller bios exist on the page). No term_start/term_end is stated for any individual (join-years mentioned in prose are not captured as terms per crawl rules). diff --git a/_leadership/opensourcematters.md b/_leadership/opensourcematters.md index 2257622..37c51b4 100644 --- a/_leadership/opensourcematters.md +++ b/_leadership/opensourcematters.md @@ -3,10 +3,10 @@ identifier: opensourcematters commonName: Open Source Matters, Inc. asOf: 2026-07-25 sources: -- url: https://volunteers.joomla.org/board-of-directors +- url: https://www.opensourcematters.org/organisation/directors.html type: org_live retrieved: 2026-07-25 -- url: https://www.opensourcematters.org/organisation/directors.html +- url: https://www.joomla.org/about-joomla/the-project/leadership-team.html type: org_live retrieved: 2026-07-25 people: @@ -19,9 +19,9 @@ people: roleClass: board_director contact: null bio: null - termStart: May 2026 + termStart: 2026-05 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Emmanuel Lemor @@ -33,9 +33,9 @@ people: roleClass: board_director contact: null bio: null - termStart: Mar 2025 + termStart: 2025-03 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Bruce Scherzinger @@ -47,9 +47,9 @@ people: roleClass: board_director contact: null bio: null - termStart: Mar 2026 + termStart: 2026-03 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Ufuk Avcu @@ -61,9 +61,9 @@ people: roleClass: board_director contact: null bio: null - termStart: Dec 2025 + termStart: 2025-12 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Carlos Cámara @@ -73,9 +73,9 @@ people: roleClass: board_director contact: null bio: null - termStart: Mar 2026 + termStart: 2026-03 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Richard Gosler @@ -85,9 +85,9 @@ people: roleClass: board_director contact: null bio: null - termStart: Jul 2025 + termStart: 2025-07 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 - name: Sigrid Gramlinger @@ -97,23 +97,23 @@ people: roleClass: board_director contact: null bio: null - termStart: Aug 2023 + termStart: 2023-08 termEnd: null - sourceUrl: https://volunteers.joomla.org/board-of-directors + sourceUrl: https://www.joomla.org/about-joomla/the-project/leadership-team.html derived: org_live confidence: 1.0 --- -# Open Source Matters, Inc. — Leadership +# Open Source Matters, Inc. (OSM) — Leadership -Scope of this record: the Open Source Matters (OSM) Board of Directors, the not-for-profit incorporated in the United States that manages the financial and legal interests of the Joomla! Project. The board is defined by OSM as three Department Coordination Team Leaders plus four Officers required by law (President, Vice President, Secretary, Treasurer). The seven current members above are the roster with no end date on the live volunteers portal as of 2026-07-25. +Scope: the current Board of Directors of Open Source Matters, Inc., the US not-for-profit that serves the financial and legal interests of the Joomla! project (owns the trademarks, domains, and copyright; signs contracts; manages finances). -Path from opensourcematters.org: the site's own Board of Directors page (/organisation/directors.html) defers the current roster to the Joomla! Volunteers Portal, which hosts the authoritative live table at volunteers.joomla.org/board-of-directors. Both sources are recorded. +Board composition: OSM states its board is "comprised of 3 Department Coordination Team Leaders + 4 Officers required by law". The four officers are President, Vice President, Secretary, and Treasurer (`officer` role plus `board_director`). The three Department Coordinators (Operations, Outreach, Production) are the elected team leaders and are captured as `board_director`. -Role classification: the four legally required officers carry an `officer` role_class plus a `board_director` class (they sit on the board). The three Department Coordinators carry `board_director` only. Joomla's own department/project structure (volunteers.joomla.org/departments) sits below the board and is excluded here as project/operational, not foundation governance. +Current board (7): Elisa Foltyn (President), Emmanuel Lemor (Vice President), Bruce Scherzinger (Secretary), Ufuk Avcu (Treasurer), Carlos Cámara (DC Operations), Richard Gosler (DC Outreach), Sigrid Gramlinger (DC Production). Roster confirmed by the July 2026 board-meeting minutes on the same portal. -Paid vs volunteer: opensourcematters.org and joomla.org state the Joomla! Project is "100% run by dedicated, passionate volunteers." No paid staff or Executive Director is listed. All seven board members are treated as volunteers; none is `paid_staff`. +Provenance note: opensourcematters.org/organisation/directors.html no longer lists names inline; it redirects to the Joomla! Volunteers Portal leadership-team page, which holds the live roster. Both URLs are recorded as sources. -Term dates: the portal publishes a "Date Started" per current role, captured verbatim as `term_start` (month + year, confidence 1.0). No `term_end` is stated for sitting members. A full historical table of past presidents, VPs, secretaries, treasurers, and department coordinators (2017 onward) is published on the same page and is the source for the leadership-history dataset for this org. +Term dates: the portal publishes a "Date Started" for each current director, captured verbatim as `term_start` (confidence 1.0). No `term_end` is given for current members. The same page carries a full history of past officers and coordinators with start and end dates, which feeds the leadership-history dataset (several past holders are shown only as "Private Profile" with no public name). -Not published on this page (hence `null`): per-person contact and bio. Each member links to a Joomla profile page (e.g. /joomlers/700-elisa-foltyn) which may carry a bio/contact, not fetched within this budget. Country of residence is listed per member on the portal but is not a schema field, so it is omitted here. +Contact and bio: no per-person email or bio is published on the roster page (each name links to a Joomla profile, not captured here); left null. diff --git a/_leadership/opentech.md b/_leadership/opentech.md index 03ae734..0223035 100644 --- a/_leadership/opentech.md +++ b/_leadership/opentech.md @@ -10,7 +10,7 @@ sources: type: org_live retrieved: 2026-07-25 people: -- name: Zack Cooper +- name: Dr. Zack Cooper personId: null roles: - role: Chair of the Board @@ -44,7 +44,7 @@ people: sourceUrl: https://www.opentech.fund/about/people-type/board/ derived: org_live confidence: 1.0 -- name: William Schneider, Jr. +- name: Dr. William Schneider, Jr. personId: null roles: - role: Board Member @@ -80,8 +80,9 @@ people: contact: null bio: Nicole Wong specializes in assisting high-growth technology companies to develop international privacy, content, and regulatory strategies. She previously served as Deputy U.S. Chief Technology - Officer in the Obama Administration. Prior to her time in government, Nicole was Google's Vice President - and Deputy General Counsel, and Twitter's Legal Director. + Officer in the Obama Administration, focused on internet, privacy, and innovation policy. Prior to + her time in government, Nicole was Google's Vice President and Deputy General Counsel, and Twitter's + Legal Director. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/board/ @@ -158,16 +159,16 @@ people: sourceUrl: https://www.opentech.fund/about/people-type/staff/ derived: org_live confidence: 0.9 -- name: Bryan Nunez +- name: Marcin de Kaminski personId: null roles: - - role: Vice President of Technology + - role: Senior Vice President of Programs roleClass: paid_staff contact: null - bio: Bryan Nunez joined OTF as the Vice President of Technology in 2022. Bryan leads OTF's efforts to - support internet freedom technologies, drive innovation, and support individuals and organizations - protecting the free flow of information, press freedom, and human rights around the globe. Bryan previously - served as a member of OTF's all-volunteer Advisory Council. + bio: Marcin de Kaminski joined OTF as the Vice President of Programs in 2023. Marcin leads OTF's programmatic + efforts to support internet freedom technologies, drive innovation and support individuals and organizations + protecting the free flow of information, press freedom, and human rights around the globe. Marcin + previously worked as a Policy Specialist at the Swedish International Development Cooperation Agency. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ @@ -188,16 +189,16 @@ people: sourceUrl: https://www.opentech.fund/about/people-type/staff/ derived: org_live confidence: 0.9 -- name: Marcin de Kaminski +- name: Bryan Nunez personId: null roles: - - role: Senior Vice President of Programs + - role: Vice President of Technology roleClass: paid_staff contact: null - bio: Marcin de Kaminski joined OTF as the Vice President of Programs in 2023. Marcin leads OTFs programmatic - efforts to support internet freedom technologies, drive innovation and support individuals and organizations - protecting the free flow of information, press freedom, and human rights around the globe. Marcin - previously worked as a Policy Specialist at the Swedish International Development Cooperation Agency. + bio: Bryan Nunez joined OTF as the Vice President of Technology in 2022. Bryan leads OTF's efforts to + support internet freedom technologies, drive innovation, and support individuals and organizations + protecting the free flow of information, press freedom, and human rights around the globe. Bryan previously + served as a member of OTF's all-volunteer Advisory Council. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ @@ -280,48 +281,48 @@ people: bio: Dyan Mae Cortez is a Program Manager at Open Technology Fund (OTF), where she works with the Program team to enable the research, development, and implementation of internet freedom technologies in authoritarian contexts. She has a special interest in countering surveillance and censorship practices in Southeast - Asia & the Pacific. + Asia and the Pacific, and supports OTF's Rapid Response Fund and UXD Lab. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ derived: org_live confidence: 0.9 -- name: Lindsey Kerkela +- name: Ongere Churchill personId: null roles: - - role: Human Resources Generalist + - role: Program Manager roleClass: paid_staff contact: null - bio: Lindsey joined OTF as the Human Resources Generalist in 2021. + bio: Ongere joined OTF as a Program Manager in July 2023. Ongere previously worked as an Arts, Culture, + Media, and Digitality strategist at British freedom of expression think tank ARTICLE 19 and Dutch + INGO Hivos. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ derived: org_live confidence: 0.9 -- name: Ongere Churchill +- name: Sandy Fulton personId: null roles: - role: Program Manager roleClass: paid_staff contact: null - bio: Ongere joined OTF as a Program Manager in July 2023. Ongere previously worked as an Arts, Culture, - Media, and Digitality strategist at British freedom of expression think tank ARTICLE 19 and Dutch - INGO Hivos. + bio: Prior to joining OTF, Sandy coordinated Free Press' legislative outreach and lobbying efforts, + focusing specifically on the First Amendment and racial justice implications of Net Neutrality, minority + media ownership, government surveillance, and privacy issues. Before joining Free Press, Sandy served + as a legislative assistant at the American Civil Liberties Union's Washington office. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ derived: org_live confidence: 0.9 -- name: Sandy Fulton +- name: Lindsey Kerkela personId: null roles: - - role: Program Manager + - role: Human Resources Generalist roleClass: paid_staff contact: null - bio: Prior to joining OTF, Sandy coordinated Free Press' legislative outreach and lobbying efforts, - focusing specifically on the First Amendment and racial justice implications of Net Neutrality, minority - media ownership, government surveillance, and privacy issues. Before Free Press, Sandy served as a - legislative assistant at the American Civil Liberties Union's Washington office. + bio: Lindsey joined OTF as the Human Resources Generalist in 2021. termStart: null termEnd: null sourceUrl: https://www.opentech.fund/about/people-type/staff/ @@ -329,16 +330,14 @@ people: confidence: 0.9 --- -# Open Technology Fund (OTF) — Leadership - -Scope of this record: the OTF Board of Directors (7 members) and the OTF Staff (15 employees), captured from the two live "People Behind OTF" pages. +# Open Technology Fund — Leadership -Board: seven directors. Officers of the board are the Chair (Dr. Zack Cooper) and Vice Chair (Ben Scott); the other five are Board Members. All seven are `board_director` (with `officer` roles where held) at confidence 1.0. +Scope: OTF's Board of Directors (7) and its Staff (15) as published on the People Behind OTF pages. The Advisory Council is an all-volunteer advisory body, not governance or paid staff, and is deliberately excluded per the leadership-dataset scope (consistent with the benetech advisory-council exclusion). -Staff: fifteen employees on the Staff page, led by President Laura Cunningham. These are OTF employees, captured `paid_staff` at confidence 0.9 (inferred from the "Staff" heading and executive/manager titles; no explicit per-person employment statement is printed). Note that "President" here is the top staff executive role, distinct from the governance Chair/Vice Chair on the board. +Governance: Dr. Zack Cooper chairs the board and Ben Scott is Vice Chair (both captured as `officer` + `board_director`); the other five are board members. Board bios are published and captured verbatim from the listing summaries. -Data-quality note: the seventh director's card header reads "Roger Zakeim", while the body of his bio spells the surname "Zakheim" (Mr. Zakheim). The header spelling ("Roger Zakeim") is used for the record; the bio-text variant is flagged here for Who's Who disambiguation. +Paid staff: the 15 people on the Staff page are OTF's employed team (President, COO, Chief Strategy Officer, General Counsel, VPs, program and communications managers, HR). The page heading is "Staff" and does not literally state employment terms per person, so each is tagged `paid_staff` at confidence 0.9 with this note; in practice these are clearly full-time organisational roles. "President" (Laura Cunningham) is OTF's executive head and is classed here as paid_staff (executive), not a board officer. -Not published (hence `null`): per-person contact and term dates for all individuals. Bios are published (captured verbatim; the site truncates each listing bio with an ellipsis and a "More" link, so bios here are the published listing extracts). +Contact: OTF publishes no per-person email; only two general mailboxes appear in the footer (obfuscated via Cloudflare email-protection) plus a shared PGP key and a LinkedIn page. `contact` is therefore null for everyone. -Excluded: the OTF Advisory Council (a separate, all-volunteer advisory body) is not foundation governance or staff and is not captured in this leadership record; it could be added as a separate advisory dataset if wanted. +Bios: captured verbatim from the summary excerpts on the Board and Staff listing pages (the listings truncate longer bios with an ellipsis; the fuller text lives on each person's individual /otf-people// page, not fetched here). Many staff bios state a join year in prose (e.g. "joined ... in 2022"); per instructions these narrative join-years are NOT recorded as `term_start`, so all `term_start`/`term_end` are null. No explicit board term dates are published. diff --git a/_leadership/opentransitsoftwarefoundation.md b/_leadership/opentransitsoftwarefoundation.md index 2fc98cf..4832788 100644 --- a/_leadership/opentransitsoftwarefoundation.md +++ b/_leadership/opentransitsoftwarefoundation.md @@ -12,10 +12,10 @@ people: roles: - role: Chair roleClass: officer - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'University constituency: UC Davis.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -26,10 +26,10 @@ people: roles: - role: Vice Chair roleClass: officer - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'University constituency: University of Washington.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -40,10 +40,10 @@ people: roles: - role: Secretary roleClass: officer - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Transit agency constituency: San Diego Metropolitan Transit System, California.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -54,10 +54,10 @@ people: roles: - role: Treasurer roleClass: officer - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Transit agency constituency: Metropolitan Transportation Authority, New York City.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -66,10 +66,10 @@ people: - name: Pete Dussin personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Transit agency constituency: Sound Transit, Washington State.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -78,10 +78,10 @@ people: - name: Lauren Main personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Transit agency constituency: King County Metro, Washington State.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -90,10 +90,10 @@ people: - name: Joshua Kavanagh personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'University constituency: University of California at San Diego.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -102,10 +102,10 @@ people: - name: Jan-Dirk Schmöcker personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'University constituency: Kyoto University.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -114,10 +114,10 @@ people: - name: Matt Caywood personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Companies and non-profits constituency: Actionfigure.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -126,10 +126,10 @@ people: - name: Wojciech Kulesza personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: 'Companies and non-profits constituency: goEuropa.' + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -138,10 +138,10 @@ people: - name: Sean Óg Crudden personId: null roles: - - role: Board Director + - role: Board Member roleClass: board_director contact: null - bio: Individual developers and activists constituency. + bio: null termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors @@ -157,18 +157,18 @@ people: termStart: null termEnd: null sourceUrl: https://opentransitsoftwarefoundation.org/overview/board-of-directors - derived: org_live - confidence: 0.6 + derived: synthesized + confidence: 0.5 --- -# Open Transit Software Foundation (OTSF) — Leadership +# Open Transit Software Foundation — Leadership -Scope of this record: the OTSF Executive Director and Board of Directors, captured from the live "Board of Directors" page. OTSF is a 501(c)(3) non-profit formed to provide governance for the OneBusAway project. +Scope: the OTSF Board of Directors and the Executive Director, as published on the Board of Directors page. OTSF is a 501(c)(3) non-profit providing governance for the OneBusAway project. -Board structure: the board is composed of up to 12 members drawn from four constituencies — transit agencies using OneBusAway (2-4 seats), universities doing OneBusAway research (2-4), companies and non-profits involved in OneBusAway (2-4), and independent developers and activists (2-4). Eleven directors currently serve. Each person's constituency is recorded in the `bio` field, since the page publishes affiliation rather than a personal bio. +Board composition: the board holds up to 12 members drawn from four constituencies (transit agencies, universities, companies/non-profits, and individual developers), elected annually at the annual meeting. Eleven directors currently serve: four from transit agencies (Devin Braun, Pete Dussin, Lauren Main, Will Wong), four from universities (Alan Borning, Joshua Kavanagh, Jan-Dirk Schmöcker, Kari Watkins), two from companies/non-profits (Matt Caywood, Wojciech Kulesza), and one individual developer (Sean Óg Crudden). Each person's constituency affiliation (agency/university/company) is noted on the page but recorded here only in this body text, not as a role. -Officers: the page lists Chair (Kari Watkins), Vice Chair (Alan Borning), Secretary (Devin Braun), and Treasurer (Will Wong); each is a sitting director, so their board seat and officer role are merged into one record. +Officers: Chair Kari Watkins, Vice Chair Alan Borning, Secretary Devin Braun, Treasurer Will Wong. Each is captured with both the `officer` role and their underlying `board_director` seat. -Paid vs volunteer: Aaron Brethorst is listed as Executive Director, above the board. The page does not state whether the ED post is paid, so it is captured `paid_staff` at confidence 0.6 — the title implies an operational (likely employed) role, but employment status is not verified. Board directors are captured `board_director` at confidence 1.0; the page does not state volunteer status, though board service at a small 501(c)(3) is typically unpaid. +Executive Director: Aaron Brethorst is listed separately from the board and the officer slate. The page does not state whether the ED role is paid or volunteer, so it is tagged `paid_staff` at confidence 0.5 (`derived: synthesized`) pending confirmation, following the convention used for plausibly-paid-but-unstated roles. Treat the paid/volunteer status as unverified. -Not published (hence `null`): per-person contact, bios (only constituency/affiliation is given, recorded in `bio`), and term dates. The page states board members "are elected each year at the annual meeting" but gives no specific term dates. +Not published (hence null): per-person contact details, bios, and term dates. Directors are stated to be elected yearly, but no individual term_start/term_end dates are given. diff --git a/_leadership/oscollective.md b/_leadership/oscollective.md index fe527f3..7bdbdf4 100644 --- a/_leadership/oscollective.md +++ b/_leadership/oscollective.md @@ -3,138 +3,140 @@ identifier: oscollective commonName: Open Source Collective asOf: 2026-07-25 sources: -- url: https://www.oscollective.org/about/ +- url: https://www.oscollective.org/about type: org_live retrieved: 2026-07-25 people: -- name: Lauren Gardner +- name: Pia Mancini personId: null roles: - - role: Executive Director - roleClass: paid_staff - contact: null - bio: null + - role: Board Member + roleClass: board_director + contact: https://www.piamancini.com/ + bio: Co-founder of OSC and Open Collective. termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 0.9 -- name: Ben Nickolls + confidence: 1.0 +- name: Alyssa Wright personId: null roles: - - role: Strategic Director - roleClass: paid_staff + - role: Board Member + roleClass: board_director contact: null - bio: null + bio: Bloomberg Open Source. termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 0.9 -- name: Grace Powers + confidence: 1.0 +- name: Justin Dorfman personId: null roles: - - role: Operations Coordinator - roleClass: paid_staff - contact: null - bio: null + - role: Board Member + roleClass: board_director + contact: https://www.justindorfman.com/ + bio: MOSS, SustainOSS & CodeFund. termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 0.9 -- name: Sourav Das + confidence: 1.0 +- name: Samson Goddy personId: null roles: - - role: Operations Coordinator - roleClass: paid_staff - contact: null - bio: null + - role: Board Member + roleClass: board_director + contact: https://samsongoddy.com + bio: Open Source Community Africa co-founder. termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 0.9 -- name: Pia Mancini + confidence: 1.0 +- name: Duane O'Brien personId: null roles: - role: Board Member roleClass: board_director - contact: null - bio: Co-founder of OSC and Open Collective. + contact: http://duaneobrien.com/ + bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live confidence: 1.0 -- name: Alyssa Wright +- name: Joel Wasserman personId: null roles: - role: Board Member roleClass: board_director contact: null - bio: Bloomberg Open Source. + bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live confidence: 1.0 -- name: Justin Dorfman +- name: Lauren Gardner personId: null roles: - - role: Board Member - roleClass: board_director + - role: Executive Director + roleClass: paid_staff contact: null - bio: MOSS, SustainOSS & CodeFund. + bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 1.0 -- name: Samson Goddy + confidence: 0.9 +- name: Ben Nickolls personId: null roles: - - role: Board Member - roleClass: board_director + - role: Strategic Director + roleClass: paid_staff contact: null - bio: Open Source Community Africa co-founder. + bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 1.0 -- name: Duane O'Brien + confidence: 0.9 +- name: Grace Powers personId: null roles: - - role: Board Member - roleClass: board_director + - role: Operations Coordinator + roleClass: paid_staff contact: null bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 1.0 -- name: Joel Wasserman + confidence: 0.9 +- name: Sourav Das personId: null roles: - - role: Board Member - roleClass: board_director + - role: Operations Coordinator + roleClass: paid_staff contact: null bio: null termStart: null termEnd: null - sourceUrl: https://www.oscollective.org/about/ + sourceUrl: https://www.oscollective.org/about derived: org_live - confidence: 1.0 + confidence: 0.9 --- # Open Source Collective — Leadership -Scope of this record: the Open Source Collective staff ("Team") and Board, captured from the live "About Us" page. Open Source Collective is a 501(c)(6) non-profit fiscal host (EIN 82-2037583), founded in 2017, supporting thousands of open source projects on the Open Collective platform. +Scope: the OSC Team (staff) and Board, both published on a single About Us page. OSC is a 501(c)(6) non-profit fiscal host (EIN 82-2037583) supporting open source projects since 2017. + +Board: six directors, all listed simply as "Board member" with no officer titles on the page. Each carries a short affiliation descriptor (e.g. Pia Mancini co-founded OSC and Open Collective; Alyssa Wright at Bloomberg Open Source; Samson Goddy co-founded Open Source Community Africa), captured verbatim as the `bio` where present. No officer slate (Chair/Treasurer/etc.) is published. -Team (staff): four named employees are captured — Lauren Gardner (Executive Director), Ben Nickolls (Strategic Director), and two Operations Coordinators (Grace Powers, Sourav Das). They are captured `paid_staff` at confidence 0.9 (inferred from the "Team" heading and executive titles). Two "Future Team Member" placeholder cards on the page are unfilled positions and are not recorded as people. +Paid staff: four current team members are listed under the TEAM heading — Lauren Gardner (Executive Director), Ben Nickolls (Strategic Director), and two Operations Coordinators (Grace Powers, Sourav Das). The page does not state employment terms per person, so each is tagged `paid_staff` at confidence 0.9 with this note; these are the organisation's operating staff. Two "Future Team Member" placeholder cards on the page are open positions, not people, and are excluded. -Board: six board members are captured `board_director` at confidence 1.0. Where the page prints a short affiliation under a board member's name (e.g. "Bloomberg Open Source", "Open Source Community Africa co-founder"), that text is recorded in the `bio` field; two members (Duane O'Brien, Joel Wasserman) have no affiliation note. +Contact: OSC publishes no per-person email (only a shared, obfuscated mailbox plus org LinkedIn/Bluesky/Mastodon). Four board members link a personal homepage from their name/card (Pia Mancini, Justin Dorfman, Samson Goddy, Duane O'Brien); those URLs are recorded in `contact` as the published per-person link. Alyssa Wright's link points to a blog announcement rather than a personal page, and Joel Wasserman has no link, so both are null. -Not published (hence `null`): per-person contact, full bios, and term dates. No officer titles (Chair/Treasurer/Secretary) are published for the board — all six are listed simply as "Board member". +Term dates: none published for any board member or staff; all `term_start`/`term_end` are null. diff --git a/_leadership/osetinstitute.md b/_leadership/osetinstitute.md index c29df04..d5fcf2c 100644 --- a/_leadership/osetinstitute.md +++ b/_leadership/osetinstitute.md @@ -14,10 +14,10 @@ people: roleClass: officer - role: Chief Operating Officer roleClass: paid_staff - - role: Board Member + - role: Co-Founder roleClass: board_director contact: null - bio: Co-Founder. Media Spokesperson. + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -26,12 +26,14 @@ people: - name: E. John Sebes personId: null roles: + - role: Board Member + roleClass: board_director - role: Chief Technology Officer roleClass: paid_staff - - role: Board Member + - role: Co-Founder roleClass: board_director contact: null - bio: Co-Founder. + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -43,7 +45,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Security Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -55,7 +57,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Technology Strategy Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -67,7 +69,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Government Relations Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -79,7 +81,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Open Source Technology Strategist.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -91,7 +93,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Government Relations Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -103,7 +105,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Brand, PR & Media Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -115,7 +117,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: International Relations Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -127,7 +129,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Elections Policy Advisor.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -139,7 +141,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Policy Advisor & Media Spokesperson.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -151,7 +153,7 @@ people: - role: Board Member roleClass: board_director contact: null - bio: 'Board role focus: Elections Policy Analyst & Media Spokesperson.' + bio: null termStart: null termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are @@ -168,7 +170,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Christine M. Santoro personId: null roles: @@ -182,7 +184,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Heather Meeker personId: null roles: @@ -194,7 +196,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Joy London personId: null roles: @@ -206,7 +208,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Sonya Aston personId: null roles: @@ -218,7 +220,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Hugh Dubberly personId: null roles: @@ -230,7 +232,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.8 + confidence: 0.9 - name: Anne O'Flaherty personId: null roles: @@ -242,7 +244,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.85 + confidence: 0.9 - name: Alex Mekelburg personId: null roles: @@ -254,8 +256,8 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.85 -- name: Clifford Wulfman + confidence: 0.9 +- name: Dr. Clifford Wulfman personId: null roles: - role: Principal Member of Technical Staff @@ -266,7 +268,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.85 + confidence: 0.9 - name: Neil Johnson personId: null roles: @@ -278,7 +280,7 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.85 + confidence: 0.9 - name: Bob Smith personId: null roles: @@ -290,23 +292,17 @@ people: termEnd: null sourceUrl: https://www.osetinstitute.org/who-we-are derived: org_live - confidence: 0.85 + confidence: 0.9 --- # OSET Institute — Leadership -Scope of this record: the OSET Institute Board of Directors (12 members) and the operational Leadership team (13 named roles), captured from the live "Who We Are" page. OSET Institute is a 501(c)(3) California public benefit corporation, best known for the TrustTheVote Project and ElectOS. - -Overlap handling: Gregory Miller (Co-Founder, Chair & COO) and E. John Sebes (Co-Founder, CTO) appear in both the Board of Directors and the Leadership sections; each is captured once with merged roles. Miller holds `officer` (Chair), `paid_staff` (Chief Operating Officer), and `board_director` (Board Member); Sebes holds `paid_staff` (CTO) and `board_director`. Their Co-Founder status is noted in `bio` rather than as a governance role. Christine M. Santoro is Chief Legal Officer (`paid_staff`) and also Board Secretary (`officer`). - -Board role focus: each director's card carries a short focus descriptor (e.g. "Security Advisor", "Elections Policy Advisor"). These describe the director's area of contribution on the board rather than a distinct office, so they are recorded in the `bio` field, not as separate `roles`. +Scope of this record: the Board of Directors (12 members) and the Leadership team (executive/officer/technical staff) listed on the "Who We Are" page. Two people appear in both sections and are merged into single records with multiple roles: Gregory Miller (Chair, COO, Co-Founder) and E. John Sebes (Board Member, CTO, Co-Founder). Total captured: 23 individuals. -Paid vs volunteer: the Leadership section lists C-suite and technical-staff roles (CFO interim, Chief Legal Officer, Chief IP Counsel, Associate General Counsels, Chief Design Officer, Principal/Senior Members of Technical Staff, Creative Director). These are captured `paid_staff` at confidence 0.8 (executive/counsel roles) and 0.85 (technical-staff roles); the site does not print an explicit employment statement, so paid status is inferred from title and the "Leadership" heading. Board members' paid-vs-volunteer status is not stated; board seats are captured `board_director` at confidence 1.0 for the role itself. +Deliberately excluded: the Board of Advisors (26 named advisors from external organisations) is an advisory council, not foundation governance, so it is out of scope per the Tier 1 spec. The TrustTheVote Project "Core Team" (19 named technologists holding commit keys) is a project-level technical community, not foundation leadership, and is also excluded. -Excluded (not foundation governance or staff): -- Board of Advisors (~26 named advisors, e.g. Dr. David Bader, Aneesh Chopra, Dr. Barbara Simons) — an advisory body, not the governing board. -- TrustTheVote Project Core Team (~19 technologists) — a project-level technical team, not foundation leadership. +Paid vs volunteer: the Leadership team members are tagged `paid_staff` at `confidence: 0.9` because the OSET Institute (a 501(c)(3) public benefit corporation) presents them under a distinct "Leadership" heading as C-suite/counsel/technical-staff roles, but the site does not state employment status per person. Board of Directors members are `board_director` at `confidence: 1.0`. Officer roles held by board/staff (Chair, Board Secretary) are captured as `officer` at `confidence: 1.0` where stated verbatim. -Data-freshness note: the page footer reads "© 2007-2023 OSET Institute, Inc." Content may be somewhat stale relative to the 2026-07-25 retrieval date; a re-fetch is advised before treating this roster as strictly current. +Not published on this page (hence `null`): per-person contact info and term dates for all individuals. Bios exist for a few people behind JavaScript lightbox links (Gregory Miller, E. John Sebes, William P. Crowell, Cameron Quinn, Edward P. Perez) but the bio text is not rendered on the page fetch, so `bio` is null for everyone. -Not published (hence `null`): per-person contact and term dates. Full bios are behind "Read Bio" links for some individuals and were not fetched; only the on-page role/focus descriptors are captured. +Fetches: 2 (homepage, then /who-we-are). diff --git a/_leadership/osgeo.md b/_leadership/osgeo.md index b8c3cb2..b71a583 100644 --- a/_leadership/osgeo.md +++ b/_leadership/osgeo.md @@ -145,16 +145,14 @@ people: # Open Source Geospatial Foundation (OSGeo) — Leadership -Scope of this record: the OSGeo Board of Directors and the appointed officers (Positions), captured from the live "Board and Officers" page. +Scope of this record: the 9-member Board of Directors elected by OSGeo Charter Members, plus the appointed Secretary (Astrid Emde), who is a foundation officer but not a board director. Total captured: 10 individuals. Officer positions (President, Vice-Presidents by region, Treasurer, Secretary) are appointed by the board and are recorded as additional `officer` roles on the relevant people. -Board: OSGeo Charter Members elect a 9-member Board of Directors, who appoint officers and set the vision and goals for the Foundation. The nine elected directors are Jeroen Ticheler, Tom Kralidis, Tim Sutton, Angelos Tzotsos, Michael Smith, Codrina Maria Ilie, Vicky Vergara, Joana Simoes, and Marco Bernasocchi. +Deliberately excluded: the "Officers" committee representatives (VP Conference, VP Finance, VP GeoforAll, VP Incubation, VP Marketing, VP Public Geospatial Data, VP System Administration, VP UN, VP Standards) and the "OSGeo Projects Officers" (per-project VPs such as GDAL, GeoServer, QGIS, PostGIS). The page states each of these "represents a committee/project to speak for the community behind that project"; they are committee- and project-level representation, not foundation governance, and are out of scope per the Tier 1 spec. Note: several board directors also hold committee/project VP roles (e.g. Tom Kralidis is VP Standards Committee and VP pygeoapi); only their board and foundation-officer roles are captured here. -Officers (Positions): the President, five regional Vice-Presidents, Treasurer, and Secretary are captured. Eight of the ten officer posts are held by sitting board directors (their board seat and officer role are merged into one person record each). The Secretary, Astrid Emde, is an appointed officer who is not one of the nine elected directors, so she is recorded with the `officer` role only. +Contact: OSGeo publishes a per-person osgeo.org email for every board member and the Secretary, so `contact` is populated for all 10. Note that President, Treasurer, and Secretary use role-based addresses (president@/treasurer@/secretary@osgeo.org) as published; the regional Vice-Presidents and other directors use personal osgeo.org addresses. -Paid vs volunteer: OSGeo governance is volunteer-run (Charter Members elect the board; the board empowers volunteer committees). The page does not print an explicit "volunteers" statement, so board and officer roles are captured `board_director`/`officer` at confidence 1.0 for the fact of the role, with volunteer (unpaid) status inferred from the foundation's structure rather than a verbatim statement. +Not published on this page (hence `null`): bios and term dates. OSGeo maintains the history of the Board of Directors on its wiki (wiki.osgeo.org/wiki/Board_of_Directors#History...), which is where the leadership-history dataset for OSGeo should draw from. -Contact: OSGeo publishes an `@osgeo.org` address for each officer, so `contact` is populated at confidence 1.0. Regional VPs use personal-form addresses (e.g. codrina.ilie@osgeo.org); the President, Treasurer, and Secretary are published against role aliases (president@ / treasurer@ / secretary@osgeo.org), captured as given. +Paid vs volunteer: all captured roles are board directors and elected/appointed officers of the foundation; none are presented as paid staff. OSGeo runs on volunteers and committees. All `confidence: 1.0` (stated verbatim). -Not published (hence `null`): bios and term dates. Board term history lives at the OSGeo wiki ("History of OSGeo Foundation Boards of Directors"), which is the source for the leadership-history dataset. - -Excluded (project/committee-level, not foundation governance): the long list of committee VPs (Conference, Finance, GeoforAll, Incubation, Marketing, Public Geospatial Data, System Administration, UN, Standards) and the ~25 OSGeo Project Officers (per-project VPs for GDAL, GEOS, GeoServer, QGIS, PostGIS, etc.). These are operational roles for committees and software projects and are deliberately not captured as foundation leadership; they could form a separate project-roles dataset if wanted. +Fetches: 1 (went directly to /about/board/). diff --git a/_leadership/opensource.md b/_leadership/osi.md similarity index 99% rename from _leadership/opensource.md rename to _leadership/osi.md index 74701c3..68ac1d2 100644 --- a/_leadership/opensource.md +++ b/_leadership/osi.md @@ -1,5 +1,5 @@ --- -identifier: opensource +identifier: osi commonName: Open Source Initiative asOf: 2026-07-25 sources: diff --git a/_leadership/osmfoundation.md b/_leadership/osmfoundation.md index cc6cb60..43fe46e 100644 --- a/_leadership/osmfoundation.md +++ b/_leadership/osmfoundation.md @@ -3,7 +3,10 @@ identifier: osmfoundation commonName: OpenStreetMap Foundation asOf: 2026-07-25 sources: -- url: https://osmfoundation.org/wiki/Board +- url: https://osmfoundation.org/wiki/Officers_%26_Board + type: org_live + retrieved: 2026-07-25 +- url: https://osmfoundation.org/wiki/Contractors_and_employees type: org_live retrieved: 2026-07-25 people: @@ -18,7 +21,7 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 - name: Daniela Waltersdorfer @@ -32,7 +35,7 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 - name: Roland Olbricht @@ -46,33 +49,33 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 -- name: Héctor Ochoa Ortiz +- name: Brazil Singh personId: null roles: - - role: Deputy Secretary - roleClass: officer - role: Board Member roleClass: board_director - contact: hector.ochoa.ortiz@osmfoundation.org + contact: brazil.singh@osmfoundation.org bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 -- name: Brazil Singh +- name: Héctor Ochoa Ortiz personId: null roles: - role: Board Member roleClass: board_director - contact: brazil.singh@osmfoundation.org + - role: Deputy Secretary + roleClass: officer + contact: hector.ochoa.ortiz@osmfoundation.org bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 - name: Laura Mugeha @@ -84,7 +87,7 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board derived: org_live confidence: 1.0 - name: Maurizio Napolitano @@ -96,7 +99,19 @@ people: bio: null termStart: null termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Officers_%26_Board + derived: org_live + confidence: 1.0 +- name: Grant Slater + personId: null + roles: + - role: Senior Site Reliability Engineer + roleClass: paid_staff + contact: https://github.com/firefishy + bio: null + termStart: 2022-05-01 + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees derived: org_live confidence: 1.0 - name: Dorothea Kazazi @@ -106,21 +121,71 @@ people: roleClass: paid_staff contact: null bio: null - termStart: null + termStart: 2016 + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees + derived: org_live + confidence: 0.9 +- name: Michelle Heydon + personId: null + roles: + - role: Accountant + roleClass: paid_staff + contact: null + bio: null + termStart: 2017 + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees + derived: org_live + confidence: 0.9 +- name: Martin Raifer + personId: null + roles: + - role: iD Editor Developer (contractor) + roleClass: paid_staff + contact: https://github.com/tyrasd + bio: null + termStart: 2021-09 + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees + derived: org_live + confidence: 0.9 +- name: Minh Nguyễn + personId: null + roles: + - role: OSM Core Software Development Facilitator (contractor) + roleClass: paid_staff + contact: https://github.com/1ec5 + bio: null + termStart: 2025-04 + termEnd: null + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees + derived: org_live + confidence: 0.9 +- name: Pablo Brasero Moreno + personId: null + roles: + - role: OSM Core Software Engineer (contractor) + roleClass: paid_staff + contact: https://github.com/pablobm + bio: null + termStart: 2025-09 termEnd: null - sourceUrl: https://osmfoundation.org/wiki/Board + sourceUrl: https://osmfoundation.org/wiki/Contractors_and_employees derived: org_live - confidence: 0.7 + confidence: 0.9 --- # OpenStreetMap Foundation — Leadership -Scope of this record: the OSMF Board of Directors (7 members) and the officer roles they hold, plus the named Administrative Assistant. Captured from the wiki "Officers & Board" page (last edited 25 September 2025). +Scope: the OSMF Board of Directors (7 members, elected by OSMF members) with their officer roles, plus long-term paid individuals from the Contractors and employees page. Working group and committee members are volunteer operational roles, not foundation governance, and are excluded (noted below). + +Paid vs volunteer: the board page states plainly that "The board members are volunteers." All seven board members serve unpaid; their officer titles (Chairperson, Secretary, Treasurer, Deputy Secretary) are volunteer governance roles. Grant Slater is the one direct employee (Senior Site Reliability Engineer, from 2022-05-01), captured `paid_staff` at confidence 1.0. Dorothea Kazazi (Administrative Assistant, 2016–), Michelle Heydon (Accountant, 2017–) and the ongoing individual contractors Martin Raifer (iD, 2021-09–), Minh Nguyễn (core software facilitator, 2025-04–) and Pablo Brasero Moreno (core software engineer, 2025-09–) are long-term paid individuals, captured `paid_staff` at confidence 0.9 because they are contractors rather than employees. -Paid vs volunteer: the page states plainly that "The board members are volunteers and are generally elected by the OSMF members." All 7 board members are therefore unpaid governance volunteers, captured `board_director` (with officer roles where held) at confidence 1.0. The three officer posts are Chairperson (Craig Allan), Secretary (Daniela Waltersdorfer), and Treasurer (Roland Olbricht); Héctor Ochoa Ortiz additionally serves as Deputy Secretary. +Contact: the board publishes a per-person `firstname.lastname@osmfoundation.org` alias for every director, so `contact` is populated for all seven from the live page. For paid staff the site links GitHub profiles rather than emails; those handles are recorded in `contact` where published (Kazazi and Heydon have none listed, so `null`). -Contact: OSMF publishes a per-person `@osmfoundation.org` email for each board member, so `contact` is populated at confidence 1.0 for all seven. Dorothea Kazazi is named as the Administrative Assistant to whom the `board@osmfoundation.org` alias is copied; she is captured `paid_staff` at confidence 0.7 — she is linked under the wiki's "Contractors and employees" page (implying paid status) but that page was not fetched and no personal email is published for her. +Term dates: `term_start` for paid individuals reflects the engagement start year/date stated verbatim on the contractors page. No `term_end` is stated for any current individual. Board term dates are not on the board page; per-year membership history lives at https://wiki.openstreetmap.org/wiki/OSMF_board_members_by_year and the leadership-history dataset should draw from there. -Not published on this page (hence `null`): bios (a separate "Board Member Bios" page exists) and term dates (a separate "OSMF board members by year" page holds term history and is the correct source for the leadership-history dataset). +Bios: not on the board page; short biographical details are published separately at https://osmfoundation.org/wiki/Board_Member_Bios (not fetched here), so `bio` is null for all. -Excluded: the many working-group and committee liaison roles each board member holds (e.g. CWG, DWG, LWG liaisons; Finance and Personnel Committee chairs) are operational assignments within board service, not distinct governance offices, so they are noted here but not recorded as separate `roles`. +Excluded (by scope): short-term and past individual contractors (e.g. Mateusz Konieczny, Rubén López Mendoza for specific 2026 projects; and past contractors), recurring facilitation contractors, and all service contracts with companies (Monetum, Buffer.com, banks, DeepL, etc.) listed on the same page. Working Group and Committee liaisons held by board members are captured only as the board role, not as separate governance seats. diff --git a/_leadership/owasp.md b/_leadership/owasp.md index 1303547..98f5a1b 100644 --- a/_leadership/owasp.md +++ b/_leadership/owasp.md @@ -1,6 +1,6 @@ --- identifier: owasp -commonName: Open Worldwide Application Security Project (OWASP Foundation) +commonName: OWASP Foundation, Inc. asOf: 2026-07-25 sources: - url: https://owasp.org/www-board/ @@ -14,7 +14,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/stevespringett/ bio: null termStart: null termEnd: 2027-12-31 @@ -28,7 +28,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/ricardo-griffith/ bio: null termStart: null termEnd: 2026-12-31 @@ -42,7 +42,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/harold-blankenship-92738b5 bio: null termStart: null termEnd: 2026-12-31 @@ -56,7 +56,7 @@ people: roleClass: officer - role: Board Director roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/marisafagan/ bio: null termStart: null termEnd: 2027-12-31 @@ -68,7 +68,7 @@ people: roles: - role: Member-at-Large roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/kelly-santalucia-2b359b30/ bio: null termStart: null termEnd: 2027-12-31 @@ -80,7 +80,7 @@ people: roles: - role: Member-at-Large roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/ashwini-siddhi-856b82a4/ bio: null termStart: null termEnd: 2026-12-31 @@ -92,7 +92,7 @@ people: roles: - role: Member-at-Large roleClass: board_director - contact: null + contact: https://www.linkedin.com/in/samstepanyan/ bio: null termStart: null termEnd: 2027-12-31 @@ -101,12 +101,14 @@ people: confidence: 1.0 --- -# OWASP Foundation — Leadership +# OWASP Foundation, Inc. — Leadership -Scope: the OWASP Foundation Global Board, comprising seven elected directors who serve two-year terms. Officer roles (Chair, Vice Chair, Treasurer, Secretary) for 2026 are recorded in addition to `board_director`; the remaining three directors are Members-at-Large. Source is the OWASP Global Board page (www-board). +Scope: the OWASP Foundation Global Board, comprised of seven elected members serving two-year terms. Each Fall the membership votes to elect leadership. The four officer roles (Chair, Vice Chair, Treasurer, Secretary) are held by board members, so those four people carry both an `officer` role and a `board_director` role. The other three are Members-at-Large (`board_director`). -Term dates: the board page states a "Current Term Ends" date per director (e.g. 12/31/2027), captured as `term_end`. Term start is not stated per person, so `term_start` is null. The staggered end dates (2026 vs 2027) reflect the annual half-board election each Fall. +Term dates: the page states each director's "Current Term Ends" date verbatim, captured here as `term_end` (confidence 1.0). Term start dates are not stated on this page (elections and officer-election dates appear in the Board Actions log but individual seat start dates are not given), so `term_start` is null. -Paid vs volunteer: board directors are elected volunteers; none is tagged paid_staff. The Foundation employs an Executive Director and staff (Andrew van der Stock is named as Executive Director throughout board minutes/actions through 2024, and the board page repeatedly references "the Executive Director"), but no current staff roster is published on this board page, so no ED/staff person record is asserted here to avoid stating an unverified 2026 status. A Compliance Officer (Vandana Verma, appointed effective Jan 2025 per board actions) is likewise recorded in minutes but not on the current board roster, so is excluded from `people[]`. +Contact: the board page publishes a LinkedIn URL for every director (and a Twitter/X handle for several), so `contact` holds each director's published LinkedIn URL (confidence 1.0, org-published). -Not published on this page (hence null): per-person contact (only LinkedIn/Twitter links are given, no email) and bios. Each director's US state / country of residence is listed on the page but is not a bio and is not captured as a field. +Paid vs volunteer: board directors are elected volunteers, not paid. This record does not include paid staff. The board's Executive Director (a paid role; historically Andrew van der Stock) is referenced throughout the Board Actions log but the current Executive Director is not named on this leadership page, so no `paid_staff` record is created here rather than fabricate one. A Staff/Team page would be the source for staff and is not linked from this board page. + +Excluded: the extensive Board Actions voting log and the historical/attendance sections were used only to confirm the current roster and are not captured as people. Compliance Officers referenced in past motions are not currently listed on this page. diff --git a/_leadership/pculture.md b/_leadership/pculture.md index 551d59f..02cc0e5 100644 --- a/_leadership/pculture.md +++ b/_leadership/pculture.md @@ -34,7 +34,7 @@ people: termEnd: null sourceUrl: https://pculture.org/about-pcf derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Nicholas Reville personId: null roles: @@ -47,14 +47,188 @@ people: sourceUrl: https://pculture.org/about-pcf derived: org_live confidence: 1.0 +- name: Erin O'Driscoll + personId: null + roles: + - role: Client Success Manager and Amara Enterprise Platform (AEP) Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Rieann Brown + personId: null + roles: + - role: Tech Support Project Manager, Key Accounts + roleClass: paid_staff + - role: Finance + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Marília Correia + personId: null + roles: + - role: AOD Assistant Operations Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Fran Ontanaya + personId: null + roles: + - role: Senior Technical Operations Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Joanna Lam + personId: null + roles: + - role: AOD Senior Project Manager, Key Accounts, and Recruiting + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Thais M. Barros + personId: null + roles: + - role: AOD Senior Project Manager, Key Accounts, and Marketing & Communications + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Sebastião Nascimento + personId: null + roles: + - role: AOD Senior Project Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Melanie Dychinco-Ty + personId: null + roles: + - role: AOD Senior Project Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Natalia Savvidi + personId: null + roles: + - role: AOD Senior Project Manager and LSP Partners Coordinator + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Viviane M. + personId: null + roles: + - role: AOD Senior Project Manager and Key Accounts + roleClass: paid_staff + - role: Finance + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Amelia S. + personId: null + roles: + - role: Senior Software Engineer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Dan Reyes + personId: null + roles: + - role: Senior Software Engineer + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Margarita Shamraeva + personId: null + roles: + - role: Quality Assurance Manager + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 +- name: Kathy Torres + personId: null + roles: + - role: Finance and Human Resources + roleClass: paid_staff + contact: null + bio: null + termStart: null + termEnd: null + sourceUrl: https://pculture.org/about-pcf + derived: org_live + confidence: 0.9 --- # Participatory Culture Foundation — Leadership -Scope: the current Board of Directors (3) of the Participatory Culture Foundation (PCF), a 501(c)(3) founded 2006, best known for the Amara subtitling platform and Amplifying Voices. Captured from the PCF "About" page. +Scope: PCF is a 501(c)(3) nonprofit (est. 2006) that operates the Amara subtitling/captioning platform and the Amplifying Voices initiative. The About page publishes a current Board of Directors, an Executive Team, and an operational staff roster ("Our Team"). This record captures the Board of Directors, the Executive Director/CEO, and the paid staff listed on the team page, per the Tier 1 rule to capture staff on a Staff/Team page. + +Board of Directors (3, confidence 1.0): Dean Jansen (Treasurer, the one named officer), Jenny Lam-Chowdhury, and Nicholas Reville. Jenny Lam-Chowdhury also serves as Executive Director and CEO (paid_staff), so her record carries both a board_director role and the paid_staff ED/CEO role. -Board of Directors (current): Dean Jansen (Treasurer), Jenny Lam-Chowdhury, and Nicholas Reville. Jenny Lam-Chowdhury also appears on the Executive Team as Executive Director and CEO; she is recorded with both a `board_director` role and a `paid_staff` (Executive Director and CEO) role. Her person `confidence` is 0.9 because the page places her both on the board and as employed executive without stating whether her board seat is ex-officio. +Paid staff (confidence 0.9): the ~15 team members listed under "Our Team" (Amara customer advocacy/support, Amara On Demand captioning, product/engineering, and finance/HR). They are recorded as `paid_staff` at confidence 0.9 because the page presents them as the foundation's working team but does not state employment terms verbatim. Several people appear under more than one function (Rieann Brown and Viviane M. also under Finance); their multiple functions are merged into a single record with multiple roles. The team page also publishes each person's location and a light personal descriptor; PCF's schema has no location field and the descriptors are not substantive bios, so `bio` is null. -Excluded (with reason): the "Emeritus Board" (Aleli Alcala, Tiffiniy Cheng, Dave Glassco, Stefan Magdlinski) are past, not current, directors. The "Founders" list (Tiffiniy Cheng, Nicholas Nassar, Nicholas Reville, Holmes Wilson) is historical, not a governance role. The wider "Our Team" roster is Amara product/operations staff (customer support, subtitling operations, engineering, finance/HR) rather than foundation governance; per scope rules these product-level staff are noted but not captured as people records. Only the Executive Director (Jenny Lam-Chowdhury) is captured as foundation-level paid staff. +Excluded (with note): the "Emeritus Board" (Aleli Alcala, Tiffiniy Cheng, Dave Glassco, Stefan Magdlinski) is a past/honorary body, not current leadership. "Founders" (Tiffiniy Cheng, Nicholas Nassar, Nicholas Reville, Holmes Wilson) is a historical attribution. Both are recorded here in prose but not as current people (Nicholas Reville is captured only via his current Board Director seat). "Major Funders" are organisations, not people. -Not published (hence null): per-person contact, bios (only light "fun-fact" descriptors are shown for staff), and term dates. +Contact: no per-person contact is published (no emails/handles), so `contact` is null throughout. Term dates are not published, so `term_start`/`term_end` are null. diff --git a/_leadership/perlfoundation.md b/_leadership/perlfoundation.md index 7111498..a9fd5f8 100644 --- a/_leadership/perlfoundation.md +++ b/_leadership/perlfoundation.md @@ -1,6 +1,6 @@ --- identifier: perlfoundation -commonName: The Perl and Raku Foundation (Yet Another Society) +commonName: Yet Another Society (DBA) The Perl and Raku Foundation asOf: 2026-07-25 sources: - url: https://www.perlfoundation.org/the-board.html @@ -19,9 +19,14 @@ people: with many early projects based on Perl delivering e-commerce, ISP and communications services. Stuart founded various open source integration and hosting companies and currently consults through Open Digital Consulting. He also founded the industry association OpenUK, works with the European Commission, - and serves on the governance working group for the Odoo Community Association. He believes those who - have built careers in digital technology should give back to the communities that enabled them. Board - seat sponsored by Open Digital Consulting Co. + and serves on the governance working group for the Odoo Community Association. Stuart joined the Foundation + because Perl enabled him to solve many business data challenges throughout his career. He believes + those who have built careers in digital technology should give back to the communities that enabled + them, either financially or by sharing experience and time. He is proud to be working with the Perl + communities and excited to be working with the rapidly developing Raku language. In his role as President, + Stuart is keen to develop committees and engagement with the Perl and Raku communities, as well as + sponsors and other foundations. He believes it is important to improve the security of these ecosystems + and their long-term usefulness and relevance. termStart: 2019-09 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -37,7 +42,7 @@ people: contact: treasurer@perlfoundation.org bio: Peter Krawczyk is a Senior Software Engineer with ZipRecruiter. He has been active in the Perl community since the late 1990s, including co-organizing YAPCs in 2006 and 2008, hackathons and Chicago.pm. - In his spare time, he loves to play golf and go on road trips. Board seat sponsored by Remora, Inc. + In his spare time, he loves to play golf and go on road trips. termStart: 2020-10 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -53,10 +58,11 @@ people: contact: treasurer@perlfoundation.org bio: Over the course of her 40-plus year career, Ruth worked in six different programming languages on nearly a dozen different operating systems; for the last 20 of those, she's been doing most of - her coding in Perl. She is a Texan, transplanted to the tranquil woods of northeast Georgia. She is - now semi-retired from regular work, to spend more time with her family, crafting, and on the needs - of the Foundation. Ruth joined the board in January of 2024, and currently holds the role of Co-Treasurer. - Board seat sponsored by Trans-Formed Media, LLC. + her coding in Perl. She is a Texan, transplanted to the tranquil woods of northeast Georgia with her + husband and the cutest dog around. She is now semi-retired from regular work, to spend more time with + her family, crafting, and on the needs of the Foundation. Ruth joined the board in January of 2024, + and currently holds the role of Co-Treasurer, taking care of many of the day-to-day financial record-keeping + for the Foundation. termStart: 2024-01 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -70,12 +76,15 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Bruce is a consultant, business analyst, and contract programmer, with a special interest in health - care. Introduced to Perl in 1995, he became a founding member of Atlanta Perl Mongers. Active in the - Parrot and Rakudo projects since their inception as 'Perl 6', Bruce represents Raku at the TPRF community - meetings, and assists in the Raku Study Group. Since 2022, Bruce has served on the planning committee - for the annual North American TPRC conference. Bruce joined the board in January of 2024 and holds - the role of TPRF Secretary. Board seat sponsored by Gray & Associates. + bio: Bruce is a consultant, business analyst, and contract programmer, with a special interest in heath + care. Introduced to Perl in 1995, he became a founding member of Atlanta Perl Mongers, and from there + joined the wider Perl community. Active in the Parrot and Rakudo projects since their inception as + "Perl 6", Bruce represents Raku at the TPRF community meetings, and assists in the Raku Study Group. + Since 2022, Bruce has served on the planning committee for the annual North American TPRC conference, + and has been a regular speaker at the conference for over a decade. Bruce joined the board in January + of 2024, currently holds the role of TPRF Secretary, and uses the resources of that role to also support + the A/V recording needs of affiliated groups such as Toronto.pm and the Underbar podcast. Together + with his wife Sarah, Bruce enjoys ballroom dancing and Shakespearean theatre. termStart: 2024-01 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -89,8 +98,8 @@ people: contact: todd@perlfoundation.org bio: Todd has been programming for 40 years and coding Perl since his first Perl programming class in 1995. He's been a resident of Houston, TX most of his life, and has been active in the Houston Perl - Mongers since 2006. Todd is married and has one son. In addition to his volunteer work at TPRF, Todd - also donates significant time to The Boy Scouts of America. Board seat sponsored by WebPros. + Mongerers since 2006. Todd is married and has one son. In addition to his volunteer work at TPRF, + Todd also donates significant time to The Boy Scouts of America. termStart: 2022-08 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -104,10 +113,12 @@ people: contact: null bio: Daniel originally planned a career in law before he realised how much he enjoys programming. Dan earned a J.D. from Columbia Law School and was a practicing attorney with a large law firm in New - York City. After discovering how much he enjoys writing code, Dan made a career change and became - a programmer. He has written JavaScript, Rust, and Raku professionally. As well as being a Board member, - Dan serves on the Raku Steering Council and the TPRF Legal Committee. He was also a moderator for - the 2021 Perl and Raku Conference. + York City. While there, he unexpectedly ended up writing code for a JavaScript web app that the firm + was building for its large banking clients. After discovering how much he enjoys writing code, Dan + made a career change and became a programmer. He has written JavaScript, Rust, and Raku professionally + and enjoys exploring many other languages. As well as being a Board member, Dan serves on the Raku + Steering Council and the TPRF Legal Committee. He was also a moderator for the 2021 Perl and Raku + Conference. termStart: 2021-08 termEnd: null sourceUrl: https://www.perlfoundation.org/the-board.html @@ -117,14 +128,12 @@ people: # The Perl and Raku Foundation — Leadership -Scope: the TPRF Board of Directors (6), captured from the org's live board page. The legal entity is "Yet Another Society" (DBA The Perl and Raku Foundation), based in Covina, California. The board is self-electing and draws candidates from active volunteers; it is led by a President appointed by the board. +Scope: the Board of Directors of Yet Another Society (DBA The Perl and Raku Foundation, TPRF), the Foundation's decision-making body. The board is self-electing, draws candidates from active volunteers, is led by a President appointed by the board, and members serve renewable two-year terms. Six directors are listed. -Officers: President (Stuart Mackintosh), two Co-Treasurers (Peter Krawczyk, Ruth Holloway), and Secretary (Bruce Gray) are recorded with `officer` roles in addition to `board_director`. Todd Rinaldo and Daniel Sockwell are directors without an officer designation. +Officers: President (Stuart Mackintosh), two Co-treasurers (Peter Krawczyk and Ruth Holloway), and Secretary (Bruce Gray) hold both an `officer` role and a `board_director` role. Todd Rinaldo and Daniel Sockwell are directors without an officer title. -Term dates: the page states an "Appointed:" month/year per director, captured as `term_start` (YYYY-MM). Members serve a renewable two-year term, but no explicit term-end date is published per person, so `term_end` is null. +Term dates: the page states an explicit appointment date per director ("Appointed: September 2019", etc.), captured as `term_start` at year-month granularity (confidence 1.0). No term end is stated (terms are renewable and the board is self-electing), so `term_end` is null. -Contact: role-based email addresses are published for some directors (president@ and treasurer@perlfoundation.org, and todd@perlfoundation.org) and are recorded verbatim in `contact`. These are foundation role aliases rather than strictly personal addresses (both Co-Treasurers share treasurer@). Bruce Gray and Daniel Sockwell have no published email. +Contact: role-based emails are published for several members — president@perlfoundation.org (Stuart), treasurer@perlfoundation.org (both Co-treasurers), and todd@perlfoundation.org (Todd). Bruce Gray and Daniel Sockwell have no published email, so their `contact` is null. Bios are published verbatim for all six (confidence 1.0). -Bios: published verbatim per director and captured (lightly condensed to the substantive career/community text; sponsorship of each board seat is retained as published). - -Paid vs volunteer: directors are described as volunteers ("volunteer work at TPRF"); none is paid staff. No separate paid staff roster is published. +Excluded (with note): TPRF maintains a separate Advisory Board (/advisory_board.html) and Committees (/committees.html). Consistent with the Tier 1 scope of governing board, officers, and paid staff — and the project's precedent of excluding advisory councils — advisory board members and committee members are not captured here. The Foundation lists no paid staff on this page; TPRF operates through volunteer directors and grant-funded contractors, so no `paid_staff` record is created. Each board seat notes a sponsoring organisation (e.g. Open Digital Consulting, Remora, WebPros); these are sponsors, not captured as people. diff --git a/_leadership/plone.md b/_leadership/plone.md index 7d7a009..1d0f9ee 100644 --- a/_leadership/plone.md +++ b/_leadership/plone.md @@ -12,15 +12,17 @@ people: roles: - role: President roleClass: officer - - role: Security Team Liaison - roleClass: board_director - role: Board Director roleClass: board_director + - role: Security Team Liaison + roleClass: officer contact: null - bio: Martin has been a Plone developer since 2010 and is CEO / CTO of Affinitic, a Belgian Plone solution + bio: Martin has been a Plone developer since 2010 and is CEO / CTO of Affinitic, a Belgian Plone Solution company. He co-organized the Plone Conference 2022 and attended almost every Plone Conference since - Bristol in 2010. Over 12 years he has helped maintain hundreds of Plone websites supporting thousands - of users. Based in Genappe, Belgium. This is Martin's fourth year on the Board. + Bristol in 2010. He finds Plone is a friendly community with great people. Martin has participated + in several conference sprints and PLOG (Plone Open Garden) as well. Over a period of 12 years, he + has helped maintain hundreds of Plone websites supporting thousands of users. This is Martin's fourth + year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board @@ -35,10 +37,10 @@ people: roleClass: board_director contact: null bio: Gouveia is a member of the PloneGov-BR community and co-organizer of Plone Conference Brasília - 2013 and 2024. He has been a civil servant of the Federal Senate since 2002. Gouveia is CIO of the - Interlegis Program of the Federal Senate; former CIO of the Ministry of Agriculture, Livestock and - Supply of Brazil; and has been a member and moderator of free software communities for nearly 20 years. - Based in Brasília, Brazil. This is Gouveia's second year on the Board. + 2013 and 2024. Husband of Adriana, father of Bia and Léo, he has been a civil servant of the Federal + Senate since 2002. Gouveia is CIO of the Interlegis Program, of the Federal Senate; former CIO of + the Ministry of Agriculture, Livestock and Supply of Brazil; and has been a member and moderator of + free software communities for nearly 20 years. This is Gouveia's second year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board @@ -49,106 +51,98 @@ people: roles: - role: Secretary roleClass: officer - - role: Google Summer of Code Liaison - roleClass: board_director - role: Board Director roleClass: board_director + - role: Google Summer of Code Liaison + roleClass: officer contact: null bio: Eric is deeply committed to open-source, and is a long-time contributor to the Plone community. - He is a frontend developer at Nuclia. Based in Toulouse, France. This is Eric's third year on the - Board. + He is a frontend developer at Nuclia. This is Eric's third year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board derived: org_live confidence: 1.0 -- name: Steve Piercy +- name: Rafahela Garcia Bazzanella personId: null roles: - - role: Interim Treasurer - roleClass: officer - - role: Assistant Secretary - roleClass: officer + - role: Membership Chair + roleClass: board_director contact: null - bio: Steve has been a contributor to many projects under the Pylons Project, including Pyramid, WebOb, - Waitress, Colander, Peppercorn, and WebTest. Steve is a Community Forum moderator and Discord server - administrator, and has attended several Plone Conferences as a speaker, trainer, and sprinter. He - has served as the Plone Documentation Team lead since 2022, and is a member of the Training Team, - Volto Team, and Steering Circle. Based in Oregon, USA. This is Steve's first year as Interim Treasurer. - Listed as a non-voting board member. + bio: Rafahela has worked with Plone for 18 years. She is co-founder of the PloneGov-BR community and + co-organized the Plone Conferences from 2013 and 2024. She currently works at the Interlegis Program + (Federal Senate), where she developed and maintains a product called Model Portal used by more than + 1200 Municipal Chambers and Assemblies. This is Rafahela's second year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board derived: org_live confidence: 1.0 -- name: Rafahela Garcia Bazzanella +- name: Gildardo Bautista García Cano personId: null roles: - - role: Membership Chair - roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Rafahela has worked with Plone for 18 years. She is co-founder of the PloneGov-BR community and - co-organized the Plone Conferences from 2013 and 2024. She currently works at the Interlegis Program - (Federal Senate), where she developed and maintains a product called Model Portal used by more than - 1200 Municipal Chambers and Assemblies. Based in Brasília, Brazil. This is Rafahela's second year - on the Board. + bio: Gildardo has been involved in the Plone community since the late 2000s and has organized multiple + World Plone Day events through his role at the Mathematics Institute of the National Autonomous University + of Mexico in Mexico City. He has also co-organized the Axolote Sprints and has given talks at multiple + Plone Conferences and Plone Symposia. This is Gildardo's first year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board derived: org_live - confidence: 0.9 -- name: Rikupekka Oksanen + confidence: 1.0 +- name: Brian Davis personId: null roles: - - role: Marketing Chair - roleClass: officer - - role: Conference Team Liaison - roleClass: board_director - - role: Board Director + - role: Admin Team Liaison roleClass: board_director contact: null - bio: Rikupekka has been using and promoting Plone at the University of Jyväskylä since 2004 (and Zope - since 2002). He started as a web developer, then took on project management, customer support, trainer, - and team lead roles. He has given talks at nearly every Plone Conference and World Plone Day since - 2014. From 2020-2024 he served as Plone's Marketing and Communications Team lead, and organized the - Plone Conference 2025 in Finland. Based in Jyväskylä, Finland. This is Rikupekka's first year on the - Board. + bio: Brian has been using Plone since v0.9.8. He was one of the legendary Weblion crew at Penn State + University who organized Plone Symposium East (2008–2012). Brian is a member of the Steering Circle + and Marketing team, having helped migrate Plone.org twice, from Plone 4 to 5 and most recently from + Plone 5 to 6. Brian has been active in local user groups and is frequently found in the Plone Discord + channels. He has contributed to many Plone add-ons and themes, and presented talks at Plone Conferences, + Plone Symposia, and World Plone Days. This is Brian's third year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board derived: org_live - confidence: 0.9 -- name: Brian Davis + confidence: 1.0 +- name: Rikupekka Oksanen personId: null roles: - - role: Admin Team Liaison + - role: Marketing Chair roleClass: board_director - - role: Board Director + - role: Conference Team Liaison roleClass: board_director contact: null - bio: Brian has been using Plone since v0.9.8. He was one of the Weblion crew at Penn State University - who organized Plone Symposium East (2008–2012). Brian is a member of the Steering Circle and Marketing - team, having helped migrate Plone.org from Plone 4 to 5 and from 5 to 6. He has contributed to many - Plone add-ons and themes, and presented at Plone Conferences, Symposia, and World Plone Days. Based - in Pennsylvania, USA. This is Brian's third year on the Board. + bio: Rikupekka has been using and promoting Plone at the University of Jyväskylä since 2004 (and Zope + since 2002) where there is a huge Plone presence. He first started as a web developer, then later + took on roles in project management, customer support, trainer, and team lead. Rikupekka has given + talks at nearly every Plone Conference and World Plone Day since 2014. From 2020-2024, he served as + Plone's Marketing and Communications Team lead. This past year, Rikupekka organized the Plone Conference + 2025 in Finland. This is Rikupekka's first year on the Board. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board derived: org_live confidence: 1.0 -- name: Gildardo Bautista García Cano +- name: Steve Piercy personId: null roles: - - role: Board Director - roleClass: board_director + - role: Interim Treasurer + roleClass: officer + - role: Assistant Secretary + roleClass: officer contact: null - bio: Gildardo has been involved in the Plone community since the late 2000s and has organized multiple - World Plone Day events through his role at the Mathematics Institute of the National Autonomous University - of Mexico in Mexico City. He has also co-organized the Axolote Sprints and has given talks at multiple - Plone Conferences and Plone Symposia. Based in Mexico City, Mexico. This is Gildardo's first year - on the Board. + bio: Steve has been a contributor to many projects under the Pylons Project, including Pyramid, WebOb, + Waitress, Colander, Peppercorn, and WebTest. Steve is a constant presence in the Plone community as + both Community Forum moderator and Discord server administrator. He has attended several Plone Conferences + as a speaker, trainer, and sprinter. Steve has served as the Plone Documentation Team lead since 2022, + and also is a member of the Training Team, Volto Team, and Steering Circle. This is Steve's first + year as Interim Treasurer. termStart: null termEnd: null sourceUrl: https://plone.org/foundation/board @@ -158,14 +152,14 @@ people: # Plone Foundation — Leadership -Scope: the Plone Foundation Board of Directors for the 2025-2026 board term (8 people: 7 voting directors plus 1 non-voting Interim Treasurer), captured from the org's live board page. The Plone Foundation is a 501(c)(3) non-profit. +Scope: the Plone Foundation Board of Directors for 2025-2026, which manages and oversees the Foundation. Seven voting members plus one non-voting member (the Interim Treasurer). Officer roles (President, Vice President, Secretary, Interim Treasurer, Assistant Secretary) are held by board members, so those individuals carry both an `officer` role and a `board_director` role where they hold both. Committee/team "Liaison" and "Chair" designations (Security Team, GSoC, Membership, Admin Team, Marketing, Conference Team) are recorded as their listed roles. -Officers and roles: President (Martin Peeters), Vice President (João Henrique Gouveia), Secretary (Éric Bréhault), and Interim Treasurer + Assistant Secretary (Steve Piercy) are recorded with `officer` roles. Steve Piercy is explicitly a non-voting board member (recorded with officer roles only, no board_director class). Membership Chair (Rafahela Garcia Bazzanella) and Marketing Chair (Rikupekka Oksanen) are recorded as `officer` at person-confidence 0.9, as these are functional committee-chair titles rather than corporate officer positions. Various "Team Liaison" designations (Security, GSoC, Conference, Admin) are recorded as additional board roles. +Steve Piercy is explicitly listed under "Non-Voting Board Members — Treasurer" as Interim Treasurer and Assistant Secretary. He is captured as `officer` (both roles) without a `board_director` role, reflecting his non-voting status. -Tenure: the page states each director's cumulative years on the board (e.g. "fourth year", "first year") rather than dated terms. This is narrative tenure, not an ISO term start/end, so `term_start`/`term_end` are left null and the tenure text is preserved in each `bio`. +Bios: verbatim per-person bios are published for every member (confidence 1.0). -Contact: only a collective address (board@plone.org) is published; no per-person email, so `contact` is null for all. Each director's city/country is published and is retained inside `bio`. +Term dates: the page states tenure narratively ("This is X's Nth year on the Board") and titles the roster "Board Members for 2025-2026". Per the crawl rules, narrative join-years are not converted to `term_start`/`term_end`, which remain null. The 2025-2026 label indicates the current annual board term. -Bios: published verbatim per director and captured (lightly condensed). +Contact: the Foundation publishes a single whole-board email (board@plone.org) rather than per-person contacts, so per-person `contact` is null. Locations are published per person (captured in bios/notes, not as a schema field). -Paid vs volunteer: the board is a volunteer governance body; no paid staff roster is published (Plone relies on community volunteers and sponsorships). +Paid vs volunteer: board members are community volunteers; the Foundation has no paid staff listed on this page. No `paid_staff` record is created. diff --git a/_leadership/postgresql.md b/_leadership/postgresql.md index 5487bd2..95cc8f6 100644 --- a/_leadership/postgresql.md +++ b/_leadership/postgresql.md @@ -1,6 +1,6 @@ --- identifier: postgresql -commonName: United States PostgreSQL Association (PgUS) +commonName: United States PostgreSQL Association asOf: 2026-07-25 sources: - url: https://postgresql.us/team @@ -16,12 +16,13 @@ people: roleClass: board_director contact: null bio: Stacey Haysler is the CFO and COO of PostgreSQL Experts, Inc. She first became involved in the - Postgres community in 2010, and has worked as an organizer and conference staff for a number of conferences - in North America and Europe, as well as being part of the start-up team for PgDay San Francisco. She - founded the Django Events Foundation North America (DEFNA) and was a principal organizer of DjangoConUS - for three years. She also served as Treasurer of the DSF. She is a PostgreSQL contributor and worked - with the Core Team to develop the PostgreSQL Community Code of Conduct in 2017, chairing the Community - Code of Conduct Committee through September 2021. + Postgres community in 2010, and has worked as an organizer and conference staff for a number of conferences, + both in North America and Europe, as well as being part of the start up team for PgDay San Francisco. + She founded the Django Events Foundation North America (DEFNA), a nonprofit associated with the Django + Software Foundation, and was a principal organizer of DjangoConUS for three years. She also served + as Treasurer of the DSF for a year while starting DEFNA. She is a PostgreSQL contributor. She worked + with the Core Team to develop the PostgreSQL Community Code of Conduct in 2017, and served as the + Chair of the Community Code of Conduct Committee through September 2021. termStart: null termEnd: 2027-04-30 sourceUrl: https://postgresql.us/team @@ -37,9 +38,9 @@ people: contact: null bio: Mark Wong is currently employed by pgEdge and is a PostgreSQL Major Contributor. His background is in database systems solutions and performance. He first introduced himself to the PostgreSQL community - in 2003 with open source benchmarking kits and performance data. Since then he has contributed as - a Google Summer of Code mentor, event planner, Portland PostgreSQL Users Group Co-Organizer, PostgreSQL - Fundraising Group Member, and Director of PgUS. + in 2003 with open source benchmarking kits and performance data. Since then, he has continued to contribute + to various aspects of the community such as a Google Summer of Code mentor, event planner, Portland + PostgreSQL Users Group Co-Organizer, PostgreSQL Fundraising Group Member, and Director of PgUS. termStart: null termEnd: 2028-04-30 sourceUrl: https://postgresql.us/team @@ -54,8 +55,8 @@ people: roleClass: board_director contact: null bio: Michael Brewer is a Web Developer Principal in the Franklin College Office of Information Technology - at The University of Georgia. His responsibilities include developing applications for intranet and - internet use, creating and managing databases, and desktop and network support. One of the applications + at The University of Georgia. Michael's responsibilities include developing applications for intranet + and internet use, creating and managing databases, and desktop and network support. One of the applications he developed won a national award for innovation in advising technology. He is one of the founding board members of the United States PostgreSQL Association. termStart: null @@ -70,11 +71,11 @@ people: roleClass: board_director contact: null bio: Elizabeth Garrett Christensen works on Postgres educational content at Snowflake. She writes blogs, - tutorials, and product documentation while assisting with Postgres product development. Elizabeth - organizes the global PostGIS Day and hosts a local Kansas City Postgres User Group. She enjoys speaking - at Postgres, open source, and developer conferences, primarily for users new to Postgres or in non-traditional - technical roles. She has a B.A. in Archeology from the University of Texas and a background in academic - publishing software and open-source software. + tutorials, and product documentation while also assisting with Postgres product development. Elizabeth + organizes the global PostGIS Day and hosts a local Kansas City Postgres User Group. Elizabeth enjoys + speaking at Postgres events, open source events, and developer conferences primarily for users new + to Postgres or in non-traditional technical roles. Elizabeth has a B.A. in Archeology from the University + of Texas and a background in academic publishing software and open-source software. termStart: null termEnd: 2027-04-30 sourceUrl: https://postgresql.us/team @@ -86,12 +87,14 @@ people: - role: Director roleClass: board_director contact: null - bio: Valerie Parham-Thompson is a Database Solutions Architect focusing on data architecture for high-traffic - applications, and is a frequent writer on Postgres, spatial data, and routing. She has over two decades - of experience scaling data systems, and has previously worked as a solutions architect at YugabyteDB - and a principal consultant at Pythian. She organizes meetups such as the Triangle Postgres Users Group, - judges youth technical competitions like Technovation, and provides technical editing for Manning - Publications. She holds a degree from UNC-Chapel Hill Kenan-Flagler Business School. + bio: Valerie Parham-Thompson is a Database Solutions Architect; she focuses on data architecture for + high-traffic applications, and is a frequent writer on Postgres, spatial data, and routing. Valerie + has over two decades of experience scaling data systems, and has previously worked as a solutions + architect at YugabyteDB and a principal consultant at Pythian. Valerie takes an active role in shaping + her tech communities, organizing meetups like the Triangle Postgres Users Group, judging youth technical + competitions like Technovation, and providing technical editing for Manning Publications and others. + She holds a degree from UNC-Chapel Hill Kenan-Flagler Business School and has spent most of her life + working with startups. termStart: null termEnd: 2028-04-30 sourceUrl: https://postgresql.us/team @@ -101,12 +104,14 @@ people: # United States PostgreSQL Association (PgUS) — Leadership -Scope: the PgUS Board of Directors (5), captured from the org's live board page (/team, reached via the site homepage). PgUS is an IRS 501(c)(3) public charity supporting the growth and education of PostgreSQL in the United States. +Scope of this record: the PgUS Board of Directors and its officers. PgUS is a 501(c)(3) public charity supporting PostgreSQL growth and education in the United States. The board is elected by the membership; three seats were up in the April 2026 election. -Officers and roles: President (Stacey Haysler), Treasurer (Mark Wong), and Secretary (Michael Brewer) are recorded with `officer` roles in addition to `board_director`. Elizabeth Garrett Christensen and Valerie Parham-Thompson are Directors. Valerie Parham-Thompson joined at the 2026 election (first term); Jonathan Katz rotated off the board at that election and is therefore excluded from the current roster. +Officer roles (President, Treasurer, Secretary) are held by directors, so those individuals carry both an `officer` role and an implicit board seat; they are tagged with both role classes. Elizabeth Garrett Christensen and Valerie Parham-Thompson serve as Directors without a named officer role. -Term dates: the board page states "Current term runs through April 30, 202X" per director, captured as `term_end` (staggered 2027/2028 reflecting the annual election of ~2-3 seats). Term start is not stated per person, so `term_start` is null. +Paid vs volunteer: PgUS is a volunteer-run association; directors and officers are unpaid community volunteers. No paid staff (Executive Director or similar) is published. -Contact: only collective addresses are published (board@ and elections@postgresql.us); no per-person email, so `contact` is null. Bios are published verbatim and captured (lightly condensed). +Term dates: PgUS publishes explicit term-end dates per director on its board page ("Current term runs through April 30, YYYY"), which are captured verbatim in `term_end`. Term-start dates are not stated, so `term_start` is null. Valerie Parham-Thompson began her first term following the 2026 election (per the news item), but a specific start date is not published, so `term_start` remains null. -Paid vs volunteer: directors are volunteer governance roles; no paid staff roster is published. +Contact: not published per person. The org publishes list addresses only (board@postgresql.us, elections@postgresql.us), which are organisational, not individual, so per-person `contact` is null. + +Provenance: all data from the live PgUS board page (https://postgresql.us/team), which renders the same roster shown on the homepage. Bios and term-end dates are verbatim; confidence 1.0 throughout. diff --git a/_leadership/processingfoundation.md b/_leadership/processingfoundation.md index 751796e..6048174 100644 --- a/_leadership/processingfoundation.md +++ b/_leadership/processingfoundation.md @@ -221,10 +221,16 @@ people: # Processing Foundation, Inc. — Leadership -Scope of this record: the Board of Directors (7 members, including the Board President, Vice President, and Treasurer) and the working staff team listed on the People page (2 Co-Executive Directors plus the Engineering, Programs, and Operations teams). +Scope of this record: the current Board of Directors (7) and the foundation's staff teams (Leadership, Engineering, Programs, Operations = 10 people) as published on the People page. The Processing Foundation supports the Processing (Java), p5.js, and Processing Android creative-coding projects. -Paid vs volunteer: the two Co-Executive Directors and the staff team are treated as `paid_staff` at confidence 0.9. The org lists them under staff/team headings but does not explicitly state employment status, so the paid classification is inferred. The Board of Directors is captured with the officer titles the org publishes (President, Vice President, Treasurer); the remaining four directors are `board_director`. +Governance officers: Wesley Taylor (Board President), Cassie Tarakajian (Board Vice President; also a p5.js Editor Mentor, a project-level role noted here but not captured as a separate governance role), and Mathura M. Govindarajan (Board Treasurer) each hold an officer role and a board seat, tagged with both role classes. Amelia Winger-Bearskin, AX Mina, Miriam Langer, and Shari Frilot serve as Directors. -Not published on this page (hence `null`): per-person contact info, bios, and term dates. Each person links to a personal website or LinkedIn profile, but the org does not publish per-person contact details or bio text, so `contact` and `bio` are left null. +Paid vs volunteer: the two Co-Executive Directors (Roxana Hadad, Xin Xin) and the Engineering / Programs / Operations team members carry employment-style job titles (Engineering Manager, Senior Program Manager, Finance Manager, Communications Manager, etc.) grouped under staff "Team" headings. The page does not state "paid" explicitly, so staff are tagged `paid_staff` at `confidence: 0.9` (inferred from staff/team structure and job titles). Board directors are unpaid governance volunteers, tagged `confidence: 1.0` as stated verbatim. -Deliberately excluded (noted here, not captured as governance records): the large "Advisors" group, "Open Source Software Mentors", the "Steering Committee" (p5.js Shared Responsibility Committee) and "Advisory Committees" (Fellowship Committee, Community Day Committee), and the "Alums" section (former board, staff, and advisors). These are advisory or historical/project-level roles rather than current foundation governance. The Alums board members listed are Ben Fry, Lauren Lee McCarthy, and Shana White. +Deliberately excluded (out of scope for a leadership/governance dataset): +- Advisors (~16 named, e.g. Boaz Sender, Casey Reas, Dan Shiffman, John Maeda) — an advisory group, not governance or staff. +- Open Source Software Mentors (Kenneth Lim, Roopa Vasudevan, Patricio Gonzalez Vivo) — project-level roles. +- Steering Committee / p5.js Shared Responsibility Committee, Fellowship Committee, and Processing Community Day Committee — project/program committees, not foundation governance. +- Alums (former board, staff, advisors) — not current leadership. + +Not published on this page (hence `null`): bios (only name, title, and photo shown), term dates, and per-person contact. The People page links each person to a personal site / LinkedIn / Twitch, which are external biographical links suited to the Who's Who dataset rather than org-published contact; per-person `contact` is therefore null. Org-level contact is foundation@processingfoundation.org. diff --git a/_leadership/raspberrypi.md b/_leadership/raspberrypi.md index 8ac62d8..7393e4e 100644 --- a/_leadership/raspberrypi.md +++ b/_leadership/raspberrypi.md @@ -153,94 +153,604 @@ people: sourceUrl: https://www.raspberrypi.org/about/governance derived: org_live confidence: 1.0 +- name: Andy Rice + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Andy is Head of Engineering at XBOW, a startup using AI for offensive cyber-security testing. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Bill Liao + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Bill is a General Partner of SOSV, Chair of Social Tech Trust and WeForest. He Co-Founded CoderDojo + and he's curious about Quantum Software. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Chris Mairs + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Chris is an early stage investor and chairman of The Future Forest Company. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Clare Sutcliffe + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Clare is co-founder of She Wins, a social business aiming to close the gender pay gap. She is co-founder + of Code Club and speaks publicly about the magical combination of technology and social impact. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Dan Labbad + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Dan is CEO of The Crown Estate and is currently on the Board of Ark Schools and The Hornery Institute. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: David Braben + personId: null + roles: + - role: Founding Member + roleClass: volunteer + contact: null + bio: David is CEO of Frontier Developments plc, a fellow of BAFTA and the Royal Academy of Engineering, + and a member of Cambridge Angels. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: David Cleevely + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: David is the former Chairman of the Raspberry Pi Foundation and co-founder of Cambridge Angels. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: David Willetts + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: David Willetts is President of the Resolution Foundation and a member of the House of Lords. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Eben Upton + personId: null + roles: + - role: Founding Member + roleClass: volunteer + contact: null + bio: Eben is the creator of Raspberry Pi and CEO of Raspberry Pi Holdings plc. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: David Cohen + personId: null + roles: + - role: Member (representing Ezrah Charitable Trust) + roleClass: volunteer + contact: null + bio: David Cohen, Trustee of Ezrah Charitable Trust (ECT). ECT is an Africa-focused, private foundation + that supports organisations serving and partnering with some of the world's most disadvantaged people. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Ian Livingstone + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Sir Ian co-founded Games Workshop, co-created Fighting Fantasy gamebooks, and is currently a General + Partner at Hiro Capital. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: James Whelton + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: James is co-founder of CoderDojo, has served as CTO for a number of ecommerce companies, and advisor + to startups and private equity. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Jon Drori + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Jon is an author, former Chair of Ravensbourne University London, and Honorary Professor in the + Department of Physics and Astronomy at the University of Birmingham. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Kim Shillinglaw + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Kim Shillinglaw is a Non Executive Director with interests across innovation, tech, the environment + and media, and former Controller of BBC2. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Limor Fried + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Limor is CEO of Adafruit Industries. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Martha Lane Fox + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Martha is Chair of WeTransfer and Chancellor of The Open University. She is a cross bench peer. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Matthew Postgate + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Matthew is a Non-Executive Director of UK Strategic Command and was formerly the Chief Technology + and Product officer of the BBC. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Pete Lomas + personId: null + roles: + - role: Founding Member + roleClass: volunteer + contact: null + bio: Co-creator of Raspberry Pi. Managing and Engineering Director of Norcott Technologies. Chair of + the Royal Academy of Engineering "Ingenious" grants scheme. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Richard Clegg + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Richard is former Chief Executive of Lloyd's Register Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Rosemary Francis + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Entrepreneur and computer scientist. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Rosemary Leith + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Rosemary is a Founding Director of the World Wide Web Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Scott McGregor + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Scott was President and Chief Executive Officer of Broadcom Corporation and President of the Broadcom + Foundation. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Sherry Coutu + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Sherry is Non-executive Director of a number of FTSE boards. In addition, she is a serial Entrepreneur, + investor and philanthropist - usually in areas that address the skills crisis. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Simon Peyton Jones + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Simon is an Engineering Fellow at Epic Games, and Chair of Computing at Schools (CAS). + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Suranga Chandratillake + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Suranga is a General Partner at Balderton Capital, a pan-European early stage venture capital firm. + Before that, Suranga was a software engineer and an entrepreneur. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Tilly Blyth + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Tilly is Head of the School of Museum Studies at the University of Leicester, former Head of Collections + at the Science Museum, London and on the Board of the Bletchley Park Trust. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Tim Peake + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Tim is a British ESA Astronaut and ambassador for STEM Education. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 +- name: Dame Wendy Hall + personId: null + roles: + - role: Member + roleClass: volunteer + contact: null + bio: Regius Professor of Computer Science, University of Southampton. Associate Vice President (International + Engagement). Executive Director, Web Science Institute. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/governance + derived: org_live + confidence: 1.0 - name: Philip Colligan personId: null roles: - role: Chief Executive roleClass: paid_staff contact: null - bio: Philip Colligan, CBE, is responsible for developing the Foundation's strategy, hiring people, and - helping them do great work. He's also a craft cider maker, school governor, and dad to two young digital - makers. + bio: Philip is responsible for developing our strategy, hiring awesome people, and helping them do great + work. He's also a craft cider maker, school governor, and dad to two young digital makers. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 -- name: Laura Kirsop + confidence: 1.0 +- name: Wendy Orme personId: null roles: - - role: Interim Chief Technology & Product Officer + - role: Chief Financial Officer roleClass: paid_staff contact: null - bio: Laura is responsible for digital product management at the Foundation. + bio: Wendy leads finance and operations. When not at work she is a keen armchair rugby fan and has been + trying to learn the piano. She lives in Cambridge with her partner and has two now very grown up daughters. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Faye Magellan personId: null roles: - role: Chief Marketing Officer roleClass: paid_staff contact: null - bio: Faye is responsible for promoting the Foundation. + bio: Faye is responsible for promoting the Foundation. She loves to roam the coastline in her campervan + as often as possible. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 -- name: Wendy Orme + confidence: 1.0 +- name: Rachel Arthur personId: null roles: - - role: Chief Financial Officer + - role: Chief Learning Officer roleClass: paid_staff contact: null - bio: Wendy leads finance and operations at the Foundation. + bio: Rachel is responsible for developing learning experiences, products and supporting the professional + development of computer science teachers all over the world. In her spare time she can be found tackling + a DIY project or baking with her two daughters. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 -- name: Rachel Arthur + confidence: 1.0 +- name: Laura Kirsop personId: null roles: - - role: Chief Learning Officer + - role: Interim Chief Technology & Product Officer roleClass: paid_staff contact: null - bio: Rachel is responsible for developing learning experiences, products and supporting the professional - development of computer science teachers all over the world. + bio: Laura is responsible for digital product management at the Foundation. She's also a mum and a fan + of 20th-century architecture. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Darren Cross personId: null roles: - role: Director of People and Culture roleClass: paid_staff contact: null - bio: Darren is responsible for the Foundation's People and Culture strategy and operations, and is a - member of the Leadership Team. He is a certified HR professional and a Mental Health First Aider. + bio: Darren is responsible for our People and Culture strategy and operations, and is a member of the + Leadership Team. He is a certified HR professional and a Mental Health First Aider and is working + towards a Coaching qualification. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Brice Fernandes + personId: null + roles: + - role: Director of Software Engineering + roleClass: paid_staff + contact: null + bio: Brice is responsible for our software engineering team at the foundation. In his spare time he + can be found boardgaming, making things with wood and metal, or running and attending community tech + events. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Diane Dowling + personId: null + roles: + - role: Director of Curriculum & Resources + roleClass: paid_staff + contact: null + bio: Diane previously taught A Level Computer Science, now she works on the Ada Computer Science project. + She loves coding, robots and alpacas. In her spare time Diane is a trustee of a national charity that + runs robotics events for sixth formers. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 + confidence: 1.0 +- name: Mark Atterton + personId: null + roles: + - role: Director of Operations + roleClass: paid_staff + contact: null + bio: Mark has joined RPF as the Director of Operations coming from working in the humanitarian and international + development sector. Mark loves spending time with family, playing board games, long dog walks, travelling + and attempting to surf and snowboard when he can. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Anna Burton-Corea + personId: null + roles: + - role: Director of Global Partnerships + roleClass: paid_staff + contact: null + bio: Anna is responsible for increasing the Foundation's reach and impact through a global network of + partner organisations. Outside of work she'll mostly be found chasing her toddler or trying to learn + Sinhala. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 - name: Zoë Kinstone personId: null roles: - role: Director of UK & Ireland roleClass: paid_staff contact: null - bio: Zoë leads the Foundation's work with schools and communities across the UK and Ireland. + bio: Zoë leads our work with schools and communities across the UK and Ireland. She also cycles with + her wife and two children, speaks at Leaders Plus events and does sporadic origami. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Rachel Fenichel + personId: null + roles: + - role: Director of Blockly + roleClass: paid_staff + contact: null + bio: Rachel leads the Blockly team and is passionate about accessibility. Rachel is currently working + toward a Master's in Education at San Francisco State University. Outside of work she likes bikes, + power tools, and fun facts. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Shuchi Grover + personId: null + roles: + - role: Director of Research & Impact + roleClass: paid_staff + contact: null + bio: Shuchi is a computer scientist and learning scientist with deep expertise in research and evaluation + in CS & AI education. She is responsible for strengthening RPF's research and impact efforts around + the world. termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 + confidence: 1.0 +- name: Richard Hayler + personId: null + roles: + - role: Director of Youth Partnerships + roleClass: paid_staff + contact: null + bio: Richard runs our Citizen Science programme, including the Weather Station project. He's an engineer + who's easily distracted by comics, music, rugby, and LEGO. His quest to combine them into a single + activity is ongoing. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Rik Cross + personId: null + roles: + - role: Director of Professional Development + roleClass: paid_staff + contact: null + bio: Rik works to ensure that educators have comprehensive, high-quality curricula, resources and professional + development opportunities to support the teaching of computing to young people all over the world. + Rik also enjoys game development, board games and brewing beer. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Andy Weir + personId: null + roles: + - role: Interim Director of Product Management + roleClass: paid_staff + contact: null + bio: Andy is responsible for our Product Management Team at the foundation. He is an experienced leader + of mission-driven products across multiple industries and has delivered a multitude of innovative + digital experiences. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Phil Howell + personId: null + roles: + - role: Managing Director (Technology Labs) + roleClass: paid_staff + contact: null + bio: Phil is responsible for delivering the Digital Products which support The Foundation's programmes + and mission. In his spare time Phil can be found breaking cars in order to fix them again. He has + been known to run, climb and cycle on occasion. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 +- name: Anuj Alphonson + personId: null + roles: + - role: Country Director (India) + roleClass: paid_staff + contact: null + bio: Anuj leads the Foundation's work in India, and specialises in setting up and managing Education, + Training & Skilling enterprises. He is an avid reader, follows parallel cinema & tech-based innovations, + and enjoys outdoor sports. + termStart: null + termEnd: null + sourceUrl: https://www.raspberrypi.org/about/meet-the-team + derived: org_live + confidence: 1.0 - name: Sofia Mohammed personId: null roles: @@ -252,32 +762,31 @@ people: termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 -- name: Phil Howell + confidence: 1.0 +- name: Nangamso Mtsatse personId: null roles: - - role: Managing Director (Technology Labs) + - role: Country Manager, South Africa roleClass: paid_staff contact: null - bio: Phil is responsible for delivering the Digital Products which support the Foundation's programmes - and mission. + bio: null termStart: null termEnd: null sourceUrl: https://www.raspberrypi.org/about/meet-the-team derived: org_live - confidence: 0.9 + confidence: 1.0 --- # Raspberry Pi Foundation — Leadership -Scope of this record: the governing Board of Trustees (11) plus the senior executive leadership (C-suite and Executive/Managing Directors) drawn from the staff team. The Raspberry Pi Foundation is a UK charity registered in England and Wales (no. 1129409) and a company limited by guarantee. +Scope of this record: the Foundation's Board of Trustees (11), its Membership governance body (28 named Members), and its senior executive/leadership staff (21) as published on the Governance and Team pages. The Raspberry Pi Foundation is a UK charity (registered 1129409, company limited by guarantee), the parent of a group that includes Raspberry Pi Foundation Europe (Hello World Foundation, Ireland), Raspberry Pi Foundation North America, Inc. (US 501(c)(3)), Raspberry Pi Educational Services (India), and Raspberry Pi Foundation Kenya. -Governance: the Foundation is governed by a Board of Trustees elected by the Membership. The org states explicitly that "Trustees and Members are volunteers", so all trustees are captured as `board_director` (unpaid governance) at confidence 1.0, with John Lazar additionally captured as `officer` (Chair of Trustees). +Governance structure: the Foundation is governed by a Board of Trustees, elected by the Membership. John Lazar is Chair of Trustees (tagged `officer` + `board_director`); the other ten are Trustees (`board_director`). The Members are a distinct governance body who elect the trustees, hold the board to account, and advocate for the mission; the page states explicitly that "Trustees and Members are volunteers." Members are captured as role `Member` / role_class `volunteer` (three are designated "Founding Member": David Braben, Eben Upton, Pete Lomas). This membership body is included because it is a genuine foundation-governance organ, not an advisory or project committee; a consumer wanting only the board can filter on `role_class: board_director`. The Ezrah Charitable Trust member seat is recorded under its named representative, David Cohen. -Members governance layer (noted, not captured as records): the Foundation also has a large volunteer Membership (~30 individuals) that elects the trustees, holds the Board to account, and contributes to strategic direction. Notable Members include the founding members David Braben, Eben Upton, and Pete Lomas (co-creators of Raspberry Pi), plus figures such as Dame Wendy Hall, Simon Peyton Jones, Martha Lane Fox, Tim Peake, Limor Fried, and David Cleevely (former Chairman). These are a volunteer electorate rather than executive/board leadership and are not captured as individual records here. +Paid vs volunteer: trustees and members are unpaid volunteers (stated verbatim, `confidence: 1.0`). The senior staff captured here (Chief Executive Philip Colligan CBE, the Chief Financial / Marketing / Learning / Technology & Product Officers, and the "Director of ..." / Managing Director / Country and US Executive Directors) are paid employees of the Foundation, drawn from the "Our team" staff page and tagged `paid_staff`. -Executive leadership: the Foundation publishes a large staff roster (~180 people) at /about/meet-the-team. Only the senior executive leadership is captured here (Chief Executive, the Chief Officers for Technology & Product, Marketing, Finance, and Learning, the Director of People and Culture who is stated to be on the Leadership Team, the US Executive Director, the Director of UK & Ireland, and the Managing Director of Technology Labs). These are classed `paid_staff` at confidence 0.9 (employed charity staff listed under the team page with job titles; paid status inferred, not stated verbatim). The full operational staff (learning managers, engineers, coordinators, etc.) is deliberately not captured, consistent with excluding non-leadership operational roles. +Staff scope decision: the Team page lists the Foundation's full staff (~200 people). Capturing the entire employee directory is out of scope for a leadership dataset, so only the executive leadership tier is recorded here — C-level officers and roles titled "Director of ...", "Managing Director", "Country Director", and "(US) Executive Director". Rank-and-file staff (Learning Managers, Software Engineers, Coordinators, "Head of ..." and "Senior Manager" roles, etc.) are deliberately excluded. This is a judgement boundary and could be widened if a fuller staff roster is wanted. -Not published (hence `null`): per-person contact info and term dates for all individuals. Trustee and executive bios are captured verbatim (lightly trimmed) where published. +Bios: the Governance and Team pages publish a short bio for nearly every individual; these are stored verbatim in `bio`. Two senior staff (Sofia Mohammed, Nangamso Mtsatse) had no bio text on the page, so their `bio` is null. -Related group entities: the Raspberry Pi Foundation Group also includes Raspberry Pi Foundation North America, Inc. (see `raspberrypi2`), Raspberry Pi Foundation Europe (Hello World Foundation, Irish charity 20812), Raspberry Pi Educational Services Private Limited (India), and Raspberry Pi Foundation Kenya. +Contact and term dates: not published per person. The org exposes only social/blog links (Who's Who material, not org contact), so per-person `contact` is null; no term dates are stated, so `term_start`/`term_end` are null. Note: a separate corpus file may exist under the slug `raspberrypi2` capturing the 11 trustees only; this `raspberrypi` record is the fuller governance + leadership capture. diff --git a/_leadership/raspberrypi2.md b/_leadership/raspberrypi2.md index 8ac3e37..40d8827 100644 --- a/_leadership/raspberrypi2.md +++ b/_leadership/raspberrypi2.md @@ -1,6 +1,6 @@ --- identifier: raspberrypi2 -commonName: Raspberry Pi Foundation North America Inc +commonName: Raspberry Pi Foundation North America, Inc. asOf: 2026-07-25 sources: - url: https://www.raspberrypi.org/about/ @@ -9,23 +9,17 @@ sources: - url: https://www.raspberrypi.org/about/governance type: org_live retrieved: 2026-07-25 -- url: https://www.raspberrypi.org/about/meet-the-team - type: org_live - retrieved: 2026-07-25 people: [] --- # Raspberry Pi Foundation North America, Inc. — Leadership -No separately published leadership roster was found for this entity, so this record is intentionally empty (`people: []`) pending a better source. - -What this entity is: Raspberry Pi Foundation North America, Inc. is a US 501(c)(3) nonprofit and one of the group entities of the Raspberry Pi Foundation Group, alongside the UK parent (`raspberrypi`), Raspberry Pi Foundation Europe (Hello World Foundation, Irish charity 20812), Raspberry Pi Educational Services Private Limited (India), and Raspberry Pi Foundation Kenya. This group structure is stated in the footer of raspberrypi.org. +Roster not found for this specific legal entity. `people: []` recorded deliberately. -URLs checked (all resolve to the shared raspberrypi.org site, which presents group-wide content rather than a NA-Inc-specific board or officer list): -- https://www.raspberrypi.org/about/ — group overview; lists the group entities but no NA Inc board/officers. -- https://www.raspberrypi.org/about/governance — the Board of Trustees and Membership of the UK parent charity; no separate NA Inc governing board is published. -- https://www.raspberrypi.org/about/meet-the-team — a single combined ~180-person staff roster for the group. It includes a "US Executive Director" (Sofia Mohammed) and other North America staff, but the site does not attribute a distinct NA Inc board of directors or corporate officers. +Raspberry Pi Foundation North America, Inc. is a US 501(c)(3) nonprofit and one member of the Raspberry Pi Foundation Group. The group's site (raspberrypi.org) is the home of the UK charity, "The Raspberry Pi Foundation" (registered charity 1129409, company 06758215), which is captured separately under the `raspberrypi` record (manifest row 44). The group also comprises Raspberry Pi Foundation Europe (Irish charity 20812), Raspberry Pi Educational Services Private Limited (India), and Raspberry Pi Foundation Kenya. -Why empty rather than duplicated: attributing the parent's Board of Trustees or the group staff to NA Inc specifically would be an inference the site does not support. NA Inc's own directors/officers would be filed with US state/IRS records (e.g., Form 990), which is a better future source. For current published leadership, see the parent record `raspberrypi`. +Pages fetched: +- https://www.raspberrypi.org/about/ — group/entity overview; lists the group members but no NA-specific directors. +- https://www.raspberrypi.org/about/governance — publishes only the UK charity's Board of Trustees (Chair John Lazar plus 10 trustees) and its Members. No board, directors, or officers are published for the North America, Inc. entity. -Retry guidance: check the NA Inc IRS Form 990 (ProPublica Nonprofit Explorer / Guidestar) or US state incorporation filings for the named directors and officers of this specific 501(c)(3). +Why empty rather than copying the UK board: the governance page's trustees govern the UK charity (1129409), a distinct legal entity from Raspberry Pi Foundation North America, Inc. Attributing the UK trustees to the NA 501(c)(3) would be an unverified fabrication of relationship. The NA entity's own directors are not published on the live site; they would appear on its IRS Form 990, which is not an `org_live` source. Recommend backfilling from Form 990 / ProPublica Nonprofit Explorer under the Who's-Who effort, or leaving as an empty-roster gap. diff --git a/_leadership/rubycentral.md b/_leadership/rubycentral.md index aa1a473..9c56895 100644 --- a/_leadership/rubycentral.md +++ b/_leadership/rubycentral.md @@ -87,10 +87,10 @@ people: sourceUrl: https://rubycentral.org/about/ derived: org_live confidence: 0.9 -- name: Colby Swandale +- name: Alexandra Knell personId: null roles: - - role: Technical Lead, Open Source + - role: Controller roleClass: paid_staff contact: null bio: null @@ -99,10 +99,10 @@ people: sourceUrl: https://rubycentral.org/about/ derived: org_live confidence: 0.9 -- name: Dushan Karovich-Wynne +- name: Ally Vogel personId: null roles: - - role: Security Engineer, Open Source + - role: Operations Manager roleClass: paid_staff contact: null bio: null @@ -111,10 +111,10 @@ people: sourceUrl: https://rubycentral.org/about/ derived: org_live confidence: 0.9 -- name: Alexandra Knell +- name: Colby Swandale personId: null roles: - - role: Controller + - role: Technical Lead, Open Source roleClass: paid_staff contact: null bio: null @@ -123,10 +123,10 @@ people: sourceUrl: https://rubycentral.org/about/ derived: org_live confidence: 0.9 -- name: Ally Vogel +- name: Dushan Karovich-Wynne personId: null roles: - - role: Operations Manager + - role: Security Engineer, Open Source roleClass: paid_staff contact: null bio: null @@ -163,10 +163,10 @@ people: # Ruby Central, Inc. — Leadership -Scope of this record: the Board of Directors and the Staff team as published on the About page. Ruby Central is a US 501(c)(3) non-profit founded in 2001. +Scope: the Board of Directors and Staff listed on the Ruby Central "About" page (https://rubycentral.org/about/). Ruby Central is a 501(c)(3) nonprofit founded in 2001, and is the organizing body behind RubyConf and the maintainer of RubyGems and Bundler. -Board of Directors (5): four hold officer titles (President Ran Craycraft, Vice President Jey Flores, Treasurer Freedom Dumlao, Secretary Brandon Weaver) and are captured as both `officer` and `board_director`; David Corson-Knowles is listed as "Board Member" (`board_director`). +Board of Directors (5): Ran Craycraft (President), Jey Flores (Vice President), Freedom Dumlao (Treasurer), Brandon Weaver (Secretary), and David Corson-Knowles (Board Member). The four officers are recorded with both their officer role and a board_director role, since all five are listed under "Board of Directors"; David Corson-Knowles holds no officer title. Governance structure per the page: the Board sets strategic direction and approves budgets, Staff execute programs, Steering Committees advise, and Members elect the board. -Staff (7): six are classed `paid_staff` at confidence 0.9 (listed under the "Staff" heading with job titles; paid status inferred, not stated verbatim). Richard Schneeman is explicitly labelled "OSS Committee Volunteer" and is classed `volunteer` at confidence 1.0. +Staff (7): listed under the "Staff" heading. Six are tagged `paid_staff` at `confidence: 0.9` (paid/employed status inferred from the "Staff" heading, not stated verbatim): Marty Haught (Director of Open Source), Alexandra Knell (Controller), Ally Vogel (Operations Manager), Colby Swandale (Technical Lead, Open Source), Dushan Karovich-Wynne (Security Engineer, Open Source), and Tom Chambers (Sponsorship Manager). Richard Schneeman is labelled "OSS Committee Volunteer" so is recorded as `volunteer` at `confidence: 1.0`. -Not published (hence `null`): per-person contact info, bios, and term dates. The org describes additional governance layers (Steering Committees as community advisory bodies, and Members who elect the board) but does not name individuals for those, so none are captured. +Not published on this page (hence `null`): per-person contact, bios, and term dates for all individuals. Steering committee members and general members are not enumerated here and are out of scope for this roster. diff --git a/_leadership/rubyonrails.md b/_leadership/rubyonrails.md index 9944cd0..5100a9d 100644 --- a/_leadership/rubyonrails.md +++ b/_leadership/rubyonrails.md @@ -1,6 +1,6 @@ --- identifier: rubyonrails -commonName: Rails Foundation +commonName: The Rails Foundation asOf: 2026-07-25 sources: - url: https://rubyonrails.org/foundation @@ -12,8 +12,11 @@ people: roles: - role: Board Chair roleClass: officer + - role: Board Director + roleClass: board_director contact: null - bio: Creator of Ruby on Rails; chairs the foundation board. + bio: Creator of Ruby on Rails; chairs the foundation's board. Trademark owner of the Rails trademarks, + licensed exclusively to the foundation. termStart: null termEnd: null sourceUrl: https://rubyonrails.org/foundation @@ -49,7 +52,7 @@ people: - role: Board Director (Interim) roleClass: board_director contact: null - bio: Principal Engineer, Shopify. Listed as an interim board member. + bio: Principal Engineer, Shopify termStart: null termEnd: null sourceUrl: https://rubyonrails.org/foundation @@ -153,12 +156,18 @@ people: confidence: 1.0 --- -# Rails Foundation — Leadership +# The Rails Foundation — Leadership + +Scope of this record: the foundation's Board (chair + 10 directors) and its Executive Director, as published on the /foundation page. The Rails Foundation is a US 501(c)(6) non-profit that funds documentation, education, marketing, and events for the Ruby on Rails ecosystem and administers the Rails trademarks under an exclusive licence. + +Board composition: each of the ten Core member companies is represented by one employee on the board, which is chaired by David Heinemeier Hansson, the creator of Ruby on Rails and the Rails trademark owner. Rafael França (Shopify) is listed as an interim board member; this is captured in his role string and noted here. + +Bios: the foundation publishes a short affiliation line for each board director (their day-job title and company, e.g. "CTO, Fleetio"). These verbatim lines are stored in `bio`. They describe the individual's external role, not a foundation biography, but are the org-published descriptor for each person. -Scope of this record: the foundation's Board of Directors and its Executive Director, as published on the Foundation page. +Paid vs volunteer: Amanda Perino is the Executive Director (paid_staff, explicit title) and is the only staff role published; the board directors are company representatives serving in a governance capacity, not foundation employees. -Structure: the Rails Foundation is a US 501(c)(6) non-profit. Each of the ten Core member companies is represented by one employee on the board, and the board is chaired by Ruby on Rails creator David Heinemeier Hansson. The ten seated directors are captured above with their company affiliation recorded in `bio` (the org publishes each director's name alongside their employer and job title). Rafael França is listed as an interim board member. +Contact: the foundation publishes a direct email only for the Executive Director (amanda@rubyonrails.org), captured in `contact` at confidence 1.0. Board directors link to LinkedIn profiles (external biographical links suited to the Who's Who dataset), so their per-person `contact` is null. The org-level address is foundation@rubyonrails.org. -Paid vs volunteer: the board directors are company representatives (not stated as paid by the foundation) and are classed `board_director`. Amanda Perino is the Executive Director and is classed `paid_staff`; the org publishes her contact address (amanda@rubyonrails.org), captured in `contact`. +Term dates: not published for any individual, so `term_start`/`term_end` are null. -Not published (hence `null`): term dates for all individuals; bios beyond the one-line employer/title affiliation for directors. The member companies themselves (Core and Contributing members) are organisations, not individuals, and are not captured as people records. +Not captured: the corporate members (ten Core members: Cookpad, Doximity, Fin, Fleetio, GitHub, Judge.me, Procore, Shopify, 1Password, 37signals; plus fourteen Contributing members) are organisations, not individuals, and so are out of scope for this people-leadership dataset. diff --git a/_leadership/foundation3.md b/_leadership/rust.md similarity index 58% rename from _leadership/foundation3.md rename to _leadership/rust.md index 98cbe7f..da9eef0 100644 --- a/_leadership/foundation3.md +++ b/_leadership/rust.md @@ -1,5 +1,5 @@ --- -identifier: foundation3 +identifier: rust commonName: Rust Foundation asOf: 2026-07-25 sources: @@ -10,14 +10,13 @@ people: - name: Nell Shamrell-Harrington personId: null roles: - - role: Chair + - role: Board Chair roleClass: officer - - role: Member Director (Microsoft) + - role: Member Director, Microsoft roleClass: board_director contact: null - bio: 'Nell serves as both the Chair of our board and the Member Director for Platinum Member, Microsoft. - Outside of the Rust Foundation, Nell works at Microsoft as a Principal Software Engineer. (Pronouns: - she/they)' + bio: Nell serves as both the Chair of our board and the Member Director for Platinum Member, Microsoft. + Outside of the Rust Foundation, Nell works at Microsoft as a Principal Software Engineer. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -26,7 +25,7 @@ people: - name: Jeffrey Vander Stoep personId: null roles: - - role: Member Director (Google) + - role: Member Director, Google roleClass: board_director contact: null bio: Jeff represents Google on the Rust Foundation's Board of Directors. As a software engineer on the @@ -56,7 +55,7 @@ people: - name: Andrew Wafaa personId: null roles: - - role: Member Director (Arm) + - role: Member Director, Arm roleClass: board_director contact: null bio: Andrew Wafaa serves on our Board of Directors, representing ARM. Andrew is the Distinguished Engineer, @@ -72,7 +71,7 @@ people: - name: Rohan Patil personId: null roles: - - role: Member Director (Meta) + - role: Member Director, Meta roleClass: board_director contact: null bio: Rohan Patil serves on the Board of Directors for Rust Foundation, representing Meta. Rohan leads @@ -86,13 +85,16 @@ people: - name: Predrag Gruevski personId: null roles: - - role: Member Director (OpenAI) + - role: Member Director, OpenAI roleClass: board_director contact: null bio: Predrag serves as a Member Director representing OpenAI on the Foundation Board of Directors. At OpenAI, he is a Member of Technical Staff working on distributed systems infrastructure for frontier - model training. He became a Rustacean when a friend suggested building a SemVer linter for Rust, and - cargo-semver-checks has been his passion project ever since. + model training. He became a Rustacean when a friend suggested building a SemVer linter for Rust "shouldn't + be that hard," and cargo-semver-checks has been his passion project ever since! Having worked at companies + both big and small, as well as having spent several years as an independent open-source maintainer, + Predrag is excited to direct his energy and experience into making the Rust language and ecosystem + better for everyone. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -101,7 +103,7 @@ people: - name: Seth Markle personId: null roles: - - role: Member Director (AWS) + - role: Member Director, AWS roleClass: board_director contact: null bio: Seth serves as the Member Director for Platinum Member, AWS. In addition to his work with the Rust @@ -114,7 +116,7 @@ people: - name: Peixin Hou personId: null roles: - - role: Member Director (Huawei) + - role: Member Director, Huawei roleClass: board_director contact: null bio: Peixin serves as the Member Director for Platinum Member Huawei. Outside of the Rust Foundation, @@ -131,11 +133,11 @@ people: - role: Project Director roleClass: board_director contact: null - bio: 'Carol has been an active contributor to and leader of the Rust Project for many years. She currently - serves on the Rust Project crates.io Team and has previously served on the Project''s Leadership Council, + bio: Carol has been an active contributor to and leader of the Rust Project for many years. She currently + serves on the Rust Project crates.io Team and has previously served on the Project's Leadership Council, the Dev Tools Team, and the former Rust Core Team. Carol is also a co-founder of Integer 32, LLC, - the world''s first Rust-focused software consultancy, has organized various Rust community events - and conferences in the past, and is the co-author of the Rust Book. (Pronouns: she/her)' + the world's first Rust-focused software consultancy, has organized various Rust community events and + conferences in the past, and is the co-author of the Rust Book. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -147,9 +149,9 @@ people: - role: Project Director roleClass: board_director contact: null - bio: 'David has been contributing to the Rust compiler since 2017 and currently co-leads the compiler - team. Professionally, he leads Arm''s Rust team, improving support for Arm platforms in the Rust toolchain - and ecosystem. (Pronouns: he/him)' + bio: David has been contributing to the Rust compiler since 2017 and currently co-leads the compiler + team. Professionally, he leads Arm's Rust team, improving support for Arm platforms in the Rust toolchain + and ecosystem. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -177,12 +179,11 @@ people: - role: Project Director roleClass: board_director contact: null - bio: 'Nicholas Matsakis is a Senior Principal Engineer at AWS and co-lead of the open source Rust language + bio: Nicholas Matsakis is a Senior Principal Engineer at AWS and co-lead of the open source Rust language design team. He has worked on Rust since 2011 and led the design of its "secret sauce", the borrow checker. He has played a number of other roles in Rust over the years, such as being a member of the Rust core team, the lead of the Rust compiler team, and helping to launch the Rust Foundation. Prior - to working on Rust, he completed a PhD at ETH Zurich and did his undergraduate studies at MIT. (Pronouns: - he/him)' + to working on Rust, he completed a PhD at ETH Zurich and did his undergraduate studies at MIT. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -194,18 +195,19 @@ people: - role: Project Director roleClass: board_director contact: null - bio: 'Ryan Levick began exploring Rust in 2014 and immediately started looking for ways to be involved + bio: Ryan Levick began exploring Rust in 2014 and immediately started looking for ways to be involved in the community. Over time he participated more by co-organizing the Berlin Rust meetup, producing YouTube tutorials, helping with various Rust Project efforts, and more. In 2019, Ryan got the opportunity - to work with Rust full time leading developer advocacy for Rust at Microsoft. Nowadays, he''s an active - member of the Rust Project where he is a member of Compiler and Infrastructure Team and helps run - the annual State of Rust Survey. (Pronouns: he/him)' + to work with Rust full time leading developer advocacy for Rust at Microsoft and helping build up + the case for Rust as an official language inside of Microsoft. Nowadays, he's an active member of + the Rust Project where he is a member of Compiler and Infrastructure Team, helps run the annual State + of Rust Survey, and much more. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ derived: org_live confidence: 1.0 -- name: Rebecca Rumbul +- name: Dr. Rebecca Rumbul personId: null roles: - role: Executive Director & CEO @@ -221,7 +223,7 @@ people: termEnd: null sourceUrl: https://rustfoundation.org/about/ derived: org_live - confidence: 1.0 + confidence: 0.9 - name: Abi Broom personId: null roles: @@ -231,7 +233,8 @@ people: bio: As Director of Operations and a founding member of our staff team, Abi is responsible for transforming the internal capacity of the Foundation to meet its growing ambition. Abi has 20 years of experience implementing and formalizing systems and procedures in growing organizations across the digital and - non-profit spaces. + non-profit spaces. She has a keen interest in digital transformation and the possibilities offered + by new technologies. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -258,10 +261,13 @@ people: - role: Director of Outreach roleClass: paid_staff contact: null - bio: 'Lori has a passion and enthusiasm for working with developers and the open source community. She - is an active member of multiple open source foundations, such as CNCF, CDF, OpenSSF, and DoK, and - has volunteered as a program committee member for Kubecon, Cloud Native Rejekts, cdCon, SOOCon, and - FOSDEM. (Pronouns: she/her)' + bio: Lori has a passion and enthusiasm for working with developers and the open source community. She + is an active member of multiple open source foundations, such as CNCF, CDF, OpenSSF, DoK, and has + volunteered as a program committee member for Kubecon, Cloud Native Rejekts, cdCon, SOOCon, and FOSDEM. + She has also given talks at conferences around the world, including KubeCon EU, All Things Open, FOSDEM, + Devoxx Morocco, SOOCon, Open Source Summit, KCDC, The Linux Foundation Member Summit, SOSS Fusion, + and CodeMash. Lori is committed to helping open source and other tech communities grow and adapt in + the ever-changing technical landscape. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -273,10 +279,11 @@ people: - role: Director of Communications & Marketing roleClass: paid_staff contact: null - bio: 'Gracie oversees the Rust Foundation''s public relations and marketing strategies and manages all - outbound communications. Before joining the Rust Foundation team, Gracie held various content strategy - and editorial direction positions at the Linux Foundation, Forem/dev.to, and several startups. She - has also worked as a freelance communications consultant for open source clients. (Pronouns: she/her)' + bio: Gracie oversees the Rust Foundation's public relations and marketing strategies and manages all + outbound communications. Throughout her career, Gracie has focused on telling compelling stories for + technology communities and organizations. Before joining the Rust Foundation team, Gracie held various + content strategy and editorial direction positions at the Linux Foundation, Forem/dev.to, and several + startups. She has also worked as a freelance communications consultant for open source clients. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -290,9 +297,14 @@ people: contact: null bio: Walter Pearce is a key leader of the Rust Foundation's Security Initiative. Walter comes from a 14-year career in security. For the past seven years, he has specialized in offensive security in - the gaming industry, leading efforts to find and mitigate vulnerabilities at Epic Games and Blizzard - Entertainment. Before that, he was a security consultant providing penetration testing, red teaming, - and code review services for many Fortune 100 companies. + the gaming industry, leading efforts to find and mitigate vulnerabilities affecting tens of millions + of players at Epic Games and Blizzard Entertainment. Before that, he was a security consultant providing + penetration testing, red teaming, and code review services for many Fortune 100 companies whose foci + included operating systems, languages, and embedded systems. Walter has always had a passion for technical + security problems and has built his career helping craft novel solutions to new, challenging issues + in security. In his spare time, Walter enjoys playing open source games. He was previously a contributor + and member of the Amethyst Game Engine and a lead contributor on other open source game development + projects. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -306,7 +318,9 @@ people: contact: null bio: Tobias Bieniek is the Rust Foundation's crates.io-focused Software Engineer. He has been involved with the Rust ecosystem since roughly 2015. He started out by working on the intellij-rust project. - In 2019, Tobias officially joined the crates.io team, and in May 2021 was asked to co-lead it. + For the past several years, he has been contributing to the crates.io codebase. In 2019, Tobias officially + joined the crates.io team. In May 2021, they asked him to co-lead the team. In mid-2022, Tobias applied + for the first round of fellowship grants from the Rust Foundation, part of our Community Grants Program. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -318,10 +332,11 @@ people: - role: Software Engineer roleClass: paid_staff contact: null - bio: 'Adam Harvey is the Rust Foundation''s security-focused Software Engineer. He partners with Walter - Pearce to carry out priorities identified by the Security Initiative. Adam is a self-described generalist + bio: Adam Harvey is the Rust Foundation's security-focused Software Engineer. He partners with Walter + Pearce to carry out priorities identified by our Security Initiative. Adam is a self-described generalist software developer who has worked at a variety of companies and open source projects including New - Relic, Sourcegraph, and PHP over his 20-year career. (Pronouns: he/him)' + Relic, Sourcegraph, and PHP in the course of his 20-year career. Originally from Western Australia, + he has lived in Vancouver, Canada for the past 10 years. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -347,10 +362,11 @@ people: - role: Program Manager roleClass: paid_staff contact: null - bio: 'As Program Manager, Tina leads a range of initiatives across marketing, events, training, and - membership. She brings over a decade of experience in event and project management. Having previously - worked for the Drupal Association, The Linux Foundation, and Cloud Native Computing Foundation, Tina - has an extensive background in open source and non-profit operations. (Pronouns: she/her)' + bio: As our Program Manager, Tina leads a range of initiatives across marketing, events, training, and + membership. She brings over a decade of experience in event and project management, with a strong + focus on conferences and community programs for technical audiences. Having previously worked for + the Drupal Association, The Linux Foundation, and Cloud Native Computing Foundation, Tina has an extensive + background in open source and non-profit operations. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ @@ -362,40 +378,44 @@ people: - role: Global Rust Community Coordinator roleClass: paid_staff contact: null - bio: Ernest Kissiedu is the organizer of Rust Nation UK, a conference that focuses on introducing people + bio: 'Ernest Kissiedu is the organizer of Rust Nation UK: a conference that focuses on introducing people to the Rust ecosystem. He is also the organizer of the Rust London Meetup Group and a co-founder of - the DevX Initiative. At the Rust Foundation, Ernest works on a contracted basis to help serve global - Rust communities and develop events. + the DevX Initiative, which empowers current and would-be Rust contributors through research, workshops, + and sponsorship. At the Rust Foundation, Ernest works on a contracted basis to help us better serve + global Rust communities and develop events.' termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Ubiratan Soares personId: null roles: - role: Infrastructure Engineer roleClass: paid_staff contact: null - bio: Ubiratan Soares ("Ubi") started his professional career as a Mobile Engineer, and over almost 15 - years became a generalist software engineer with a special taste for infrastructure, security, and - automation. He partners with Marco Ieni on Rust infrastructure. Born and raised in São Paulo, Brazil, - he has been living in Spain since 2019. + bio: Ubiratan Soares ("Ubi") started his professional career as a Mobile Engineer, and over the course + of almost 15 years, he became a generalist software engineer with a special taste for infrastructure, + security, automation and all things around. He partners with Marco Ieni to make the Rust infrastructure + a bit better every day. Ubiratan was born and raised in Sao Paulo, Brazil, and he has been living + in Spain since 2019. termStart: null termEnd: null sourceUrl: https://rustfoundation.org/about/ derived: org_live - confidence: 0.9 + confidence: 1.0 --- # Rust Foundation — Leadership -Scope of this record: the Board of Directors (Member Directors and Project Directors) and the Foundation's employed/contracted Team, as published on the About page. The Rust Foundation is an independent non-profit stewarding the Rust programming language. +Scope: the Board of Directors and staff ("Our Team") listed on the Rust Foundation "About" page (https://rustfoundation.org/about/). The Rust Foundation is an independent nonprofit that stewards the Rust programming language. Full bios are published for every person and are recorded verbatim. + +Board of Directors (13). The board comprises Member Directors and Project Directors with equal voting power. Member Directors (8), each representing a member organization: Nell Shamrell-Harrington (Board Chair, Microsoft), Jeffrey Vander Stoep (Google), Alexandru Radovici (Silver Member Representative), Andrew Wafaa (Arm), Rohan Patil (Meta), Predrag Gruevski (OpenAI), Seth Markle (AWS), and Peixin Hou (Huawei). Project Directors (5), elected by the Rust Project: Carol Nichols, David Wood, Jack Huey, Nicholas Matsakis, and Ryan Levick. Nell Shamrell-Harrington is recorded with both a `Board Chair` officer role and a board_director role; all other directors carry a single board_director role. The represented organization / seat type is preserved in each director's role string. -Board structure: the board is composed of Member Directors (representatives of member organisations) and Project Directors (elected by the Rust Project), who share equal voting power. Each Platinum member holds a dedicated board seat; there is one Silver Member Representative. The board has five seats reserved for Project Directors. Nell Shamrell-Harrington serves as Chair (captured as `officer`) as well as Microsoft's Member Director. All other directors are captured as `board_director`, with their represented organisation recorded in the role label and bio. +Staff / "Our Team" (12): Dr. Rebecca Rumbul (Executive Director & CEO), Abi Broom (Director of Operations), Joel Marcey (Director of Technology), Lori Lorusso (Director of Outreach), Gracie Gregory (Director of Communications & Marketing), Walter Pearce (Security Engineer), Tobias Bieniek (Software Engineer), Adam Harvey (Software Engineer), Marco Ieni (Infrastructure Engineer), Tina Krauss (Program Manager), Ernest Kissiedu (Global Rust Community Coordinator), and Ubiratan Soares (Infrastructure Engineer). All are recorded as `paid_staff`. Ten are set at `confidence: 0.9` because paid/employed status is inferred from the "Our Team" heading rather than stated verbatim, though several bios explicitly describe founding staff / employment. Ernest Kissiedu is set at `confidence: 1.0` because his bio states he "works on a contracted basis" (an explicit paid engagement). -Term dates: the org states that Project Directors serve two-year terms elected by the Rust Project, but no individual term start/end dates are published, so `term_start`/`term_end` are `null` for everyone. This general term structure is a candidate for the leadership-history dataset. +Term dates: the page states Project Directors "serve two year terms," but no per-person start/end dates are published, so all `term_start`/`term_end` are `null`. Member Director tenure is not stated. -Paid vs volunteer: the "Our Team" members are the Foundation's employed staff. The Executive Director & CEO (Dr. Rebecca Rumbul) is captured at confidence 1.0. The remaining team members are `paid_staff` at confidence 0.9 (listed under the staff/team heading with employment-style bios; paid status inferred rather than stated verbatim). Ernest Kissiedu is noted in his bio as working "on a contracted basis". Member and Project Directors are not paid by the Foundation for board service and are classed `board_director`. +Not published (hence `null`): per-person contact for all individuals. -Contact: not published per person (`null` for all). Bios are captured verbatim (lightly trimmed) from the About page. A "Distinguished Advisors" section exists on the page but individual advisors were not enumerated in the retrieved content; they are advisory (non-governance) roles and are not captured here. +Excluded from this roster: the "Distinguished Advisors" and "Tech & Engineering" advisory/donor sections (advisory roles are out of scope for governance leadership), and member-organization and infrastructure-donor company listings (these are corporate members/donors, not individual leaders). These could be captured separately as advisor or membership datasets if wanted. diff --git a/_leadership/sahanafoundation.md b/_leadership/sahanafoundation.md index c5d5bbd..431bb05 100644 --- a/_leadership/sahanafoundation.md +++ b/_leadership/sahanafoundation.md @@ -17,10 +17,13 @@ people: contact: null bio: Martin is a Lieutenant Colonel within the Danish Emergency Management Agency, Danish Ministry of Defence. At present he is the Deputy Head of College at the Emergency Services College in Denmark. - He also serves as a consultant to the United Nations Office for the Coordination of Humanitarian Affairs - (UN/OCHA) as a member of the United Nations Disaster Assessment and Coordination team (UNDAC) since - May 2003. He has contributed to Sahana as a member of its leadership team since 2005 and served on - its Board since its inception. + He also serves as a consultant to the United Nations, Office for the Coordination of Humanitarian + Affairs (UN/OCHA) as a member of the United Nations Disaster Assessment and Coordination team (UNDAC) + since May 2003. He is a trained EU High Level Coordinator at the European Commission within the European + Commission, Community Mechanism for reinforced Cooperation in Civil Protection Assistance Interventions + (EU/MIC) since March 2004, as well as a Civilian Response Team (CRT) member of the same organisation + since March 2006. He has contributed to Sahana as a member of its leadership team since 2005 and served + on its Board since its inception. termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -35,10 +38,15 @@ people: roleClass: board_director contact: null bio: Devin works at the intersection of the nonprofit sector, the Free/Libre/Open-source (FLO) movement, - and grassroots community organizing initiatives. He began his career as an entrepreneur who developed - a challenge-based crowdfunding platform for nonprofit organizations. Since then, Devin has been applying - FLO methodologies to civic challenges by developing and deploying software tools and operational techniques - for a wide range of groups. Devin holds a Bachelor of Science from Northwestern University. + and grassroots community organizing initiatives to help each benefit from the best practices of the + others. He began his career as an entrepreneur who developed a challenge-based crowdfunding platform + for nonprofit organizations. During this experience, he realized that a lack of collaboration among + nonprofits was limiting the social sector's effectiveness much more than its lack of funding. Since + then, Devin has been applying FLO methodologies to civic challenges by developing and deploying software + tools and operational techniques for a wide range of groups including software development communities, + grassroots organizing initiatives, new media publications, conventional nonprofits, small farms, community + spaces and, most recently, disaster relief coalitions. Devin holds a Bachelor of Science from Northwestern + University. termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -52,12 +60,15 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Biplov is a computational Earth scientist and machine-learning engineer who transforms satellite + bio: 'Biplov is a computational Earth scientist and machine-learning engineer who transforms satellite and geospatial data into actionable insights for disaster risk reduction, climate resilience, and mission-critical public and private-sector needs. Involved with the Sahana Software Foundation since 2015, he now serves as Secretary. Biplov has supported humanitarian technology projects across Asia-Pacific - and Africa and worked with partners including NASA SERVIR. He holds a B.E. from Kathmandu University - and an M.S. in Earth System Science from the University of Alabama in Huntsville. + and Africa and worked with partners including NASA SERVIR. He brings hands-on experience deploying + the Common Alerting Protocol (CAP) for national early-warning systems and frequently shares practical + GeoAI applications through talks, workshops, and writing (YouTube: GeoICT). Biplov holds a B.E. from + Kathmandu University and an M.S. in Earth System Science from the University of Alabama in Huntsville. + Outside work, he enjoys soccer, running, and hiking.' termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -69,12 +80,12 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Brent is a world-renowned International Risk and Crisis Management expert with over 30 years of - experience working with government agencies and private sector companies in preparedness, mitigation, - response, and recovery efforts. He has responded to over 70 major crisis events in 49 countries. Brent - is currently the President and CEO of the Los Angeles Emergency Preparedness Foundation, and sits - on the Board of Directors of the National Earthquake Hazards Reduction Program and the National Institute - of Building Sciences, where he serves as Chair of its Multi-Hazards Mitigation Council. + bio: Brent is an world renowned International Risk and Crisis Management expert with over 30 years experience + working with government agencies and private sector companies in preparedness, mitigation, response, + and recovery efforts. He has responded to over 70 major crisis events in 49 countries. Brent is currently + the President and CEO of the Los Angeles Emergency Preparedness Foundation, and sits on the Board + of Directors of the National Earthquake Hazards Reduction Program, the National Institute of Building + Sciences, and serves as Chair of its Multi-Hazards Mitigation Council. termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -85,14 +96,18 @@ people: roles: - role: Board Director roleClass: board_director - - role: Chair, Standards and Interoperability Committee - roleClass: officer contact: null - bio: Nuwan is a LIRNEasia Research Fellow working collaboratively with multiple national and international + bio: 'Nuwan is a LIRNEasia Research Fellow working collaboratively with multiple national and international stakeholders applying his academic and industrial experience designing and developing early warning systems and interoperable emergency information exchange platforms. Nuwan has been with Sahana since - 2006 and now serves as a member and the Chair of the Standards and Interoperability Committee. He - is a founding and board member of the volunteer group Community Focused Disaster Response. + 2006 and now serves as a member and the Chair of the Standards and Interoperability Committee. Nuwan + works closely and advises the Sarvodaya Shramadana Movement, Sri Lanka''s largest humanitarian NGO. + He is a founding and board member of the volunteer group: Community Focused Disaster Response that + has served the 2004 Indian Ocean Tsunami, 2009 Haiti Earthquake, and War Veterans in USA. Previously, + worked as a Software Architect/Operation Research Analyst for Infocraft Limited, Business Analyst + for Sri Lanka Institute of Information Technology, Analyst Programmer for APS Healthcare (USA), Operations + Research Lecturer at the University of Montana (USA) and an Analyst Programmer at the Montana World + Trade Center (USA).' termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -106,7 +121,11 @@ people: contact: null bio: Dominic has worked on Sahana EDEN since its inception as SahanaPy in 2007 and became the lead developer in 2022. He is a Sweden-based registered nurse and software developer, combining expertise in healthcare - and technology to solve problems with a multidisciplinary approach. + and technology to solve problems with a multidisciplinary approach. With a strong foundation in both + clinical settings and software design, Dominic is dedicated to creating practical solutions that serve + both people and systems. Outside of work, Dominic is an avid knitter who loves to channel creativity + and focus into his craft, which reflects his attention to detail and passion for bringing ideas to + life. termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ @@ -118,25 +137,30 @@ people: - role: Community Management roleClass: volunteer contact: null - bio: Rafał is an IT professional and first responder with experience in the Volunteer Water Rescue Service - (WOPR) and the Volunteer Fire Department (OSP). At the Sahana Software Foundation he identifies and - deploys open-source solutions for crisis management. As a contributor to the SSF, Rafał coordinates - a community dedicated to developing "dual-use" tools. + bio: 'Rafał is a seasoned IT professional and dedicated first responder with years of experience in + the Volunteer Water Rescue Service (WOPR) and the Volunteer Fire Department (OSP). At the Sahana Software + Foundation (SSF), he merges these two worlds to identify and deploy open-source solutions for crisis + management and life-saving operations. Rafał''s philosophy is built on two pillars: the frontline + responders and victims on the ground, and the untapped potential of global digital volunteers. He + focuses on building the information workflows and networks necessary to bridge the gap between these + two groups. As a contributor to the SSF, Rafał coordinates a community dedicated to developing "dual-use" + tools—systems ready for immediate deployment when disaster strikes. He believes that while technology + is vital, the true heart of crisis response lies in the people who manage it.' termStart: null termEnd: null sourceUrl: https://sahanafoundation.org/about/ derived: org_live - confidence: 0.8 + confidence: 0.6 --- # Sahana Software Foundation — Leadership -Scope of this record: the current Board of Directors (6 members, including Chair, Treasurer, and Secretary) and the Community Management role, as published on the About page. The SSF is a US-based non-profit (Covina, CA; EIN 27-0596562) that spun off from the Lanka Software Foundation in 2009 to develop open source software for humanitarian purposes. +Scope: the Board of Directors and Community Management roles listed on the SSF "About" page (https://sahanafoundation.org/about/). The SSF is a US 501(c)(3) nonprofit (EIN 27-0596562), spun off from the Lanka Software Foundation in 2009 to develop free/open-source disaster-management software (Sahana EDEN, SAMBRO, and others). -Officers: Martin Thomsen (Chair), Devin Balkind (Treasurer), and Biplov Bhandari (Secretary) are captured as both `officer` and `board_director`. Nuwan Waidyanatha is a board director who also chairs the Standards and Interoperability Committee (captured as a second `officer` role). Dominic König sits on the board and is also the EDEN lead developer. +Current Board of Directors (6): Martin Thomsen (Chair), Devin Balkind (Treasurer), Biplov Bhandari (Secretary), Brent Woodworth, Nuwan Waidyanatha, and Dominic König. The three officers are recorded with both their officer role and a board_director role. Nuwan Waidyanatha also chairs the Standards and Interoperability Committee (a committee role, not captured separately). Full bios are published for every board member and are recorded verbatim. -Paid vs volunteer: the SSF describes itself as a "nonprofit, community-driven free/libre/open-source software project" whose success "depends on the contributions of passionate and enthusiastic people". No board member is stated to be paid; board service is classed `board_director` (governance). Rafał Gałka is described as a contributor coordinating the community and is classed `volunteer` at confidence 0.8 (role stated, paid/volunteer status inferred from the community-contributor framing). +Community Management: Rafał Gałka is listed under a "Community Management" heading. His bio describes him as "a contributor to the SSF" who coordinates the community, without stating paid or volunteer status. Recorded as `volunteer` at `confidence: 0.6` to reflect that the paid-vs-volunteer status is unstated; the contributor framing leans volunteer. -Deliberately excluded (noted here, not captured as current records): the "Emeritus Board Members" section, which lists former directors Francis Boon (founder of Sahana Eden; Chair of the Sahana Product Development Committee), Mark Prutsalis (former Director), and Chamindra de Silva (former Director). These are past/emeritus roles outside the current-leadership scope; they are prime candidates for the leadership-history dataset. +Excluded — Emeritus Board Members: Francis Boon (Chair of the Sahana Product Development Committee), Mark Prutsalis (Director), and Chamindra de Silva (Director) are listed under an "Emeritus Board Members" heading. Emeritus indicates past, not current, board service, so they are excluded from this current-leadership roster; they belong in the leadership-history dataset. -Contact: the org publishes only a general (obfuscated) foundation email, not per-person contact, so `contact` is `null` for all. Term dates are not published (`null`). +Not published (hence `null`): per-person contact and explicit term dates. Several bios mention narrative join-years (e.g. "since 2005", "since 2015", "since 2006"); per the crawl rules these are not recorded as `term_start` because they describe involvement duration, not a stated board term. A single general org contact email is published for the Foundation, not per person. diff --git a/_leadership/sfconservancy.md b/_leadership/sfconservancy.md index ae58955..3028333 100644 --- a/_leadership/sfconservancy.md +++ b/_leadership/sfconservancy.md @@ -1,6 +1,6 @@ --- identifier: sfconservancy -commonName: Software Freedom Conservancy, Inc. +commonName: Software Freedom Conservancy asOf: 2026-07-25 sources: - url: https://sfconservancy.org/about/board/ @@ -10,13 +10,42 @@ sources: type: org_live retrieved: 2026-07-25 people: +- name: Allison Randal + personId: null + roles: + - role: Chair of the Board + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Over the course of multiple decades as a free software developer, Allison has worked in a wide + variety of projects and domains, from games, linguistic analysis tools, websites, mobile apps, shipping + fulfillment, and talking smart-home appliances, to programming language design, compilers, hypervisors, + containers, deployment automation, database replication, operating systems and kernels, and hardware + architectures and microarchitectures. She is a board member at the Open Infrastructure Foundation, + vice chair of the Microarchitecture Side Channels (Security) SIG at RISC-V International, and co-founder + of the FLOSS Foundations group for free software community leaders. At various points in the past + she has served as chair of the board at the Open Infrastructure Foundation, president and board member + of the Open Source Initiative, president and board member of the Perl Foundation, board member of + the Python Software Foundation, chair of the board at the Parrot Foundation, chief architect of the + Parrot virtual machine, Open Source Evangelist at O''Reilly Media, conference chair of OSCON, Technical + Architect of Ubuntu, Open Source Advisor at Canonical, Distinguished Technologist and Open Source + Strategist at HP, and Distinguished Engineer at SUSE. She collaborates in the Debian and RISC-V projects, + and currently works on free software and open hardware at Rivos. + + ' + termStart: null + termEnd: null + sourceUrl: https://sfconservancy.org/about/board/ + derived: org_live + confidence: 1.0 - name: Laura Fortunato personId: null roles: - role: Board Director roleClass: board_director contact: null - bio: Dr. Laura Fortunato is a professor of evolutionary anthropology at the University of Oxford, where + bio: 'Dr. Laura Fortunato is a professor of evolutionary anthropology at the University of Oxford, where she researches the evolution of human social and cultural behavior, working at the interface of anthropology and biology. An advocate of reproducible computational methods in research, including the use of Free/Open-Source tools, she founded the Reproducible Research Oxford project, with the aim to foster a culture of reproducibility @@ -25,6 +54,8 @@ people: an Omidyar fellow at the Santa Fe Institute, where she is currently an External Professor and a member of the Science Steering Committee. She is also a member of the steering group of the UK Reproducibility Network, a peer-led consortium that aims to promote robust research practice in the UK. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/board/ @@ -36,13 +67,16 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Mark Galassi has been involved in the GNU project since 1984. He currently works as a researcher + bio: 'Mark Galassi has been involved in the GNU project since 1984. He currently works as a researcher in the International, Space, and Response division at Los Alamos National Laboratory, where he has worked on the HETE-2 satellite, ISIS/Genie, the Raptor telescope, the Swift satellite, and the muon - tomography project. In 1997 Mark took a couple of years off from Los Alamos to work for Cygnus (now - a part of Red Hat) writing software and books for eCos, although he continued working on the HETE-2 - satellite part time. Mark earned his BA in Physics at Reed College and a PhD from the Institute for - Theoretical Physics at Stony Brook. + tomography project. In 1997 Mark took a couple of years off from Los Alamos (where he was previously + in the ISR division and the Theoretical Astrophysics group) to work for Cygnus (now a part of Red + Hat) writing software and books for eCos, although he continued working on the HETE-2 satellite (an + astrophysical Gamma Ray Burst mission) part time. Mark earned his BA in Physics at Reed College and + a PhD from the Institute for Theoretical Physics at Stony Brook. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/board/ @@ -54,15 +88,17 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Bdale Garbee has been a contributor to the Free Software community since 1979. Bdale's background + bio: 'Bdale Garbee has been a contributor to the Free Software community since 1979. Bdale''s background also includes many years of hardware design, Unix internals, and embedded systems work. He was an early participant in the Debian project, helped port Debian GNU/Linux to 5 architectures, served as Debian Project Leader, then chairman of the Debian Technical Committee for nearly a decade, and remains active in the Debian community. Bdale served as an HP Fellow in the Office of the CTO until 2016 where - he led HP's open source strategy work. Bdale served as President of Software in the Public Interest + he led HP''s open source strategy work. Bdale served as President of Software in the Public Interest for a decade. He served nearly as long on the board of directors of the Linux Foundation representing individual affiliates and the developer community. Bdale currently also serves as President of Amateur Radio Digital Communications, a private foundation. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/board/ @@ -71,72 +107,80 @@ people: - name: Bradley M. Kühn personId: null roles: - - role: Director-at-large + - role: Board Director (Director-at-large) roleClass: board_director - role: Policy Fellow & Hacker-in-Residence roleClass: paid_staff - contact: '@bkuhn@copyleft.org (Mastodon/fediverse)' - bio: Kühn began his work in the software freedom movement as a volunteer in 1992 — as an early adopter + contact: '@bkuhn@copyleft.org' + bio: 'Kühn began his work in the software freedom movement as a volunteer in 1992 — as an early adopter of Linux-based systems and contributor to various FOSS projects, including Perl. Kühn worked during the 1990s as a system administrator and software developer for various companies, and also spent one - year teaching high school Advanced Placement Computer Science. As FSF's Executive Director from 2001–2005, - Kühn led FSF's GPL enforcement, launched its Associate Member program, and invented the copyleft network - services clause found in the Affero General Public License (AGPL). Kühn was SFC's primary volunteer - from 2006–2010, and became its first staffer in 2011. Kühn's work at SFC focuses on enforcement of - copyleft and the GPL agreements, FOSS licensing policy, and non-profit infrastructural solutions for - FOSS. SFC kindly donates some of Kühn's time as Co-Editor-in-Chief of the copyleft-next license. Kühn - holds a summa cum laude B.S. in Computer Science from Loyola University in Maryland, and an M.S. in - Computer Science from the University of Cincinnati. Kühn received the 2012 Open Source Award, and - the 2021 Award for the Advancement of Free Software. + year teaching high school Advanced Placement Computer Science. As FSF''s Executive Director from 2001–2005, + Kühn led FSF''s GPL enforcement, launched its Associate Member program, and invented the copyleft + network services clause found in the Affero General Public License (AGPL). Kühn was SFC''s primary + volunteer from 2006–2010, and became its first staffer in 2011. Kühn''s work at SFC focuses on enforcement + of copyleft and the GPL agreements, FOSS licensing policy, and non-profit infrastructural solutions + for FOSS. SFC kindly donates some of Kühn''s time as Co-Editor-in-Chief of the copyleft-next license. + Kühn holds a summa cum laude B.S. in Computer Science from Loyola University in Maryland, and an M.S. + in Computer Science from the University of Cincinnati. Kühn''s Master''s thesis discussed methods + for dynamic interoperability of FOSS programming languages. Kühn received the 2012 Open Source Award, + and the 2021 Award for the Advancement of Free Software — both in recognition for his lifelong policy + work on copyleft licensing and its enforcement. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/board/ derived: org_live confidence: 1.0 -- name: Allison Randal +- name: Tony Sebro personId: null roles: - - role: Chair of the Board - roleClass: officer - role: Board Director roleClass: board_director contact: null - bio: Over the course of multiple decades as a free software developer, Allison has worked in a wide - variety of projects and domains, from games, linguistic analysis tools, websites, mobile apps, shipping - fulfillment, and talking smart-home appliances, to programming language design, compilers, hypervisors, - containers, deployment automation, database replication, operating systems and kernels, and hardware - architectures and microarchitectures. She is a board member at the Open Infrastructure Foundation, - vice chair of the Microarchitecture Side Channels (Security) SIG at RISC-V International, and co-founder - of the FLOSS Foundations group for free software community leaders. At various points in the past - she has served as chair of the board at the Open Infrastructure Foundation, president and board member - of the Open Source Initiative, president and board member of the Perl Foundation, board member of - the Python Software Foundation, chair of the board at the Parrot Foundation, chief architect of the - Parrot virtual machine, Open Source Evangelist at O'Reilly Media, conference chair of OSCON, Technical - Architect of Ubuntu, Open Source Advisor at Canonical, Distinguished Technologist and Open Source - Strategist at HP, and Distinguished Engineer at SUSE. She collaborates in the Debian and RISC-V projects, - and currently works on free software and open hardware at Rivos. + bio: 'Tony currently serves as the Deputy General Counsel for the Wikimedia Foundation, where he manages + the day-to-day operations of Wikimedia''s legal department, and provide specific expertise on free + and open source licensing, intellectual property, non-profit law, and privacy matters. Tony is also + an organizer of Conservancy''s Outreachy project, which provides paid internships in free and open + source for people from groups traditionally underrepresented in tech. Prior to joining Wikimedia, + Tony served as General Counsel (and "Employee #2") of Software Freedom Conservancy for over six years. + Tony has also spent time in the private sector with PCT Law Group and Kenyon & Kenyon, and as an intellectual + property licensing and business development professional with IBM. Tony received an O''Reilly Open + Source Award in 2017. Tony is an active participant in and supporter of the non-profit community, + and lives in the Bay Area with his family. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/board/ derived: org_live confidence: 1.0 -- name: Tony Sebro +- name: Karen M. Sandler personId: null roles: - - role: Board Director - roleClass: board_director + - role: Executive Director + roleClass: paid_staff contact: null - bio: 'Tony currently serves as the Deputy General Counsel for the Wikimedia Foundation, where he manages - the day-to-day operations of Wikimedia''s legal department, and provides specific expertise on free - and open source licensing, intellectual property, non-profit law, and privacy matters. Tony is also - an organizer of Conservancy''s Outreachy project. Prior to joining Wikimedia, Tony served as General - Counsel (and "Employee #2") of Software Freedom Conservancy for over six years. Tony has also spent - time in the private sector with PCT Law Group and Kenyon & Kenyon, and as an intellectual property - licensing and business development professional with IBM. Tony received an O''Reilly Open Source Award - in 2017.' + bio: 'Karen M. Sandler is an attorney and the executive director of Software Freedom Conservancy, a + 501c3 nonprofit organization focused on ethical technology. As a patient deeply concerned with the + technology in her own body, Karen is known as a cyborg lawyer for her advocacy for free software as + a life-or-death issue, particularly in relation to the software on medical devices. She co-organizes + Outreachy, the award-winning outreach program for people who face under-representation, systemic bias, + or discrimination in tech. She is an adjunct Lecturer-In-Law of Columbia Law School and a visiting + scholar at University of California Santa Cruz. Prior to joining Software Freedom Conservancy, Karen + was the executive director of the GNOME Foundation. Before that, she was the general counsel of the + Software Freedom Law Center. She began her career as a lawyer at Clifford Chance and Gibson, Dunn + & Crutcher LLP. Karen received her law degree from Columbia Law School where she was a James Kent + Scholar and co-founder of the Columbia Science and Technology Law Review. She also holds a bachelor + of science in engineering from The Cooper Union for the Advancement of Science and Art. Sandler has + won awards for her work on behalf of software freedom, including the O''Reilly Open Source Award in + 2011. She received an honorary doctorate from KU Leuven in 2023. + + ' termStart: null termEnd: null - sourceUrl: https://sfconservancy.org/about/board/ + sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live confidence: 1.0 - name: Rosanne DiMesio @@ -145,17 +189,20 @@ people: - role: Technical Bookkeeper roleClass: paid_staff contact: null - bio: Rosanne DiMesio is the Technical Bookkeeper at the Software Freedom Conservancy where she handles + bio: 'Rosanne DiMesio is the Technical Bookkeeper at the Software Freedom Conservancy where she handles incoming and outgoing accounting activities for all its member projects as well as financial operations for Conservancy itself. Rosanne has been volunteering with the Wine Project since 2008 where she focuses on user support and documentation. She has worked as an English teacher, a freelance writer and as - IT support. She received her Masters in Communication & Theater at the University of Illinois at Chicago - and her Bachelor's degree in English from the University of Chicago. + IT support. She is passionate about helping free software projects improve their user experience. + Rosanne received her Masters in Communication & Theater at the University of Illinois at Chicago and + her Bachelor''s degree in English from the University of Chicago. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Denver Gingerich personId: null roles: @@ -164,112 +211,112 @@ people: contact: null bio: 'Denver manages SFC''s license compliance work, including its technical parts (such as triaging new reports and verifying complete corresponding source) as well as planning and carrying out our - enforcement strategy. Outside of SFC, Denver also co-runs a FOSS business. Previously, Denver authored - financial trading software on Linux. Denver writes free software in his spare time: his patches have - been accepted into Wine, Linux, and wdiff. Denver received his BMath in Computer Science from the - University of Waterloo.' + enforcement strategy (with advice and input from SFC''s Executive Director and Policy Fellow). Outside + of SFC, Denver also co-runs a FOSS business. Previously, Denver authored financial trading software + on Linux. Denver writes free software in his spare time: his patches have been accepted into Wine, + Linux, and wdiff. Denver received his BMath in Computer Science from the University of Waterloo. He + gives presentations about digital civil rights and how to ensure FOSS remains sustainable as a community + and financially, having spoken at conferences such as LinuxCon North America, Texas Linux Fest, LibrePlanet, + CopyCamp Toronto, FOSSLC''s Summercamp, CopyleftConf, and the Open Video Conference. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Tracy Homer personId: null roles: - role: Chief Financial Officer and Operations Manager roleClass: paid_staff contact: null - bio: Tracy acts as both the Chief Financial Officer and the Operations Manager at the Software Freedom - Conservancy. She also serves on the board of her local hackerspace, an organization committed to teaching - and promoting open technology exclusively. Tracy has a degree in GIS from the University of Tennessee - and enjoys making artistic maps using FOSS. + bio: 'Tracy acts as both the Chief Financial Officer and the Operations Manager at the Software Freedom + Conservancy. Bringing her super-skills of organization and love of bureaucracy, she helps things run + at SFC smoothly behind the scenes. Tracy also serves on the board of her local hackerspace, an organization + committed to teaching and promoting open technology exclusively. She feels that open techonology allows + people to express their creativity regardless of their financial situation or technical background. + Tracy has a degree in GIS from the University of Tennessee and enjoys making artistic maps using FOSS. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Rick Sanders personId: null roles: - role: General Counsel roleClass: paid_staff contact: null - bio: Rick Sanders has over 20 years' experience as an intellectual-property litigator. He started his - legal career at Fenwick & West's Silicon Valley office, then moved to Nashville to join Waller, before - co-founding Aaron & Sanders. Rick also taught copyright law at Vanderbilt University School of Law. - He is a past chair of the American Bar Association's Trademarks and the Internet committee, and the - Nashville Bar Association's Intellectual Property Section. He is admitted to the bar of the States - of California and Tennessee, as well as the U.S. Court of Appeal for the Sixth and Ninth Circuits - and all U.S. District Courts in California and Tennessee. - termStart: null - termEnd: null - sourceUrl: https://sfconservancy.org/about/staff/ - derived: org_live - confidence: 0.9 -- name: Karen M. Sandler - personId: null - roles: - - role: Executive Director - roleClass: paid_staff - contact: null - bio: Karen M. Sandler is an attorney and the executive director of Software Freedom Conservancy, a 501c3 - nonprofit organization focused on ethical technology. As a patient deeply concerned with the technology - in her own body, Karen is known as a cyborg lawyer for her advocacy for free software as a life-or-death - issue, particularly in relation to the software on medical devices. She co-organizes Outreachy. She - is an adjunct Lecturer-In-Law of Columbia Law School and a visiting scholar at University of California - Santa Cruz. Prior to joining Software Freedom Conservancy, Karen was the executive director of the - GNOME Foundation. Before that, she was the general counsel of the Software Freedom Law Center. She - began her career as a lawyer at Clifford Chance and Gibson, Dunn & Crutcher LLP. Karen received her - law degree from Columbia Law School where she was a James Kent Scholar and co-founder of the Columbia - Science and Technology Law Review. She also holds a bachelor of science in engineering from The Cooper - Union. She won the O'Reilly Open Source Award in 2011 and received an honorary doctorate from KU Leuven - in 2023. + bio: 'Rick Sanders, has over 20 years'' experience as a intellectual-property litigator. He started + his legal career at Fenwick & West''s Silicon Valley office, then moved to Nashville to join Waller, + before co-founding Aaron & Sanders, with the goal of providing sophisticated legal services to technology + clients in Middle Tennessee. Rick also taught copyright law at Vanderbilt University School of Law, + and he co-produced The Copyright Office Comes to Music City for many years. He is also a past chair + of the American Bar Association''s Trademarks and the Internet committee, and the Nashville Bar Association''s + Intellectual Property Section. He is admitted to the bar of the States of California and Tennessee, + as well as the U.S. Court of Appeal for the Sixth and Ninth Circuits and all U.S. District Courts + in California and Tennessee. Before becoming a lawyer, Rick was a college instructor in English composition + and literature, especially Shakespeare. He is a native of Mountain View, California and now lives + in Nashville. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Daniel Pono Takamori personId: null roles: - role: Community Organizer & Non-Profit Problem Solver roleClass: paid_staff contact: null - bio: Pono joined Conservancy to help fill a community need for bridging technical and non-technical + bio: 'Pono joined Conservancy to help fill a community need for bridging technical and non-technical roles. Having worked at FOSS foundations and organizations for over a decade, his background in FOSS infrastructure led him to think more deeply about how to better use community intelligence instead - of technology to solve governance questions. With a background in mathematics and physics, he looks - forward to mobilizing social intelligence and community governance as a basis for solving both technical - and non-technical problems. + of technology to solve governance questions. He is passionate about making FOSS a more equitable and + inclusive space. With a background in mathematics and physics, he looks forward to mobilizing social + intelligence and community goveranance as a basis for solving both technical and non-technical problems. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 - name: Paul Visscher personId: null roles: - role: Systems Administrator roleClass: paid_staff contact: null - bio: Paul has been using Linux and FOSS for over 26 years and working as a sysadmin for over 20 years. - He brings a passion for how free and open source software can make our society a much more equitable - place. + bio: 'Paul has been using Linux and FOSS for over 26 years and working as a sysadmin for over 20 years. + Having fallen in love with computers at a young age, he found it intellectually intersting and found + the FOSS world an incredible and natural place to learn. He brings a passion for how free and open + source software can make our society a much more equitable place, and work for us rather than against + us. + + ' termStart: null termEnd: null sourceUrl: https://sfconservancy.org/about/staff/ derived: org_live - confidence: 0.9 + confidence: 1.0 --- # Software Freedom Conservancy — Leadership -Scope: the Board of Directors (`/about/board/`) and the paid Staff (`/about/staff/`). SFC is a 501(c)(3) non-profit charity centred on ethical technology and copyleft/GPL compliance. The separately-listed Evaluation Committee and Outside Counsel are excluded here (they are advisory/external, not governance or employed staff). +Scope of this record: the Board of Directors (from /about/board/) and the paid staff (from /about/staff/) of the Software Freedom Conservancy, a 501(c)(3) non-profit charity. SFC describes itself as "directed by a self-perpetuating Board of Directors, who appoint the Executive Director and staff to carry out the day-to-day operations". The Evaluation Committee and Outside Counsel listed under About are not captured here (advisory/external roles, out of Tier 1 scope); they could be added later if wanted. + +Board (6 directors): Allison Randal (Chair of the Board), Laura Fortunato, Mark Galassi, Bdale Garbee, Bradley M. Kühn (Director-at-large), Tony Sebro. -Board (6 named directors): Laura Fortunato, Mark Galassi, Bdale Garbee, Bradley M. Kühn (Director-at-large), Allison Randal (Chair of the Board), Tony Sebro. The board is self-perpetuating (it appoints its own members and the Executive Director). +Staff (8): Karen M. Sandler (Executive Director), Rosanne DiMesio (Technical Bookkeeper), Denver Gingerich (Director of Compliance), Tracy Homer (CFO & Operations Manager), Bradley M. Kühn (Policy Fellow & Hacker-in-Residence), Rick Sanders (General Counsel), Daniel Pono Takamori (Community Organizer), Paul Visscher (Systems Administrator). -Paid vs volunteer: SFC maintains a distinct "Staff" page listing 8 employed/contracted people (Executive Director, CFO, General Counsel, Director of Compliance, Systems Administrator, Community Organizer, Technical Bookkeeper, and Policy Fellow). Titles such as Executive Director, CFO and General Counsel make employment clear, but the site does not state employment status verbatim per person, so `paid_staff` is tagged at `confidence: 0.9` per the Staff-heading inference rule. Board directors are stated verbatim (`confidence: 1.0`). +Bradley M. Kühn appears in both datasets: he is a Director-at-large on the board AND on staff as Policy Fellow & Hacker-in-Residence. He is recorded once here with both roles (board_director + paid_staff). Total unique individuals: 13. -Bradley M. Kühn appears in both datasets: he is a Director-at-large (board) and on staff as Policy Fellow & Hacker-in-Residence — recorded once with both roles. +Paid vs volunteer: everyone on the /about/staff/ page is captured as `paid_staff` at `confidence: 1.0` — SFC states the board "appoint the Executive Director and staff" and the staff page is a distinct roster from the volunteer/board roster. Board directors are `board_director` (SFC's board is described as self-perpetuating and unpaid, apart from Kühn who is separately on staff). Allison Randal carries an additional `officer` role (Chair of the Board). -Bios: published verbatim for every individual (captured). Contact: not published per person, except Kühn's public fediverse handle (`@bkuhn@copyleft.org`), captured in `contact`. Term dates: not published for anyone (`null`). +Optional fields: full verbatim bios are published for every individual and are captured. Contact is generally not published per person; the only person-addressable handle on these pages is Kühn's fediverse address (@bkuhn@copyleft.org), captured as his contact. Term dates are not published for any individual (all null); director tenure would need to come from archive.org roster diffs (Tier 2). diff --git a/_leadership/signalfoundation.md b/_leadership/signalfoundation.md index b00e4ee..a1ece96 100644 --- a/_leadership/signalfoundation.md +++ b/_leadership/signalfoundation.md @@ -7,21 +7,54 @@ sources: type: org_live retrieved: 2026-07-25 people: +- name: Meredith Whittaker + personId: null + roles: + - role: President + roleClass: officer + - role: Board Director + roleClass: board_director + contact: null + bio: 'Meredith Whittaker is Signal''s President and a member of the Signal Foundation Board of Directors. + She has over 17 years of experience in tech, spanning industry, academia, and government. Before joining + Signal as President, she was the Minderoo Research Professor at NYU, and served as the Faculty Director + of the AI Now Institute which she co-founded. Her research and scholarly work helped shape global + AI policy and shift the public narrative on AI to better recognize the surveillance business practices + and concentration of industrial resources that modern AI requires. Prior to NYU, she worked at Google + for over a decade, where she led product and engineering teams, founded Google''s Open Research Group, + and co-founded M-Lab, a globally distributed network measurement platform that now provides the world''s + largest source of open data on internet performance. She also helped lead organizing at Google. She + was one of the core organizers pushing back against the company''s insufficient response to concerns + about AI and its harms, and was a central organizer of the Google Walkout. She has advised the White + House, the FCC, the City of New York, the European Parliament, and many other governments and civil + society organizations on privacy, security, artificial intelligence, internet policy, and measurement. + And she recently completed a term as Senior Advisor on AI to the Chair at the US Federal Trade Commission. + + ' + termStart: null + termEnd: null + sourceUrl: https://signalfoundation.org/ + derived: org_live + confidence: 1.0 - name: Amba Kak personId: null roles: - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: Amba Kak is a lawyer and technology policy expert, with over a decade of trans-national expertise + bio: 'Amba Kak is a lawyer and technology policy expert, with over a decade of trans-national expertise advising government regulators, industry, civil society organizations, and philanthropies. She is currently the Executive Director of the AI Now Institute, a leading policy research organization in New York and Senior Fellow at the Cybersecurity and Privacy Institute at Northeastern University. - Amba served as Senior Advisor at the U.S. Federal Trade Commission. Prior to AI Now, Amba was Global - Policy Advisor at Mozilla. She currently sits on the Board of Directors program committee at the Mozilla - Foundation. Amba received her BA LLB (Hons) from the National University of Juridical Sciences in - India. She has a Masters in Law (BCL) and an MSc in the Social Science of the Internet at the University - of Oxford, which she attended as a Rhodes Scholar. + Amba served as Senior Advisor at the U.S. Federal Trade Commission where she advised the regulator + on emerging technology issues. Prior to AI Now, Amba was Global Policy Advisor at Mozilla where she + developed and advanced the organizations'' positions on issues such as data privacy laws and network + neutrality in the Asia-Pacific region and beyond. She currently sits on the Board of Directors program + committee at the Mozilla Foundation. Amba received her BA LLB (Hons) from the National University + of Juridical Sciences in India. She has a Masters in Law (BCL) and an MSc in the Social Science of + the Internet at the University of Oxford, which she attended as a Rhodes Scholar. + + ' termStart: null termEnd: null sourceUrl: https://signalfoundation.org/ @@ -30,15 +63,19 @@ people: - name: Brian Acton personId: null roles: - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: Brian Acton is an entrepreneur and computer programmer who co-founded the messaging app WhatsApp + bio: 'Brian Acton is an entrepreneur and computer programmer who co-founded the messaging app WhatsApp in 2009. After the app was sold to Facebook in 2014, Acton decided to leave the company due to differences surrounding the use of customer data and targeted advertising to focus his efforts on non-profit ventures. In February of 2018, Acton invested $50 million of his own money to start the Signal Foundation alongside - Moxie Marlinspike. Prior to founding WhatsApp and Signal Foundation, Acton worked as a software builder - for more than 25 years at companies like Apple, Yahoo, and Adobe. + Moxie Marlinspike. Signal Foundation is a nonprofit organization dedicated to doing the foundational + work around making private communication accessible, secure and ubiquitous. Prior to founding WhatsApp + and Signal Foundation, Acton worked as a software builder for more than 25 years at companies like + Apple, Yahoo, and Adobe. + + ' termStart: null termEnd: null sourceUrl: https://signalfoundation.org/ @@ -47,15 +84,21 @@ people: - name: Jay Sullivan personId: null roles: - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: Jay is a product builder with an extensive background in senior product and engineering leadership - roles in consumer technology. Most recently, he was General Manager of Twitter's consumer and revenue - products. Prior to Twitter, Jay was at Facebook, where he led the development of Reality Labs' AI - Assistant and then led the Privacy, Integrity, and Systems product teams for Messenger and Instagram - Direct. Jay was the SVP of Product and Chief Operating Officer at Mozilla. Jay holds a B.S. in Applied - Mathematics from Yale College and is the co-inventor of several United States patents. + bio: 'Jay is a product builder with an extensive background in senior product and engineering leadership + roles in consumer technology. Most recently, he was General Manager of Twitter''s consumer and revenue + products, leading engineering, product, design, research and data science. Prior to Twitter, Jay was + at Facebook, where he led the development of Reality Labs'' AI Assistant and then led the Privacy, + Integrity, and Systems product teams for Messenger and Instagram Direct. Jay was the SVP of Product + and Chief Operating Officer at Mozilla, where he led major releases of Firefox during its ascent and + was an evangelist for the web platform and for giving people more choice and control online. Jay has + also been a start-up founder, and spent the early part of his career as a software engineer and engineering + manager at Firefly Network (purchased by Microsoft) and Oracle. Jay holds a B.S. in Applied Mathematics + from Yale College and is the co-inventor of several United States patents. + + ' termStart: null termEnd: null sourceUrl: https://signalfoundation.org/ @@ -64,39 +107,24 @@ people: - name: Katherine Maher personId: null roles: - - role: Board Member + - role: Board Director roleClass: board_director contact: null - bio: Katherine Maher is the former CEO and Executive Director of the Wikimedia Foundation, responsible - for Wikipedia. She is currently a non-resident Senior Fellow at the Atlantic Council. Prior to Wikimedia, - she was the Director of Advocacy for the digital rights organization Access Now. Maher is a term member - of the Council on Foreign Relations, a World Economic Forum Young Global Leader, and a security fellow + bio: 'Katherine Maher is the former CEO and Executive Director of the Wikimedia Foundation, responsible + for Wikipedia. She is currently a non-resident Senior Fellow at the Atlantic Council, where her work + focuses on the intersection of technology, human rights, and democracy. Prior to Wikimedia, she was + the Director of Advocacy for the digital rights organization Access Now. Maher is a term member of + the Council on Foreign Relations, a World Economic Forum Young Global Leader, and a security fellow at the Truman National Security Project. She is on the board of directors for the Center for Technology and Democracy, Consumer Reports, the Digital Public Library of America, Adventure Scientists, and - System.com, as well as a trustee of the American University of Beirut. She received her Bachelor's - degree in Middle Eastern and Islamic Studies in 2005 from New York University's College of Arts and - Science. - termStart: null - termEnd: null - sourceUrl: https://signalfoundation.org/ - derived: org_live - confidence: 1.0 -- name: Meredith Whittaker - personId: null - roles: - - role: President - roleClass: officer - - role: Board Member - roleClass: board_director - contact: null - bio: Meredith Whittaker is Signal's President and a member of the Signal Foundation Board of Directors. - She has over 17 years of experience in tech, spanning industry, academia, and government. Before joining - Signal as President, she was the Minderoo Research Professor at NYU, and served as the Faculty Director - of the AI Now Institute which she co-founded. Prior to NYU, she worked at Google for over a decade, - where she led product and engineering teams, founded Google's Open Research Group, and co-founded - M-Lab. She was one of the core organizers pushing back against the company's insufficient response - to concerns about AI and its harms, and was a central organizer of the Google Walkout. She recently - completed a term as Senior Advisor on AI to the Chair at the US Federal Trade Commission. + System.com, as well as a trustee of the American University of Beirut. She is an appointed member + of the U.S. Department of State''s Foreign Affairs Policy Board, where she advises the Secretary of + State on technology policy. She received her Bachelor''s degree in Middle Eastern and Islamic Studies + in 2005 from New York University''s College of Arts and Science, after studying at the Arabic Language + Institute of the American University in Cairo, Egypt, and Institut français d''études arabes de Damas + (L''IFEAD) in Damascus, Syria. + + ' termStart: null termEnd: null sourceUrl: https://signalfoundation.org/ @@ -105,10 +133,12 @@ people: - name: Moxie Marlinspike personId: null roles: - - role: Founder (Emeritus) - roleClass: board_director + - role: Emeritus (Founder) + roleClass: volunteer contact: null - bio: Moxie Marlinspike is the founder of Signal. Listed on the Signal Foundation site under "Emeritus". + bio: 'Moxie Marlinspike is the founder of Signal. + + ' termStart: null termEnd: null sourceUrl: https://signalfoundation.org/ @@ -118,10 +148,10 @@ people: # Signal Foundation — Leadership -Scope: the Board Members and Emeritus section on the Signal Foundation site (`signalfoundation.org`). Signal Foundation is a 501(c)(3) nonprofit, parent of the Signal Messenger LLC. It formed in 2018. +Scope of this record: the Board Members and Emeritus sections published on the Signal Foundation homepage (signalfoundation.org). The legal entity is the Signal Technology Foundation, a US 501(c)(3) nonprofit, formed in 2018 as the parent of Signal Messenger LLC. The site publishes a Board of Directors and one Emeritus member; it does not publish a separate staff/officer roster on this page. -Board (5 current members): Amba Kak, Brian Acton, Jay Sullivan, Katherine Maher, and Meredith Whittaker. Meredith Whittaker is also Signal's President (officer), so she carries both roles. Moxie Marlinspike (founder) is listed separately under "Emeritus" and is recorded with role "Founder (Emeritus)" and a body note; he is not a current active board member. +Board (5): Meredith Whittaker (President and Board Director), Amba Kak, Brian Acton, Jay Sullivan, Katherine Maher. Emeritus (1): Moxie Marlinspike (founder of Signal). Total individuals: 6. -Paid vs volunteer: not stated for board members. Meredith Whittaker as Signal's President is an executive officer (likely employed), but the site does not state compensation, so no `paid_staff` inference is made. No separate staff roster is published on the Foundation site (operational staff sit under Signal Messenger / signal.org, not listed here). +Paid vs volunteer: the site does not state which directors are compensated. Meredith Whittaker's role as "Signal's President" is an executive officer role and is classed `officer` (in addition to `board_director`); the site states verbatim that she is "Signal's President and a member of the Signal Foundation Board of Directors". Whether the President role is a paid staff position is not stated on this page, so no `paid_staff` class is asserted. The other four directors are `board_director`. Moxie Marlinspike is recorded as `volunteer` under an Emeritus (Founder) role. -Bios: published verbatim for all (captured). Contact: not published per person (`null`); a general media-inquiries address exists but no per-person contact. Term dates: not published (`null`). +Optional fields: full verbatim bios are published for all board members (Moxie's is a single sentence) and are captured. No per-person contact is published (the only email on the page is an obfuscated media-inquiries address, not attributable to an individual), so contact is null for all. Term dates are not published (all null). diff --git a/_leadership/socallinuxexpo.md b/_leadership/socallinuxexpo.md index c6c2dee..12e8206 100644 --- a/_leadership/socallinuxexpo.md +++ b/_leadership/socallinuxexpo.md @@ -1,12 +1,12 @@ --- identifier: socallinuxexpo -commonName: Linux Expo of Southern California, Inc. (SCALE) +commonName: Linux Expo of Southern California Inc (SCALE) asOf: 2026-07-25 sources: -- url: https://www.socallinuxexpo.org/scale/23x/about-scale +- url: https://www.socallinuxexpo.org/scale/23x/contact-us type: org_live retrieved: 2026-07-25 -- url: https://www.socallinuxexpo.org/scale/23x/contact-us +- url: https://www.socallinuxexpo.org/scale/23x/about-scale type: org_live retrieved: 2026-07-25 people: @@ -37,7 +37,7 @@ people: - name: Hriday Balachandran personId: null roles: - - role: Operations + - role: Operations Chair roleClass: volunteer contact: null bio: null @@ -293,7 +293,7 @@ people: - name: Lori Barfield personId: null roles: - - role: Emeritus (former organizer) + - role: Emeritus Member roleClass: volunteer contact: null bio: null @@ -305,7 +305,7 @@ people: - name: Tom King personId: null roles: - - role: Emeritus (former organizer) + - role: Emeritus Member roleClass: volunteer contact: null bio: null @@ -316,12 +316,12 @@ people: confidence: 1.0 --- -# Linux Expo of Southern California (SCALE) — Leadership +# Linux Expo of Southern California Inc (SCALE) — Leadership -Scope: this record captures the SCALE organizing team from the conference contact page (`/scale/23x/contact-us`). The Southern California Linux Expo ("SCALE") is run by the Linux Expo of Southern California, Inc., a 501(c)(3) non-profit that is, per its About page, "volunteer organized". +Scope of this record: the organizing committee of the Southern California Linux Expo (SCALE), the annual event run by the Linux Expo of Southern California Inc, a 501(c)(3) non-profit. SCALE does not publish a formally named Board of Directors on its website; the organization is described as "volunteer organized" and its working leadership is the set of committee chairs and members listed on the Contact Us page. Those chairs and members are captured here as the foundation's leadership roster. -GAP — no formal governance board published: the nonprofit does not publish a Board of Directors / officers roster (President, Treasurer, Secretary) on its website. Attempts to find one failed: `/about` returned HTTP 403; `/scale/23x/team` returned HTTP 404; the homepage and About-SCALE page name no individuals ("core team", unnamed). The only named-people list is the conference committee structure on the contact page, captured here. To obtain the legal 501(c)(3) board, a future pass would need state nonprofit filings (California Secretary of State / IRS Form 990), which are outside the org-live crawl scope. +Paid vs volunteer: the About page states SCALE is "volunteer organized" and its core team works on it as "a labor of love"; beyond the core team roughly 100 additional volunteers help around the event. All individuals are therefore recorded as `volunteer` at `confidence: 1.0`. No paid staff are named on the site. -Paid vs volunteer: SCALE is explicitly "volunteer organized", so all captured individuals are recorded as `role_class: volunteer` at `confidence: 1.0` (volunteer status stated verbatim on the About page). Roles are the committee chair/member positions listed. Two people (Lori Barfield, Tom King) are listed under "Emeritus" and recorded as former organizers. +Contact: a subset of chairs publish a person-addressable email (Phil Dibowitz, Orv Beach, Hannah Anderson, Phillip Banks, Josh Andler); these are captured. Role-based mailboxes (orders@, cfp@, sponsorship@, staff@, press@) are not attributed to a named individual and are left null. Bios and term dates are not published for any individual (all null). -Contact: personal/role email captured where the individual's name linked directly to an address (Phil Dibowitz, Orv Beach, Phillip Banks, Hannah Anderson, Josh Andler). Committee role addresses (orders@, cfp@, sponsorship@, press@, staff@) are not attached to a single person and are left out of the structured `contact` field. Bios and term dates: not published (`null`). +Gaps: no named Board of Directors or corporate officers (President/Treasurer/Secretary) are published, despite the entity being an incorporated 501(c)(3). If the corporation files officer names with the state (California SoS / IRS Form 990), those would be the true governance roster and could be added later as a `synthesized` or `wayback`-sourced supplement. Emeritus members (Lori Barfield, Tom King) are retained as past leadership. diff --git a/_leadership/softwarefreedom.md b/_leadership/softwarefreedom.md index 0164d3f..312e691 100644 --- a/_leadership/softwarefreedom.md +++ b/_leadership/softwarefreedom.md @@ -14,23 +14,31 @@ people: roleClass: officer - role: Chairman roleClass: officer - - role: Director + - role: Board Director roleClass: board_director contact: null - bio: Professor of Law, Columbia Law School. Founder, Software Freedom Law Center. Professor Moglen began - building software as a professional programmer at age 13. He worked as a designer of advanced computer - programming languages at IBM from 1979 to 1985. In 1991, he represented Philip Zimmerman, the developer - of PGP, threatened with prosecution by the US government for making strong encryption free software. - In 1993, he joined forces with Richard M Stallman to provide world-class legal representation and - expertise to the free software movement. With RMS, he conceived, wrote, and created a public process - for discussion and adoption of GPLv3. Professor Moglen has advised major IT companies and national - governments around the world. In 2010, he testified before the European Commission on the FOSS consequences - of Oracle's acquisition of Sun Microsystems, and before the US Congress on Internet privacy and consumer - protection. Professor Moglen earned his PhD in History and his law degree at Yale University. After - law school, he clerked for Judge Edward Weinfeld of the United States District Court in New York City - and for Justice Thurgood Marshall of the United States Supreme Court. He has taught at Columbia Law - School since 1987. In 2003, he was given the Electronic Frontier Foundation's Pioneer Award. Professor + bio: 'Professor of Law, Columbia Law School. Founder, Software Freedom Law Center. Professor Moglen + began building software as a professional programmer at age 13. He worked as a designer of advanced + computer programming languages at IBM from 1979 to 1985. In 1991, he represented Philip Zimmerman, + the developer of PGP ("Pretty Good Privacy"), threatened with prosecution by the US government for + making strong encryption free software that everyone could use. In 1993, he joined forces with Richard + M Stallman to provide world-class legal representation and expertise to the free software movement. + With RMS, he conceived, wrote, and created a public process for discussion and adoption of GPLv3, + the current version of the world''s most widely-used free software license. In addition to his work + with free software developers, Professor Moglen has advised major IT companies and national governments + around the world. In 2010, he testified before the European Commission on the FOSS consequences of + Oracle Corporation''s acquisition of Sun Microsystems, and before the US Congress on Internet privacy + and consumer protection. He has appeared numerous times on software- and privacy-related issues as + amicus curiae before the US Supreme Court. Professor Moglen earned his PhD in History and his law + degree at Yale University. After law school, he clerked for Judge Edward Weinfeld of the United States + District Court in New York City and for Justice Thurgood Marshall of the United States Supreme Court. + He has taught at Columbia Law School since 1987 and has held visiting appointments at Harvard University, + Tel Aviv University, and the University of Virginia. In 2003, he was given the Electronic Frontier + Foundation''s Pioneer Award for efforts on behalf of freedom in the electronic society. Professor Moglen is admitted to practice in the State of New York and before the United States Supreme Court. + GPG key fingerprint: 3D9E 9A07 DF32 E2BE B4D0 0A5F 1642 13F5 3E90 8FC3 + + ' termStart: null termEnd: null sourceUrl: https://www.softwarefreedom.org/about/team/ @@ -39,16 +47,21 @@ people: - name: Diane M. Peters personId: null roles: - - role: Director + - role: Board Director roleClass: board_director contact: null - bio: Ms. Peters is General Counsel for Creative Commons, a nonprofit organization devoted to providing + bio: 'Ms. Peters is General Counsel for Creative Commons, a nonprofit organization devoted to providing the public with free legal tools to enable sharing and use of creative content. Prior to working with - Creative Commons, Ms. Peters was Legal counsel to the Mozilla Corporation and the Mozilla Foundation. - Ms. Peters has also served as General Counsel to Open Source Development Labs. Ms. Peters earned a - B.A. in political science from Grinnell College and a J.D. from Washington University School of Law, - where she served as an executive editor of the Washington University Law Quarterly. After law school, - Ms. Peters clerked for the U.S. Court of Appeals for the 7th Circuit in Chicago. + Creative Commons, Ms. Peters was Legal counsel to the Mozilla Corporation and the Mozilla Foundation, + a non profit public benefit corporation dedicated to preserving innovation and openness on the internet + through the development of open source software, including the Firefox web browser. Ms. Peters has + also served as General Counsel to Open Source Development Labs, a non profit trade association supporting + development of the Linux kernel and adoption of the GNU/Linux operating system. Ms. Peters earned + a B.A. in political science from Grinnell College and a J.D. from Washington University School of + Law, where she served as an executive editor of the Washington University Law Quarterly. After law + school, Ms. Peters clerked for the U.S. Court of Appeals for the 7th Circuit in Chicago. + + ' termStart: null termEnd: null sourceUrl: https://www.softwarefreedom.org/about/team/ @@ -57,19 +70,39 @@ people: - name: Daniel Weitzner personId: null roles: - - role: Director + - role: Board Director roleClass: board_director contact: null - bio: Daniel J. Weitzner is the Founding Director of the MIT Internet Policy Research Initiative and - Principal Research Scientist at the MIT Computer Science and Artificial Intelligence Lab. From 2011-2012, - Weitzner was the United States Deputy Chief Technology Officer for Internet Policy in the White House. - He also was Associate Administrator for Policy at the United States Commerce Department National Telecommunications - and Information Administration (NTIA), and a member of the Obama-Biden Presidential Transition Team. - At the World Wide Web Consortium, he led the development of security and privacy standards and Linked - Data architectures. He launched the Web Science Research Initiative with Tim Berners-Lee, Wendy Hall, - Nigel Shadbolt and James Hendler. Before joining MIT, Weitzner was founder and Deputy Director of - the Center for Democracy and Technology, and Deputy Policy Director of the Electronic Frontier Foundation. - Weitzner has a law degree from Buffalo Law School, and a B.A. in Philosophy from Swarthmore College. + bio: 'Daniel J. Weitzner is the Founding Director of the MIT Internet Policy Research Initiative and + Principal Research Scientist at the MIT Computer Science and Artificial Intelligence Lab. His group + studies the relationship between network architecture and public policy, and develops new Web architectures + to meet policy challenges such as privacy and intellectual property rights. He teaches Internet public + policy in the MIT Electrical Engineering and Computer Science Department. From 2011-2012, Weitzner + was the United States Deputy Chief Technology Officer for Internet Policy in the White House, where + he lead initiatives on online privacy, cybersecurity, Internet copyright, and trade policies to promote + the free flow of information. He also was Associate Administrator for Policy at the United States + Commerce Department National Telecommunications and Information Administration (NTIA). Weitzner was + a member of the Obama-Biden Presidential Transition Team. Weitzner has been a leader in the development + of Internet public policy from its inception, making fundamental contributions to the successful fight + for strong online free expression protection in the United States Supreme Court, crafting laws that + provide protection against government surveillance of email and web browsing data. His work on US + legislation limiting the liability of Internet Service Providers laid the foundations for social media + services and supporting the global free flow of information online. Weitzner''s computer science research + has pioneered the development of Accountable Systems architecture to enable computational treatment + of legal rules and automated compliance auditing. At the World Wide Web Consortium, he lead the development + of security and privacy standards, and Linked Data architectures now used to make data on the Web + easier to analyze. While at MIT he launched the Web Science Research Initiative with Tim Berners-Lee, + Wendy Hall, Nigel Shadbolt and James Hendler, a cross-disciplinary research initiative promoting research + on the technical and social impact of the Web. Before joining MIT, Weitzner was founder and Deputy + Director of the Center for Democracy and Technology, and Deputy Policy Director of the Electronic + Frontier Foundation. He has testified before the United States Congress, the European Commission, + and leading international bodies. Weitzner has law degree from Buffalo Law School, and a B.A. in Philosophy + from Swarthmore College. His writings have appeared in Science magazine, the Yale Law Review, Communications + of the ACM, the Washington Post, Wired Magazine and Social Research. In 2012 he was named to the Newsweek/Daily + Beast Digital Power Index as a top Navigator of global Internet public policy. He received the International + Association of Privacy Professionals Leadership Award in 2013. + + ' termStart: null termEnd: null sourceUrl: https://www.softwarefreedom.org/about/team/ @@ -79,10 +112,12 @@ people: # Software Freedom Law Center — Leadership -Scope: the SFLC "People" page (`/about/team/`), which lists Staff and Directors. SFLC provides legal representation and expertise to FOSS projects. +Scope of this record: the People page (/about/team/) of the Software Freedom Law Center, which publishes two sections, Staff and Directors. The site does not label its 501(c) status on this page, but SFLC is a US non-profit providing legal services to FOSS projects. + +Staff: Eben Moglen (President and Executive Director; also SFLC's Founder). Directors: Eben Moglen (Chairman), Diane M. Peters, Daniel Weitzner. -Roster is small. Eben Moglen (founder) appears as both Staff (President and Executive Director) and a Director (Chairman); recorded once with all three roles. Diane M. Peters and Daniel Weitzner are the other two Directors. +Eben Moglen appears in both sections. He is recorded once with three roles: President and Executive Director (officer), Chairman (officer), and Board Director (board_director, implied by his Chairman listing in the Directors section). Total unique individuals: 3. -Paid vs volunteer: not stated. Moglen's "President and Executive Director" and "Chairman" titles are officer/executive roles; he is a full-time Columbia law professor, so his SFLC status is likely uncompensated, but the site does not say. All roles are recorded as stated (`officer` / `board_director`, `confidence: 1.0`); no `paid_staff` inference is made because there is no separate "Staff"-employed page beyond Moglen's founder/officer listing. +Paid vs volunteer: the roster is small and the site does not state employment or compensation for the two outside directors (Peters is GC at Creative Commons, Weitzner is at MIT). Directors are classed `board_director`; Moglen's Executive Director role is classed `officer`. No `paid_staff` classification is asserted because the page gives no explicit employment/compensation statement for anyone; treat the paid-vs-volunteer split as unstated. All confidence 1.0 for the roles as published verbatim. -Bios: published verbatim for all three (captured). Contact: not published per person (Moglen publishes a GPG key fingerprint but no plain email/handle), so `contact: null`. Term dates: not published (`null`). +Optional fields: full verbatim bios are published for all three and are captured. Contact is not published as an email/handle per person; Moglen's page shows a GPG key fingerprint (retained inside his bio verbatim) and a .well-known OpenPGP key URL, but no plain email, so contact is null for all. Term dates are not published (all null). diff --git a/_leadership/spiinc.md b/_leadership/spiinc.md index f0a8d9b..03392d3 100644 --- a/_leadership/spiinc.md +++ b/_leadership/spiinc.md @@ -127,10 +127,10 @@ people: # Software in the Public Interest — Leadership -Scope: the SPI Board of Directors and officers (`/corporate/board/`). SPI is a US 501(c)(3) that acts as a fiscal sponsor / non-profit umbrella for many FOSS projects (e.g. Debian). SPI is run by its Board of Directors and the officers they select; the site states "all current officers are also directors", so the four officers each carry both an `officer` and a `board_director` role. +Scope: the SPI Board of Directors and its four officer roles (President, Vice President, Secretary, Treasurer). SPI states "All current officers are also directors", so the four officers each carry both an `officer` role and a `board_director` role. Nine people total. -Officers: Michael Schultheiss (President), Jonatas L. Nogueira (Vice President), Jeremy Stanley (Secretary), Héctor Orón Martínez (Treasurer). Additional directors: Forrest Fleming, Milan Kupcevic, Katherine McMillan, Borden Rhodes, Gordian Edenhofer. Total 9 people. +Paid vs volunteer: SPI is a fiscal-sponsor nonprofit run by its board; the board and officers are volunteers (no paid-staff roster is published). No `paid_staff` records. -Paid vs volunteer: SPI's board and officers are volunteers (it is a volunteer-run umbrella organisation). The site does not print the word "volunteers" on this page, but the model is volunteer governance; no `paid_staff` roles are listed. No `volunteer` role_class is applied to board/officer roles per the schema (those use `board_director`/`officer`). +Contact: SPI publishes a per-person role-based email for every director (e.g. president@spi-inc.org, fsf@spi-inc.org), captured verbatim in `contact`. These are role addresses rather than personal ones, but they are the org-published per-person contact. The board can also be reached collectively at board@spi-inc.org. -Contact: unusually, SPI publishes a per-person role email address for every board member (captured in `contact`). Several also list an OFTC IRC nick (schultmc, jesusalva, fungi, zumbi, fsf, milan, kmcmillan, borden, gordian) — noted here rather than in the structured `contact` field. Bios: not published (`null`). Term dates: not published (`null`). +Not published (hence `null`): bios and term dates for all individuals. The page also lists a `legal@spi-inc.org` legal contact (not a person) and notes "advisors" in its intro text, but no advisor individuals are actually listed on the current page. diff --git a/_leadership/techmatters.md b/_leadership/techmatters.md index 7e15524..ef6fb70 100644 --- a/_leadership/techmatters.md +++ b/_leadership/techmatters.md @@ -1,6 +1,6 @@ --- identifier: techmatters -commonName: Technology Matters (Tech Matters) +commonName: Tech Matters (Technology Matters) asOf: 2026-07-25 sources: - url: https://techmatters.org/who-we-are/ @@ -15,12 +15,12 @@ people: - role: Board Director roleClass: board_director contact: null - bio: Nithya Ramanathan is the Chief Executive Officer and Co-founder of Nexleaf Analytics, a tech non-profit - dedicated to preserving human life and protecting our planet. Nexleaf technology currently protects - the vaccine supply for 1 in 10 babies born on Earth. Nithya is a PopTech Social Innovation Fellow, - Switzer Environmental Fellow, a Rainer Arnhold Fellow and a TED Fellow. She is the winner of the 2017 - Hedy Lamarr Award for Female Tech Pioneer as well as the 2020 Tällberg Foundation/Eliasson Global - Leadership Award. + bio: 'Chief Executive Officer and Co-founder of Nexleaf Analytics, a tech non-profit dedicated to preserving + human life and protecting the planet. A PopTech Social Innovation Fellow, Switzer Environmental Fellow, + Rainer Arnhold Fellow and TED Fellow; winner of the 2017 Hedy Lamarr Award and the 2020 Tallberg Foundation/Eliasson + Global Leadership Award. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ @@ -32,12 +32,12 @@ people: - role: Board Member roleClass: board_director contact: null - bio: Brigitte Hoyer Gosselink is Director of Product Impact at Google.org, where she leads initiatives - that leverage emerging technologies and Google's expertise to address global challenges. She is currently - focused on how AI can be used for social impact and also leads Google.org's work on crisis response - and sustainability. Prior to Google.org, Brigitte worked across the social and public sector with - The Bridgespan Group, U.S. Agency for International Development, and IRD. She has an MBA from the - Yale School of Management and a BS in Systems Engineering from the University of Virginia. + bio: 'Director of Product Impact at Google.org, leading initiatives that leverage emerging technologies + to address global challenges, currently focused on AI for social impact, crisis response and sustainability. + Previously worked with The Bridgespan Group, USAID, and IRD. MBA from the Yale School of Management + and a BS in Systems Engineering from the University of Virginia. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ @@ -46,273 +46,291 @@ people: - name: Jim Fruchterman personId: null roles: - - role: Founder and CEO - roleClass: paid_staff - role: Board Director roleClass: board_director + - role: Founder and CEO + roleClass: paid_staff contact: null - bio: Jim is a serial tech and social entrepreneur. He was the founder and CEO of Benetech for nearly - 30 years, delivering large-scale change in partnership with hundreds of organizations as part of social - enterprises addressing education, disability, human rights, and the environment. He previously founded - two successful for-profit Silicon Valley tech companies in the machine learning/artificial intelligence - field, and is an active angel investor in and board member for several companies. Jim has been recognized - with the MacArthur Fellowship, the Skoll Award for Social Entrepreneurship, the Schwab Social Entrepreneur + bio: 'Serial tech and social entrepreneur; founder and CEO of Benetech for nearly 30 years. Recipient + of the MacArthur Fellowship, the Skoll Award for Social Entrepreneurship, the Schwab Social Entrepreneur Award, and the Caltech Distinguished Alumni award. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live - confidence: 1.0 -- name: Nick Hurlburt + confidence: 0.9 +- name: Aaron Firestone personId: null roles: - - role: Executive Director, Aselo + - role: CFO roleClass: paid_staff contact: null - bio: 'Nick has 17 years of experience joining two parallel paths: software engineering and international - development. Nick began his career developing early, large-scale artificial intelligence software - at Amazon.com. He later managed software teams at Sift, a Silicon Valley machine learning company. - Nick spent six years in conflict relief in Burma and South Sudan. He leads the technology development - for the Aselo helpline project, joining Tech Matters in mid-2019.' + bio: 'Long career in tech for good, nonprofit, and social enterprise. Before Tech Matters, spent 15 + years at Benetech leading fundraising and data insights. MBA from Haas School of Business at UC Berkeley + and a bachelor''s in Psychology and Cognitive Science from Swarthmore College. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Aaron Firestone +- name: Nick Hurlburt personId: null roles: - - role: Chief Financial Officer + - role: Executive Director, Aselo roleClass: paid_staff contact: null - bio: Aaron has a long career in the tech for good, nonprofit, and social enterprise fields. Before Tech - Matters, he spent 15 years at Benetech, leading both fundraising and data insights. Aaron has an MBA - from the Haas School of Business at UC Berkeley and a bachelor's degree in Psychology and Cognitive - Science from Swarthmore College. + bio: '17 years of experience across software engineering and international development. Began his career + developing large-scale AI software at Amazon.com, later managed software teams at Sift, and spent + six years in conflict relief in Burma and South Sudan. Leads technology development for the Aselo + helpline project, joining Tech Matters in mid-2019. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Tricia O'Neill +- name: Steve Hand personId: null roles: - - role: Operations Manager + - role: Software Engineer, Aselo roleClass: paid_staff contact: null - bio: Tricia has over 15 years of experience in nonprofit operations and has always been fascinated by - the intersection of social good and technology. A Midwesterner based in the Pacific Northwest. + bio: 'Software Engineer with 20 years'' experience across e-commerce, healthcare, video games, road + haulage, finance, and consumer electronics. Studied History and Economics at Manchester University. + Joined Tech Matters to work on Aselo in December 2021; based in Galway, Ireland. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: M Celine Takatsuno +- name: Annalise Irby personId: null roles: - - role: Senior Fellow + - role: Senior Product Manager, Aselo roleClass: paid_staff contact: null - bio: Celine centers at the intersection of data, technology, law, and policy, developing cross-sector - solutions for positive social impact. She's founded and led startup teams and strategic initiatives - in ecommerce and marketing; caregiving and digital health; and privacy, identity, and open source. - (Also listed as "Tech for Good Research Fellow".) + bio: 'Product Manager interested in co-creating mission-driven technology alongside communities and + governments. Previously at Schmidt Futures, and worked in software engineering at Lyft and Uber and + in conversational UX design at IBM Research. BS in Computer Science from Georgia Institute of Technology; + based in Brooklyn, NY. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Dee Luo +- name: Jana Kleitsch personId: null roles: - - role: Director of Product and Business Operations, Aselo + - role: User Experience Designer, Aselo roleClass: paid_staff contact: null - bio: Dee is a Product Manager interested in leveraging innovative technology to build empathy-driven - solutions. She has experience building SaaS business software after working at Yext, and has worked - on pro bono projects for international social enterprises as a past fellow of the MovingWorlds Institute. - She joined Tech Matters in December 2020 to lead product management for Aselo and is based in New - York City. + bio: 'Seasoned user experience designer and serial entrepreneur. Co-founded early online wedding planning + site Wedding Channel, then spent almost a decade on Amazon''s Recommendations and Bestsellers teams. + Joined Tech Matters in March 2020 as UX Designer for the Aselo helpline platform; also a Startup Advisor + at the University of Washington. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Annalise Irby +- name: Dee Luo personId: null roles: - - role: Senior Product Manager, Aselo + - role: Director of Product and Business Operations, Aselo roleClass: paid_staff contact: null - bio: Annalise is a Product Manager interested in co-creating mission-driven technology alongside communities - and governments. Previously at Schmidt Futures, she rotated as a product manager between tech nonprofits - and startups including Recidiviz and JustFix. Before this, Annalise worked in software engineering - at Lyft and Uber, and in conversational UX design at IBM Research. She graduated from Georgia Institute - of Technology with a B.S. in Computer Science, and is based in Brooklyn, NY. + bio: 'Product Manager interested in leveraging technology to build empathy-driven solutions. Experience + building SaaS business software at Yext and pro bono work as a past MovingWorlds Institute fellow. + Joined Tech Matters in December 2020 to lead product management for Aselo; based in New York City. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Jana Kleitsch +- name: Katy McKinney-Bock personId: null roles: - - role: User Experience Designer, Aselo + - role: Senior Data Scientist, Aselo roleClass: paid_staff contact: null - bio: Jana is a seasoned user experience designer and an occasional serial entrepreneur. After co-founding - the first online wedding planning site, Wedding Channel, Jana spent almost a decade working on Amazon's - Recommendations and Bestsellers teams. Jana joined Tech Matters in March of 2020 as the UX Designer - for the Aselo helpline platform. She also serves as a Startup Advisor at the University of Washington. + bio: 'Data scientist, linguist, and researcher with over a decade of experience in research development, + data analysis, and machine learning / natural language processing. Passionate about empowering people + with data via a range of methods, from narrative stories to models trained over natural-language corpora. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Katy McKinney-Bock +- name: Sinekhaya Nongabe personId: null roles: - - role: Senior Data Scientist, Aselo + - role: Solutions Engineer, Aselo roleClass: paid_staff contact: null - bio: Katy is a data scientist, linguist, and researcher with over a decade of experience in research - development, data analysis, and machine learning / natural language processing. She has worked with - a range of collaborators, from non-profits providing human services to a data incubator focused on - ethics and societal impact, within an interdisciplinary research center at a medical university, and - in higher education. + bio: 'Solutions Engineer on the Aselo project, joining in February 2023. Experience across financial + technology, banking, and higher education; B.Com in Information Systems from the University of Cape + Town. Based in Cape Town, South Africa. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Steve Hand +- name: Tricia O'Neill personId: null roles: - - role: Software Engineer, Aselo + - role: Operations Manager roleClass: paid_staff contact: null - bio: Steve is a Software Engineer with 20 years' experience leading projects in industries including - e-commerce, healthcare, video games, road haulage, finance, and consumer electronics. He studied History - & Economics at Manchester University. He joined Tech Matters to work on the Aselo project in December - 2021 and is based in Galway, Ireland. + bio: 'Over 15 years of experience in nonprofit operations, fascinated by the intersection of social + good and technology. A Midwesterner based in the Pacific Northwest. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Sinekhaya Nongabe +- name: Alejandro Rivera personId: null roles: - role: Solutions Engineer, Aselo roleClass: paid_staff contact: null - bio: Sinekhaya is a Solutions Engineer on the Aselo project, having joined the team in February 2023. - His professional journey encompasses roles in financial technology, banking, and higher education, - since graduating with a B.Com in Information Systems from the University of Cape Town. He is based - in Cape Town, South Africa. + bio: 'Software engineer with 7+ years of experience. After living in rural Kenya he realised the positive + impact technology can have on society, and spent more than four years working for an NGO aiming to + eradicate the hunger season across East Africa. Joined Tech Matters as a Solutions Engineer on Aselo. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Alejandro Rivera +- name: M Celine Takatsuno personId: null roles: - - role: Solutions Engineer, Aselo + - role: Senior Fellow roleClass: paid_staff contact: null - bio: Alejandro is a software engineer with 7+ years of experience. After living in rural Kenya he realized - the positive impact that technology can have on society. Alejandro spent more than four years working - for an NGO whose mission was to eradicate the hunger season across East Africa. He joined Tech Matters - as a Solutions Engineer on the Aselo project. + bio: 'Works at the intersection of data, technology, law, and policy, developing cross-sector solutions + for positive social impact. Has founded and led startup teams and strategic initiatives in ecommerce + and marketing; caregiving and digital health; and privacy, identity, and open source. (Also styled + "Tech for Good Research Fellow" in the detailed bio.) + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Humairaa Mahomed +- name: Amaya Webster personId: null roles: - - role: Partnerships Manager, Aselo + - role: Program Manager, Terraso roleClass: paid_staff contact: null - bio: Humairaa is a proud Africanist, intrapreneur, critical thinker, and problem solver with a high - aptitude for logical reasoning, strategic thinking, and mathematical analysis. She is fueled by a - strong passion for humanity, nature, technology, and learning. + bio: 'Tech-for-good practitioner with nearly a decade of experience. Prior to Tech Matters, worked at + Benetech as project manager for its R&D initiative and as community and marketing manager for digital + accessibility of STEM educational materials. Degrees in anthropology, biology, and art. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Steve Francis +- name: Courtney Tiberio personId: null roles: - - role: Project Director, Terraso + - role: Senior UX Designer, Terraso roleClass: paid_staff contact: null - bio: Steve is a senior executive and product strategist with a 30-year career ranging from hands-on - software engineer to public company CEO. After consulting for three years on various high-impact social - good projects, he joined Tech Matters in late 2019. + bio: 'User experience designer helping Terraso create engaging digital tools. More than 15 years working + with mission-driven organizations, including 5 years as co-owner of a tech cooperative. Environmental + stewardship and social justice drive her career. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Amaya Webster +- name: Paul Schreiber personId: null roles: - - role: Program Manager, Terraso + - role: Consulting Engineer, Terraso roleClass: paid_staff contact: null - bio: Amaya is a tech-for-good geek with nearly a decade of experience. Prior to joining Tech Matters, - Amaya worked at Benetech creating software-for-good as the project manager for their R&D initiative, - and the community and marketing manager for their work on digital accessibility of STEM educational - materials. She has degrees in anthropology, biology, and art. + bio: 'Has been building software and teams for two decades. Led development for FiveThirtyEight at ABC + News and The Undefeated at ESPN, spent eight years as a Mac OS X engineer at Apple, served as founding + CTO at TurboVote, and co-developed the 2008 Obama campaign''s voter registration tool. Bachelor of + Mathematics in Computer Science from the University of Waterloo. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Courtney Tiberio +- name: Humairaa Mahomed personId: null roles: - - role: Senior UX Designer, Terraso + - role: Partnerships Manager, Aselo roleClass: paid_staff contact: null - bio: Courtney is a user experience designer working to help Terraso create engaging and impactful digital - tools. She has more than 15 years experience working with mission-driven organizations, including - 5 years as co-owner of a tech cooperative. Environmental stewardship and social justice are the main - drivers of her career. + bio: 'Africanist, intrapreneur, and problem solver with an aptitude for logical reasoning, strategic + thinking, and mathematical analysis. Driven by a passion for humanity, nature, technology, and learning. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Paul Schreiber +- name: Carissa Knipe personId: null roles: - - role: Consulting Engineer, Terraso + - role: Senior Software Engineer, Terraso roleClass: paid_staff contact: null - bio: Paul Schreiber has been building software and teams for the past two decades. Most recently, he - led development for FiveThirtyEight at ABC News and The Undefeated at ESPN. Previously, he spent eight - years as a Mac OS X engineer at Apple, served as the founding CTO at TurboVote and codeveloped the - 2008 Obama campaign's voter registration tool. Paul has a Bachelor of Mathematics in Computer Science - from the University of Waterloo. + bio: 'Software developer who studied computer science and studio art at Carleton College and developed + data visualization software for 8 years at Tableau. Based in Seattle, WA; interested in cultivating + more nourishing relationships to the earth and each other. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ derived: org_live confidence: 0.9 -- name: Carissa Knipe +- name: Steve Francis personId: null roles: - - role: Senior Software Engineer, Terraso + - role: Project Director, Terraso roleClass: paid_staff contact: null - bio: Carissa (they/she) comes to Tech Matters as a software developer after studying computer science - and studio art at Carleton College, developing data visualization software for 8 years at Tableau, - and learning more about climate change and solutions in a Terra.do cohort. They live in Seattle, WA. + bio: 'Senior executive and product strategist with a 30-year career ranging from hands-on software engineer + to public company CEO. After consulting for three years on high-impact social good projects, joined + Tech Matters in late 2019. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ @@ -324,10 +342,11 @@ people: - role: Senior Product Manager, Terraso roleClass: paid_staff contact: null - bio: Derek Caelin is a technologist who has spent years training activists and civil society organizations - in developing countries and conflict zones on how to use digital tools to communicate, mobilize, and - organize. Derek is focused on creating, researching, and sharing open source technology. His writings - have been published in Foreign Policy and OneZero. + bio: 'Technologist who has trained activists and civil society organizations in developing countries + and conflict zones on digital tools. Focused on creating, researching, and sharing open source technology; + published in Foreign Policy and OneZero. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ @@ -339,9 +358,11 @@ people: - role: Senior Software Engineer, Terraso roleClass: paid_staff contact: null - bio: José has worked as a software engineer in different industries for more than 12 years. He has a - Computer Science degree from the Universidad Catolica del Ecuador and a Master of Information Technology - from The University of Melbourne. + bio: 'Software engineer with more than 12 years across different industries, passionate about developing + human-centered solutions. Computer Science degree from Universidad Catolica del Ecuador and a Master + of Information Technology from The University of Melbourne. + + ' termStart: null termEnd: null sourceUrl: https://techmatters.org/who-we-are/ @@ -349,14 +370,14 @@ people: confidence: 0.9 --- -# Technology Matters (Tech Matters) — Leadership +# Tech Matters — Leadership -Scope: the Tech Matters "Who We Are" page (`/who-we-are/`), covering the Board of Directors and the staff team. Tech Matters is a US 501(c)(3) that builds "tech for good" platforms (notably Aselo, a crisis-helpline platform, and Terraso). Funders are listed on the page but are organisations, not people, so they are excluded. +Scope: Tech Matters (legal name Technology Matters), a US 501(c)(3) nonprofit that builds "tech for good" platforms (Aselo, Terraso). This record captures the Board of Directors and the full staff team published on the About Us page. -Board of Directors (3): Nithya Ramanathan (Board Chair), Brigitte Hoyer Gosselink (Board Member), and Jim Fruchterman (Founder and CEO). Jim Fruchterman sits on the board and is also the paid chief executive, so he carries both `board_director` and `paid_staff` roles. +Board of Directors (3): Nithya Ramanathan (Board Chair), Brigitte Hoyer Gosselink (Board Member), and Jim Fruchterman (Founder and CEO). Nithya as Chair carries both `officer` and `board_director` roles. Jim Fruchterman appears both on the board and as chief executive, so he carries a `board_director` role and a `paid_staff` (Founder and CEO) role. -Paid vs volunteer: the "Tech Matters Team" is employed staff. Titles are recorded verbatim, with `role_class: paid_staff` at `confidence: 0.9` per the team/staff-heading inference rule (the site does not print per-person employment status). Executive titles (Founder & CEO, Executive Director of Aselo, CFO) make employment effectively certain; the 0.9 is a conservative uniform tag. Most staff are organised under the two product lines (Aselo, Terraso), reflected in their role labels. +Staff (paid_staff): the 20 named team members listed under "Tech Matters Team" (including those whose full bios appear only in the page's detail panels: Amaya Webster, Courtney Tiberio, Paul Schreiber, Humairaa Mahomed, Carissa Knipe, Steve Francis, Derek Caelin, José Buitrón). These are titled operational/engineering roles (CFO, Executive Director, engineers, product managers, UX designers) at a nonprofit, so paid-staff status is inferred rather than stated verbatim: `confidence: 0.9` on the paid_staff classification. Jim Fruchterman's paid_staff role is likewise 0.9. -Roster note: the page's main team grid rendered 12 names, while the expandable bio modals surfaced 8 additional current team members (Terraso and Aselo staff: Amaya Webster, Courtney Tiberio, Paul Schreiber, Humairaa Mahomed, Carissa Knipe, Steve Francis, Derek Caelin, José Buitrón). All are captured here as `paid_staff` since each has a published title and bio. If a later refresh shows the grid as the authoritative current list, the modal-only names should be re-verified. +Bios: published verbatim for every individual (captured, lightly condensed to remove formatting; substance preserved). Contact: none published per person. Term dates: none stated; narrative join years (e.g. Nick Hurlburt "mid-2019", Dee Luo "December 2020") are prose, not stated terms, so `term_start`/`term_end` are null per the crawl rules. -Bios: published verbatim for board and staff (captured, lightly trimmed to the substantive text). Contact: not published per person (`null`). Term dates: not published (`null`). +Total: 22 unique people (3 board, of whom Jim is also staff; 20 staff records including Jim). Funders/sponsors listed on the page are organizations, not leadership, and are excluded. diff --git a/_leadership/tug.md b/_leadership/tug.md index 21755d7..1054228 100644 --- a/_leadership/tug.md +++ b/_leadership/tug.md @@ -12,7 +12,7 @@ people: roles: - role: President roleClass: officer - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -26,7 +26,7 @@ people: roles: - role: Vice President roleClass: officer - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -40,7 +40,7 @@ people: roles: - role: Secretary roleClass: officer - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -54,7 +54,7 @@ people: roles: - role: Treasurer roleClass: officer - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -66,19 +66,7 @@ people: - name: Barbara Beeton personId: null roles: - - role: Board Director - roleClass: board_director - contact: null - bio: null - termStart: null - termEnd: '2027' - sourceUrl: https://tug.org/board.html - derived: org_live - confidence: 1.0 -- name: Boris Veytsman - personId: null - roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -90,7 +78,7 @@ people: - name: Doris Behrendt personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -102,7 +90,7 @@ people: - name: Johannes Braams personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -114,7 +102,7 @@ people: - name: Max Chernoff personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -126,7 +114,7 @@ people: - name: Kaja Christiansen personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -138,7 +126,7 @@ people: - name: Ulrike Fischer personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -150,7 +138,7 @@ people: - name: Tom Hejda personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -162,7 +150,7 @@ people: - name: Klaus Höppner personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -174,7 +162,7 @@ people: - name: Jérémy Just personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -186,7 +174,7 @@ people: - name: Frank Mittelbach personId: null roles: - - role: Board Director + - role: Director roleClass: board_director contact: null bio: null @@ -198,7 +186,19 @@ people: - name: Norbert Preining personId: null roles: - - role: Board Director + - role: Director + roleClass: board_director + contact: null + bio: null + termStart: null + termEnd: '2027' + sourceUrl: https://tug.org/board.html + derived: org_live + confidence: 1.0 +- name: Boris Veytsman + personId: null + roles: + - role: Director roleClass: board_director contact: null bio: null @@ -210,7 +210,7 @@ people: - name: Sophia Laakso personId: null roles: - - role: Office Administrator + - role: Office Manager roleClass: paid_staff contact: null bio: null @@ -223,12 +223,16 @@ people: # TeX Users Group — Leadership -Scope: the TUG Board of Directors (15 Director positions plus the President, per the TUG bylaws; the board is currently at capacity with 16 members) and the paid office administrator. TUG is a US 501(c) membership organisation whose directors are elected by the membership. +Scope: the TeX Users Group (TUG) Board of Directors and its officers. Per the TUG bylaws the board is fifteen Director positions plus the TUG President; the page states the board is currently at capacity, and sixteen directors are listed. + +Officers: four officer posts are marked inline on the roster and each carries both an `officer` role and a `board_director` role: Arthur Rosendahl (President), Erik Nijenhuis (Vice President), Jim Hefferon (Secretary), Karl Berry (Treasurer). The remaining twelve are `board_director`. + +Term dates: TUG publishes, for each director, "the year in parentheses is when that member's term expires". This is an explicit statement, so `term_end` is set to that year (e.g. 2027 or 2029) with confidence 1.0. `term_start` is not stated on the current board page (start/history data lives in the roster and election pages), so it is null for directors. -Term dates: the board page states "the year in parentheses is when that member's term expires", so `term_end` is captured verbatim as the stated expiry year (all confidence 1.0). `term_start` is not stated on this page and is left null; a full per-person service history (start years, prior offices) exists in the roster section of the same page and could feed the leadership-history dataset. +Executive committee: the exec committee comprises the four officers plus Barbara Beeton and Boris Veytsman, plus the (non-voting) office administrator. Beeton and Veytsman are recorded as `board_director` here; their exec-committee membership is a governance note rather than an officer title. -Officers: the four elected officers are President (Arthur Rosendahl), Vice President (Erik Nijenhuis), Secretary (Jim Hefferon) and Treasurer (Karl Berry); each is also a board director. The executive committee additionally includes Barbara Beeton and Boris Veytsman as members, plus the office administrator (non-voting); these two are recorded here only as board directors since "executive committee member" is a committee assignment rather than a distinct office. +Paid staff: the current office administrator is Sophia Laakso, listed in the roster as "Office Manager, 2023-". She is recorded as `paid_staff` (office manager is a paid administrative role; inferred, confidence 0.9) with `term_start: 2023` as stated in the roster. She is a non-voting member of the executive committee. -Paid vs volunteer: TUG directors and officers are volunteers. The one paid/contracted role is the office administrator. The current holder, Sophia Laakso (Office Manager, 2023–, per the roster on the same page), is tagged `paid_staff` with `confidence: 0.9`: the role and start year are stated verbatim, but the page does not explicitly state employment/compensation status, so the paid classification is inferred from the "Office Manager" role. +Contact: no per-person email is published (the board is reachable collectively at board@tug.org and the exec at tug-exec@tug.org). Bios: none on this page; the roster links to per-candidate election pages which could seed a future enrichment pass. The extensive historical roster (everyone who has served since ~1980) is a rich source for the leadership-history dataset. -Not published on this page (hence null): per-person contact (the board is reachable only as a group at board@tug.org), bios, and term start dates. +Total: 17 people (16 directors including 4 officers, plus 1 paid office manager). diff --git a/_leadership/wikimediafoundation.md b/_leadership/wikimediafoundation.md index d5b9a39..8cc0dbf 100644 --- a/_leadership/wikimediafoundation.md +++ b/_leadership/wikimediafoundation.md @@ -246,12 +246,12 @@ people: # Wikimedia Foundation — Leadership -Scope: the Board of Trustees (the foundation's ultimate corporate authority) and the executive team. Captured from the two current live pages, `/role/board/` and `/role/executive/`. +Scope of this record: the Wikimedia Foundation Board of Trustees (11 members), which the org states is "its ultimate corporate authority", and the Executive Team (8 members) that "oversees departments, internal teams, and staff". Board officer roles (Chair Elect and Vice Chair, Vice Chair) are captured as an additional `officer` role alongside the `board_director` trustee role. No separate corporate-officer list is published beyond these. -Provenance caution: the foundation also hosts stale leadership pages inside old annual reports (e.g. the 2018–2019 report still names Katherine Maher as CEO and María Sefidari as Chair). Those were NOT used. This record reflects the current role pages only, both retrieved 2026-07-25. +Provenance: captured from the live board page (/role/board/) and executive page (/role/executive/) on 2026-07-25. Note: the org's older /who-we-are/annualreport/2019-annual-report/leadership/ page is a stale 2018-2019 snapshot (lists Katherine Maher as CEO and a different board) and was NOT used; the current /role/ pages supersede it. -Board officers: the page marks Lorenzo Losa as "Chair Elect and Vice Chair" and Kathy Collins as "Vice Chair"; both role labels are captured verbatim and both are also Trustees (board_director). Every other board member is listed simply as "Trustee". Jimmy Wales is listed as "Trustee" (the site does not give him a distinct founder title on this page). +Paid vs volunteer: the Executive Team are Foundation employees, tagged `paid_staff` at `confidence: 1.0` (the org describes them as the executive team overseeing staff). Board Trustees are the governing body; the Foundation does not state per-trustee compensation, so they are tagged `board_director` and treated as the governing board. -Paid vs volunteer: the eight executive-team members are the employed leadership ("The Wikimedia Foundation executive team oversees departments, internal teams, and staff") and are classified `paid_staff` at confidence 1.0. Trustees are the governing board (board_director). +Not published on these list pages (hence `null`): per-person contact, bios, and term dates. Individual profile pages exist at /profile// (bios available there) and could enrich `bio` in a later pass, but the roster list pages themselves carry none. No term dates are stated. -Not published on these pages (hence null): per-person contact, bios (each name links to a separate profile page not fetched here), and term start/end dates. +Chair status note: Lorenzo Losa is listed as "Chair Elect and Vice Chair" and Kathy Collins as "Vice Chair"; no sitting Chair is separately listed on the current board page (the prior Chair role appears to be in transition to Losa). Roles recorded verbatim as published. diff --git a/_leadership/wordpress.md b/_leadership/wordpress.md index a557b75..d6eac2e 100644 --- a/_leadership/wordpress.md +++ b/_leadership/wordpress.md @@ -3,33 +3,23 @@ identifier: wordpress commonName: WordPress Foundation asOf: 2026-07-25 sources: +- url: https://wordpress.org/ + type: org_live + retrieved: 2026-07-25 - url: https://wordpressfoundation.org/ type: org_live retrieved: 2026-07-25 -people: -- name: Matt Mullenweg - personId: null - roles: - - role: Founder - roleClass: officer - contact: null - bio: null - termStart: null - termEnd: null - sourceUrl: https://wordpressfoundation.org/ - derived: org_live - confidence: 0.5 +people: [] --- # WordPress Foundation — Leadership -Scope and finding: the WordPress Foundation's own site (wordpressfoundation.org, the target site https://wordpress.org/ being the software project, not the charity) publishes NO board, officer, or staff roster. The site menu covers Financial Information, Donate, News, Philosophy, Projects, scholarships, Trademarks, and Contact, with no board/leadership/team/people page. - -The only governance-relevant person named anywhere on the site is Matt Mullenweg, described on the About page verbatim as the founder: "a charitable organization founded by Matt Mullenweg". That single fact is captured at confidence 1.0, but "Founder" is a historical designation rather than a current governance office. `role_class` is recorded as `officer` only as a low-confidence best-fit (`confidence: 0.5`) because the site does not state whether Mullenweg currently holds a board seat or officer title. No board membership is asserted. +No governance roster (board, officers, or staff) is published on the WordPress Foundation site, so this record is intentionally empty (`people: []`). -The WordPress Foundation is a US 501(c)(3); its directors and officers are filed with the IRS (Form 990) and California, but are not published on the foundation website. Those filings — linked under the site's Financials section — are the correct source for a verified board roster and would be the basis for a leadership-history entry. +Attempts (2 fetches): +- `https://wordpress.org/` (the manifest URL) is the WordPress open source project / software site, not the Foundation. The Foundation itself lives at `https://wordpressfoundation.org/`. +- `https://wordpressfoundation.org/` — the About text states the Foundation "is a charitable organization founded by Matt Mullenweg" and is a 501(c)(3). Its menu is Financial Information, Donate, News, Philosophy, Projects, Kim Parsell Memorial Scholarship, Open Horizons Scholarship, Trademarks, Contact. There is no board/team/people/leadership page. -Not published (hence null / absent): board directors, officers, paid staff, contact, bios, and term dates. +The only individual named anywhere on the site is Matt Mullenweg, and only as the Foundation's founder, not as a current, titled governance role. Per the no-fabrication rule, he is not recorded with an invented board/officer title. A legal board exists (501(c)(3)), but it is not published on the live site. -## Fetch attempts -- https://wordpressfoundation.org/ — About/home page; names only the founder, no roster. +Retry options for a later pass: IRS Form 990 filings (ProPublica Nonprofit Explorer) list the Foundation's current directors/officers; the annual reports linked on the site may also name responsible officers. Neither was pursued here to stay within org_live scope. diff --git a/_leadership/xiph.md b/_leadership/xiph.md index d843982..4832ef7 100644 --- a/_leadership/xiph.md +++ b/_leadership/xiph.md @@ -6,30 +6,20 @@ sources: - url: https://xiph.org/about/ type: org_live retrieved: 2026-07-25 -- url: https://wiki.xiph.org/index.php/Main_Page - type: org_live - retrieved: 2026-07-25 -- url: https://wiki.xiph.org/Xiph.Org_Foundation - type: org_live - retrieved: 2026-07-25 -- url: https://wiki.xiph.org/People +- url: https://xiph.org/press/ type: org_live retrieved: 2026-07-25 people: [] --- -# Xiph.Org Foundation — Leadership (roster not found) +# Xiph.Org Foundation — Leadership -No current board, officer, or staff roster is published on any Xiph.Org property. The organisation's web presence is dormant: the live site's About page carries a "© 1994–2016" notice and is a philosophical essay with no governance content, and the XiphWiki was last meaningfully edited in 2021. +No current leadership roster is published on the live Xiph.Org site, so this record is intentionally empty (`people: []`) pending a retry against another source. -`people: []` is recorded deliberately per the crawl instructions so the org has a retry record. +Attempts (2 fetches): +- `https://xiph.org/about/` — an essay/manifesto by Christopher "Monty" Montgomery (dated May 14, 1999) on open source and media; names no board, officers, or staff. Site footer reads "© 1994 - 2016 Xiph.Org", i.e. the public site has been static since ~2016. +- `https://xiph.org/press/` — a chronological list of software release announcements (newest March 29, 2025). The only individuals named are historical: Monty (founder/author of the about page) and Emmett Plant (acting CEO May 2002, contract terminated April 2003). No current governance roster. -## Fetch attempts -- https://tug.org — n/a (wrong org; listed only to be explicit this file is Xiph). -- https://xiph.org/about/ — About essay, © 1994–2016, no roster. Nav has About / Press / Donate / Contact / Wiki only; no board/team/people link. -- https://wiki.xiph.org/index.php/Main_Page — links to "Xiph.Org Foundation", "People", and "AdminProcesses" but no governance roster on the page itself. -- https://wiki.xiph.org/Xiph.Org_Foundation — one-paragraph description of the non-profit, last edited 26 April 2015, no people. -- https://wiki.xiph.org/People — a nickname-to-person developer lookup table ("mail alias / IRC nick / Subversion user"), last edited 21 March 2021. This is NOT a governance roster and is not treated as one. +The nav offers About, Press, Donate, Contact, Wiki, Downloads, Development, Documentation, Videos — none is a board/team/people page. Xiph.Org became a 501(c)(3) non-profit in March 2003 (per the press page), so a legal board exists, but it is not published on the live site. -## Non-authoritative signal (not captured as a person) -The stale (2021) wiki People table tags one contributor, Jack Moffitt, with the keyword "treasurer" alongside "libao, Icecast". This is a developer-lookup keyword, not a current officer statement, and the page is years out of date, so no officer record is created from it. A verified Xiph.Org board/officer list would need to come from its US non-profit filings (Form 990) rather than the org's own site. Candidate retry sources for a future pass: /press/, /contact/, and https://wiki.xiph.org/AdminProcesses. +Retry options for a later pass: the Xiph wiki (wiki.xiph.org) may carry a board/foundation page; IRS Form 990 filings (ProPublica Nonprofit Explorer) would list current directors/officers. Neither was fetched here to stay within the org_live scope and fetch budget. diff --git a/_leadership/xmpp.md b/_leadership/xmpp.md index a9a7e5c..507338e 100644 --- a/_leadership/xmpp.md +++ b/_leadership/xmpp.md @@ -1,9 +1,9 @@ --- identifier: xmpp -commonName: XMPP Standards Foundation +commonName: XMPP Standards Foundation (XSF) asOf: 2026-07-25 sources: -- url: https://xmpp.org/about/xsf/members/ +- url: https://xmpp.org/about/xmpp-standards-foundation/ type: org_live retrieved: 2026-07-25 people: @@ -15,10 +15,14 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Ralph Meijer is an independent consultant for Nuntians Services B.V., working on real-time communications + systems, event-driven architectures, and observability. He is the lead developer of several XMPP related + projects and services, including Wokkel and the XMPP support in Twisted, the Idavoll pubsub component, + and Planet Jabber. Ralph has been member of the XMPP Council from 2004 to 2013 and Director since + 2013. termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 - name: Arne-Bruen Vogelsang @@ -27,10 +31,15 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Arne-Bruen Vogelsang is the founder and lead developer of monocles. Whereas he is maintaining two + public XMPP servers and monocles chat is a known XMPP chat client for Android, he's also working on + other non-XMPP related open source projects. During his studies he learned a lot about the need for + more ethical and fair digital and technological solutions. He also experienced the business side for + founding a sustainable company providing open source solutions. He advocates and supports XMPP and + open source since many years and is an official XSF member since 2023. termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 - name: Florian Schmaus @@ -39,10 +48,14 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Florian Schmaus is a software developer and long-standing contributor to the XMPP community. He + is leading the development of Smack, an XMPP client library targeting Android and Java. His interests + include operating systems, parallel runtime systems, and systems software in general. Fittingly, Florian + also conducts research in this area and helps students unravel the black box inside modern computing + systems. Besides that, he enjoys spending time with his family. termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 - name: Guus der Kinderen @@ -51,10 +64,14 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Guus der Kinderen is an independent consultant and founder of GoodBytes, specializing in XMPP-based + messaging systems and real-time communication solutions. He has been active in the XMPP community + since the early 2000s and contributes to multiple projects, including the Openfire server and the + XMPP Interop Testing framework. His interests include open standards, protocol development, and fostering + a sustainable and thriving XMPP ecosystem. termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 - name: Mickaël Rémond @@ -63,58 +80,134 @@ people: - role: Board Director roleClass: board_director contact: null - bio: null + bio: Mickaël Rémond is a long-time open-source contributor and a key figure in the XMPP ecosystem. He + is the founder and CEO of ProcessOne and a principal architect of ejabberd, one of the most widely + deployed open-source XMPP servers. Involved with XMPP since 2000, he has served for many years on + the Board of Directors of the XMPP Standards Foundation (XSF), where he helps guide the development + of open, interoperable real-time communication standards. termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 - name: Alexander Gnauck personId: null roles: - - role: XSF Secretary + - role: Secretary roleClass: officer contact: null bio: null termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 -- name: Peter Saint-Andre +- name: Matthew Wild personId: null roles: - - role: XSF Treasurer + - role: Executive Director roleClass: officer contact: null bio: null termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 -- name: Matthew Wild +- name: Peter Saint-Andre personId: null roles: - - role: Executive Director + - role: Treasurer roleClass: officer contact: null bio: null termStart: null termEnd: null - sourceUrl: https://xmpp.org/about/xsf/members/ + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ + derived: org_live + confidence: 1.0 +- name: Dan Caseley + personId: null + roles: + - role: Council Member + roleClass: volunteer + contact: null + bio: Dan Caseley is a regular contributor to the Openfire project, and an author and contributor in + Openfire's plugin ecosystem. Initially involved in XMPP implementations at work, Dan is now a contributor + in both his professional and personal life as part of the OSS community. + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ + derived: org_live + confidence: 1.0 +- name: Daniel Gultsch + personId: null + roles: + - role: Council Member + roleClass: volunteer + contact: null + bio: Daniel Gultsch is the maintainer of the Android client Conversations and operates an XMPP domain + hosting service. He has also (co-) created several XEPs. + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ + derived: org_live + confidence: 1.0 +- name: Jérôme Poisson + personId: null + roles: + - role: Council Member + roleClass: volunteer + contact: null + bio: Jérôme Poisson is the maintainer of the Libervia client, including several components and notably + an ActivityPub XMPP gateway, and the Libervia Pubsub component (an advanced PEP/Pubsub service). He + is also the author of several XEPs and a strong advocate for non-IM use cases, particularly those + based on pubsub. + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ + derived: org_live + confidence: 1.0 +- name: Marvin Wissfeld + personId: null + roles: + - role: Council Member + roleClass: volunteer + contact: null + bio: Marvin Wissfeld is one of the maintainers of the XMPP client Dino. He has contributed to several + XEPs and various free software projects related to XMPP. + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ + derived: org_live + confidence: 1.0 +- name: Stephen Paul Weber + personId: null + roles: + - role: Council Member + roleClass: volunteer + contact: null + bio: Stephen Paul Weber is one of the maintainers at the Sopranica Project which includes the Cheogram + Services and Client and also JMP. + termStart: null + termEnd: null + sourceUrl: https://xmpp.org/about/xmpp-standards-foundation/ derived: org_live confidence: 1.0 --- -# XMPP Standards Foundation — Leadership +# XMPP Standards Foundation (XSF) — Leadership + +Scope of this record: the two elected governing organs of the XSF plus its officers, as published on the XSF page. The XSF states its members "elect a Council (the technical leadership) and Board (the business leadership)". -Scope: the XSF Board of Directors and the elected officers (Chair, Secretary, Treasurer, Executive Director). Captured from the current members page (site last built 2026-07-25), which tags each elected member with their Board/Council/officer affiliation. +- Board of Directors (5, `board_director`): the business leadership, elected by the membership. +- XSF Officers (4, `officer`): XSF Chair (Ralph Meijer, also a Director), Secretary (Alexander Gnauck), Executive Director (Matthew Wild), Treasurer (Peter Saint-Andre). +- Council (5, `volunteer` with role "Council Member"): the elected technical steering group that approves XMPP Extension Protocols (XEPs). It is a foundation-elected organ (elected by the XSF membership), so it is included here as governance, but tagged `volunteer` and flagged as the technical body distinct from the business Board. -Board of Directors (tagged "XSF Board"): Ralph Meijer (also XSF Chair), Arne-Bruen Vogelsang, Florian Schmaus, Guus der Kinderen, and Mickaël Rémond. Officers: Ralph Meijer (Chair, and a board director), Alexander Gnauck (Secretary), Peter Saint-Andre (Treasurer), and Matthew Wild (Executive Director). Gnauck, Saint-Andre and Wild are recorded as officers only, since the page does not tag them "XSF Board". +13 distinct individuals (Ralph Meijer holds both Chair and Director roles). -Excluded — technical committee: the XMPP Council is the XSF's elected technical steering body and is deliberately excluded here per the crawl instructions (technical-committee roles are not foundation governance). Its current members, per the same page, are Dan Caseley, Daniel Gultsch, Jérôme Poisson, Marvin Wissfeld, and Stephen Paul Weber. They could be captured as a separate technical-roles dataset if wanted. +Excluded: the appointed work teams (Editor, Moderator, Infrastructure, Communication, and Summits/Conferences/Meetups) are operational teams appointed by the Board, not elected governance, and are omitted per the Tier 1 scope rule. The general XSF membership (56 members + 5 emeriti) is likewise not a leadership roster and is not captured. -Paid vs volunteer: the XSF is a volunteer-run standards body. The Executive Director (Matthew Wild) is the one role that may be compensated, but the page does not state paid/volunteer status, so it is classified `officer` (not `paid_staff`); treat compensation status as unverified. +Paid vs volunteer: the XSF is a volunteer-run standards body; no paid staff are published. Board Directors, Officers, and Council members are volunteers. Officer roles are recorded as `officer`; Council members as `volunteer`. -Not published on this page (hence null): per-person contact, bios, and term dates. The bylaws (https://xmpp.org/about/xsf/bylaws/) and the annual board/council elections are the source for term history and would feed the leadership-history dataset. +Not published (hence `null`): per-person contact (the page shows "Contact :" labels but no address is rendered in the fetched text), and term dates. Bios are published verbatim for the 5 Board Directors and 5 Council members and are captured; the 3 officers who are not also Directors (Gnauck, Wild, Saint-Andre) have no bio on this page. Ralph Meijer's prose states "member of the XMPP Council from 2004 to 2013 and Director since 2013"; per the crawl rule, narrative join years are NOT recorded as term_start, so term fields remain null with this note. diff --git a/assets/python/normalise_leadership.py b/assets/python/normalise_leadership.py index d9fd98a..0e463a1 100644 --- a/assets/python/normalise_leadership.py +++ b/assets/python/normalise_leadership.py @@ -31,6 +31,18 @@ } ORDER = ["identifier", "commonName", "asOf", "sources", "people"] +# Six records carry a crawl slug derived from a hostname label (from the source +# directory's listing.md) rather than a meaningful identifier. Map them to +# canonical public slugs for both the output filename and the identifier field. +SLUG_REMAP = { + "foundation": "fsharp", # F# Software Foundation + "foundation2": "llvm", # LLVM Foundation + "foundation3": "rust", # Rust Foundation + "opensource": "osi", # Open Source Initiative + "ev": "kde", # KDE e.V. + "laptop": "olpc", # One Laptop Per Child +} + def split_frontmatter(md): m = re.match(r"^---\s*\n(.*?)\n---\s*\n?(.*)$", md, re.S) @@ -75,10 +87,12 @@ def main(): skipped += 1 continue fm = remap(fm, TOP) + raw_ident = fm.get("identifier") or md.stem + ident = SLUG_REMAP.get(raw_ident, raw_ident) + fm["identifier"] = ident fm["people"] = [norm_person(p) for p in (fm.get("people") or [])] if not fm["people"]: empty += 1 - ident = fm.get("identifier") or md.stem ordered = {k: fm[k] for k in ORDER if k in fm} for k in fm: if k not in ordered: From 43340067fd040c3db38007b1821ff5ed21c29404 Mon Sep 17 00:00:00 2001 From: Danny Angus Date: Sun, 26 Jul 2026 10:40:56 +0000 Subject: [PATCH 3/4] Exclude commonhaus Advisory Board rep for scope consistency (8->7) Mark Szymanski was a sponsor-nominated Advisory Board representative (non-governing). Advisory boards/councils are excluded everywhere else in the set (benetech, Creative Commons, OSET), so removing him keeps the leadership definition uniform. Corpus 1162->1161. --- _leadership/commonhaus.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/_leadership/commonhaus.md b/_leadership/commonhaus.md index 7aece50..c116d54 100644 --- a/_leadership/commonhaus.md +++ b/_leadership/commonhaus.md @@ -101,32 +101,20 @@ people: sourceUrl: https://www.commonhaus.org/about derived: org_live confidence: 1.0 -- name: Mark Szymanski - personId: null - roles: - - role: Advisory Board Representative (HeroDevs) - roleClass: volunteer - contact: github:markszymanski - bio: Technical Product Manager at HeroDevs - termStart: null - termEnd: null - sourceUrl: https://www.commonhaus.org/about - derived: org_live - confidence: 1.0 --- # Commonhaus Foundation — Leadership -Scope: the foundation governance bodies from the /about page — Councilors (the governing council), Officers, and the sponsor-nominated Advisory Board. Project Representatives and general Members are excluded as project-level / non-governance (see below). +Scope: the foundation governance bodies from the /about page: Councilors (the governing council) and Officers. The sponsor-nominated Advisory Board, Project Representatives, and general Members are excluded as non-governance / project-level (see below). Councilors are the top governing body: "Elected by CF Members, they serve as the voice of our community." Three founding councilors are listed, each recorded as `board_director` (Councilor) plus their officer title: Erin Schnabel (Chair), Cesar (Treasurer), Ken Finnigan (Secretary). All three carry "Founder" designation and an explicit "Term start: 2023" (captured in `term_start`; `term_end` is null). The page notes founding councilors will stand for election as their terms expire. Officers (functional foundation roles): Andres Almiray (Social Media), ashni (Advisory Board Committee Chair), Rebbecca Bishop (Community Manager), Scott M Stark (Eclipse Foundation Liaison). All are recorded as `officer` at confidence 1.0 except Rebbecca Bishop (Community Manager) at 0.9 — the "Officers" heading places her here, but the operational title leaves paid-vs-volunteer status ambiguous and no employment status is stated. -Advisory Board: representatives nominated by sponsors, bringing industry perspective; not a governing role. One representative is listed — Mark Szymanski (HeroDevs) — recorded as `volunteer`. +Advisory Board: representatives nominated by sponsors, bringing industry perspective; not a governing role. Excluded from this record per the project scope rule (advisory bodies are neither governing directors, officers, nor paid staff), consistent with how advisory boards and councils are treated at other foundations in the set. The one listed representative, Mark Szymanski (HeroDevs), is therefore not captured. Excluded: the Project Representatives section (~30 people) forms the Extended Governance Committee (EGC) and represents individual projects (JReleaser, Hibernate, Quarkus, WildFly, etc.); these are project-level roles per the crawl scope rules and are not captured here. The Members section (~17 GitHub handles, no names/roles) is likewise excluded. -Contact: the org publishes a GitHub handle per person (captured in `contact` as `github:`); no email is published. Bios are published for the councilors, officers, and the advisory rep and are captured verbatim (one emoji stripped from Andres Almiray's bio for YAML safety). Note: "cealsair" publishes only the first name "Cesar"; recorded as published. +Contact: the org publishes a GitHub handle per person (captured in `contact` as `github:`); no email is published. Bios are published for the councilors and officers and are captured verbatim (one emoji stripped from Andres Almiray's bio for YAML safety). Note: "cealsair" publishes only the first name "Cesar"; recorded as published. Not published (hence null): per-person email, and term dates for everyone except the three founding councilors. From 922d87e585b27eb643e035bf646f8d92fee5ffd9 Mon Sep 17 00:00:00 2001 From: Danny Angus Date: Sun, 26 Jul 2026 11:08:50 +0000 Subject: [PATCH 4/4] Add cross-foundation governance analysis to _reports 86 foundations, 1,161 people; 76 publish leadership; board median 7 (mean 8.4); 48 with paid staff; coverage bio 50% / contact 17% / term 13%; 19 cross-org. Refreshed to the corrected 1,161 dataset. --- _reports/leadership-analysis.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _reports/leadership-analysis.md diff --git a/_reports/leadership-analysis.md b/_reports/leadership-analysis.md new file mode 100644 index 0000000..a5aa6f9 --- /dev/null +++ b/_reports/leadership-analysis.md @@ -0,0 +1,34 @@ +--- +title: FOSS Foundation Leadership, a Cross-Foundation Analysis +identifier: leadership-analysis +section: reports +asOf: 2026-07-26 +source: _leadership collection (86 foundations) +--- +# FOSS Foundation Leadership: a Cross-Foundation Analysis + +This report summarises the `_leadership` collection: the named board directors, officers, and paid staff of the foundations in this directory. It covers 86 foundations and 1,161 individuals as of 2026-07-26. Every figure derives from each foundation's own published pages; absent data is recorded as null rather than guessed. + +## Who publishes their leadership + +Of 86 foundations, 76 publish a current leadership roster and 10 do not. The 10 without a public roster are freesoftwaresupport, idcommons, kernel, kuali, lfcharities, olpc, opencollective, raspberrypi2, wordpress, and xiph. Two of these are legal-entity artefacts rather than true gaps: raspberrypi2 is the Raspberry Pi Foundation's separate North America 501(c)(3), whose own directors are not published (attributing the UK trustees would be incorrect), and several others publish governance only through IRS Form 990 rather than a web page. + +## Board size + +Across the 74 foundations that publish a board, board size runs from 1 to 21 directors, with a median of 7 and a mean of 8.4. The median of 7 holds steady across both volunteer-run and staffed foundations. The largest boards belong to the industry-consortium foundations (sustaining-member or corporate-seat models); the smallest are single-project foundations run by a founder-led council. + +## Paid staff versus volunteers + +The collection records 620 board-director roles, 437 paid-staff roles, 237 officer roles, and 114 explicitly volunteer roles. 48 of 86 foundations list at least one paid staff member. The split is bimodal: a set of well-resourced foundations publish substantial staff pages (Linux Foundation, Eclipse, Creative Commons, KDE, OSI), while a larger set are governed entirely by unpaid volunteers who hold both director and officer roles. Paid-staff classification is stated verbatim where a foundation uses an explicit employment label and inferred at lower confidence where only a "Staff" heading is given. + +## Field coverage, and the case for annotated freshness + +Names and roles are near-universal at full confidence. The optional fields are sparse and uneven: 50% of individuals carry a published bio, 17% carry any per-person contact, and 13% carry a term date. Term dates in particular are rarely stated on leadership pages; tenure is better reconstructed from dated roster snapshots over time than from the current page. This unevenness is exactly why every record carries an `asOf` date, every source a `retrieved` date, and every fact a `confidence` score: the freshness and reliability of each field travels with the data rather than being assumed uniform. + +## Cross-foundation figures + +Entity resolution across all rosters identifies 19 individuals who hold leadership roles at more than one foundation, a small but connective core of the FOSS governance world. The full Who's Who registry, with per-person identifiers, is available alongside this collection. + +## Method + +Rosters were crawled from each foundation's own site (with a small number recovered from the Internet Archive or Wikipedia where the live site was unreachable, tagged accordingly at reduced confidence). Extraction never fabricates: absent fields are null, advisory boards and project-level roles are excluded from the leadership definition, and every person links to the source page the fact came from. A deterministic weekly refresh check re-hashes each roster page and surfaces only the foundations whose pages have changed, keeping re-verification proportionate.