From 8b953339f685f7c5f422150efcbb2ef4dcb29012 Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:29:49 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E2=9C=A8=20add=20codemeta=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codemeta.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..9463d0b --- /dev/null +++ b/codemeta.json @@ -0,0 +1,26 @@ +{ + "name": "RRLeo-Photometry", + "@context": "https://w3id.org/codemeta/3.0", + "author": [ + { + "familyName": "Lee", + "id": "https://orcid.org/0009-0000-7340-3204", + "givenName": "HY. Kelvin", + "type": "Person" + } + ], + "codeRepository": "https://github.com/hykelvinlee42/RRLeo-Photometry", + "dateCreated": "2021-04-08", + "description": "The Periodic Magnitude of variable star RR Leo", + "identifier": "10.5281/zenodo.8190781", + "issueTracker": "https://github.com/hykelvinlee42/RRLeo-Photometry/issues", + "keywords": [ + "Variable Star", + "Astronomy" + ], + "license": "https://spdx.org/licenses/MIT", + "programmingLanguage": [ + "Python" + ], + "type": "SoftwareSourceCode" +} \ No newline at end of file From f0461acff17ed5b2822b6c6970d628dd7c79f19b Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:29:50 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E2=9C=A8=20add=20citation=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..bb38217 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +title: RRLeo-Photometry +authors: + - given-names: HY. Kelvin + family-names: Lee +cff-version: 1.2.0 +message: If you use this software, please cite it using the metadata from this file. +type: software +doi: 10.5281/zenodo.8190781 +abstract: The Periodic Magnitude of variable star RR Leo +keywords: + - Variable Star + - Astronomy +license: MIT +repository-code: https://github.com/hykelvinlee42/RRLeo-Photometry