Skip to content

Commit 4a39a50

Browse files
Shaanworkspaceeyermtd33bs
authored
Add CITATION.cff file for authorship and references (#8)
* Add CITATION.cff file for authorship and references * Fix CITATION.cff validation * git commit -m "Add CITATION.cff file for authorship and references" * Update CITATION.cff Co-authored-by: Dave Bunten <[email protected]> * Apply suggestions from code review Changed verbiage in attribution to ChatGPT, and Mark Eyer, also changed year Co-authored-by: Dave Bunten <[email protected]> * Update CITATION.cff Corrected repository URL Updated titles & author names Fixed reference types (article → software) Standardized OpenAI ChatGPT citation Adjusted years to 2024 Removed incorrect ORCID entries --------- Co-authored-by: eyermt <[email protected]> Co-authored-by: Dave Bunten <[email protected]>
1 parent 5e4a02c commit 4a39a50

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
repos:
2+
3+
- repo: https://github.com/citation-file-format/cffconvert
4+
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
5+
hooks:
6+
- id: validate-cff
7+
28
- repo: https://github.com/pre-commit/pre-commit-hooks
39
rev: v5.0.0 # the release, git tag, or commit you want to use
410
hooks:

CITATION.cff

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
title: "Map of Open Source Science (MOSS)"
4+
version: "0.1.0"
5+
authors:
6+
- name: "MOSS repository contributors"
7+
- given-names: Boris
8+
family-names: Veytsman
9+
orcid: "https://orcid.org/0000-0003-4674-8113"
10+
url: "https://github.com/numfocus/MOSS"
11+
repository-code: "https://github.com/numfocus/MOSS"
12+
keywords:
13+
- open source
14+
- science
15+
- visualization
16+
license: "Apache-2.0"
17+
references:
18+
- title: "OpenAI ChatGPT"
19+
url: "https://openai.com/chatgpt"
20+
type: "software"
21+
authors:
22+
- name: "OpenAI ChatGPT Team"
23+
year: 2024
24+
- title: "Original MOSS repository by Mark Eyer"
25+
url: "https://github.com/eyermt/moss"
26+
type: "software"
27+
authors:
28+
- family-names: "Eyer"
29+
given-names: "Mark"
30+
year: 2024

0 commit comments

Comments
 (0)