Project

General

Profile

Bug #8043

Updated by Matthew Jones about 5 years ago

We just ran into this with the following EML record: https://knb.ecoinformatics.org/#view/doi:10.5063/F15B00CC

The EML has six creators (Kiesecker, Fargione, Baruch-Mordo, Trainor, Ryan, Patterson) but the origin field in the Solr index has two (Ryan, Patterson). After some digging, we realized this was likely because the indexing component responsible for EML doesn't respect EML references. The XML for the relevant section is:

`


<pre>

<creator scope="document">
<references>1484778487589</references>
</creator>
<creator scope="document">
<references>1484778426939</references>
</creator>
<creator scope="document">
<references>1484778028081</references>
</creator>
<creator scope="document">
<references>1484778171131</references>
</creator>
<creator id="1485385283277" scope="document">
<individualName>
<salutation>Dr.</salutation>
<givenName>Joe</givenName>
<surName>Ryan</surName>
</individualName>
<organizationName>University of Colorado Boulder</organizationName>
<positionName>Professor</positionName>
<electronicMailAddress>joseph.ryan@colorado.edu</electronicMailAddress>
</creator>
<creator id="1484777776976" scope="document">
<individualName>
<salutation>Dr.</salutation>
<givenName>Lauren</givenName>
<surName>Patterson</surName>
</individualName>
<organizationName>Duke University</organizationName>
<positionName>Water Policy Associate</positionName>
<address scope="document">
<deliveryPoint>Nicholas Institute for Environmental Policy Solutions, Duke University</deliveryPoint>
<city>Durham</city>
<administrativeArea>NC</administrativeArea>
<postalCode>27708</postalCode>
<country>USA</country>
</address>
<electronicMailAddress>lauren.patterson@duke.edu</electronicMailAddress>
</creator>
` &lt;/pre&gt;

It would be really nice if the origin field got populated with all those referenced creators.

Back

Add picture from clipboard (Maximum size: 14.8 MB)