Skip to content

Commit

Permalink
add zenodo data #113
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed May 14, 2024
1 parent 2f964e5 commit a803d19
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"description": "Standardizes the format and flows of life cycle impact assessment (LCIA) data.",
"license": "MIT",
"title": "LCIA Formatter",
"upload_type": "software",
"creators": [
{
"affiliation": "Eastern Research Group, Inc.",
"name": "Ben Young",
"orcid": "https://orcid.org/0000-0001-6276-8670"
},
{
"affiliation": "GreenDelta",
"name": "Michael Srocka"
},
{
"affiliation": "US Environmental Protection Agency",
"name": "Wesley Ingwersen",
"orcid": "https://orcid.org/0000-0002-9614-701X"
},
{
"affiliation": "Eastern Research Group, Inc.",
"name": "Ben Morelli",
"orcid": "https://orcid.org/0000-0002-7660-6485"
},
{
"affiliation": "Eastern Research Group, Inc.",
"name": "Sarah Cashman",
"orcid": "https://orcid.org/0000-0001-9859-9557"
},
{
"affiliation": "Eastern Research Group, Inc.",
"name": "Andrew Henderson",
"orcid": "https://orcid.org/0000-0003-2436-7512"
}
],
"access_right": "open"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# LCIA formatter
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03392/status.svg)](https://doi.org/10.21105/joss.03392)
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.03392/status.svg)](https://doi.org/10.21105/joss.03392)
[![DOI](https://zenodo.org/badge/188049640.svg)](https://zenodo.org/doi/10.5281/zenodo.7400857)
[![build](https://github.com/USEPA/LCIAformatter/actions/workflows/python-package.yml/badge.svg)](https://github.com/USEPA/LCIAformatter/actions/workflows/python-package.yml)

The LCIA formatter, or `lciafmt`, is a Python tool for standardizing the format and flows of life cycle impact assessment (LCIA) data. The tool acquires LCIA data transparently from its original
Expand Down

0 comments on commit a803d19

Please sign in to comment.