<?xml version="1.0" encoding="UTF-8"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
                             http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
    <responseDate>{{ now().strftime('%Y-%m-%dT%H:%M:%SZ') }}</responseDate>
    <request verb="Identify">{{ request.url }}</request>
    <Identify>
        <repositoryName>Global Journal of Engineering Education (GJEE)</repositoryName>
        <baseURL>{{ request.url_root }}oai</baseURL>
        <protocolVersion>2.0</protocolVersion>
        <adminEmail>gjee@wiete.com.au</adminEmail>
        <earliestDatestamp>1997-01-01T00:00:00Z</earliestDatestamp>
        <deletedRecord>no</deletedRecord>
        <granularity>YYYY-MM-DD</granularity>
        <description>
            <oai-identifier xmlns="http://www.openarchives.org/OAI/2.0/oai-identifier"
                            xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai-identifier
                                                http://www.openarchives.org/OAI/2.0/oai-identifier.xsd">
                <scheme>oai</scheme>
                <repositoryIdentifier>gjee</repositoryIdentifier>
                <delimiter>:</delimiter>
                <sampleIdentifier>oai:gjee:article/1</sampleIdentifier>
            </oai-identifier>
        </description>
        <description>
            <eprints xmlns="http://www.openarchives.org/OAI/1.1/eprints"
                     xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/eprints
                                         http://www.openarchives.org/OAI/1.1/eprints.xsd">
                <content>
                    <text>Peer-reviewed scholarly articles on engineering and technology education</text>
                </content>
                <metadataPolicy>
                    <text>Metadata may be harvested and reused for non-commercial purposes</text>
                </metadataPolicy>
                <dataPolicy>
                    <text>Full-text articles available with publisher permission</text>
                </dataPolicy>
            </eprints>
        </description>
    </Identify>
</OAI-PMH>
