Skip to content

Add collapsible per-venue acceptance statistics with source links - #44

Draft
imranur-rahman with Copilot wants to merge 4 commits into
mainfrom
copilot/se-conference-journal-statistics
Draft

Add collapsible per-venue acceptance statistics with source links#44
imranur-rahman with Copilot wants to merge 4 commits into
mainfrom
copilot/se-conference-journal-statistics

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR adds a structured way to present conference acceptance statistics (e.g., submissions, acceptances, acceptance rate) directly in each venue card, hidden behind an arrow toggle to keep the main deadlines view uncluttered. It also introduces a data source contract so yearly stats and references can be maintained consistently.

  • UI: collapsible stats panel per conference

    • Added a native <details>/<summary> block under conference metadata in index.html.
    • Shows a per-year table with: Year, Submissions, Accepted, Rate, Source.
    • Renders a clear fallback when no stats exist for a venue.
  • Data model: centralized stats dataset

    • Added _data/conference_statistics.yml as the canonical mapping:
      • key: conference name
      • value: list of yearly stat records with optional source URL
  • Styling: lightweight table/readability updates

    • Added focused CSS in static/css/deadlines.css for spacing, compact table rendering, and discoverable summary interaction.
  • Docs: contributor-facing format guidance

    • Extended README.md with the stats schema and an example entry for maintainers.
ICSE:
  - year: 2025
    submissions: 123
    accepted: 30
    acceptance_rate: "24.4%"
    source: https://example.com/source

Copilot AI changed the title [WIP] Add conference and journal statistics display Add collapsible per-venue acceptance statistics with source links Jul 21, 2026
Copilot AI requested a review from imranur-rahman July 21, 2026 20:18

@imranur-rahman imranur-rahman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Based on the deadlines.yml file, I want you to find the statistics about the papers of the conferences.

@imranur-rahman imranur-rahman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The URLs from openresearch does not really show the data, either find out correct url or find out other venues. You can do web search to figure this out. Also look at the comments in the issue to find such urls.

@imranur-rahman imranur-rahman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Let's focus on four main conference ASE, FSE, ICSE, and ISSTA and find out the historical data from two sources.

  1. https://github.com/Xovee/cs-conf-stats and https://csconfstats.xoveexu.com/?conf=ASE
  2. https://csconferences.org/ and https://csconferences.org/#FSE

We also need to show visualization similar to the csconferences website (maybe even refer to their website and get the visualization straight from there).

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.

SE conference and journal statistics

2 participants