From 83fea2345105fa8887b3bfa9c3d908908a203b99 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 18 Apr 2020 03:46:16 +0100 Subject: Two papers cited, for research software and data management plans These are important aspects that are highly relevant to Maneage: its philosophy (the former) and usability (the latter). To add them, I tried to summarize some other parts of the paper. --- tex/src/preamble-style.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tex/src/preamble-style.tex') diff --git a/tex/src/preamble-style.tex b/tex/src/preamble-style.tex index 26deac9..82f9714 100644 --- a/tex/src/preamble-style.tex +++ b/tex/src/preamble-style.tex @@ -91,6 +91,9 @@ \newcommand{\tonote}[1]{{}} \fi +%% To print the creation date on the PDF. +\usepackage{datetime} + %% To have links. \usepackage[ colorlinks, @@ -127,7 +130,8 @@ \rhead{\mplight\footnotesize Akhlaghi, M, et al. 2020. Maneage, a Customizable Framework\\ for Managing Data Lineage. \emph{Data Science Journal}, VV,\\ - NN, pp.1-\pageref*{LastPage}. DOI: \href{https://doi.org/10.5334/dsj-XXXX-XXX}{\textcolor{black}{https://doi.org/10.5334/dsj-XXXX-XXX}}} + NN, pp.1-\pageref*{LastPage}. DOI: \href{https://doi.org/10.5334/dsj-XXXX-XXX}{\textcolor{black}{https://doi.org/10.5334/dsj-XXXX-XXX}}\\ + PDF created on: \currenttime{}, \today} \lfoot{} \cfoot{} \rfoot{} -- cgit v1.2.1