diff --git a/content/2016-05.md b/content/2016-05.md
index c26a7a03a..75b6034e3 100644
--- a/content/2016-05.md
+++ b/content/2016-05.md
@@ -209,3 +209,9 @@ $ JAVA_OPTS="-Xmx512m -Dfile.encoding=UTF-8" /home/cgspace.cgiar.org/bin/dspace
- I'm trying to do a Discovery index before messing with the authority index
- Looks like we are missing the `index-authority` cron job, so who knows what's up with our authority index
- Run system updates on DSpace Test, re-deploy code, and reboot the server
+- Clean up and import ~200 CTA records to CGSpace via CSV like:
+
+```
+$ export JAVA_OPTS="-Xmx512m -Dfile.encoding=UTF-8"
+$ /home/cgspace.cgiar.org/bin/dspace metadata-import -e aorth@mjanja.ch -f ~/CTA-May30/CTA-42229.csv &> ~/CTA-May30/CTA-42229.log
+```
diff --git a/public/2016-05/index.html b/public/2016-05/index.html
index b6b830a91..55ac4cf73 100644
--- a/public/2016-05/index.html
+++ b/public/2016-05/index.html
@@ -334,8 +334,13 @@ $ /home/dspacetest.cgiar.org/bin/dspace export -t COLLECTION -i 10568/79355 -d ~
I’m trying to do a Discovery index before messing with the authority index
Looks like we are missing the index-authority cron job, so who knows what’s up with our authority index
Run system updates on DSpace Test, re-deploy code, and reboot the server
+
Clean up and import ~200 CTA records to CGSpace via CSV like: