sxs.cite#
For reasons of reproducibility — and for general academic integrity —
it is important to cite the specific packages and data you use in your
research. In particular, it is absolutely vital to cite the specific
version of the catalog of SXS simulations you use, as well as the
version of this sxs package that you use. The sxs.cite function
provides those specific citations.
Cite this package and/or data
Prints out a citation for this package, the most recent paper describing the catalog, the catalog data itself, and optionally individual simulations.
Note that this function makes web requests to obtain the DOIs and corresponding BibTeX entries.
If you want to cite a specific version of the SXS catalog data, be
sure to load it with sxs.load("dataframe", tag="v3.0.0") or
similar before calling this function. Otherwise, the most recent
version will be used.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sxs_ids
|
str
|
Any number of SXS IDs to include in the citation. |
()
|
bibtex
|
bool
|
If True — the default — returns full BibTeX entries. Otherwise, just returns a list of DOIs to cite. |
True
|
Returns:
| Type | Description |
|---|---|
str or list[str]
|
A string containing BibTeX entries, or a list of DOI strings. |