subugoe / subugoetheme

Corporate Identity for the Göttingen State and University Library
http://subugoe.github.io/subugoetheme
Other
0 stars 0 forks source link

css not defined for reference section formatting with CSL #16

Open njahn82 opened 3 years ago

njahn82 commented 3 years ago

It seems that the CSS classes references csl-bib-body hanging-indent csl-entry are not supported.

see also https://github.com/subugoe/metacheck/pull/93#partial-pull-merging


<div id="refs" class="references csl-bib-body hanging-indent">
  <div id="ref-Geschuhn_2017" class="csl-entry">
    Geschuhn, Kai, and Graham Stone. 2017. <span>“It’s the Workflows, Stupid! What Is Required to Make <span>‘Offsetting’</span> Work for the Open Access Transition.”</span> <em>Insights the <span>UKSG</span> Journal</em> 30 (3): 103–14. <a href="https://doi.org/10.1629/uksg.391">https://doi.org/10.1629/uksg.391</a>.
  </div>
  <div id="ref-Hendricks_2020" class="csl-entry">
    Hendricks, Ginny, Dominika Tkaczyk, Jennifer Lin, and Patricia Feeney. 2020. <span>“Crossref: The Sustainable Source of Community-Owned Scholarly Metadata.”</span> <em>Quantitative Science Studies</em> 1 (1): 414–27. <a href="https://doi.org/10.1162/qss_a_00022">https://doi.org/10.1162/qss_a_00022</a>.
  </div>
  <div id="ref-Marques_2019" class="csl-entry">
    Marques, Mafalda, Saskia Woutersen-Windhouwer, and Arja Tuuliniemi. 2019. <span>“Monitoring Agreements with Open Access Elements: Why Article-Level Metadata Are Important.”</span> <em>Insights the <span>UKSG</span> Journal</em> 32. <a href="https://doi.org/10.1629/uksg.489">https://doi.org/10.1629/uksg.489</a>.
  </div>
  <div id="ref-Voigt_2020" class="csl-entry">
    Voigt, Michaela. 2020. <span>“<span>DEAL Open</span>-<span>Access</span>-<span>Option</span> Optimal Nutzen: Ein <span>Bibliothekspraxisbericht</span>.”</span> <em>LIBREAS. Library Ideas</em> 38. <a href="https://libreas.eu/ausgabe38/voigt/">https://libreas.eu/ausgabe38/voigt/</a>.
  </div>
</div>`
maxheld83 commented 3 years ago

this is actually a limitation in pkgdown as per https://github.com/r-lib/pkgdown/issues/1469, and I think it might be preferable to have it addressed there, rather than separately in subugoetheme.

I'll put this on hold and see whether there's upstream movement in pkgdown, otherwise we can add it here.