Skip to content

Commit

Permalink
[#29] Add collectors field no. mapping & examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Aug 5, 2024
1 parent aca75b2 commit 832201c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transformations/abcd2bioschemas/abcd2bioschemas-xml.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ exclude-result-prefixes="xsl md panxslt set">
<xsl:if test="./abcd:UnitGUID">
<identifier><xsl:value-of select="./abcd:UnitGUID"/></identifier>
</xsl:if>
<xsl:if test="./abcd:CollectorsFieldNumber">
<identifier><xsl:value-of select="./abcd:CollectorsFieldNumber"/></identifier>
</xsl:if>
<xsl:if test="contains($record_uri,'http')">
<url><xsl:value-of select="$record_uri"/></url>
</xsl:if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
<SourceInstitutionID>B</SourceInstitutionID>
<SourceID>HoffmannPlants</SourceID>
<UnitID>16</UnitID>
<CollectorsFieldNumber>160</CollectorsFieldNumber>
<Identifications>
<Identification>
<Result>
Expand Down Expand Up @@ -503,6 +504,7 @@
<SourceInstitutionID>B</SourceInstitutionID>
<SourceID>HoffmannPlants</SourceID>
<UnitID>17</UnitID>
<CollectorsFieldNumber>170</CollectorsFieldNumber>
<Identifications>
<Identification>
<Result>
Expand Down

0 comments on commit 832201c

Please sign in to comment.