Skip to content

Instantly share code, notes, and snippets.

@cboettig
Created March 17, 2021 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cboettig/ab660080420aac76b883cb0dcb5314a5 to your computer and use it in GitHub Desktop.
Save cboettig/ab660080420aac76b883cb0dcb5314a5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<eml:eml xmlns:eml="https://eml.ecoinformatics.org/eml-2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stmml="http://www.xml-cml.org/schema/stmml-1.2" packageId="hash://sha256/0feec451332bc465a03fb15a0351fd34bf896e8221226cdfe6bd812bfa6f5dec" system="hash-uri" xsi:schemaLocation="https://eml.ecoinformatics.org/eml-2.2.0 https://eml.ecoinformatics.org/eml-2.2.0/eml.xsd">
<dataset>
<title>NEON Carabid Species Richness and Abundance Forecast</title>
<creator id="http://orcid.org/0000-0002-1642-628X">
<individualName>
<givenName>Carl</givenName>
<surName>Boettiger</surName>
</individualName>
</creator>
<pubDate>2021-03-16</pubDate>
<abstract>Simple forecast of Carabid beetle species richness and abundance at
each month at each NEON site for 2019, based on historical averages.</abstract>
<intellectualRights>https://creativecommons.org/publicdomain/zero/1.0/legalcode</intellectualRights>
<contact>
<references>http://orcid.org/0000-0002-1642-628X</references>
</contact>
</dataset>
<additionalMetadata>
<metadata>
<unitList>
<unit id="count/d" multiplierToSI="1/86400" name="count per day" parentSI="hertz" unitType="frequency">
<description>Count per day'</description>
</unit>
</unitList>
<forecast>
<forecast_horizon>365 days</forecast_horizon>
<forecast_issue_time>2021-01-01</forecast_issue_time>
<forecast_iteration_id>1</forecast_iteration_id>
<forecast_project_id>ce997aa8-effe-4336-8748-00114b969bac</forecast_project_id>
</forecast>
</metadata>
</additionalMetadata>
</eml:eml>
@amoeba
Copy link

amoeba commented Mar 17, 2021

Updated valid record

<?xml version="1.0" encoding="UTF-8"?>
<eml:eml xmlns:eml="https://eml.ecoinformatics.org/eml-2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stmml="http://www.xml-cml.org/schema/stmml-1.2" packageId="hash://sha256/0feec451332bc465a03fb15a0351fd34bf896e8221226cdfe6bd812bfa6f5dec" system="hash-uri" xsi:schemaLocation="https://eml.ecoinformatics.org/eml-2.2.0 https://eml.ecoinformatics.org/eml-2.2.0/eml.xsd">
  <dataset>
    <title>NEON Carabid Species Richness and Abundance Forecast</title>
    <creator id="http://orcid.org/0000-0002-1642-628X">
      <individualName>
        <givenName>Carl</givenName>
        <surName>Boettiger</surName>
      </individualName>
    </creator>
    <pubDate>2021-03-16</pubDate>
    <abstract>Simple forecast of Carabid beetle species richness and abundance at
                     each month at each NEON site for 2019, based on historical averages.</abstract>
    <intellectualRights>https://creativecommons.org/publicdomain/zero/1.0/legalcode</intellectualRights>
    <contact>
      <references>http://orcid.org/0000-0002-1642-628X</references>
    </contact>
  </dataset>
  <additionalMetadata>
    <metadata>
      <unitList>
        <unit id="count/d" multiplierToSI="1/86400" name="count per day" parentSI="hertz" unitType="frequency">
          <description>Count per day'</description>
        </unit>
      </unitList>
    </metadata>
  </additionalMetadata>
  <additionalMetadata>
    <metadata>
      <forecast>
        <forecast_horizon>365 days</forecast_horizon>
        <forecast_issue_time>2021-01-01</forecast_issue_time>
        <forecast_iteration_id>1</forecast_iteration_id>
        <forecast_project_id>ce997aa8-effe-4336-8748-00114b969bac</forecast_project_id>
      </forecast>
    </metadata>
  </additionalMetadata>
</eml:eml>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment