Dave Brondsema - 2017-02-21

There are some other categorizations that also have duplicated shortname values:

db.trove_category.aggregate([{'$group':{_id: '$shortname', dupes:{$addToSet:"$fullpath"}, count:{$sum:1}}}, {$match: {count:{$gt:1}}}])