<?xml version="1.0" encoding="UTF-8"?>
<!--
  ════════════════════════════════════════════════════════════════════
  REHS JOURNAL — OAI-PMH FEED
  https://rehs.unb.college/oai.xml
  Protocol: Open Archives Initiative Protocol for Metadata Harvesting
  Version: OAI-PMH 2.0
  Metadata Prefix: oai_dc (Dublin Core)

  Used by: BASE (Bielefeld) · CORE · OpenDOAR · ROAR · OpenAIRE
           Dimensions · Lens.org · Institutional repositories

  HOW TO REGISTER:
  1. BASE:  https://www.base-search.net/about/en/suggest.php
  2. CORE:  https://core.ac.uk/join
  3. OpenDOAR: https://v2.sherpa.ac.uk/opendoar/
  4. OpenAIRE: https://provide.openaire.eu/
  ════════════════════════════════════════════════════════════════════
-->
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
         xsi:schemaLocation="
           http://www.openarchives.org/OAI/2.0/
           http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">

  <responseDate>2025-05-04T00:00:00Z</responseDate>
  <request verb="Identify">https://rehs.unb.college/oai.xml</request>

  <!-- ── Repository Identification ── -->
  <Identify>
    <repositoryName>REHS Journal — Research Experience for High School Students</repositoryName>
    <baseURL>https://rehs.unb.college/oai.xml</baseURL>
    <protocolVersion>2.0</protocolVersion>
    <adminEmail>rehs@unb.college</adminEmail>
    <earliestDatestamp>2025-01-01</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>rehs.unb.college</repositoryIdentifier>
        <delimiter>:</delimiter>
        <sampleIdentifier>oai:rehs.unb.college:rehs.2025.001</sampleIdentifier>
      </oai-identifier>
    </description>
  </Identify>

  <!-- ════════════════════════════════════════════════════════════
       ARTICLE RECORDS — Add one <record> block per article.
       Copy the template block below for each published article.
       ════════════════════════════════════════════════════════════ -->

  <ListRecords>

    <!--
    ARTICLE RECORD TEMPLATE — COPY FOR EACH PUBLISHED ARTICLE:

    <record>
      <header>
        <identifier>oai:rehs.unb.college:rehs.YYYY.NNN</identifier>
        <datestamp>YYYY-MM-DD</datestamp>
        <setSpec>rehs_journal</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
                   xmlns:dc="http://purl.org/dc/elements/1.1/"
                   xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
                   http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>ARTICLE TITLE</dc:title>
          <dc:creator>AUTHOR_LAST, AUTHOR_FIRST</dc:creator>
          <dc:subject>DISCIPLINE</dc:subject>
          <dc:subject>KEYWORD_1</dc:subject>
          <dc:subject>KEYWORD_2</dc:subject>
          <dc:description>FULL ABSTRACT TEXT</dc:description>
          <dc:publisher>University &amp; Beyond</dc:publisher>
          <dc:date>YYYY-MM-DD</dc:date>
          <dc:type>text</dc:type>
          <dc:type>journal article</dc:type>
          <dc:format>text/html</dc:format>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>https://rehs.unb.college/articles/ARTICLE-SLUG.html</dc:identifier>
          <dc:identifier>https://doi.org/DOI_HERE</dc:identifier>
          <dc:source>REHS Journal, Vol. V, Issue I, pp. PP-PP</dc:source>
          <dc:language>en</dc:language>
          <dc:relation>https://rehs.unb.college/</dc:relation>
          <dc:rights>Creative Commons Attribution 4.0 International (CC BY 4.0)</dc:rights>
          <dc:rights>https://creativecommons.org/licenses/by/4.0/</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
    -->

    <!-- Placeholder record — journal is open for submissions, no articles yet -->
    <record>
      <header>
        <identifier>oai:rehs.unb.college:rehs.2025.journal</identifier>
        <datestamp>2025-01-01</datestamp>
        <setSpec>rehs_journal</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
                   xmlns:dc="http://purl.org/dc/elements/1.1/"
                   xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
                   http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>REHS Journal — Research Experience for High School Students (Inaugural Issue 2025)</dc:title>
          <dc:creator>REHS Journal Editorial Board</dc:creator>
          <dc:subject>Multidisciplinary Research</dc:subject>
          <dc:subject>High School Education</dc:subject>
          <dc:subject>Peer-Reviewed Journal</dc:subject>
          <dc:subject>Open Access Publishing</dc:subject>
          <dc:description>REHS Journal is a rigorous, double-blind peer-reviewed open-access journal dedicated to publishing original research by high school students across all academic disciplines including biology, chemistry, physics, computer science, environmental science, mathematics, psychology, social sciences, engineering, medicine, economics, history, linguistics, ethics, arts, education, agriculture, and space sciences. Published by University and Beyond.</dc:description>
          <dc:publisher>University &amp; Beyond</dc:publisher>
          <dc:date>2025-01-01</dc:date>
          <dc:type>text</dc:type>
          <dc:type>journal</dc:type>
          <dc:format>text/html</dc:format>
          <dc:identifier>https://rehs.unb.college/</dc:identifier>
          <dc:source>REHS Journal, Vol. 1, 2025</dc:source>
          <dc:language>en</dc:language>
          <dc:rights>Creative Commons Attribution 4.0 International (CC BY 4.0)</dc:rights>
          <dc:rights>https://creativecommons.org/licenses/by/4.0/</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>

  </ListRecords>

</OAI-PMH>
