From: Don Armstrong Date: Sun, 18 Oct 2015 23:58:44 +0000 (-0700) Subject: download spalax and reduced AA alphabet figures X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=390a66e9b6b0ead6e5273c082ac094ede957db47;p=diamond_presentation.git download spalax and reduced AA alphabet figures --- diff --git a/figures/.gitignore b/figures/.gitignore index c711c46..e8c4a45 100644 --- a/figures/.gitignore +++ b/figures/.gitignore @@ -3,3 +3,5 @@ igb_wordmarks.zip relevant_xkcd.png uofi_mark.pdf uofi_mark.zip +reduced_alphabet.png +spalax.jpg \ No newline at end of file diff --git a/figures/Makefile b/figures/Makefile index 516d6ce..d5fb6ee 100644 --- a/figures/Makefile +++ b/figures/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -all: uofi_mark.pdf igb_wordmark.pdf +all: uofi_mark.pdf igb_wordmark.pdf spalax.jpg reduced_alphabet.png igb_wordmarks.zip: wget -O $@ "http://www.igb.illinois.edu/sites/default/files/upload/Wordmarks-Eps.zip" @@ -20,3 +20,10 @@ uofi_mark.pdf: uofi_mark.zip relevant_xkcd.png: wget -O $@ "http://imgs.xkcd.com/comics/code_quality.png" + +spalax.jpg: + wget -O $@ "https://upload.wikimedia.org/wikipedia/commons/9/90/Spalax_microphthalmus_Syzran_Russia.jpg" + +reduced_alphabet.png: + wget -O temp.jpg "http://peds.oxfordjournals.org/content/13/3/149/F1.large.jpg" + convert temp.jpg $@