-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbib.html
30 lines (29 loc) · 1.58 KB
/
bib.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html lang="de">
<style>
div {line-height: 1.8;}
li {line-height: 200%; font-weight: bold; font-size: 120%;}
</style>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zotero Example with JavaScript</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="https://www.w3schools.com/lib/w3data.js"></script>
</head>
<body>
<p>Das folgende Literaturverzeichnis ist automatisch aus <a href="https://www.zotero.org/groups/4472460/dhdagzz/">Zotero Group Library</a> erzeugt.</p>
<ul>
<li>Forschung</li>
<div w3-include-html="https://api.zotero.org/groups/4472460/collections/FK3UWFVP/items/top?format=bib&style=geistes-und-kulturwissenschaften-heilmann&linkwrap=1"></div>
<li>Kataloge</li>
<div w3-include-html="https://api.zotero.org/groups/4472460/collections/VXBUTCJQ/items/top?format=bib&style=geistes-und-kulturwissenschaften-heilmann&linkwrap=1"></div>
<li>Ressourcen</li>
<div w3-include-html="https://api.zotero.org/groups/4472460/collections/39V5FHJC/items/top?format=bib&style=geistes-und-kulturwissenschaften-heilmann&linkwrap=1"></div>
<li>Periodika-Forschung</li>
<div w3-include-html="https://api.zotero.org/groups/4472460/collections/B8TVA3GH/items/top?format=bib&style=geistes-und-kulturwissenschaften-heilmann&linkwrap=1"></div>
</ul>
<script>
w3IncludeHTML('');
</script>
</body>
</html>