diff options
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/figure-branching.tex | 4 | ||||
-rw-r--r-- | tex/src/figure-src-inputconf.tex | 2 | ||||
-rw-r--r-- | tex/src/preamble-style.tex | 10 | ||||
-rw-r--r-- | tex/src/references.tex | 14 |
4 files changed, 22 insertions, 8 deletions
diff --git a/tex/src/figure-branching.tex b/tex/src/figure-branching.tex index e264746..a917987 100644 --- a/tex/src/figure-branching.tex +++ b/tex/src/figure-branching.tex @@ -81,7 +81,7 @@ %% Description of this scenario: \draw [rounded corners, fill=black!10!white] (3.1cm,0) rectangle (7.5cm,1.25cm); - \draw [anchor=west, black] (3.1cm,1.0cm) node {\small \textbf{Phase 1} (pre-publication):}; + \draw [anchor=west, black] (3.1cm,1.0cm) node {\textbf{(a)} pre-publication:}; \draw [anchor=west, black] (3.3cm,0.6cm) node {\footnotesize Collaborating on a project while}; \draw [anchor=west, black] (3.3cm,0.2cm) node {\footnotesize working in parallel, then merging.}; @@ -140,7 +140,7 @@ %% Description of this scenario: \draw [rounded corners, fill=black!10!white] (11.1cm,0) rectangle (15.3cm,1.25cm); - \draw [anchor=west, black] (11.1cm,1.0cm) node {\small \textbf{Phase 2} (post-publication):}; + \draw [anchor=west, black] (11.1cm,1.0cm) node {\textbf{(b)} post-publication:}; \draw [anchor=west, black] (11.3cm,0.6cm) node {\footnotesize Other researchers building upon}; \draw [anchor=west, black] (11.3cm,0.2cm) node {\footnotesize previously published work.}; \end{tikzpicture} diff --git a/tex/src/figure-src-inputconf.tex b/tex/src/figure-src-inputconf.tex index 1245dfb..fc3315d 100644 --- a/tex/src/figure-src-inputconf.tex +++ b/tex/src/figure-src-inputconf.tex @@ -3,6 +3,6 @@ \texttt{\mkvar{MK20DATA} = menke20.xlsx}\\ \texttt{\mkvar{MK20MD5}{ } = 8e4eee64791f351fec58680126d558a0}\\ \texttt{\mkvar{MK20SIZE} = 1.9MB}\\ - \texttt{\mkvar{MK20URL}{ } = https://the.full.url/is/too/large/for/here/media-1.xlsx}\\ + \texttt{\mkvar{MK20URL}{ } = https://the.full.url/is/too/large/to/show/here/media-1.xlsx}\\ \vspace{-3mm} \end{tcolorbox} diff --git a/tex/src/preamble-style.tex b/tex/src/preamble-style.tex index e20c73c..26deac9 100644 --- a/tex/src/preamble-style.tex +++ b/tex/src/preamble-style.tex @@ -115,19 +115,19 @@ \pagestyle{fancy} \lhead{\mplight\footnotesize Art.XX, page {\thepage} of \pageref{LastPage}} \chead{} -\rhead{\mplight\footnotesize Akhlaghi et al; Reproducible paper template} +\rhead{\mplight\footnotesize Akhlaghi, et al: Maneage, a Customizable Framework for Managing Data Lineage} \lfoot{} \cfoot{} \rfoot{} \renewcommand\headrulewidth{0.0pt} \renewcommand\footrulewidth{0.0pt} \fancypagestyle{firstpage} { - \lhead{\includegraphics[width=3.5cm]{tex/img/codata.png}} + \lhead{\includegraphics[width=3.5cm]{tex/img/codata.pdf}} \chead{} \rhead{\mplight\footnotesize - Akhlaghi, M, et al. 2019. Reproducible paper template\\ - \emph{Data Science Journal}, VV, NN, pp.1-N,\\ - DOI: https://doi.org/10.5334/dsj-XXXX-XXX} + 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}}} \lfoot{} \cfoot{} \rfoot{} diff --git a/tex/src/references.tex b/tex/src/references.tex index 510fc89..ef33d02 100644 --- a/tex/src/references.tex +++ b/tex/src/references.tex @@ -695,6 +695,20 @@ archivePrefix = {arXiv}, +@ARTICLE{austin17, + author = {{Claire C.} Austin and Theodora Bloom and Sünje Dallmeier-Tiessen and {Varsha K.} Khodiyar and Fiona Murphy and Amy Nurnberger and Lisa Raymond and Martina Stockhause and Jonathan Tedds and Mary Vardigan and Angus Whyte}, + title = {Key components of data publishing: using current best practices to develop a reference model for data publishing}, + journal = {International Journal on Digital Libraries}, + volume = {18}, + year = {2017}, + pages = {77}, + doi = {10.1007/s00799-016-0178-2}, +} + + + + + @ARTICLE{smith16, author = {Arfon M. Smith and Daniel S. Katz and Kyle E. Niemeyer}, title = {Software citation principles}, |