-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add citation info #133
Add citation info #133
Conversation
chihta-wang
commented
Jun 17, 2024
- Update citation info in README
- Add a file for citation
CITATION.cff
Outdated
- family-names: "Anzt" | ||
given-names: "Hartwig" | ||
doi: "10.1007/s11012-024-01806-1" | ||
journal: " Meccanica" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
journal: " Meccanica" | |
journal: "Meccanica" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
CITATION.cff
Outdated
- family-names: "Olenik" | ||
given-names: "Gregor" | ||
- family-names: "Koch" | ||
given-names: "Marcel" | ||
- family-names: "Boutanios" | ||
given-names: "Ziad" | ||
- family-names: "Anzt" | ||
given-names: "Hartwig" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- family-names: "Olenik" | |
given-names: "Gregor" | |
- family-names: "Koch" | |
given-names: "Marcel" | |
- family-names: "Boutanios" | |
given-names: "Ziad" | |
- family-names: "Anzt" | |
given-names: "Hartwig" | |
- name "The OGL authors" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update as requested
@Article{Olenik2024, | ||
author={Olenik, Gregor and Koch, Marcel and Boutanios, Ziad and Anzt, Hartwig}, | ||
title={Towards a platform-portable linear algebra backend for OpenFOAM}, | ||
journal={Meccanica}, | ||
year={2024}, | ||
month={Jun}, | ||
day={12}, | ||
issn={1572-9648}, | ||
doi={10.1007/s11012-024-01806-1}, | ||
url={https://doi.org/10.1007/s11012-024-01806-1} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this above the Ginkgo paper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done