From e6249239cf17b7ad33559cac80f0002d952c27df Mon Sep 17 00:00:00 2001 From: criyle Date: Sun, 6 Apr 2025 01:06:36 +0000 Subject: [PATCH] doc: add citation.cff --- CITATION.cff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ff5bbd4 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +title: "go-judge: High Performance Sandbox Service" +message: >- + If you use or benchmark this software, please cite + it using the metadata from this file. +type: software +authors: + - given-names: Yang + family-names: Gao + email: i@goj.ac + - name: All go-judge Contributors +repository-code: 'https://github.com/criyle/go-judge' +url: 'https://docs.goj.ac' +keywords: + - Online Judge + - Competitive Programming + - Sandbox + - Linux Container +license: MIT