From 7407dacb8268b0434551e6c2a90804000d2bbd77 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 23 Jul 2026 21:41:18 +0000 Subject: [PATCH] Add CITATION.cff for repository citation metadata. Enables GitHub's Cite this repository button with author, title, license, and project URLs. DOI omitted until one is registered. Co-authored-by: Adam Simms --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..2c91080 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +type: software +title: Waves +abstract: >- + Live WebGL ocean wave simulation driven by SmartAtlantic ERDDAP + buoy data (St. John's). +authors: + - family-names: Simms + given-names: Adam + email: hello@adamsimms.xyz +license: MIT +date-released: "2026-06-29" +url: "https://art.adamsimms.xyz/waves/" +repository-code: "https://github.com/adamsimms/waves"