Citation

A citation for a particular source, with regular citation details and extra "rich" details

👁️ PREVIEW

Typically you'd use this with the list component, which would automatically read from citations.yaml and pass this component the appropriate parameters. But you can also use it stand-alone to manually display individual citations:

{%
  include citation.html
  lookup="doi:10.1016/j.csbj.2020.05.017"
  style="rich"
%}
ParameterDescriptionDefault

lookup

Lookup citation details from citations.yaml by id or title.

style

Visual style of citation. Set to rich to show image and more rich details.

Plain card with basic info

title / etc.

The same basic and rich citation parameters outlined in the citation examples. Retrieved from lookup, or passed automatically from list component.

Last updated