Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.29 KB

File metadata and controls

22 lines (16 loc) · 1.29 KB
description
A citation for a particular source, with regular citation details and extra "rich" details

Citation

👁️ 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
lookupLookup citation details from citations.yaml by id or title.
styleVisual 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.