From 93de9848e386447a6a7cade8875118852afdf139 Mon Sep 17 00:00:00 2001 From: Nithya Date: Wed, 9 Jun 2021 12:41:20 -0400 Subject: [PATCH] Added *.bib file --- README.md | 5 +++++ references.bib | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 references.bib diff --git a/README.md b/README.md index 60eff197a..a83b013c9 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,8 @@ GTSAM is open source under the BSD license, see the [`LICENSE`](LICENSE) and [`L Please see the [`examples/`](examples) directory and the [`USAGE`](USAGE.md) file for examples on how to use GTSAM. GTSAM was developed in the lab of [Frank Dellaert](http://www.cc.gatech.edu/~dellaert) at the [Georgia Institute of Technology](http://www.gatech.edu), with the help of many contributors over the years, see [THANKS](THANKS.md). + +## GTSAM Citation + +Use the following to cite GTSAM: + diff --git a/references.bib b/references.bib new file mode 100644 index 000000000..52c00325e --- /dev/null +++ b/references.bib @@ -0,0 +1,9 @@ +@misc{gtsam, + author = {Borg Lab}, + title = {{GTSAM}}, + month = jul, + year = 2020, + doi = {}, + version = {4.0.3}, + url = {} + } \ No newline at end of file