<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
Hi all,
<div><br>
<div>
<div>Just in case anyone might be interested in this — I’ve written a small JavaScript package which provides author-year citations and formatted bibliographies in web pages.  Inline citations are automatically generated and a formatted bibliography (using
 chicago, harvard, or a few other styles) can be inserted wherever you want.  It supports multiple bibliographies in the page, too.</div>
</div>
</div>
<div><br>
</div>
<div>The package uses a local BibTeX database file for the entry information, and scans the html code looking for expressions like "\citet[pg. 120]{Prince:1999}", replacing that with “Prince (1999, pg. 120)” and then generating a full bibliography entry using
 citation.js.</div>
<div><br>
</div>
<div>More information can be found here:</div>
<div><br>
</div>
<div></div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div><a href="https://jmckalex.org/software/bibtex-in-webpages.html">https://jmckalex.org/software/bibtex-in-webpages.html</a></div>
</blockquote>
<br>
<div>Please note this is a beta version, but I’ve used it and it works for me.  Any bug reports or suggestions (or help making it better) would be appreciated!  And apologies if this is old news, but I spent some time search and I didn’t find anything which
 quite worked the way I wanted it to.</div>
<div><br>
</div>
<div>Best wishes,</div>
<div><br>
</div>
<div>Jason</div>
</body>
</html>