From 17b3e1492c3a78f88c44b46092a6336a4b19180c Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Thu, 26 Sep 2024 18:31:25 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f71087a..233c60c 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,17 @@ Now install the dependencies and test dependencies: To run the tests: pytest + + +## Citation + +Please consider citing this when using crossfit in a project. + +```cite +@Manual{ + title = {RAPIDS: Libraries for End-to-End GPU Data Science}, + author = {{RAPIDS Development Team}}, + year = {2023}, + note = {\url{https://rapids.ai}}, +} +``` From 0aa01d2ff795e45d38f6531a3f75d9b8c4f80b5b Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Fri, 27 Sep 2024 09:40:46 -0700 Subject: [PATCH 2/4] Create CITATION.md --- CITATION.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.md diff --git a/CITATION.md b/CITATION.md new file mode 100644 index 0000000..0932c27 --- /dev/null +++ b/CITATION.md @@ -0,0 +1,14 @@ +# Citation Guide + +Please consider citing this when using crossfit in a project. + +```cite +@Manual{ + title = {RAPIDS: Libraries for End-to-End GPU Data Science}, + author = {{RAPIDS Development Team}}, + year = {2023}, + note = {\url{https://rapids.ai}}, +} +``` + + From 993b3acc723c92d6ee034e2001ba697891e99c55 Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Fri, 27 Sep 2024 09:41:14 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 233c60c..f71087a 100644 --- a/README.md +++ b/README.md @@ -40,17 +40,3 @@ Now install the dependencies and test dependencies: To run the tests: pytest - - -## Citation - -Please consider citing this when using crossfit in a project. - -```cite -@Manual{ - title = {RAPIDS: Libraries for End-to-End GPU Data Science}, - author = {{RAPIDS Development Team}}, - year = {2023}, - note = {\url{https://rapids.ai}}, -} -``` From 48b9563e666ed3c5e55f6bb63a75bbd099e4ae05 Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Fri, 27 Sep 2024 10:12:08 -0700 Subject: [PATCH 4/4] Update CITATION.md --- CITATION.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.md b/CITATION.md index 0932c27..7f4c94c 100644 --- a/CITATION.md +++ b/CITATION.md @@ -4,11 +4,11 @@ Please consider citing this when using crossfit in a project. ```cite @Manual{ - title = {RAPIDS: Libraries for End-to-End GPU Data Science}, - author = {{RAPIDS Development Team}}, - year = {2023}, - note = {\url{https://rapids.ai}}, -} + title = {RAPIDS: Libraries for End to End GPU Data Science}, + author = {RAPIDS Development Team}, + year = {2023}, + url = {https://rapids.ai} + } ```