Copy & paste any of the following snippets into an existing
page to embed this page. For more details see the
documention.
JavaScript
<script src="https://bibbase.org/show?bib=https://api.zotero.org/users/4976940/collections/ND94G4UR/items?format=bibtex&group0=author_short&fullnames=1&authorFirst=1&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=https://api.zotero.org/users/4976940/collections/ND94G4UR/items?format=bibtex&group0=author_short&fullnames=1&authorFirst=1");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=https://api.zotero.org/users/4976940/collections/ND94G4UR/items?format=bibtex&group0=author_short&fullnames=1&authorFirst=1"></iframe>