Correct the AccelWattch author order in the citation metadata - #554
Merged
Conversation
The MICRO'21 entry had Amogh Manjunath and Junrui Pan swapped. The published order is Kandiah, Peverelle, Khairy, Pan, Manjunath, Rogers, Aamodt, Hardavellas, confirmed against the Crossref metadata registered for 10.1145/3466752.3480063 and against DBLP. Fixed in all three places that carry the entry: CITATION.bib, the BibTeX block in the README, and CITATION.cff. CITATION.cff drives GitHub's "Cite this repository" button, so the wrong order was what the sidebar exported. The v2.0.0 tag keeps the old order, as a release snapshot should.
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.
The MICRO'21 AccelWattch entry has Amogh Manjunath and Junrui Pan swapped.
The published order is:
Verified against two independent sources — the Crossref metadata ACM registered for
10.1145/3466752.3480063, and DBLP. Both agree. (dl.acm.orgitself returns 403 to non-browser requests, so it could not be read directly.)What changed
The entry appears in three places, all corrected:
CITATION.bibREADME.mdCITATION.bibCITATION.cffChecks
cffconvert --validatepasses against CFF schema 1.2.0.README.mdandCITATION.bib.Note on v2.0.0
The
v2.0.0tag keeps the old order. The tag anddevcurrently point at the same commit, so correcting the release in place would mean force-moving the tag — silently changing the bytes behindtarball/v2.0.0under an unchanged version number. Not worth it for a metadata fix; the tag stands as an accurate record of what shipped, and anyone citing from the repo gets the correction.The project website has already been updated separately and carries the correct order.