References

A list of scholarly sources or publications relevant to the tools or analysis defined in the component. This is important for attribution, scientific reproducibility and transparency.

Example:

references:
  doi: 10.1000/xx.123456.789
  bibtex: |
    @article{foo,
      title={Foo},
      author={Bar},
      journal={Baz},
      year={2024}
    }

bibtex

Type: String / List of String

Default: Empty

One or multiple BibTeX reference(s) of the component.

Example:

bibtex: |
  @article{foo,
    title={Foo},
    author={Bar},
    journal={Baz},
    year={2024}
  }

doi

Type: String / List of String

Default: Empty

One or multiple DOI reference(s) of the component.

Example:

doi: 10.1000/xx.123456.789