Skip to content

Add OSDI/ATC 2023 shared AEC member list (106 members)#167

Open
vahldiek wants to merge 1 commit intosysartifacts:masterfrom
vahldiek:add-osdi-atc-2023-aec
Open

Add OSDI/ATC 2023 shared AEC member list (106 members)#167
vahldiek wants to merge 1 commit intosysartifacts:masterfrom
vahldiek:add-osdi-atc-2023-aec

Conversation

@vahldiek
Copy link
Copy Markdown
Collaborator

OSDI '23 and ATC '23 shared a joint artifact evaluation committee. The organizers.md files previously only listed the 3 co-chairs and a self-nomination form link. This adds the full 106-member AEC list.

Source: https://www.usenix.org/conference/osdi23/artifact-evaluation-committee

Changes:

  • _conferences/osdi2023/organizers.md — added 106 AEC members
  • _conferences/atc2023/organizers.md — identical (shared AEC)

Chairs (unchanged):

  • Cesar A. Stuardo, The University of Chicago
  • Jianyu Jiang, Huawei Technologies Co.
  • Nathan Rutherford, Royal Holloway, University of London
Verification script
import requests
from bs4 import BeautifulSoup

resp = requests.get('https://www.usenix.org/conference/osdi23/artifact-evaluation-committee', timeout=30)
soup = BeautifulSoup(resp.text, 'html.parser')
members = soup.select('.field-items .views-row')
print(f'Total entries: {len(members)}')

OSDI '23 and ATC '23 shared a joint artifact evaluation committee.
Previously the organizers.md only listed the 3 co-chairs and a
self-nomination form link. This adds the full 106-member AEC list
scraped from the USENIX conference website.

Source: https://www.usenix.org/conference/osdi23/artifact-evaluation-committee
@vahldiek
Copy link
Copy Markdown
Collaborator Author

How this PR was generated:

The AEC member list was scraped from the USENIX OSDI '23 AEC page using the ReproDB pipeline committee scraper (src/scrapers/scrape_committee_web.py). The scraper parses the USENIX website's HTML to extract member names and affiliations, identifies chairs, and outputs structured data. The markdown was then generated from that structured data to match the sysartifacts organizers.md format.

OSDI '23 and ATC '23 shared a joint AEC, so both files are identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant