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 file, and maybe Zenodo json file #46

Closed
bethac07 opened this issue Feb 10, 2023 · 2 comments
Closed

Add citation file, and maybe Zenodo json file #46

bethac07 opened this issue Feb 10, 2023 · 2 comments

Comments

@bethac07
Copy link
Contributor

bethac07 commented Feb 10, 2023

A citation .cff woudl be good to have for citing this repository.

If we want to update the "type" in Zenodo to datasets rather than software, we probably need to put a .zenodo.json at the root of our repository - we can also add contributors affiliations/names/ORCIDs to this spec if we wish. This is a draft based on the metadata it provided the first upload, and its documentation for GH integraions. We can add papers as "related identifiers" as we like.

{
    "license": "other-open", 
    "title": "jump-cellpainting/datasets: JUMP-CP Datasets", 
    "upload_type": "dataset", 
    "access_right": "open", 
    "related_identifiers": [
        {
            "scheme": "doi", 
            "identifier": "10.5281/zenodo.7628768", 
            "relation": "isVersionOf"
        }
    ]
}
@bethac07
Copy link
Contributor Author

(Alternately, we can decide we really don't care about what Zenodo metadata thinks we are, and use them as a DOI providing service and nothing else, but this seems relatively easy)

@shntnu
Copy link
Contributor

shntnu commented Oct 22, 2024

We now have a citation https://zenodo.org/records/13179242!

Also see #126

@shntnu shntnu closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants