From e6aa7f677eeb82115862caa5a59bd91dc45254bb Mon Sep 17 00:00:00 2001 From: Marten Lienen Date: Wed, 22 May 2024 09:00:35 +0200 Subject: [PATCH] Add a citation file --- CITATION.cff | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..22c3a52 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +cff-version: 1.2.0 +title: torchode +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Marten + family-names: Lienen + email: m.lienen@tum.de + - given-names: Stephan + family-names: Günnemann + email: s.guennemann@tum.de +repository-code: "https://github.com/martenlienen/torchode" +license: MIT +preferred-citation: + type: conference-paper + title: "torchode: A Parallel ODE Solver for PyTorch" + authors: + - given-names: Marten + family-names: Lienen + email: m.lienen@tum.de + - given-names: Stephan + family-names: Günnemann + email: s.guennemann@tum.de + booktitle: "The Symbiosis of Deep Learning and Differential Equations II, NeurIPS" + year: 2022 + url: "https://openreview.net/forum?id=uiKVKTiUYB0"