Add collapsible per-venue acceptance statistics with source links - #44
Draft
imranur-rahman with Copilot wants to merge 4 commits into
Draft
Add collapsible per-venue acceptance statistics with source links#44imranur-rahman with Copilot wants to merge 4 commits into
imranur-rahman with Copilot wants to merge 4 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add conference and journal statistics display
Add collapsible per-venue acceptance statistics with source links
Jul 21, 2026
imranur-rahman
requested changes
Jul 21, 2026
imranur-rahman
left a comment
Collaborator
There was a problem hiding this comment.
Based on the deadlines.yml file, I want you to find the statistics about the papers of the conferences.
imranur-rahman
requested changes
Jul 22, 2026
imranur-rahman
left a comment
Collaborator
There was a problem hiding this comment.
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
requested changes
Jul 22, 2026
imranur-rahman
left a comment
Collaborator
There was a problem hiding this comment.
Let's focus on four main conference ASE, FSE, ICSE, and ISSTA and find out the historical data from two sources.
- https://github.com/Xovee/cs-conf-stats and https://csconfstats.xoveexu.com/?conf=ASE
- 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).
Copilot stopped work on behalf of
imranur-rahman due to an error
July 22, 2026 15:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
<details>/<summary>block under conference metadata inindex.html.Year,Submissions,Accepted,Rate,Source.Data model: centralized stats dataset
_data/conference_statistics.ymlas the canonical mapping:nameStyling: lightweight table/readability updates
static/css/deadlines.cssfor spacing, compact table rendering, and discoverable summary interaction.Docs: contributor-facing format guidance
README.mdwith the stats schema and an example entry for maintainers.