diff --git a/content/2016-01.md b/content/2016-01.md index 091fb5df3..2f63e6e01 100644 --- a/content/2016-01.md +++ b/content/2016-01.md @@ -48,3 +48,13 @@ image = "../images/bg.jpg" - Run nginx updates on CGSpace and DSpace Test ([1.8.1 and 1.9.10, respectively](http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html)) - Run updates on DSpace Test and reboot for new Linode kernel `Linux 4.4.0-x86_64-linode63` (first update in months) + +## 2016-01-28 + +- Start looking at importing some Bioversity data that had been prepared earlier this week +- While checking the data I noticed something strange, there are 79 items but only 8 unique PDFs: + + $ ls SimpleArchiveForBio/ | wc -l + 79 + $ find SimpleArchiveForBio/ -iname "*.pdf" -exec basename {} \; | sort -u | wc -l + 8