internet-environmental-footprint
Dataset and code used in: Istrate et al. (2024) The environmental sustainability of digital content consumption. Nat Commun 15, 3724
https://github.com/robyistrate/internet-environmental-footprint
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Repository
Dataset and code used in: Istrate et al. (2024) The environmental sustainability of digital content consumption. Nat Commun 15, 3724
Basic Info
- Host: GitHub
- Owner: robyistrate
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Homepage: https://doi.org/10.1038/s41467-024-47621-w
- Size: 6.63 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Environmental footprint of Internet consumption
Description
Repository to share the code used in the scientific article Istrate et al. The environmental sustainability of digital content consumption. Nat Commun 15, 3724 (2024). https://doi.org/10.1038/s41467-024-47621-w. The repository contains data files and tailored notebooks to create the LCI database and reproduce the results presented in the article.
The data folder includes:
- LCI_Digital-Content-Consumption.xlsx inventory data in a suitable format to be imported into Brightway2
- LCIA_Carrying-Capacities.xlsx per capita Earth's carrying capacity for 16 impact categories (only for results analysis)
- Sensitivity-Analysis-Carbon-Budgets.xlsx different carbon budgets used for sensitivity analysis (only for results analysis)
- Sensitivity-Analysis-LCI-for-Presamples.xlsx inventory data sensitivity analysis in a suitable format to be used with presamples (only for results analysis)
- Soil-Erosion-Potential_CFs_LANCA_v2.5.xlsx characterization factors from the updated LANCA model for land use impact assessment (there is a notebook to update this as well as other methods)
The notebooks folder includes:
- 00_Project_setup.ipynb creates a new BW2 project, imports the biosphere and ecoinvent databases, creates the prospective databases using premise, and creates/updates some LCIA methods that are used for results analysis but which are not available by default (i.e., in the biosphere3 database compatible with ecoinvent 3.8).
- 01_Create_LCI_databases.ipynb creates default and prospective LCI databases for digital content consumption based on the inventory data file.
- 02_LCA_results_analysis.ipynb produces the results and figures presented in the scientific article.
- _Functions_to_create_database.ipynb and _Functions_for_results_analysis.ipynb contain all the necessary functions to run the previous notebooks (you do not need to run these notebooks)
Usage
To ensure the replication of the results presented in the article, it is highly recommended starting a new environment and installing the requirements.txt. To do this, run the following lines of code:
conda create -n ef_internet python==3.10.2
conda activate ef_internet
cd your/repository
pip install -r requirements.txt
Once in the new environment, run the notebooks following the order described above. Further details are provided in the corresponding notebooks
DOI
Version identifier:
Owner
- Login: robyistrate
- Kind: user
- Location: Leiden, Netherlands
- Company: CML - Leiden University
- Repositories: 1
- Profile: https://github.com/robyistrate
Postdoctoral researcher | Life Cycle Assessment
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Environmental footprint of Internet consumption
message: >-
If you use this dataset, please cite it using the metadata
from this file.
type: dataset
authors:
- given-names: Robert
family-names: Istrate
affiliation: Leiden University
orcid: 'https://orcid.org/0000-0002-3409-9702'
identifiers:
- type: doi
value: 10.5281/zenodo.7575569
repository-code: >-
https://github.com/robyistrate/internet-environmental-footprint
abstract: >-
Repository to share the code used in the scientific
article Istrate et al. The environmental sustainability
of digital content consumption. Nat Commun 15, 3724 (2024).
https://doi.org/10.1038/s41467-024-47621-w. The
repository contains data files and tailored notebooks to
create the LCI database and reproduce the results
presented in the article.
keywords:
- Environmental footprint
- Internet
- Life cycle assessment
- Digital content
license: MIT
version: v1.0
date-released: '2023-01-27'
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Dependencies
- brightway2 ==2.4.2
- bw-migrations ==0.1
- bw2analyzer ==0.10
- bw2calc ==1.8.1
- bw2data ==3.6.4
- bw2io ==0.8.7
- bw2parameters ==0.7
- jupyternotebook ==6.4.8
- matplotlib ==3.5.1
- matplotlib-inline ==0.1.3
- numpy ==1.22.2
- pandas ==1.4.1
- premise ==1.4.2
- premise-gwp ==0.7
- presamples ==0.2.5
- seaborn ==0.11.2
- wurst ==0.3