Skip to content

Commit

Permalink
Add CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Feb 10, 2024
1 parent aebe012 commit 2a9aa52
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 11 deletions.
8 changes: 0 additions & 8 deletions CITATION.bib

This file was deleted.

45 changes: 45 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
SolverCore.jl: Core package to build novel solvers in Julia
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Tangi
family-names: Migot
email: [email protected]
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada.
orcid: 'https://orcid.org/0000-0001-7729-2513'
- given-names: Dominique
family-names: Orban
email: [email protected]
orcid: 'https://orcid.org/0000-0002-8017-7687'
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- affiliation: 'Netherlands eScience Center, Amsterdam, NL'
orcid: 'https://orcid.org/0000-0003-4451-281X'
email: [email protected]
given-names: Abel
family-names: Soares Siqueira
- given-names: contributors
identifiers:
- description: Zenodo archive
type: doi
value: 10.5281/zenodo.4758376
keywords:
- Nonlinear Optimization
- Least squares
- Julia
- Nonlinear Programming
license: MPL-2.0
repository-code: >-
https://github.com/JuliaSmoothOptimizers/SolverCore.jl
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2015-2021: Dominique Orban and Abel Soares Siqueira
Copyright (c) 2015-present: Tangi Migot and Dominique Orban and Abel Soares Siqueira

SolverTools.jl is licensed under the [MPL version 2.0](https://www.mozilla.org/MPL/2.0/).
SolverCore.jl is licensed under the [MPL version 2.0](https://www.mozilla.org/MPL/2.0/).

## License

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Core package to build novel optimization algorithms in Julia.

Please cite this repository if you use SolverCore.jl in your work: see [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/SolverCore.jl/blob/main/CITATION.bib).
Please cite this repository if you use SolverCore.jl in your work: see [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/SolverCore.jl/blob/main/CITATION.cff).

# Installation

Expand Down

0 comments on commit 2a9aa52

Please sign in to comment.