View source: R/funding-element.R
create_funding | R Documentation |
Creates the award information of a project based off of EML standards. This award element is then nested within a project node to complete a funding section.
create_funding(
funder_name,
award_title,
funder_identifier = NULL,
award_number = NULL,
award_url = NULL
)
funder_name |
Organization or individual providing the funding. If applicable,
use one of the following from the helper data
|
award_title |
Title of the award granted to the project. |
funder_identifier |
(Optional) This is where the funding organization is listed in the registry. The funder identifier must be registered. Follow the instructions at https://ror.org/curation/ to get registered. |
award_number |
(Optional) The identifier assigned by the funding agency to identify this funding award. |
award_url |
(Optional) Optional to include a link to information about the funding award on the funding organization's webpage. |
An award list that is then added to the project element of an EML file.
create_funding(funder_name = "National Science Foundation",
funder_identifier = "http://dx.doi.org/10.13039/100000001",
award_number = "1656026",
award_title = "National Science Foundation Grant",
award_url = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1656026")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.