Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Extra “http://doi.org/” with chicago-author-date.csl #170

Closed
njbart opened this issue Sep 20, 2015 · 0 comments
Closed

Extra “http://doi.org/” with chicago-author-date.csl #170

njbart opened this issue Sep 20, 2015 · 0 comments

Comments

@njbart
Copy link
Contributor

njbart commented Sep 20, 2015

Regression, possibly related to #163:

pandoc -F pandoc-citeproc << EOT

---
references:
- id: 1
  type: article-journal
  DOI: 10.1234/1234567890
...

@1
EOT

Actual:

<p><span class="citation">(n.d.)</span></p>
<div id="references" class="references">
<div id="ref-1">
<p>n.d. doi:<a href="http://doi.org/10.1234/1234567890" class="uri">http://doi.org/10.1234/1234567890</a>.</p>
</div>
</div>

Expected:

<p><span class="citation">(n.d.)</span></p>
<div id="references" class="references">
<div id="ref-1">
<p>n.d. doi:<a href="http://doi.org/10.1234/1234567890" class="uri">10.1234/1234567890</a>.</p>
</div>
</div>

Cf. the example in CMoS, 16e, 14.18: “Novak, William J. “The Myth of the ‘Weak’ American State.” American Historical Review 113 (June 2008): 752–72. doi:10.1086/ahr.113.3.752.”

Note that in Zotero/LO this is (still) rendered as expected, and also that the issue is not limited to chicago-author-date.csl but affects many styles.

@jgm jgm closed this as completed in 15f3c20 Sep 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant