Skip to content

Commit 7bff816

Browse files
committed
Update README.md
1 parent 8769e4c commit 7bff816

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# A most simple implementation of Kitzes (2013) in Python.
22

3-
The file [`kitzes-2013.py`](kitzes-2013.py) contains a most simple implementation of [Kitzes (2013)](https://doi.org/10.3390/resources2040489) in Python with the packages [NumPy](https://numpy.org/) and [Pandas](https://pandas.pydata.org/).
3+
The file [`kitzes-2013.py`](kitzes-2013.py) contains a most simple implementation of [Kitzes (2013)](https://doi.org/10.3390/resources2040489) in Python with the packages [NumPy](https://numpy.org/) and [Pandas](https://pandas.pydata.org/). It supplements [Bunsen and Finkbeiner (2013)](https://doi.org/10.3390/su15010046) and is also available via Zenodo ([Bunsen 2022](https://doi.org/10.5281/zenodo.7431089)). However, no reference is required when building up on this script.
4+
5+
> Bunsen, Jonas. 2022. ‘A Most Simple Implementation of Kitzes (2013) in Python’. Zenodo. https://doi.org/10.5281/zenodo.7431089.
6+
7+
> Bunsen, Jonas, and Matthias Finkbeiner. 2023. ‘An Introductory Review of Input-Output Analysis in Sustainability Sciences Including Potential Implications of Aggregation’. Sustainability 15 (1): 46. https://doi.org/10.3390/su15010046.
48
59
> Kitzes, Justin. 2013. ‘An Introduction to Environmentally-Extended Input-Output Analysis’. Resources 2 (4): 489–503. [https://doi.org/10.3390/resources2040489](https://doi.org/10.3390/resources2040489).
610

0 commit comments

Comments
 (0)