From 832bfa3e189f999683026177df15d22ed078553e Mon Sep 17 00:00:00 2001 From: "Michael R. Buche" Date: Mon, 11 Nov 2024 13:43:06 -0700 Subject: [PATCH] Create .zenodo.json --- .zenodo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..819b664 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,12 @@ +{ + "title": "pCubit", + "creators": [ + { + "name": "Michael R. Buche", + "affiliation": "Sandia National Laboratories", + "orcid": "0000-0003-1892-0502" + } + ], + "license": "BSD-3-Clause", + "upload_type": "software" +}