Add collapsible per-venue acceptance statistics with source links - #44
Add collapsible per-venue acceptance statistics with source links#44imranur-rahman with Copilot wants to merge 4 commits into
Conversation
imranur-rahman
left a comment
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
left a comment
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
left a comment
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).
|
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 |
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.