From e669c9fc7a313596844e698a4b8ebc7ab3fda234 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 21 Mar 2022 19:26:35 +0100 Subject: [PATCH] Provide citation file This makes citations accessible directly on Github and allows users to automatically generate citations in APA and BibTeX format. Change-Id: Ic5eb3857c92d93a6afafba06a5009da5db2b3c60 --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..bb9c7e8d6 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: If you use Ceres Solver for a publication, please cite it as below. +title: Ceres Solver +abstract: A large scale non-linear optimization library +authors: +- family-names: Agarwal + given-names: Sameer +- family-names: Mierle + given-names: Keir +version: 2.1 +date-released: 2022-03-28 +license: Apache-2.0 +repository-code: https://github.com/ceres-solver/ceres-solver +url: http://ceres-solver.org