bids2cite package

Submodules

bids2cite.bids2cite module

Add a datacite to your BIDS dataset.

details on the format of datacite for GIN: https://gin.g-node.org/G-Node/Info/wiki/DOIfile

bids2cite.bids2cite.bids2cite(bids_dir: Path, output_format: str, description: str | None = None, keywords: list[str] | None = None, license: str | None = None, skip_prompt: bool = False, authors_file: Path | None = None) None[source]

Create a datacite.yml file for a BIDS dataset.

Module contents

bids2cite package.