Templates für Konvertierung überarbeitet
This commit is contained in:
parent
55782df97a
commit
b6ce8df20a
|
@ -4,17 +4,9 @@
|
|||
<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$
|
||||
<meta name="author" content="$author$">
|
||||
<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$
|
||||
|
@ -39,52 +31,49 @@ $include-before$
|
|||
$endfor$
|
||||
|
||||
<header>
|
||||
<div class="author">
|
||||
<b>$for(author)$$author.name$$sep$, $endfor$</b>
|
||||
</div>
|
||||
<p>DOI: <a href="https://doi.org/$identifier$">https://doi.org/$identifier$</a></p>
|
||||
<p class="author"><b>$author$</b></p>
|
||||
<h1 class="title">$title$</h1>
|
||||
<h2 class="abstract">Zusammenfassung</h2>
|
||||
<h3 class="abstract">Zusammenfassung</h3>
|
||||
<p>$abstract$</p>
|
||||
<h3 class="keywords">Schlüsselwörter</h3>
|
||||
<p>$for(keywords)$$keywords$$sep$, $endfor$</p>
|
||||
|
||||
<h2>$title-en$</h2>
|
||||
<h1 class="title">$title-en$</h2>
|
||||
<h3 class="abstract">Abstract</h3>
|
||||
<p>$abstract-en$</p>
|
||||
|
||||
<h3>Keywords</h3>
|
||||
<h3 class="keywords">Keywords</h3>
|
||||
<p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p>
|
||||
|
||||
$if(jita)$
|
||||
<h3>Classification</h3>
|
||||
<p>$for(jita)$$jita$$sep$, $endfor$</p>
|
||||
$endif$
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
<b>Einreichung / Annahme / Veröffentlichung:</b>
|
||||
$received$ / $accepted$ / $published$
|
||||
</p>
|
||||
<p><b>Veröffentlichung:</b> $date$ in $publisher$</p>
|
||||
<hr>
|
||||
|
||||
</header>
|
||||
|
||||
$if(toc)$
|
||||
<h1>Inhaltsverzeichnis</h1>
|
||||
<nav id="$idprefix$TOC">
|
||||
$toc$
|
||||
</nav>
|
||||
$endif$
|
||||
$body$
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>AutorInnen</h2>
|
||||
<ul>
|
||||
$for(author)$
|
||||
$for(author-detail)$
|
||||
<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 -->
|
||||
|
||||
<div>$author-detail.name$$if(author-detail.email)$, $author-detail.email$$endif$</div>
|
||||
$if(author-detail.affiliation)$<div>$author-detail.affiliation$$if(author-detail.address)$, $endif$$endif$$if(author-detail.address)$$author-detail.address$</div>$endif$
|
||||
$if(author-detail.url)$<div><a href="$author-detail.url$">$author-detail.url$</a></div>$endif$
|
||||
$if(author-detail.orcid)$<div><a href="https://orcid.org/$author-detail.orcid$">https://orcid.org/$author-detail.orcid$</a></div>$endif$
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
||||
|
|
|
@ -59,11 +59,11 @@ $if(colorlinks)$
|
|||
\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref
|
||||
$endif$
|
||||
\hypersetup{unicode=true,
|
||||
$if(title-meta)$
|
||||
pdftitle={$title-meta$},
|
||||
$if(title)$
|
||||
pdftitle={$title$},
|
||||
$endif$
|
||||
$if(author-meta)$
|
||||
pdfauthor={$author-meta$},
|
||||
$if(author)$
|
||||
pdfauthor={$author$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
|
||||
|
@ -212,31 +212,26 @@ $endfor$
|
|||
|
||||
%% Kopfzeile & Fußzeile ab zweiter Seite
|
||||
\pagestyle{fancy}
|
||||
\lhead{\footnotesize
|
||||
$for(author)$$author.name$$sep$, $endfor$:
|
||||
$if(title-short)$$title-short$$else$$title$$endif$
|
||||
}
|
||||
\lfoot{\footnotesize
|
||||
\href{http://www.informationspraxis.de}{\underline{\smash{www.informationspraxis.de}}}
|
||||
$if(license)$\\$license$$endif$
|
||||
}
|
||||
\cfoot{\footnotesize $if(doi)$\href{http://dx.doi.org/$doi$}{doi $doi$}$else$
|
||||
\leavevmode\color{red}\textbf{$if(accepted)$PREPRINT$else$REVIEW-VERSION$endif$}$endif$
|
||||
\lfoot{\footnotesize
|
||||
$if(author-short)$$author-short$: $title-short$$endif$
|
||||
}
|
||||
\rfoot{\textbf{\thepage}}
|
||||
|
||||
%% Kopfzeile & Fußzeile Titelseite
|
||||
\fancypagestyle{plain}{
|
||||
\lhead{\includegraphics[width=11.3mm,height=10.5mm]{ip-logo.png}}
|
||||
\lhead{\href{http://www.informationspraxis.de}{\includegraphics[width=11.3mm,height=10.5mm]{ip-logo.png}}}
|
||||
\rhead{\footnotesize
|
||||
\textbf{$issue$ ($year$)}$if(category)$\\$category$$endif$}
|
||||
\cfoot{}\rfoot{}
|
||||
\textbf{$publisher$}$if(category)$\\$category$$endif$}
|
||||
\lfoot{\footnotesize\href{http://creativecommons.org/licenses/by/4.0/}{\includegraphics[width=20.mm]{cc-by.png}} Dieses Werk steht unter der Lizenz \href{http://creativecommons.org/licenses/by/4.0/}{Creative Commons Namensnennung 4.0 International}}
|
||||
\rfoot{}
|
||||
}
|
||||
|
||||
\makeatletter
|
||||
% Titelseite
|
||||
\renewcommand\@maketitle{
|
||||
{\bfseries $for(author)$$author.name$$sep$, $endfor$ \par}
|
||||
$if(identifier)$\href{https://doi.org/$identifier$}{DOI: https://doi.org/$identifier$}$endif$ \\
|
||||
|
||||
{\bfseries $for(author-detail)$$author-detail.name$$sep$, $endfor$ \par}
|
||||
|
||||
\section*{\@title}
|
||||
|
||||
|
@ -260,19 +255,15 @@ $endfor$
|
|||
$for(keywords-en)$$keywords-en$$sep$, $endfor$
|
||||
$endif$
|
||||
|
||||
$if(jita)$
|
||||
\subsubsection*{Classification}
|
||||
$for(jita)$$jita$$sep$\\ $endfor$
|
||||
$endif$
|
||||
|
||||
\vfill
|
||||
{\small
|
||||
{\bfseries Einreichung
|
||||
$if(accepted)$/ Annahme$endif$
|
||||
$if(published)$/ Veröffentlichung$endif$
|
||||
}\\
|
||||
$received$
|
||||
$if(accepted)$/ $accepted$
|
||||
$if(published)$/ $published$$endif$
|
||||
$else${\bfseries\textcolor{red}{REVIEW-VERSION}}$endif$
|
||||
{\bfseries Veröffentlichung}\\
|
||||
$date$ in $publisher$
|
||||
}
|
||||
\pagebreak
|
||||
}
|
||||
|
@ -289,8 +280,8 @@ $if(subtitle)$
|
|||
\providecommand{\subtitle}[1]{}
|
||||
\subtitle{$subtitle$}
|
||||
$endif$
|
||||
$if(author)$
|
||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||
$if(author-detail)$
|
||||
\author{$for(author-detail)$$author-detail$$sep$ \and $endfor$}
|
||||
$endif$
|
||||
$if(institute)$
|
||||
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
|
||||
|
@ -301,11 +292,6 @@ $endif$
|
|||
$if(title)$
|
||||
\maketitle
|
||||
$endif$
|
||||
$if(abstract)$
|
||||
\begin{abstract}
|
||||
$abstract$
|
||||
\end{abstract}
|
||||
$endif$
|
||||
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
|
@ -350,15 +336,15 @@ $endif$
|
|||
|
||||
\subsection*{AutorInnen}
|
||||
\begin{itemize}
|
||||
$for(author)$
|
||||
$for(author-detail)$
|
||||
\item
|
||||
$author.name$$if(author.email)$, $author.email$$endif$
|
||||
$author-detail.name$$if(author-detail.email)$, $author-detail.email$$endif$
|
||||
|
||||
$if(author.affiliation)$$author.affiliation$$if(author.address)$, $endif$$endif$$if(author.address)$$author.address$$endif$
|
||||
$if(author-detail.affiliation)$$author-detail.affiliation$$if(author-detail.address)$, $endif$$endif$$if(author-detail.address)$$author-detail.address$$endif$
|
||||
|
||||
$if(author.url)$ \url{$author.url$}$endif$
|
||||
$if(author-detail.url)$ \url{$author-detail.url$}$endif$
|
||||
|
||||
% TODO: author.orcid oder gnd
|
||||
$if(author-detail.orcid)$ \href{https://orcid.org/$author-detail.orcid$}{https://orcid.org/$author-detail.orcid$}$endif$
|
||||
|
||||
$endfor$
|
||||
\end{itemize}
|
||||
|
|
|
@ -1,49 +1,37 @@
|
|||
---
|
||||
# Jeder Artikel muss mit Metadaten versehen sein.
|
||||
# Diese Datei kann dazu als Vorlage verwendet werden.
|
||||
|
||||
# Von den AutorInnen vergebene Metadaten
|
||||
title: Deutscher Titel
|
||||
title-en: English title
|
||||
author:
|
||||
author: Vorname NACHNAME, Vorname NACHNAME
|
||||
author-detail:
|
||||
- name: Vorname Nachname
|
||||
email: vorname@email.tld
|
||||
url: http://example.org/
|
||||
email: name@beispiel.de
|
||||
url: http://example.org
|
||||
orcid: 0000-0000-0000-0001
|
||||
- name: Vorname Nachname
|
||||
email: vorname@email.tld
|
||||
email: name@beispiel.de
|
||||
affiliation: Beispielorganisation
|
||||
address: Beispielstraße 123, 00000 Dingshausen
|
||||
abstract:
|
||||
Jeder Artikel muss eine Zusammenfassung in deutscher Sprache enthalten. Die
|
||||
Zusammenfassung soll einen kurzen und vollständigen Überblick über den Inhalt
|
||||
des Artikels geben. Die wichtgisten Ergebnisse, Hintergrund und Vorgehensweise
|
||||
des Artikels sollten klar nachvollziehbar aus der Zusammenfassung hervorgehen.
|
||||
Der Umfang der Zusammenfassung ist auf 700 Zeichen (incl. Leerzeichen)
|
||||
beschränkt. Die Zusammenfassung sollte aus einem einzelnen Absatz bestehen.
|
||||
Jeder Artikel muss eine Zusammenfassung in deutscher Sprache enthalten. Die Zusammenfassung soll einen kurzen und vollständigen Überblick über den Inhalt des Artikels geben. Die wichtigsten Ergebnisse, Hintergrund und Vorgehensweise des Artikels sollten klar nachvollziehbar aus der Zusammenfassung hervorgehen. Der Umfang der Zusammenfassung ist auf 700 Zeichen (incl. Leerzeichen) beschränkt. Die Zusammenfassung sollte aus einem einzelnen Absatz bestehen.
|
||||
abstract-en:
|
||||
Every article must conatain an English abstract. The abstract is limited to one
|
||||
paragraph and up to 700 characters.
|
||||
Every article must contain an English abstract. The abstract is limited to one paragraph and up to 700 characters.
|
||||
keywords:
|
||||
- Schlüsselwort 1
|
||||
- Schlüsselwort 2
|
||||
- Schlüsselwort 3
|
||||
- ...
|
||||
- Schlüsselwort 3 (max 5)
|
||||
keywords-en:
|
||||
- keyword 1
|
||||
- keyword 2
|
||||
- keyword 3
|
||||
- ...
|
||||
jita:
|
||||
- A. Theoretische und allgemeine Aspekte von Bibliotheken und Informationen
|
||||
- GI. Weiterbildung
|
||||
license: CC-BY-SA 4.0
|
||||
- keyword 3 (max 5)
|
||||
|
||||
# Von der Redaktion vergebene Metadaten
|
||||
author-short: Nachname/Nachname
|
||||
title-short: Kurztitel
|
||||
category: Fachbeitrag
|
||||
year: 2014
|
||||
issue: 1
|
||||
received: 6.10.2014
|
||||
accepted: 12.11.2014
|
||||
published: 3.12.2014
|
||||
doi: 123.456/7890abcde
|
||||
date: 10.03.2019
|
||||
identifier: 10.11588/ip.2019.1.52673
|
||||
publisher: Informationspraxis Bd. 5, Nr. 1 (2019)
|
||||
lang: de
|
||||
rights: CC-BY 4.0
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue