-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: main
Are you sure you want to change the base?
Changes from all commits
ad5ffa1
85e313c
bb67023
1b1f505
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 |
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||||||||||||||||
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" | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
url: "https://openai.com/gpt-4" | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
type: "article" | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
authors: | ||||||||||||||||||||
- family-names: "OpenAI" | ||||||||||||||||||||
given-names: "GPT-4 Team" | ||||||||||||||||||||
Comment on lines
+26
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
year: 2023 | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
- title: "Original Repository by eyermt" | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
url: "https://github.com/eyermt/repo-name" | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
type: "software" # Use 'software' type | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
authors: | ||||||||||||||||||||
- family-names: "eyermt" | ||||||||||||||||||||
given-names: "eyermt" | ||||||||||||||||||||
Comment on lines
+33
to
+34
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||
year: 2023 | ||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
There was a problem hiding this comment.
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.