Skip to content

Commit

Permalink
Add rights filed
Browse files Browse the repository at this point in the history
cf. #21
  • Loading branch information
physikerwelt committed Feb 22, 2024
1 parent 789d8bb commit fed8c7d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/data/articles/zb_preview.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<oai_zbmath_preview xmlns:zbmath="https://zbmath.org/zbmath/elements/1.0/" xmlns:oai_zbmath_preview="https://zbmath.org/OAI/2.0/oai_zbmath_preview/">
<?xml version="1.0" encoding="UTF-8"?><oai_zbmath_preview xmlns:zbmath="https://zbmath.org/zbmath/elements/1.0/" xmlns:oai_zbmath_preview="https://zbmath.org/OAI/2.0/oai_zbmath_preview/">
<zbmath:author>Maynard, James</zbmath:author>
<zbmath:author_ids>
<zbmath:author_id>maynard.james</zbmath:author_id>
Expand Down Expand Up @@ -134,4 +133,15 @@
</zbmath:ref_classifications>
</zbmath:reference>
</zbmath:references>
<zbmath:rights>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.'
</zbmath:rights>
</oai_zbmath_preview>
11 changes: 11 additions & 0 deletions xslt/articles/xslt-article-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@
</zbmath:reference>
</xsl:for-each>
</zbmath:references>
<zbmath:rights>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.'
</zbmath:rights>
</oai_zbmath_preview>
</xsl:template>
</xsl:stylesheet>

0 comments on commit fed8c7d

Please sign in to comment.