Skip to content

Commit

Permalink
removed because not relevant and nobody uses
Browse files Browse the repository at this point in the history
  • Loading branch information
kyokukou committed Nov 15, 2024
1 parent cec89c5 commit a864587
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions oaipmh/templates/identify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<deletedRecord>{{config_data.DELETED_RECORD}}</deletedRecord>
<granularity>{{config_data.GRANULARITY}}</granularity>
{{arXiv_desc()}}
{{logo_desc()}}
</Identify>
{% endblock %}

Expand All @@ -40,17 +39,3 @@
</description>
{% endmacro %}

{% macro logo_desc() %}
<description>
<branding xmlns="http://www.openarchives.org/OAI/2.0/branding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/branding/ http://www.openarchives.org/OAI/2.0/branding.xsd">
<collectionIcon>
<url>http://arxiv.org/OAI/arXivLogo.png</url>
<link>http://arxiv.org/</link>
<title>arXiv e-print archive</title>
<width>88</width>
<height>31</height>
</collectionIcon>
<metadataRendering metadataNamespace="http://www.openarchives.org/OAI/2.0/oai_dc/" mimeType="text/xsl">http://arxiv.org/OAI/arXivMetadata.xsl</metadataRendering>
</branding>
</description>
{% endmacro %}

0 comments on commit a864587

Please sign in to comment.