]> git.donarmstrong.com Git - diamond_presentation.git/commitdiff
download spalax and reduced AA alphabet figures
authorDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:44 +0000 (16:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 18 Oct 2015 23:58:44 +0000 (16:58 -0700)
figures/.gitignore
figures/Makefile

index c711c46e6a6220e7053a517689e1c3a3438334e6..e8c4a45d05cc80224777e32fd1f3c0508dce98b2 100644 (file)
@@ -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
index 516d6ceb7290671cdb77fe256eef35542d56c908..d5fb6eeb8e263148794f9b76f3f78d200846eb0f 100644 (file)
@@ -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 $@