<% if(csiroNode.dfAuthors && csiroNode.dfAuthors.length > 0) { %>
- Author
-
<%= csiroNode.dfAuthors %>
<% } %>
<% if(csiroNode.title && csiroNode.title.length > 0) { %>
- Title
-
<%= csiroNode.title %>
<% } %>
<% if(csiroNode.publicationYear && csiroNode.publicationYear.length > 0) { %>
- Publication Year
-
<%= csiroNode.publicationYear %>
<% } %>
<% if(csiroNode.publicationMonth && csiroNode.publicationMonth.length > 0) { %>
- Publication Month
-
<%= csiroNode.publicationMonth %>
<% } %>
<% if(csiroNode.publicationDay && csiroNode.publicationDay.length > 0) { %>
- Publication Day
-
<%= csiroNode.publicationDay %>
<% } %>
<% if(csiroNode.journalTitle && csiroNode.journalTitle.length > 0) { %>
- Journal Title
-
<%= csiroNode.journalTitle %>
<% } %>
<% if(csiroNode.issue && csiroNode.issue.length > 0) { %>
- Issue
-
<%= csiroNode.issue %>
<% } %>
<% if(csiroNode.part && csiroNode.part.length > 0) { %>
- Part
-
<%= csiroNode.part %>
<% } %>
<% if(!csiroNode.typeJournal) { %>
<% if(csiroNode.conferenceName && csiroNode.conferenceName.length > 0) { %>
- Secondary Title
-
<%= csiroNode.conferenceName %>
<% } %>
<% if(csiroNode.conferenceDate && csiroNode.conferenceDate.length > 0) { %>
- Conference Date
-
<%= csiroNode.conferenceDate %>
<% } %>
<% if(csiroNode.conferencePlace && csiroNode.conferencePlace.length > 0) { %>
- Conference Location
-
<%= csiroNode.conferencePlace %>
<% } %>
<% } %>
<% if(csiroNode.bookTitle && csiroNode.bookTitle.length > 0) { %>
- Book Title
-
<%= csiroNode.bookTitle %>
<% } %>
<% if(csiroNode.contributor && csiroNode.contributor.length > 0) { %>
- Editor
-
<%= csiroNode.contributor %>
<% } %>
<% if(csiroNode.pages && csiroNode.pages.length > 0 && !csiroNode.typeOnlineMedia) { %>
- Pages
-
<%= csiroNode.pages %>
<% } %>
<% if (csiroNode.pageRange) {%>
- Page Range
-
<%= csiroNode.pageRange %>
<% } %>
<% if(csiroNode.publisher && csiroNode.publisher.length > 0) { %>
- Publisher
-
<%= csiroNode.publisher %>
<% } %>
<% if(csiroNode.onlineMediaSite && csiroNode.onlineMediaSite.length > 0) { %>
<% _.each(dcNode.allDataStreamAttachment, function(i, index) { %>
<% if(i.redirectLink && i.redirectLink.length > 0) { %>
<% if(csiroNode.relations && csiroNode.relations.length > 0) { %>
- URL
<% } %>
-
<%= i.redirectLink %>
<% } %>
<% }); %>
<% } %>
<% if(csiroNode.placeOfPublication && csiroNode.placeOfPublication.length > 0) { %>
- Place of Publication
-
<%= csiroNode.placeOfPublication %>
<% } %>
<% if(csiroNode.dfRelation && csiroNode.dfRelation.length > 0) { %>
- Relation
-
<%= csiroNode.dfRelation %>
<% } %>
<% if(csiroNode.doi && csiroNode.doi.length > 0
&& csiroNode.doiUrl && csiroNode.doiUrl.length > 0) { %>
- DOI
-
<%= csiroNode.doiUrl %>
<% } %>
<% if(landingPage.handle && landingPage.handle.length > 0 && (!csiroNode.doi || csiroNode.doi.length === 0)) { %>
- Handle
-
<%= csiroNode.handle %>
<% } %>
<% if(landingPage.showAttachment) { %>
- Full Text Availability
<% } %>
<% if(prociteNode.titleAnalytic && prociteNode.titleAnalytic.length > 0) { %>
- Title Analytic
-
<%= prociteNode.titleAnalytic %>
<% } %>
<% if(prociteNode.authorAnalytic && prociteNode.authorAnalytic.length > 0) { %>
- Author Analytic
-
<%= prociteNode.authorAnalytic %>
<% } %>
<% if(prociteNode.authorAnalyticRole && prociteNode.authorAnalyticRole.length > 0) { %>
- Author Analytic Role
-
<%= prociteNode.authorAnalyticRole %>
<% } %>
<% if(prociteNode.titleMonographic && prociteNode.titleMonographic.length > 0) { %>
- Title Monographic
-
<%= prociteNode.titleMonographic %>
<% } %>
<% if(prociteNode.authorMonographic && prociteNode.authorMonographic.length > 0) { %>
- Author Monographic
-
<%- prociteNode.authorMonographic %>
<% } %>
<% if(prociteNode.authorMonographicRole && prociteNode.authorMonographicRole.length > 0) { %>
- Author Monographic Role
-
<%= prociteNode.authorMonographicRole %>
<% } %>
<% if(prociteNode.reprintStatus && prociteNode.reprintStatus.length > 0) { %>
- Conference Date
-
<%= prociteNode.reprintStatus %>
<% } %>
<% if(prociteNode.placeOfMeeting && prociteNode.placeOfMeeting.length > 0) { %>
- Conference Location
-
<%= prociteNode.placeOfMeeting %>
<% } %>
<% if(prociteNode.authorSubsidiary && prociteNode.authorSubsidiary.length > 0) { %>
- Author Subsidiary
-
<%= prociteNode.authorSubsidiary %>
<% } %>
<% if(prociteNode.authorSubsidiaryRole && prociteNode.authorSubsidiaryRole.length > 0) { %>
- Author Subsidiary Role
-
<%= prociteNode.authorSubsidiaryRole %>
<% } %>
<% if(prociteNode.dateOfPublication && prociteNode.dateOfPublication.length > 0) { %>
- Date of Publication
-
<%= prociteNode.dateOfPublication %>
<% } %>
<% if(!prociteNode.typeElectronicJournal) { %>
<% if(prociteNode.journalTitle && prociteNode.journalTitle.length > 0) { %>
- Journal Title
-
<%= prociteNode.journalTitle %>
<% } %>
<% } %>
<% if(prociteNode.edition && prociteNode.edition.length > 0) { %>
- Edition
-
<%= prociteNode.edition %>
<% } %>
<% if(prociteNode.volumeId && prociteNode.volumeId.length > 0) { %>
- Volume Id
-
<%= prociteNode.volumeId %>
<% } %>
<% if(prociteNode.issueId && prociteNode.issueId.length > 0) { %>
- Issue Id
-
<%= prociteNode.issueId %>
<% } %>
<% if(prociteNode.locationInWork && prociteNode.locationInWork.length > 0) { %>
- Location in Work
-
<%= prociteNode.locationInWork %>
<% } %>
<% if(prociteNode.extentOfWork && prociteNode.extentOfWork.length > 0) { %>
- Extent of Work
-
<%= prociteNode.extentOfWork %>
<% } %>
<% if(prociteNode.publisherName && prociteNode.publisherName.length > 0) { %>
- Publisher
-
<%= prociteNode.publisherName %>
<% } %>
<% if(prociteNode.placeOfPublication && prociteNode.placeOfPublication.length > 0) { %>
- Place of Publication
-
<%= prociteNode.placeOfPublication %>
<% } %>
<% if(prociteNode.doi && prociteNode.doi.length > 0
&& prociteNode.doiUrl && prociteNode.doiUrl.length > 0) { %>
- DOI
-
<%= prociteNode.doiUrl %>
<% } %>
<% if(landingPage.handle && landingPage.handle.length > 0
&& (!prociteNode.doi || prociteNode.doi.length === 0)) { %>
- Handle
-
<%= prociteNode.handle %>
<% } %>
<% if(prociteNode.locationUrl && prociteNode.locationUrl.length > 0) { %>
- Location URL
-
<%= prociteNode.locationUrl %>
<% } %>
<% if (prociteNode.otherResources && prociteNode.otherResources.length > 0) {%>
- Other Resources
-
<% if (rpr.isValidURL(prociteNode.otherResources)) {%>
<%= prociteNode.otherResources %>
<% } else {%>
<%= prociteNode.otherResources %>
<% } %>
<% } %>
<% if(landingPage.showAttachment) { %>
- Full Text Availability
<% } %>
<% if( (prociteNode.availability && prociteNode.availability.length > 0)
|| (dcNode.dfAccess && dcNode.dfAccess.length > 0)
|| (prociteNode.seriesEditorRole && prociteNode.seriesEditorRole.length > 0)) { %>
<% if(landingPage.pid && landingPage.pid.length > 0) { %>
- Identifier
-
<%= landingPage.pid %>
<% } %>
<% if(prociteNode.dfPublicationType && prociteNode.dfPublicationType.length > 0) { %>
- Publication Type
-
<%= prociteNode.dfPublicationType %>
<% } %>
<% if(prociteNode.mediumDesignator0 && prociteNode.mediumDesignator0.length > 0) { %>
- Medium Designator 0
-
<%= prociteNode.mediumDesignator0 %>
<% } %>
<% if(prociteNode.connectivePhrase0 && prociteNode.connectivePhrase0.length > 0) { %>
- Connective Phrase 0
-
<%= prociteNode.connectivePhrase0 %>
<% } %>
<% if(prociteNode.dfDocumentType && prociteNode.dfDocumentType.length > 0) { %>
- Language
-
<%= prociteNode.dfDocumentType %>
<% } %>
<% if(prociteNode.issn && prociteNode.issn.length > 0) { %>
- ISSN
-
<%= prociteNode.issn %>
<% } %>
<% if(prociteNode.isbn && prociteNode.isbn.length > 0) { %>
- ISBN
-
<%= prociteNode.isbn %>
<% } %>
<% if(prociteNode.connectivePhrase1 && prociteNode.connectivePhrase1.length > 0) { %>
- Connective Phrase 1
-
<%= prociteNode.connectivePhrase1 %>
<% } %>
<% if(prociteNode.dateOfCopyright && prociteNode.dateOfCopyright.length > 0) { %>
- Date of Copyright
-
<%= prociteNode.dateOfCopyright %>
<% } %>
<% if(prociteNode.reportId && prociteNode.reportId.length > 0) { %>
- Report Id
-
<%= prociteNode.reportId %>
<% } %>
<% if(prociteNode.packagingMethod && prociteNode.packagingMethod.length > 0) { %>
- Packaging Method
-
<%= prociteNode.packagingMethod %>
<% } %>
<% if(prociteNode.size && prociteNode.size.length > 0) { %>
- Size
-
<%= prociteNode.size %>
<% } %>
<% if(prociteNode.reproductionRatio && prociteNode.reproductionRatio.length > 0) { %>
- Reproduction Ratio
-
<%= prociteNode.reproductionRatio %>
<% } %>
<% if(prociteNode.seriesEditor && prociteNode.seriesEditor.length > 0) { %>
- Series editor
-
<%= prociteNode.seriesEditor %>
<% } %>
<% if(prociteNode.seriesTitle && prociteNode.seriesTitle.length > 0) { %>
- Series Title
-
<%= prociteNode.seriesTitle %>
<% } %>
<% if(prociteNode.seriesVolumeId && prociteNode.seriesVolumeId.length > 0) { %>
- Series Volume Id
-
<%= prociteNode.seriesVolumeId %>
<% } %>
<% if(prociteNode.seriesIssueId && prociteNode.seriesIssueId.length > 0) { %>
- Series Issue Id
-
<%= prociteNode.seriesIssueId %>
<% } %>
<% if(prociteNode.callNumber && prociteNode.callNumber.length > 0) { %>
- Call Number
-
<%= prociteNode.callNumber %>
<% } %>
<% if(prociteNode.coden && prociteNode.coden.length > 0) { %>
- Coden
-
<%= prociteNode.coden %>
<% } %>
<% if(prociteNode.metadataCreator && prociteNode.metadataCreator.length > 0) { %>
- Metadata Creator
-
<%= prociteNode.metadataCreator %>
<% } %>
<% if(prociteNode.metadataModifier && prociteNode.metadataModifier.length > 0) { %>
- Metadata Modifier
-
<%= prociteNode.metadataModifier %>
<% } %>
<% if(landingPage.authorIds && landingPage.authorIds.length > 0) { %>
- Author idents
-
<%= landingPage.authorIdsString %>
<% } %>
<% } %>