Skip to content

Add entries to parser table: IEEE, Copernicus, OUPFT #40

@ehenneken

Description

@ehenneken

The following entries need to be added to the parser table in order to support references in files with extensions .copernicus.xml, .ieee.xml and .oupft.xml.

{'name': 'JATS', 'extension_pattern': '.ieee.xml', 'reference_service_endpoint': '/xml', 'matches': []},
{'name': 'EGU', 'extension_pattern': '.copernicus.xml', 'reference_service_endpoint': '/xml', 'matches': []},
{'name': 'OUPFT', 'extension_pattern': '.oupft.xml', 'reference_service_endpoint': '/xml', 'matches': []},

(the associated parser is listed in the name field)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions