Project

General

Profile

« Previous | Next » 

Revision 48947

minor

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/fwf_2_db.xsl
61 61
							<FIELD name="title">
62 62
								<xsl:value-of select="$projectTitle"/>
63 63
							</FIELD>
64
							<FIELD name ="contactfullname">
65
								<xsl:value-of select="concat(normalize-space(fwf:getName(.//column[@name='project lead'],false())),', ',fwf:getName(.//column[@name='project lead'],true()))"/>
66
							</FIELD>
64 67
							<FIELD name="keywords">
65 68
								<xsl:value-of select=".//column[@name='keywords']"/>
66 69
							</FIELD>
......
123 126
								<FIELD name="provenanceActionScheme">dnet:provenanceActions</FIELD>
124 127
							</ROW>
125 128
						</xsl:if>
126
						<xsl:if test="string-length($personId) &gt; 0">
129
				<!--		<xsl:if test="string-length($personId) &gt; 0">
127 130
							<ROW table="persons">
128 131
								<FIELD name="_dnet_resource_identifier_">
129 132
									<xsl:value-of select="$personId"/>
......
143 146
								<FIELD name="provenanceActionClass">sysimport:crosswalk:entityregistry</FIELD>
144 147
								<FIELD name="provenanceActionScheme">dnet:provenanceActions</FIELD>
145 148
							</ROW>
146
						</xsl:if>
149
						</xsl:if>-->
147 150

  
148 151
						<xsl:if test="string-length($organizationId) &gt; 0">
149 152
							<ROW table="project_organization">
......
156 159
								<FIELD name="resporganization">
157 160
									<xsl:value-of select="$organizationId"/>
158 161
								</FIELD>
159
								<FIELD name="contactperson">
162
							<!--	<FIELD name="contactperson">
160 163
									<xsl:value-of select="$personId"/>
161
								</FIELD>
164
								</FIELD>-->
162 165
								<FIELD name="semanticclass">participant</FIELD>
163 166
								<FIELD name="semanticscheme">dnet:project_organization_relations</FIELD>
164 167
							</ROW>

Also available in: Unified diff