aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-09-26 15:42:36 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-09-26 15:42:36 +0100
commit572d7bc3d16630f83bb73fc609c4ed4d7e01a1dc (patch)
treea62c09d45e9d29c04ec3a1603c9169edc2251dcc
parent8ab3bdb0c4107952e4225a7167ba41f2b8878214 (diff)
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
-rw-r--r--img/m51-edge-default.pdfbin0 -> 1949906 bytes
-rw-r--r--img/m51-edge.pdfbin0 -> 1950479 bytes
-rw-r--r--img/m51-lf.pdfbin0 -> 1933041 bytes
-rw-r--r--img/m51-watkins-zoom.pngbin0 -> 296148 bytes
-rw-r--r--reproducible-paper.tex9
5 files changed, 4 insertions, 5 deletions
diff --git a/img/m51-edge-default.pdf b/img/m51-edge-default.pdf
new file mode 100644
index 0000000..a91ebd8
--- /dev/null
+++ b/img/m51-edge-default.pdf
Binary files differ
diff --git a/img/m51-edge.pdf b/img/m51-edge.pdf
new file mode 100644
index 0000000..5da1e69
--- /dev/null
+++ b/img/m51-edge.pdf
Binary files differ
diff --git a/img/m51-lf.pdf b/img/m51-lf.pdf
new file mode 100644
index 0000000..dee5d43
--- /dev/null
+++ b/img/m51-lf.pdf
Binary files differ
diff --git a/img/m51-watkins-zoom.png b/img/m51-watkins-zoom.png
new file mode 100644
index 0000000..6ffbf56
--- /dev/null
+++ b/img/m51-watkins-zoom.png
Binary files 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}