Templates für Konvertierung überarbeitet

This commit is contained in:
Felix Lohmeier 2019-06-06 18:14:26 +02:00
parent 55782df97a
commit b6ce8df20a
4 changed files with 59 additions and 96 deletions

BIN
cc-by.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -4,17 +4,9 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="generator" content="pandoc"> <meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
$for(author-meta)$ <meta name="author" content="$author$">
<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> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style> <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)$ $if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style> <style type="text/css">q { quotes: "“" "”" "" ""; }</style>
$endif$ $endif$
@ -39,52 +31,49 @@ $include-before$
$endfor$ $endfor$
<header> <header>
<div class="author"> <p>DOI: <a href="https://doi.org/$identifier$">https://doi.org/$identifier$</a></p>
<b>$for(author)$$author.name$$sep$, $endfor$</b> <p class="author"><b>$author$</b></p>
</div>
<h1 class="title">$title$</h1> <h1 class="title">$title$</h1>
<h2 class="abstract">Zusammenfassung</h2> <h3 class="abstract">Zusammenfassung</h3>
<p>$abstract$</p> <p>$abstract$</p>
<h3 class="keywords">Schlüsselwörter</h3> <h3 class="keywords">Schlüsselwörter</h3>
<p>$for(keywords)$$keywords$$sep$, $endfor$</p> <p>$for(keywords)$$keywords$$sep$, $endfor$</p>
<h2>$title-en$</h2> <h1 class="title">$title-en$</h2>
<h3 class="abstract">Abstract</h3> <h3 class="abstract">Abstract</h3>
<p>$abstract-en$</p> <p>$abstract-en$</p>
<h3 class="keywords">Keywords</h3>
<h3>Keywords</h3>
<p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p> <p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p>
$if(jita)$
<h3>Classification</h3> <h3>Classification</h3>
<p>$for(jita)$$jita$$sep$, $endfor$</p> <p>$for(jita)$$jita$$sep$, $endfor$</p>
$endif$
<hr> <hr>
<p> <p><b>Veröffentlichung:</b> $date$ in $publisher$</p>
<b>Einreichung / Annahme / Veröffentlichung:</b> <hr>
$received$ / $accepted$ / $published$
</p>
</header> </header>
$if(toc)$ $if(toc)$
<h1>Inhaltsverzeichnis</h1>
<nav id="$idprefix$TOC"> <nav id="$idprefix$TOC">
$toc$ $toc$
</nav> </nav>
$endif$ $endif$
$body$ $body$
<hr>
<h2>AutorInnen</h2> <h2>AutorInnen</h2>
<ul> <ul>
$for(author)$ $for(author-detail)$
<li> <li>
<div>$author.name$$if(author.email)$, $author.email$$endif$</div> <div>$author-detail.name$$if(author-detail.email)$, $author-detail.email$$endif$</div>
<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.affiliation)$$author.affiliation$$if(author.address)$, $endif$$endif$$if(author.address)$$author.address$$endif$ $if(author-detail.url)$<div><a href="$author-detail.url$">$author-detail.url$</a></div>$endif$
</div> $if(author-detail.orcid)$<div><a href="https://orcid.org/$author-detail.orcid$">https://orcid.org/$author-detail.orcid$</a></div>$endif$
$if(author.url)$<div><a href="$author.url$">$author.url$</a></div>$endif$
<!-- TODO: author.orcid oder gnd -->
</li> </li>
$endfor$ $endfor$
</ul> </ul>

View File

