CVPIA-OSC / EMLaide

metadata workflow helpers for CVPIA funded research
https://cvpia-osc.github.io/EMLaide/
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

create funding element #8

Closed thesadie closed 4 years ago

thesadie commented 4 years ago

/eml:eml/dataset/project/funding /eml:eml/dataset/project/award

We need some default funding text for CVPIA and are there award ids? Funder identifier?

If several grants were involved, list only the main Principal Investigator, start with main grant first.

12 for developing tests, errors, and warnings

<funding>
  <section>
    <para>BLE LTER is supported by the National Science Foundation under award #1656026 (2017-08-01 to 2022-07-31).</para>
  </section>
</funding>
<award>
  <funderName>National Science Foundation</funderName>
  <funderIdentifier>http://dx.doi.org/10.13039/100000001</funderIdentifier>
  <awardNumber>1656026</awardNumber>
  <title>LTER: Beaufort Sea Lagoons: An Arctic Coastal Ecosystem in Transition</title>
  <awardUrl>https://www.nsf.gov/awardsearch/showAward?AWD_ID=1656026</awardUrl>
</award>

structured funding is new to EML 2.2.0

thesadie commented 4 years ago

@murkov Need you to get funder id and award number stuff for CVPIA sorted Doesn't look like IEP's dataset on EDI's repo has funding info, so not mandatory. It is a good idea to have it though to showcase what value CVPIA is getting for research

murkov commented 4 years ago

Each project should have a Document Control Number (DCN) that tracks individual awards. The Funder ID might be either Anadromus Fish Restoration Program (AFRP), Independent Programs (INDP), Refuges (RWSP), New Fisheries (FHRP), Bay Delta Area Office (BDAO). The DCN is in a specific format (year-ID-number)

thesadie commented 4 years ago

@murkov the funder identifier needs to be registered, maybe here Research Organization Registry do you know who to ask if identifiers have already been registered?

ergz commented 4 years ago

add_funding needs to be updated once we have an answer from murkov

elizabethshaw commented 4 years ago

Award and funding get flipped by the emld::as_xml. Not sure if this is a problem.