From 572d7bc3d16630f83bb73fc609c4ed4d7e01a1dc Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 26 Sep 2019 15:42:36 +0100 Subject: M51's displayed images now in the repository I had mistakenly forgot to include the four displayed M51 images into the Git repository of these slides. They were being read from a different directory on my system! They are now in the `img/' directory and all references to them in the LaTeX source of the slides has also been corrected. This issue was raised by Charles Twardy. Closes #4 --- img/m51-edge-default.pdf | Bin 0 -> 1949906 bytes img/m51-edge.pdf | Bin 0 -> 1950479 bytes img/m51-lf.pdf | Bin 0 -> 1933041 bytes img/m51-watkins-zoom.png | Bin 0 -> 296148 bytes reproducible-paper.tex | 9 ++++----- 5 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 img/m51-edge-default.pdf create mode 100644 img/m51-edge.pdf create mode 100644 img/m51-lf.pdf create mode 100644 img/m51-watkins-zoom.png diff --git a/img/m51-edge-default.pdf b/img/m51-edge-default.pdf new file mode 100644 index 0000000..a91ebd8 Binary files /dev/null and b/img/m51-edge-default.pdf differ diff --git a/img/m51-edge.pdf b/img/m51-edge.pdf new file mode 100644 index 0000000..5da1e69 Binary files /dev/null and b/img/m51-edge.pdf differ diff --git a/img/m51-lf.pdf b/img/m51-lf.pdf new file mode 100644 index 0000000..dee5d43 Binary files /dev/null and b/img/m51-lf.pdf differ diff --git a/img/m51-watkins-zoom.png b/img/m51-watkins-zoom.png new file mode 100644 index 0000000..6ffbf56 Binary files /dev/null and b/img/m51-watkins-zoom.png differ diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 7856137..1ddb16e 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -98,7 +98,6 @@ - \newcommand{\imgtdir}{/home/mohammad/documents/personal/professional/astronomy/talks/in-prep/images} \begin{frame}{Reproducibility is critically important in the sciences (example from astronomy)} \small \begin{columns} @@ -141,26 +140,26 @@ \node[anchor=south west,inner sep=0] (image) at (0,0.362\linewidth) {\includegraphics[width=0.495\linewidth] - {\imgtdir/m51-lf.pdf}}; + {img/m51-lf.pdf}}; \node[anchor=south,white,font={\small}] at (0.25\linewidth,0.362\linewidth) {Input image}; \node[anchor=south west,inner sep=0] (image) at (0.5\linewidth,0.362\linewidth) {\includegraphics[width=0.495\linewidth] - {\imgtdir/m51-edge-default.pdf}}; + {img/m51-edge-default.pdf}}; \node[anchor=south,white,font={\small}] at (0.75\linewidth,0.362\linewidth) {Default NoiseChisel}; \node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=0.495\linewidth] - {\imgtdir/m51-edge.pdf}}; + {img/m51-edge.pdf}}; \node[anchor=south,white,font={\small}] at (0.25\linewidth,0) {Optimized NoiseChisel}; \node[anchor=south west,inner sep=0] (image) at (0.5\linewidth,0) {\includegraphics[width=0.495\linewidth] - {\imgtdir/m51-watkins-zoom.png}}; + {img/m51-watkins-zoom.png}}; \node[anchor=south,black,font={\small}] at (0.75\linewidth,0) {Much deeper image}; \end{tikzpicture} -- cgit v1.2.1