diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-09-15 19:15:18 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-09-15 19:16:46 +0200 |
commit | 883357ab878998b906f4775936de054b9950d264 (patch) | |
tree | 6ce60f2a96ee2d4d96035f0ac08c5a2375f024ce | |
parent | 65633b48a02cee909c822dfb96f79b21bdc447c8 (diff) |
Clickable DOI on paper showing Nature's reproducibility crisis
Until now, there was was just a bibliography of the paper, with no DOI
or clickable link.
With this commit, a click-able DOI is now available to help the view
immediately access the main source of the figure.
-rw-r--r-- | slides-intro-short.tex | 3 | ||||
-rw-r--r-- | slides-intro.tex | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/slides-intro-short.tex b/slides-intro-short.tex index fc4ac1b..9dcfa70 100644 --- a/slides-intro-short.tex +++ b/slides-intro-short.tex @@ -193,8 +193,7 @@ - - \begin{frame}{``Reproducibility crisis'' in the sciences? (Baker 2016, Nature 533, 452)} + \begin{frame}{``Reproducibility crisis'' in the sciences? (Baker 2016, Nature 533, 452, \textcolor{blue}{\href{https://doi.org/10.1038/533452a}{DOI:10.1038/533452a}})} \centering \includegraphics[width=0.85\linewidth]{img/reproducibility-crisis.jpg} \end{frame} diff --git a/slides-intro.tex b/slides-intro.tex index 35d71cc..d4a90b1 100644 --- a/slides-intro.tex +++ b/slides-intro.tex @@ -229,7 +229,7 @@ for computational reproducibility] \end{frame} - \begin{frame}{``Reproducibility crisis'' in the sciences? (Baker 2016, Nature 533, 452)} + \begin{frame}{``Reproducibility crisis'' in the sciences? (Baker 2016, Nature 533, 452, \textcolor{blue}{\href{https://doi.org/10.1038/533452a}{DOI:10.1038/533452a}})} \centering \includegraphics[width=0.85\linewidth]{img/reproducibility-crisis.jpg} \end{frame} |