Skip to content

Commit

Permalink
#24 Add award to project tag eml-ipt
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Jul 11, 2024
1 parent 9fd107a commit 57c7789
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gbif-metadata-profile-eml/src/main/resources/templates/eml-ipt.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,21 @@
<para>${eml.project.funding}</para>
</funding>
</#if>
<#list eml.project.awards! as award>
<award>
<funderName>${award.funderName}</funderName>
<#list award.funderIdentifiers! as fi>
<funderIdentifier>${fi}</funderIdentifier>
</#list>
<#if award.awardNumber?has_content>
<awardNumber>${award.awardNumber}</awardNumber>
</#if>
<title>${award.title}</title>
<#if award.awardUrl?has_content>
<awardUrl>${award.awardUrl}</awardUrl>
</#if>
</award>
</#list>
<#if eml.project.studyAreaDescription?? && eml.project.studyAreaDescription.descriptorValue?has_content>
<studyAreaDescription>
<descriptor name="${eml.project.studyAreaDescription.getName().getName()!}"
Expand Down

0 comments on commit 57c7789

Please sign in to comment.