@ -59,11 +59,11 @@ $if(colorlinks)$
\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref \PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref
$endif$ $endif$
\hypersetup{unicode=true, \hypersetup{unicode=true,
$if(title-meta)$ $if(title)$
pdftitle={$title-meta$}, pdftitle={$title$},
$endif$ $endif$
$if(author-meta)$ $if(author)$
pdfauthor={$author-meta$}, pdfauthor={$author$},
$endif$ $endif$
$if(keywords)$ $if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$}, pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
@ -212,31 +212,26 @@ $endfor$
%% Kopfzeile & Fußzeile ab zweiter Seite %% Kopfzeile & Fußzeile ab zweiter Seite
\pagestyle{fancy} \pagestyle{fancy}
\lhead{\footnotesize \lfoot{\footnotesize
$for(author)$$author.name$$sep$, $endfor$: $if(author-short)$$author-short$: $title-short$$endif$
$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$
} }
\rfoot{\textbf{\thepage}} \rfoot{\textbf{\thepage}}
%% Kopfzeile & Fußzeile Titelseite %% Kopfzeile & Fußzeile Titelseite
\fancypagestyle{plain}{ \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 \rhead{\footnotesize
\textbf{$issue$ ($year$)}$if(category)$\\$category$$endif$} \textbf{$publisher$}$if(category)$\\$category$$endif$}
\cfoot{}\rfoot{} \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 \makeatletter
% Titelseite % Titelseite
\renewcommand\@maketitle{ \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} \section*{\@title}
@ -260,19 +255,15 @@ $endfor$
$for(keywords-en)$$keywords-en$$sep$, $endfor$ $for(keywords-en)$$keywords-en$$sep$, $endfor$
$endif$ $endif$
$if(jita)$
\subsubsection*{Classification} \subsubsection*{Classification}
$for(jita)$$jita$$sep$\\ $endfor$ $for(jita)$$jita$$sep$\\ $endfor$
$endif$
\vfill \vfill
{\small {\small
{\bfseries Einreichung {\bfseries Veröffentlichung}\\
$if(accepted)$/ Annahme$endif$ $date$ in $publisher$
$if(published)$/ Veröffentlichung$endif$
}\\
$received$
$if(accepted)$/ $accepted$
$if(published)$/ $published$$endif$
$else${\bfseries\textcolor{red}{REVIEW-VERSION}}$endif$
} }
\pagebreak \pagebreak
} }
@ -289,8 +280,8 @@ $if(subtitle)$
\providecommand{\subtitle}[1]{} \providecommand{\subtitle}[1]{}
\subtitle{$subtitle$} \subtitle{$subtitle$}
$endif$ $endif$
$if(author)$ $if(author-detail)$
\author{$for(author)$$author$$sep$ \and $endfor$} \author{$for(author-detail)$$author-detail$$sep$ \and $endfor$}
$endif$ $endif$
$if(institute)$ $if(institute)$
\institute{$for(institute)$$institute$$sep$ \and $endfor$} \institute{$for(institute)$$institute$$sep$ \and $endfor$}
@ -301,11 +292,6 @@ $endif$
$if(title)$ $if(title)$
\maketitle \maketitle
$endif$ $endif$
$if(abstract)$
\begin{abstract}
$abstract$
\end{abstract}
$endif$
$for(include-before)$ $for(include-before)$
$include-before$ $include-before$
@ -350,15 +336,15 @@ $endif$
\subsection*{AutorInnen} \subsection*{AutorInnen}
\begin{itemize} \begin{itemize}
$for(author)$ $for(author-detail)$
\item \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$ $endfor$
\end{itemize} \end{itemize}

View File

@ -1,49 +1,37 @@
--- ---
# Jeder Artikel muss mit Metadaten versehen sein.
# Diese Datei kann dazu als Vorlage verwendet werden.
# Von den AutorInnen vergebene Metadaten # Von den AutorInnen vergebene Metadaten
title: Deutscher Titel title: Deutscher Titel
title-en: English title title-en: English title
author: author: Vorname NACHNAME, Vorname NACHNAME
author-detail:
- name: Vorname Nachname - name: Vorname Nachname
email: vorname@email.tld email: name@beispiel.de
url: http://example.org/ url: http://example.org
orcid: 0000-0000-0000-0001
- name: Vorname Nachname - name: Vorname Nachname
email: vorname@email.tld email: name@beispiel.de
affiliation: Beispielorganisation affiliation: Beispielorganisation
address: Beispielstraße 123, 00000 Dingshausen address: Beispielstraße 123, 00000 Dingshausen
abstract: abstract:
Jeder Artikel muss eine Zusammenfassung in deutscher Sprache enthalten. Die 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.
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.
abstract-en: abstract-en:
Every article must conatain an English abstract. The abstract is limited to one Every article must contain an English abstract. The abstract is limited to one paragraph and up to 700 characters.
paragraph and up to 700 characters.
keywords: keywords:
- Schlüsselwort 1 - Schlüsselwort 1
- Schlüsselwort 2 - Schlüsselwort 2
- Schlüsselwort 3 - Schlüsselwort 3 (max 5)
- ...
keywords-en: keywords-en:
- keyword 1 - keyword 1
- keyword 2 - keyword 2
- keyword 3 - keyword 3 (max 5)
- ...
jita:
- A. Theoretische und allgemeine Aspekte von Bibliotheken und Informationen
- GI. Weiterbildung
license: CC-BY-SA 4.0
# Von der Redaktion vergebene Metadaten # Von der Redaktion vergebene Metadaten
author-short: Nachname/Nachname
title-short: Kurztitel
category: Fachbeitrag category: Fachbeitrag
year: 2014 date: 10.03.2019
issue: 1 identifier: 10.11588/ip.2019.1.52673
received: 6.10.2014 publisher: Informationspraxis Bd. 5, Nr. 1 (2019)
accepted: 12.11.2014 lang: de
published: 3.12.2014 rights: CC-BY 4.0
doi: 123.456/7890abcde
... ...