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%2Fccanonne.github.io%2Ftutorials%2Fcolt2021%2Fbibliography.bib&fullnames=1&theme=default&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=https%3A%2F%2Fccanonne.github.io%2Ftutorials%2Fcolt2021%2Fbibliography.bib&fullnames=1&theme=default");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=https%3A%2F%2Fccanonne.github.io%2Ftutorials%2Fcolt2021%2Fbibliography.bib&fullnames=1&theme=default"></iframe>