Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions bib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<link rel="stylesheet" href="bibstyle.css"/>
<link href="../css/prism.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js"></script>
<script src="https://saswatpadhi.github.io/prismjs-bibtex/prism-bibtex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs-bibtex@2.1.0/prism-bibtex.js"
integrity="sha256-A5GMUmGHpY8mVpfcaRLQFeHtmdjZLumKBOMpf81FXX0="
crossorigin="anonymous" referrerpolicy="no-referrer">
</head>
<body>
<h1>Bibliographic entries of the book “<a href="../">Knowledge Graphs</a>”</h1>
<p>Here are the <span style="font-variant:small-caps">BibT<sub style="font-size:100%;">E</sub>X</span> entries used for the HTML version of the Knowledge Graphs book.</p>
<pre data-src="biblio.bib" class="language-bib"></pre>
<p>The code above is formatted using <a href="https://www.padhi.us/prismjs-bibtex/">prismjs-bibtex</a>, an extension of Prism that supports <span style="font-variant:small-caps">BibT<sub style="font-size:100%;">E</sub>X</span>.</p>
</body>
</html>
</html>
Loading