Skip to content
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.cff #49

Merged
merged 1 commit into from
Nov 3, 2021
Merged

Add citation.cff #49

merged 1 commit into from
Nov 3, 2021

Conversation

tmigot
Copy link
Member

@tmigot tmigot commented Nov 2, 2021

This would produce a bibtex of the form

@software{Orban_AMD.jl_A_Julia_2021,
author = {Orban, Dominique and {contributors}},
doi = {10.5281/zenodo.3381898},
license = {Mozilla Public License 2.0},
month = {5},
title = {{AMD.jl: A Julia interface to the AMD library of Amestoy, Davis and Duff}},
url = {https://github.com/JuliaSmoothOptimizers/AMD.jl},
year = {2020}
}

@amontoison
Copy link
Member

I opened a PR in the same time (#50).

@dpo
Copy link
Member

dpo commented Nov 3, 2021

@software isn't a valid BibTeX field though. How does that work?

@tmigot
Copy link
Member Author

tmigot commented Nov 3, 2021

The @software generated by Github is in the BibLaTeX and Natbib though. For users, only relying on BibTex, they might have to replace it with @misc.

@dpo
Copy link
Member

dpo commented Nov 3, 2021

I don't know a single journal that accepts BibLaTeX. Many don't even accept BibTeX; only inline bibitems or a bbl file.

Anyways, I guess the cff file is the way to go. Could you add Alexis and Abel to the authors (as in Alexis's PR)?

@tmigot
Copy link
Member Author

tmigot commented Nov 3, 2021

The new version of the bib generated by GitHub

@software{Montoison_AMD.jl_A_Julia_2020,
author = {Montoison, Alexis and Orban, Dominique and Siqueira, Abel S. and {contributors}},
doi = {10.5281/zenodo.3381898},
license = {Mozilla Public License 2.0},
month = {5},
title = {{AMD.jl: A Julia interface to the AMD library of Amestoy, Davis and Duff}},
url = {https://github.com/JuliaSmoothOptimizers/AMD.jl},
year = {2020}
}

@dpo
Copy link
Member

dpo commented Nov 3, 2021

Great, thanks!

@dpo dpo merged commit a817fbf into JuliaSmoothOptimizers:main Nov 3, 2021
@tmigot
Copy link
Member Author

tmigot commented Nov 3, 2021

@JSOBot runbenchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants