From 2bae2a38d2edec81a892ad4847a513b153bf0376 Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Mon, 13 Feb 2023 16:31:55 -0800 Subject: [PATCH] Add citation file --- CITATION.cff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b9b369b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,16 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Pushshift dump utils +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Watchful1 +repository-code: 'https://github.com/Watchful1/PushshiftDumps' +abstract: >- + Tools to help parse reddit data from zstandard compressed + ndjson files from the pushshift archives +license: MIT