doi.set(
        'formats',
        A(doi.get('formats')).filter(function (format) {
          return !isBlank(format);
        })