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=http%3A%2F%2Fwww.uni-goettingen.de%2Fde%2Fdocument%2Fdownload%2F9d7c40531010bf5be953ccd9446e47ae.bib%2FGRK1644BibHomepage.bib&authorFirst=1&filter=keywords:thesis&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=http%3A%2F%2Fwww.uni-goettingen.de%2Fde%2Fdocument%2Fdownload%2F9d7c40531010bf5be953ccd9446e47ae.bib%2FGRK1644BibHomepage.bib&authorFirst=1&filter=keywords:thesis");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=http%3A%2F%2Fwww.uni-goettingen.de%2Fde%2Fdocument%2Fdownload%2F9d7c40531010bf5be953ccd9446e47ae.bib%2FGRK1644BibHomepage.bib&authorFirst=1&filter=keywords:thesis"></iframe>