Project

General

Profile

« Previous | Next » 

Revision 60698

#6496: PIC numbers among the organisations PIDs.

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/corda_2_db.xml
277 277
                                <xsl:value-of select="0.8"/>
278 278
                            </FIELD>
279 279
                        </ROW>
280
                        <xsl:variable name="organizationPIC" select="concat('PIC:', ./OrganisationPIC)"/>
281
                         <ROW table="dsm_identities">
282
                            <FIELD name="_dnet_resource_identifier_">
283
                                <xsl:value-of
284
                                        select="concat(./OrganisationPIC, '@@PIC_FP7')"/>
285
                            </FIELD>
286
                            <FIELD name="pid">
287
                                <xsl:value-of select="$organizationPIC"/>
288
                            </FIELD>
289
                            <FIELD name="issuertype">PIC</FIELD>
290
                        </ROW>
291
                        <ROW table="dsm_organizationpids">
292
                            <FIELD name="_dnet_resource_identifier_">
293
                                <xsl:value-of select="concat($organizationPIC, '@@', $organizationId)"/>
294
                            </FIELD>
295
                            <FIELD name="pid">
296
                                <xsl:value-of select="$organizationPIC"/>
297
                            </FIELD>
298
                            <FIELD name="organization">
299
                                <xsl:value-of select="$organizationId"/>
300
                            </FIELD>
301
                        </ROW>
280 302

  
281 303
                        <ROW table="project_organization">
282 304
                            <FIELD name="_dnet_resource_identifier_">
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/cordah2020_2_db.xml
224 224
								</FIELD>
225 225
							</ROW>
226 226

  
227
						 <xsl:variable name="organizationPIC" select="concat('PIC:', ./OrganisationPIC)"/>
228
                         <ROW table="dsm_identities">
229
                            <FIELD name="_dnet_resource_identifier_">
230
                                <xsl:value-of
231
                                        select="concat(./OrganisationPIC, '@@PIC_H2020')"/>
232
                            </FIELD>
233
                            <FIELD name="pid">
234
                                <xsl:value-of select="$organizationPIC"/>
235
                            </FIELD>
236
                            <FIELD name="issuertype">PIC</FIELD>
237
                        </ROW>
238
                        <ROW table="dsm_organizationpids">
239
                            <FIELD name="_dnet_resource_identifier_">
240
                                <xsl:value-of select="concat($organizationPIC, '@@', $organizationId)"/>
241
                            </FIELD>
242
                            <FIELD name="pid">
243
                                <xsl:value-of select="$organizationPIC"/>
244
                            </FIELD>
245
                            <FIELD name="organization">
246
                                <xsl:value-of select="$organizationId"/>
247
                            </FIELD>
248
                        </ROW>
249

  
250

  
227 251
							<ROW table="project_organization">
228 252
								<FIELD name="_dnet_resource_identifier_">
229 253
									<xsl:value-of select='concat($projectId, "@@", $organizationId)'/>

Also available in: Unified diff