From f49a9b2ad9c775f1096ac5c843ba51e63fdf5c6d Mon Sep 17 00:00:00 2001 From: vibhatha Date: Thu, 23 Mar 2023 10:44:03 +0530 Subject: [PATCH 1/3] feat: adding BibTex entry to cite Substrait --- site/docs/community/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/docs/community/index.md b/site/docs/community/index.md index 6654ff78f..b3615ed01 100644 --- a/site/docs/community/index.md +++ b/site/docs/community/index.md @@ -31,6 +31,21 @@ Want to learn more about Substrait? Try the following presentations and slide de * Substrait: A Common Representation for Data Compute Plans (Jacques Nadeau, April 2022) [[slides](https://docs.google.com/presentation/d/1H89iwnnmHZ2oMgGpFon9Rv_fJ60RWE0c9drHCZAL8Bw)] +## Citation + +If you use Substrait in your research, please cite it using the following BibTeX entry: + +```bibtex +@misc{substrait, + author = {substrait-io}, + title = {Substrait: Cross-Language Serialization for Relational Algebra}, + year = {2021-September-01}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/substrait-io/substrait}}, +} +``` + ## Contribution All contributors are welcome to Substrait. From 1fd9515cff7b5811914b64ee2c18488ef59294b7 Mon Sep 17 00:00:00 2001 From: vibhatha Date: Fri, 24 Mar 2023 06:55:46 +0530 Subject: [PATCH 2/3] feat: adding citation.cff and address reviews --- CITATION.cff | 17 +++++++++++++++++ site/docs/community/index.md | 6 ++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..e74a12750 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +cff-version: 1.2.0 +title: >- + Substrait: Cross-Language Serialization for Relational + Algebra +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: substrait-io +identifiers: + - type: url + value: 'https://github.com/substrait-io/substrait' +repository-code: 'https://github.com/substrait-io/substrait' +url: 'https://substrait.io/' +license: Apache-2.0 +date-released: '2021-09-01' \ No newline at end of file diff --git a/site/docs/community/index.md b/site/docs/community/index.md index b3615ed01..be674a1ab 100644 --- a/site/docs/community/index.md +++ b/site/docs/community/index.md @@ -39,10 +39,12 @@ If you use Substrait in your research, please cite it using the following BibTeX @misc{substrait, author = {substrait-io}, title = {Substrait: Cross-Language Serialization for Relational Algebra}, - year = {2021-September-01}, + year = {2021}, + month = {8}, + day = {31}, publisher = {GitHub}, journal = {GitHub repository}, - howpublished = {\url{https://github.com/substrait-io/substrait}}, + howpublished = {\url{https://github.com/substrait-io/substrait}} } ``` From 8b620a60eade6d4ef597d3c29d2c6e3c0bb4a8a9 Mon Sep 17 00:00:00 2001 From: vibhatha Date: Tue, 28 Mar 2023 07:18:13 +0530 Subject: [PATCH 3/3] fix: add newline --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index e74a12750..12aac3fd8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,4 +14,4 @@ identifiers: repository-code: 'https://github.com/substrait-io/substrait' url: 'https://substrait.io/' license: Apache-2.0 -date-released: '2021-09-01' \ No newline at end of file +date-released: '2021-09-01'