Project

General

Profile

« Previous | Next » 

Revision 53969

SNSF mapping: funding amount in optional1 and no jsonextrainfo due to a bug in the inference algorithm #2456#note-25

View differences:

snsf_2_db.xml
54 54
                                <xsl:value-of select=".//column[@name='Project Title']"/>
55 55
                            </FIELD>
56 56
                            <xsl:if test="number(.//column[@name='Approved Amount'])">
57
                                <FIELD name="amount">
57
                                <FIELD name="optional1">
58 58
                                	<xsl:value-of select=".//column[@name='Approved Amount']"/>
59 59
                            	</FIELD>
60 60
                            </xsl:if>
61 61
                            <FIELD name="keywords">
62 62
                                <xsl:value-of select=".//column[@name='Discipline Name Hierarchy']"/>
63 63
                            </FIELD>
64
                            <!-- Commented jsonextrainfo because of bug in SNSF mining algorithm #2456#note-25
65
                            <!--
64 66
                            <FIELD name="jsonextrainfo">
65 67
                                <xsl:value-of select="concat('{',$quot,'Discipline',$quot,':',$quot,.//column[@name='Discipline Name'],$quot,'}')"/>
66
                                </FIELD>
68
                            </FIELD>
69
                            -->
67 70
                            <FIELD name="acronym"></FIELD>
68 71
                            <FIELD name="provenanceactionclass">sysimport:crosswalk:entityregistry</FIELD>
69 72
                            <FIELD name="provenanceactionscheme">dnet:provenanceActions</FIELD>
......
77 80
                                    <xsl:value-of select="$personName"/>
78 81
                                </FIELD>
79 82
                            </xsl:if>
80
                        <!--    <FIELD name="lastupdate" type="date"><xsl:value-of select="current-dateTime()"/></FIELD> -->
81 83
                        </ROW>
82 84
                        <xsl:if test="string-length(.//column[@name='Institution']) &gt; 0">
83 85
                        <ROW table="dsm_organizations">
......
101 103
                            <FIELD name="optional1">
102 104
                                <xsl:value-of select=".//column[@name='University']"/>
103 105
                            </FIELD>
104
                       <!--     <FIELD name="lastupdate" type="date"><xsl:value-of select="current-dateTime()"/></FIELD> -->
105 106
                        </ROW>
106 107

  
107 108
                        <ROW table="project_organization">

Also available in: Unified diff