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

Merged
merged 5 commits into from
Feb 4, 2024
Merged
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.

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

cff-version: 1.2.0
title: >-
ADNLPModels.jl: Automatic Differentiation models
implementing the NLPModels API
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]
orcid: 'https://orcid.org/0000-0001-7729-2513'
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- given-names: Alexis
family-names: Montoison
orcid: 'https://orcid.org/0000-0002-3403-5450'
email: [email protected]
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- given-names: Dominique
family-names: Orban
orcid: 'https://orcid.org/0000-0002-8017-7687'
email: [email protected]
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- given-names: Abel
family-names: Soares Siqueira
email: [email protected]
orcid: 'https://orcid.org/0000-0003-4451-281X'
affiliation: 'Netherlands eScience Center, Amsterdam, NL'
- given-names: contributors
identifiers:
- type: doi
value: 10.5281/zenodo.4605982
repository-code: 'https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl'
keywords:
- Optimization
- Automatic differentiation
- Nonlinear programming
- Julia
license: MPL-2.0
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2021: Dominique Orban and Abel Soares Siqueira
Copyright (c) 2015-present: Tangi Migot, Alexis Montoison, Dominique Orban and Abel Soares Siqueira

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