Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CITATION.cff file for authorship and references #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff
35 changes: 35 additions & 0 deletions CITATION.cff
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the basis of #5 pertained to providing credit or notice that we used LLM's in the making of this project. Consider adding a references section to this document to help begin towards referencing other work which shaped this project (I believe it may have been OpenAI models but we may want to confirm with @jring-o). It might also be worth referencing the upstream repository to help credit @eyermt and illustrate how that repository is related to this one.

Shaanworkspace marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "Map of Open Source Science (MOSS)"
version: "0.1.0"
authors:
- family-names: "Smith"
given-names: "Alice"
affiliation: "NumFOCUS"
orcid: "https://orcid.org/0000-0002-1825-0097"
- family-names: "Jones"
given-names: "Bob"
affiliation: "Open Science Initiative"
orcid: "https://orcid.org/0000-0003-1419-2405"
Comment on lines +6 to +13
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ORCID's don't match the names given here. We should avoid adding those who may not have project affiliation.

Suggested change
- family-names: "Smith"
given-names: "Alice"
affiliation: "NumFOCUS"
orcid: "https://orcid.org/0000-0002-1825-0097"
- family-names: "Jones"
given-names: "Bob"
affiliation: "Open Science Initiative"
orcid: "https://orcid.org/0000-0003-1419-2405"
- name: "MOSS repository contributors"

url: "https://github.com/numfocus/MOSS"
repository-code: "https://github.com/numfocus/MOSS"
keywords:
- open source
- science
- visualization
license: "Apache-2.0"
references:
- title: "OpenAI GPT-4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: "OpenAI GPT-4"
- title: "OpenAI ChatGPT"

url: "https://openai.com/gpt-4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url: "https://openai.com/gpt-4"
url: "https://openai.com/chatgpt"

type: "article"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type: "article"
type: "software"

authors:
- family-names: "OpenAI"
given-names: "GPT-4 Team"
Comment on lines +26 to +27
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- family-names: "OpenAI"
given-names: "GPT-4 Team"
- name: "OpenAI ChatGPT Team"

year: 2023
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
year: 2023
year: 2024

- title: "Original Repository by eyermt"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: "Original Repository by eyermt"
- title: "Original MOSS repository by Mark Eyer"

url: "https://github.com/eyermt/repo-name"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url: "https://github.com/eyermt/repo-name"
url: "https://github.com/eyermt/moss"

type: "software" # Use 'software' type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type: "software" # Use 'software' type
type: "software"

authors:
- family-names: "eyermt"
given-names: "eyermt"
Comment on lines +33 to +34
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- family-names: "eyermt"
given-names: "eyermt"
- family-names: "Eyer"
given-names: "Mark"

year: 2023
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far as I can see, the repository was started in 2024. It might be worth confirming this with @eyermt .

Suggested change
year: 2023
year: 2024