auto-research page: mirror 20 Aug-2026 works + fix 2 rows stranded in thead - #66
Open
ldkong1205 wants to merge 1 commit into
Open
auto-research page: mirror 20 Aug-2026 works + fix 2 rows stranded in thead#66ldkong1205 wants to merge 1 commit into
ldkong1205 wants to merge 1 commit into
Conversation
…thead Mirrors the appendix inventory additions (paper f9692ed, README PR #17): S1 Idea Generation +5 (38 -> 43 tbody rows) S2 Literature Review +7 (58 -> 65) S3 Coding & Experiments +6 (45 -> 51) S6 Peer Review +2 (48 -> 50) Stage counters bumped by the same deltas. Nine of the new rows carry v-conf venue pills (EMNLP'26 x4, ACL'26, CIKM'26, MICCAI'26) rather than v-arxiv, matching venues confirmed in the arXiv metadata. 17 of the 37 works in this round are not mirrored: the page has only S1-S8 stage tables, with no home for the 7 end-to-end systems or the 7 societal / cross-domain entries, and 3 analysis papers are prose-only by convention. PRE-EXISTING FIX. S1's first two data rows sat inside <thead> rather than <tbody>, so S1's tbody numbering began at 3 and ran to 40. Consequences: those two rows rendered with header styling and were invisible to any tbody-scoped sort or filter, and S1 was the one stage whose counter (40) appeared not to match its tbody row count (38). Both rows moved into <tbody>; the counter was always correct. Verified: counters equal tbody row counts for all 8 stages, numbering contiguous 1..N in all 8, zero data rows remain in any thead, <tr>/<td>/ <tbody>/<thead>/<table> tags balanced, git diff --check clean. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Mirrors the Aug-2026 auto-research update into the project page's S1–S8 stage tables. Companion artifacts: paper
f9692ed(Overleaf), README PR #17.Added (20 rows)
Stage counters bumped by the same deltas. Source of truth is the paper's
appendix_s1–s8, so these mirror the appendix additions rather than the README's (the appendix keeps analysis and position papers prose-only).Nine new rows carry
v-confvenue pills — EMNLP'26 ×4, ACL'26, CIKM'26, MICCAI'26 — rather thanv-arxiv, matching venues confirmed in arXiv metadata.Pre-existing bug fixed: two S1 rows were stranded in
<thead>S1's first two data rows sat inside
<thead>instead of<tbody>. This explained three things that initially looked like separate problems:tbody-scoped sort or filter.Both rows are moved into
<tbody>. No content changed.17 of 37 works not mirrored
The page has only S1–S8 stage tables. There is no home for the 7 end-to-end systems (Gemini Co-Scientist, AutoResearch, Eureka, AutoResearch Diagnosis, AutoSR, The AI Engineer, Symposium) or the 7 societal / cross-domain entries, and 3 analysis papers are prose-only by the appendix convention. This is the same limitation recorded in the 260817 pass, where 5 of 23 works had no stage home.
Together with the parallel gap on
survey.html(PR #65, 7 of 27 unplaceable), this is now a recurring structural shortfall across the project pages, concentrated in exactly the categories the field is growing into — end-to-end systems and evaluation. Worth considering anE2Epanel here and adatasetspanel there.Checks
thead(was 2).<tr>/<td>/<tbody>/<thead>/<table>tags all balanced;git diff --checkclean.origin/main, so the two unpushed co-author EgoMM commits and the pendingyu_yang.jpgdeletion in the local clone are untouched.