forked from Informationspraxis/artikel-vorlage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
informationspraxis-artikel-vorlage.html
96 lines (85 loc) · 2.07 KB
/
informationspraxis-artikel-vorlage.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html$if(lang)$ lang="$lang$"$endif$>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
$for(author-meta)$
<meta name="author" content="$author-meta$">
$endfor$
$if(date-meta)$
<meta name="dcterms.date" content="$date-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$">
$endfor$
$if(math)$
$math$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
<header>
<div class="author">
<b>$for(author)$$author.name$$sep$, $endfor$</b>
</div>
<h1 class="title">$title$</h1>
<h2 class="abstract">Zusammenfassung</h2>
<p>$abstract$</p>
<h3 class="keywords">Schlüsselwörter</h3>
<p>$for(keywords)$$keywords$$sep$, $endfor$</p>
<h2>$title-en$</h2>
<h3 class="abstract">Abstract</h3>
<p>$abstract-en$</p>
<h3>Keywords</h3>
<p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p>
<h3>Classification</h3>
<p>$for(jita)$$jita$$sep$, $endfor$</p>
<hr>
<p>
<b>Einreichung / Annahme / Veröffentlichung:</b>
$received$ / $accepted$ / $published$
</p>
</header>
$if(toc)$
<nav id="$idprefix$TOC">
$toc$
</nav>
$endif$
$body$
<h2>AutorInnen</h2>
<ul>
$for(author)$
<li>
<div>$author.name$$if(author.email)$, $author.email$$endif$</div>
<div>
$if(author.affiliation)$$author.affiliation$$if(author.address)$, $endif$$endif$$if(author.address)$$author.address$$endif$
</div>
$if(author.url)$<div><a href="$author.url$">$author.url$</a></div>$endif$
<!-- TODO: author.orcid oder gnd -->
</li>
$endfor$
</ul>
$for(include-after)$
$include-after$
$endfor$
</body>
</html>