weitere Artikel-Metadaten

This commit is contained in:
Jakob Voss 2014-09-16 09:38:49 +02:00
parent d7c385c0a7
commit c373d058f0
2 changed files with 26 additions and 12 deletions

View File

@ -145,31 +145,30 @@ $endif$
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
%% Kopfzeile & Fußzeile folgende Seiten
%% Kopfzeile & Fußzeile ab zweiter Seite
\pagestyle{fancy}
\lhead{\footnotesize $for(author)$$author.name$$sep$, $endfor$: $title$}
\lfoot{\footnotesize
\href{http://www.informationspraxis.de}{\underline{\smash{www.informationspraxis.de}}}
$if(doi)$\;/\; \href{http://dx.doi.org/$doi$}{doi $doi$}$endif$
$if(license)$\\$license.short$$endif$
$if(license)$\\$license$$endif$
}
\rfoot{\textbf{\thepage}}
%% Kopfzeile & Fußzeile Titelseite
\fancypagestyle{plain}{
\lhead{\includegraphics[width=11.3mm,height=10.5mm]{ip-logo.png}}
\rhead{\footnotesize
\textbf{$year$} / $issue$ % TODO: month, day ?
\textbf{$issue$ ($year$)}
$if(category)$\\ $category$$endif$
}
\cfoot{}\rfoot{}
}
\usepackage[small,figurename=Abbildung,tablename=Tabelle]{caption}
\makeatletter
% Titelseite
\renewcommand\@maketitle{
% TODO: affiliation, email, ...
% \subsection*{$for(author)$$author.name$$sep$, $endfor$}
{\bfseries $for(author)$$author.name$$sep$, $endfor$ \par}
\section*{\@title}
@ -190,9 +189,16 @@ $endif$
\subsubsection*{Classification}
$for(jita)$$jita$$sep$, $endfor$
\vfill
{\small
{\bfseries Datum der Einreichung / Annahme / Veröffentlichung}\\
$received$ / $accepted$ / $published$}
\pagebreak
}
\usepackage[small,figurename=Abbildung,tablename=Tabelle]{caption}
$if(endnotes)$
\usepackage{endnotes}
\let\footnote\endnote
@ -274,7 +280,7 @@ $for(author)$
\item
$author.name$$if(author.email)$, $author.email$$endif$
$if(author.affiliation)$$author.affiliation$$if(author.address)$,$endif$$endif$$if(author.address)$$author.address$$endif$
$if(author.affiliation)$$author.affiliation$$if(author.address)$, $endif$$endif$$if(author.address)$$author.address$$endif$
$if(author.url)$ \url{$author.url$}$endif$

View File

@ -1,8 +1,10 @@
---
# 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
year: 2014
issue: 1 # ???
author:
- name: Vorname Nachname
email: vorname@email.tld
@ -10,6 +12,7 @@ author:
- name: Vorname Nachname
email: vorname@email.tld
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
@ -33,9 +36,14 @@ keywords-en:
jita:
- A. Theoretische und allgemeine Aspekte von Bibliotheken und Informationen
- GI. Weiterbildung
license: CC-BY-SA 4.0
# Von der Redaktion vergebene Metadaten
category: Fachbeitrag
license:
short: CC-BY-SA 4.0
year: 2014
issue: 1
received: 6.10.2014
accepted: 12.11.2014
published: 3.12.2014
doi: 123.456/7890abcde
...