-
Notifications
You must be signed in to change notification settings - Fork 0
/
integration.txt
18 lines (17 loc) · 916 Bytes
/
integration.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="publications">
<table class="display" id="pubTable">
</table>
</div>
<script type="text/javascript" src="https://s-steinhorst.github.io/publications/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="https://s-steinhorst.github.io/publications/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://s-steinhorst.github.io/publications/BibTex-0.1.2.js"></script>
<script type="text/javascript" src="https://s-steinhorst.github.io/publications/bib-publication-list.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var linkElement = document.createElement("link");
linkElement.rel = "stylesheet";
linkElement.href = "https://s-steinhorst.github.io/publications/bib-publication-list-new.css";
document.head.appendChild(linkElement);
bibtexify("https://s-steinhorst.github.io/BIB/publications.bib", "pubTable");
});
</script>