JournalTOCs.prototype.findJournals = function(query) {
  var url = this.baseURL + 'journals/' + query + this.userStr;
  return this.runQuery(url);
}