jaxrts.plasmastate.PlasmaState.citation

PlasmaState.citation(style: Literal['plain', 'cite', 'bibtex'] = 'plain') str[source]

Return bibliographic information for all the :py:class`jaxrts.models.Model` attached to this PlasmaState.

Parameters:

style ("plain", "cite", or "bibtex") – When "plain", the literature references are formatted in a human-readable format. If "bibtex", the citations are given as bibtex entries, which can then be copied into a literature collection. If "cite", the citation keys are not evaluated, but just retuned, wrapped in a tex \cite{...} command.

Returns:

str – The information about the models which were set for this plasma state