Cite the ExaModels.jl paper (arXiv:2608.16265) - #322
Merged
Conversation
The paper describing ExaModels.jl is now on arXiv, so it becomes the primary citation for the package: ExaModels.jl: An Algebraic Modeling System for Nonlinear Programming on GPUs Shin, Schanen, Pacaud, Montoison, Anitescu. arXiv:2608.16265 README gains an arXiv badge and leads its Citation section with this paper. The 2024 Electric Power Systems Research article stays, now introduced as the description of the SIMD abstraction and the condensed-space interior-point method rather than as the thing to cite for the package itself. CITATION.bib lists the new paper first.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #322 +/- ##
=======================================
Coverage 70.82% 70.82%
=======================================
Files 26 26
Lines 4223 4223
=======================================
Hits 2991 2991
Misses 1232 1232
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Benchmark Results |
Per review: the new paper is the citation for this package, not an addition
alongside the previous one.
* CITATION.cff -- the arXiv identifier moves from 2307.16830 to 2608.16265,
and preferred-citation is now the ExaModels.jl paper with all five
authors and its DOI. Validated against CFF schema 1.2.0 with cffconvert.
* CITATION.bib and the README Citation section carry that one entry. The
2024 Electric Power Systems Research article is no longer listed here; it
was the arXiv preprint being replaced.
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 ExaModels.jl paper is on arXiv as of 17 August 2026:
This adds it as the citation for the package, and keeps the 2024 Electric Power Systems Research article as the reference for the SIMD abstraction and the condensed-space interior-point method rather than as the thing to cite for the software itself.