Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding the dates property to openAire #134

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/data/software/OpenAire-software-reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,8 @@ Content generated by zbMATH Open, such as reviews, classifications, software, or
<dc:language>eng</dc:language>
<dc:source>zbMATH Open Web Interface contents unavailable due to conflicting licenses.</dc:source>
<oaire:citationTitle>zbMATH Open Web Interface contents unavailable due to conflicting licenses.</oaire:citationTitle>
<datacite:dates>
<datacite:date dateType="Accepted">2015-06-01</datacite:date>
<datacite:date dateType="Available">2015-06-01</datacite:date>
</datacite:dates>
</resource>
7 changes: 5 additions & 2 deletions xslt/software/xslt-software-OpenAire.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@
Content generated by zbMATH Open, such as reviews, classifications, software, or author disambiguation data, are distributed under CC-BY-SA 4.0. This defines the license for the whole dataset, which also contains non-copyrighted bibliographic metadata and reference data derived from I4OC (CC0). Note that the API only provides a subset of the data in the zbMATH Open Web interface. In several cases, third-party information, such as abstracts, cannot be made available under a suitable license through the API. In those cases, we replaced the data with the string
"zbMATH Open Web Interface contents unavailable due to conflicting licenses."</datacite:rights>
</datacite:rightsList>
<dc:format>application/xml</dc:format>
<dc:format>application/xml</dc:format>
<dc:language>eng</dc:language>
<xsl:apply-templates select="root/standard_articles/source"/>
<xsl:apply-templates select="root/standard_articles/title"/>

<datacite:dates>
<datacite:date dateType="Accepted">2015-06-01</datacite:date>
<datacite:date dateType="Available">2015-06-01</datacite:date>
</datacite:dates>
</resource>

</xsl:template>
Expand Down
Loading