The project tree
Use the <project> tree to describe the project under which the dataset was created. This element is an EML ResearchProjectType (see Appendix B) and it is therefore possible to include a large range of structured child elements within a <project> tree. We recommend focusing on a few key descriptive child elements (project title, abstract, and key personnel), and funding information, which are described below. There are optional child elements for describing the study area and project design (<studyAreaDescription> and <designDescription>), but if those descriptions are important and can be kept brief, we recommend putting them in the project abstract instead (/eml:eml/dataset/project/abstract).
The <title> and <personnel> elements are required for any project tree. The <title> element should distinctly identify the project. If the project is supported by a grant from a funding agency (NSF, for example) the project may already have a title that can be used for this element. If not, choose something concise and meaningful to a dataset user. Personnel associated with the project, such as principal investigators, should be included in one or more <personnel> elements, which are ResponsibleParty XML types (described in Appendix B). A <personnel> element must contain a child <role> element, so include project personnel roles (principal investigator, co-PI, etc.) here. The project <abstract> element is a brief, clearly-written overview of the project. It may contain information about the project objectives, study design, location, and other relevant details. The project <title> and <abstract> elements are essentially the same as elements presented in Chapter 3, while the <personnel> element is similar to <associatedParty> in Chapter 4. Guidelines presented in those sections also apply here.
It is strongly recommended to describe project funding using the <award> element and its child elements (<funderName>, <funderIdentifier>, <awardNumber>, etc.). These provide a machine-interpretable description of the funding support for the project, including funding agency and grant number. For the optional <funderIdentifier>, use the funding agency’s ROR ID if they have one. If not, see if they have a Crossref ID, or failing that, a Wikidata ID. These identifiers should be entered in the form of a URL, e.g., https://ror.org/021nxhr62. The <funding> element (/eml:eml/dataset/project/funding/) can be used to provide a nuanced, human-friendly version of funding information. It is a TextType element (see Appendix B) and thus can be formatted with <section>, <para> and other formatting elements.
It is common for research activities to have multiple sources of support, either as a series of grants awarded sequentially over time, or multiple grants supporting research at the same time. To describe a project supported by a series of awards (such as an LTER site), you may include the most recent award and PIs directly within the <project> and previous awards and PIs as <relatedProject> elements (or even simply include additional <award> elements). For projects with multiple simultaneous funding sources, you may nest as many <relatedProject> elements within the <project> tree as needed. Any nested <relatedProject> elements can be populated in the same way as the parent <project> element, but there is no standard practice for this, so do what works for you or your research organization. Be sure to include appropriate <funding> and <award> elements in any <project> or <relatedProject> element to make clear how projects are supported.
Example 5.1: A <project> element describing an NSF-funded environmental monitoring study with two principal investigators. Note the <award>, which is a high priority for any funded project.
project>
<title>FRS basic monitoring program</title>
<personnel>
<individualName>
<salutation>Dr.</salutation>
<givenName>Eva</givenName>
<surName>Scientist</surName>
<individualName>
</electronicMailAddress>eva@ficstate.edu</electronicMailAddress>
<userId system="https://orcid.org">
<
https://orcid.org/0000-0000-0000-0000userId>
</role>principalInvestigator</role>
<personnel>
</personnel>
<individualName>
<givenName>Monica</givenName>
<surName>Techy</surName>
<individualName>
</electronicMailAddress>monica@ficstate.edu</electronicMailAddress>
<userId system="https://orcid.org">
<
https://orcid.org/0000-0000-0000-0000userId>
</role>principalInvestigator</role>
<personnel>
</abstract>
<para>
<
The FRS basic monitoring program consists of monitoring of
arthropod populations, plant net primary productivity, and bird
populations. Monitoring takes place at 3 locations, 4 times a year.
Climate parameters are continuously measured at all stations.para>
</abstract>
</funding>
<para>
<
Funding is from the National Science Foundation under award #1546024 (2016-02-22 to 2021-01-28).para>
</funding>
</award>
<funderName>National Science Foundation</funderName>
<funderIdentifier>https://ror.org/021nxhr62</funderIdentifier>
<awardNumber>1546024</awardNumber>
<title>Scientia Arctica: A Knowledge Archive for Discovery and Reproducible Science in the Arctic</title>
<awardUrl>
<
https://www.nsf.gov/awardsearch/showAward?AWD_ID=1546024awardUrl>
</award>
</project> </
XPaths referenced in this chapter
The project tree: /eml:eml/dataset/project
Project title: /eml:eml/dataset/project/title
Project abstract: /eml:eml/dataset/project/abstract
Project personnel: /eml:eml/dataset/project/personnel
Project funding: /eml:eml/dataset/project/funding
Funding award: /eml:eml/dataset/project/award
Award funder name: /eml:eml/dataset/project/award/funderName
Funding award title: /eml:eml/dataset/project/award/title
Funding award number: /eml:eml/dataset/project/award/awardNumber
A related project: /eml:eml/dataset/project/relatedProject