From cc7bc622893401c640fe566fad97690b5be40cc9 Mon Sep 17 00:00:00 2001 From: Jay-sanjay <134289328+Jay-sanjay@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:44:55 +0530 Subject: [PATCH] Replaced CITATION.bib by CITATION.cff (#87) * converted to .cff --------- Co-authored-by: tmigot --- CITATION.bib | 8 -------- CITATION.cff | 28 ++++++++++++++++++++++++++++ Project.toml | 1 - README.md | 2 +- docs/src/index.md | 2 +- 5 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 CITATION.bib create mode 100644 CITATION.cff diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index 616e92a..0000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{kenens-orban-ba-2021, - author = {A. Kenens and D. Orban and {contributors}}, - title = {{BundleAdjustmentModels.jl}: {J}ulia repository of bundle adjustment problems}, - month = {July}, - howpublished = {https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl}, - year = {2021}, - DOI = {10.5281/zenodo.5167631}, -} \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..f84d556 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +type: software +authors: + - family-names: "Kenens" + given-names: "Antonin" + - family-names: "Orban" + given-names: "Dominique" + email: dominique.orban@gerad.ca + orcid: 'https://orcid.org/0000-0002-8017-7687' + affiliation: >- + GERAD and Department of Mathematics and + Industrial Engineering, Polytechnique Montréal, + QC, Canada + - name: "contributors" +title: "BundleAdjustmentModels.jl: Julia repository of bundle adjustment problems" +date-released: '2023-03-29' +version: 0.3.2 +license: MPL-2.0 +repository-code: "https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl" +keywords: + - Least squares + - Julia + - Bundle Adjustment +identifiers: + - description: Zenodo archive + type: doi + value: 10.5281/zenodo.5167631 \ No newline at end of file diff --git a/Project.toml b/Project.toml index 2090150..4568652 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,5 @@ name = "BundleAdjustmentModels" uuid = "0bf3e898-7c79-4b38-9ca6-2d9cc6573905" -authors = ["AntoninKns "] version = "0.3.2" [deps] diff --git a/README.md b/README.md index 8c2108c..fb11930 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Julia repository of [bundle adjustment](https://en.wikipedia.org/wiki/Bundle_adj ## How to Cite -If you use BundleAdjustmentModels.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/main/CITATION.bib). +If you use BundleAdjustmentModels.jl in your work, please cite using the format given in [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/main/CITATION.cff). # Bug reports and discussions diff --git a/docs/src/index.md b/docs/src/index.md index 60a9448..b3595ba 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,7 @@ Julia repository of [bundle adjustment](https://en.wikipedia.org/wiki/Bundle_adj ## How to Cite -If you use BundleAdjustmentModels.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/main/CITATION.bib). +If you use BundleAdjustmentModels.jl in your work, please cite using the format given in [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/main/CITATION.cff). # Tutorial