-
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
DM-36808: Add citation information #751
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f13ba96
Add a CITATION file
timj 11a78f3
Add citation preference in readme
timj e543969
Add generic team name to citation file
timj 98fe2ac
Add Software Heritage ID
timj 4539d3d
Add David Irving as an author
timj b30919b
Add missing Kowalik ORCID
timj 12cf832
Minor corrections to README
timj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
cff-version: 1.2.0 | ||
message: "Please cite the following when using this software: https://doi.org/10.1117/12.2629569" | ||
authors: | ||
- name: "Rubin Observatory Data Management Team" | ||
- family-names: Jenness | ||
timj marked this conversation as resolved.
Show resolved
Hide resolved
|
||
given-names: Tim | ||
orcid: "https://orcid.org/0000-0001-5982-167X" | ||
- family-names: Bosch | ||
given-names: James F. | ||
orcid: "https://orcid.org/0000-0003-2759-5764" | ||
- family-names: Salnikov | ||
given-names: Andrei | ||
orcid: "https://orcid.org/0000-0002-3623-0161" | ||
- family-names: Lust | ||
given-names: Nate B. | ||
orcid: "https://orcid.org/0000-0002-4122-9384" | ||
- family-names: Pease | ||
given-names: Nathan M. | ||
orcid: "https://orcid.org/0000-0002-9701-5975" | ||
- family-names: Gower | ||
given-names: Michelle | ||
orcid: "https://orcid.org/0000-0001-9513-6987" | ||
- family-names: Kowalik | ||
given-names: Mikolaj | ||
orcid: "https://orcid.org/0000-0002-9801-5969" | ||
- family-names: Schellart | ||
given-names: Pim | ||
orcid: "https://orcid.org/0000-0002-8324-0880" | ||
- family-names: Irving | ||
given-names: David H. | ||
orcid: "https://orcid.org/0009-0005-9099-4970" | ||
title: "lsst-daf-butler: Abstracted Data Access of Astronomical Data" | ||
repository-code: "https://github.com/lsst/daf_butler" | ||
identifiers: | ||
- type: swh | ||
value: "swh:1:dir:ef572b4bb431e898d279d4de786bc462bd5ca466" | ||
abstract: | | ||
The Rubin Observatory's Data Butler is designed to allow data file location | ||
and file formats to be abstracted away from the people writing the science | ||
pipeline algorithms. The Butler works in conjunction with the workflow graph | ||
builder to allow pipelines to be constructed from the algorithmic tasks. | ||
preferred-citation: | ||
type: article | ||
title: "The Vera C. Rubin Observatory Data Butler and pipeline execution system" | ||
identifiers: | ||
- type: "doi" | ||
value: "10.1117/12.2629569" | ||
- type: "bibcode" | ||
value: "2022SPIE12189E..11J" | ||
authors: | ||
- family-names: Jenness | ||
given-names: Tim | ||
orcid: "https://orcid.org/0000-0001-5982-167X" | ||
- family-names: Bosch | ||
given-names: James F. | ||
orcid: "https://orcid.org/0000-0003-2759-5764" | ||
- family-names: Salnikov | ||
given-names: Andrei | ||
orcid: "https://orcid.org/0000-0002-3623-0161" | ||
- family-names: Lust | ||
given-names: Nate B. | ||
orcid: "https://orcid.org/0000-0002-4122-9384" | ||
- family-names: Pease | ||
given-names: Nathan M. | ||
orcid: "https://orcid.org/0000-0002-9701-5975" | ||
- family-names: Gower | ||
given-names: Michelle | ||
orcid: "https://orcid.org/0000-0001-9513-6987" | ||
- family-names: Kowalik | ||
given-names: Mikolaj | ||
- family-names: Dubois-Felsmann | ||
given-names: Gregory P. | ||
orcid: "https://orcid.org/0000-0003-1598-6979" | ||
- family-names: Mueller | ||
given-names: Fritz | ||
orcid: "https://orcid.org/0000-0002-7061-4644" | ||
- family-names: Schellart | ||
given-names: Pim | ||
orcid: "https://orcid.org/0000-0002-8324-0880" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think the commonly accepted paradigm is to say something like "If you use this software, please cite it using this metadata." so that you don't have to update the link twice (here in the
message
and later in thepreferred-citation
).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.
Yes, although I was worried that might lead to an attempt to cite the software itself which doesn't have a DOI or ASCL ID and so thought I should be explicit.