Project

General

Profile

« Previous | Next » 

Revision 33446

added missing final '/' for FCT grant ids for dspace

View differences:

modules/cnr-openaire-exporter/trunk/src/main/resources/eu/dnetlib/openaire/exporter/xslt/projects_dspace.xslt
13 13
			<xsl:choose>
14 14
				<xsl:when test="$fundingProgramme = 'FP7'">info:eu-repo/grantAgreement/EC/FP7/</xsl:when>
15 15
				<xsl:when test="$fundingProgramme = 'WT'">info:eu-repo/grantAgreement/WT/</xsl:when>
16
				<xsl:when test="$fundingProgramme = 'FCT'">info:eu-repo/grantAgreement/PT/FCT</xsl:when>
16
				<xsl:when test="$fundingProgramme = 'FCT'">info:eu-repo/grantAgreement/PT/FCT/</xsl:when>
17 17
				<xsl:otherwise>info:eu-repo/grantAgreement/</xsl:otherwise>
18 18
			</xsl:choose>
19 19
		</xsl:variable>

Also available in: Unified diff