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