<% var dcmi = attributes.dcMD; %> <% var author; if (typeof dcmi !== 'undefined') { author = dcmi.governmentAuthors; if (typeof dcmi.dateIssued !== 'undefined') { console.log(dcmi.dateIssued); dateIssued = dcmi.dateIssued; } } if (typeof dcmi !== 'undefined' && Array.isArray(dcmi.governmentAuthors) && dcmi.governmentAuthors.length) { author = dcmi.governmentAuthors.filter(n => n !== ""); } %> <% var bbmi = attributes.bbMD; var chgMd = attributes.chicagoMD; var mlmi = attributes.mlaMD; var apami = attributes.apaMD; var collectionCode = attributes.collection ? attributes.collection.toLowerCase(): ""; console.log(collectionCode); %>