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=www.wi2.uni-trier.de/publications/WebpageEVER.bib&group0=year&css=www.wi2.uni-trier.de/publications/WI2.css&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=www.wi2.uni-trier.de/publications/WebpageEVER.bib&group0=year&css=www.wi2.uni-trier.de/publications/WI2.css");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=www.wi2.uni-trier.de/publications/WebpageEVER.bib&group0=year&css=www.wi2.uni-trier.de/publications/WI2.css"></iframe>