this.chapterPositions = _.reduce(options.chapters, function(memo, chapter, index) {
      memo[chapter.id] = index;
      return memo;
    }, {});