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 #82

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions CITATION.bib

This file was deleted.

47 changes: 47 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 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
version: 0.3.7
date-released: '2023-03-26'
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
Loading