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{} \fancyhead{}
\fancyfoot{} \fancyfoot{}
\renewcommand{\headrulewidth}{0pt} \renewcommand{\headrulewidth}{0pt}
%% Kopfzeile & Fußzeile folgende Seiten
%% Kopfzeile & Fußzeile ab zweiter Seite
\pagestyle{fancy} \pagestyle{fancy}
\lhead{\footnotesize $for(author)$$author.name$$sep$, $endfor$: $title$} \lhead{\footnotesize $for(author)$$author.name$$sep$, $endfor$: $title$}
\lfoot{\footnotesize \lfoot{\footnotesize
\href{http://www.informationspraxis.de}{\underline{\smash{www.informationspraxis.de}}} \href{http://www.informationspraxis.de}{\underline{\smash{www.informationspraxis.de}}}
$if(doi)$\;/\; \href{http://dx.doi.org/$doi$}{doi $doi$}$endif$ $if(doi)$\;/\; \href{http://dx.doi.org/$doi$}{doi $doi$}$endif$
$if(license)$\\$license.short$$endif$ $if(license)$\\$license$$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{\includegraphics[width=11.3mm,height=10.5mm]{ip-logo.png}}
\rhead{\footnotesize \rhead{\footnotesize
\textbf{$year$} / $issue$ % TODO: month, day ? \textbf{$issue$ ($year$)}
$if(category)$\\ $category$$endif$ $if(category)$\\ $category$$endif$
} }
\cfoot{}\rfoot{} \cfoot{}\rfoot{}
} }
\usepackage[small,figurename=Abbildung,tablename=Tabelle]{caption}
\makeatletter \makeatletter
% Titelseite
\renewcommand\@maketitle{ \renewcommand\@maketitle{
% TODO: affiliation, email, ...
% \subsection*{$for(author)$$author.name$$sep$, $endfor$}
{\bfseries $for(author)$$author.name$$sep$, $endfor$ \par} {\bfseries $for(author)$$author.name$$sep$, $endfor$ \par}
\section*{\@title} \section*{\@title}
@ -190,9 +189,16 @@ $endif$
\subsubsection*{Classification} \subsubsection*{Classification}
$for(jita)$$jita$$sep$, $endfor$ $for(jita)$$jita$$sep$, $endfor$
\vfill
{\small
{\bfseries Datum der Einreichung / Annahme / Veröffentlichung}\\
$received$ / $accepted$ / $published$}
\pagebreak \pagebreak
} }
\usepackage[small,figurename=Abbildung,tablename=Tabelle]{caption}
$if(endnotes)$ $if(endnotes)$
\usepackage{endnotes} \usepackage{endnotes}
\let\footnote\endnote \let\footnote\endnote
@ -274,7 +280,7 @@ $for(author)$
\item \item
$author.name$$if(author.email)$, $author.email$$endif$ $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$ $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: Deutscher Titel
title-en: English title title-en: English title
year: 2014
issue: 1 # ???
author: author:
- name: Vorname Nachname - name: Vorname Nachname
email: vorname@email.tld email: vorname@email.tld
@ -10,6 +12,7 @@ author:
- name: Vorname Nachname - name: Vorname Nachname
email: vorname@email.tld email: vorname@email.tld
affiliation: Beispielorganisation affiliation: Beispielorganisation
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 Zusammenfassung soll einen kurzen und vollständigen Überblick über den Inhalt
@ -33,9 +36,14 @@ keywords-en:
jita: jita:
- A. Theoretische und allgemeine Aspekte von Bibliotheken und Informationen - A. Theoretische und allgemeine Aspekte von Bibliotheken und Informationen
- GI. Weiterbildung - GI. Weiterbildung
license: CC-BY-SA 4.0
# Von der Redaktion vergebene Metadaten
category: Fachbeitrag category: Fachbeitrag
license: year: 2014
short: CC-BY-SA 4.0 issue: 1
received: 6.10.2014
accepted: 12.11.2014
published: 3.12.2014
doi: 123.456/7890abcde doi: 123.456/7890abcde
... ...