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%3A%2F%2Fapi.zotero.org%2Fusers%2F4976940%2Fcollections%2FNVP3S3XU%2Fitems%3Fkey%3DHB5ooAZGCiqh7e2wvqkMNOn0%26format%3Dbibtex%26limit%3D100&group0=author_short&fullnames=1&authorFirst=1&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fusers%2F4976940%2Fcollections%2FNVP3S3XU%2Fitems%3Fkey%3DHB5ooAZGCiqh7e2wvqkMNOn0%26format%3Dbibtex%26limit%3D100&group0=author_short&fullnames=1&authorFirst=1");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fusers%2F4976940%2Fcollections%2FNVP3S3XU%2Fitems%3Fkey%3DHB5ooAZGCiqh7e2wvqkMNOn0%26format%3Dbibtex%26limit%3D100&group0=author_short&fullnames=1&authorFirst=1"></iframe>