From ca254f5a0149608edf74fd66cbd3898676cfc14f Mon Sep 17 00:00:00 2001 From: evaaepelde Date: Mon, 16 Sep 2024 13:16:51 +0200 Subject: [PATCH] update paper: fix bib --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 1bf0153..5ca3eac 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -78,7 +78,7 @@ The `medusa` package includes several functions that have been classified in 3 m - Module 2: Functions to calculate energy poverty indices.The main function for users, `calc_ep()`, calculates the energy poverty index for the selected year/s and the selected indicator. The indicators included in the package are the 10$\%$, 2M, LIHC, HEP and HEP_LI. These indicators have been commonly used in the literature to measure energy poverty during the last decades and are explained [here](https://bc3lc.github.io/medusa/articles/EnergyPoverty.html). -- Module 3: Functions to calculate transport poverty indices.The main function for users, `calc_tp()`, calculates the transport poverty index for the selected year/s and the selected indicator. The indicators included in the package are the 10$\%$, 2M, LIHC and VTU. These indicators are based on the proposal by Alonso-Epelde et al. (2023) and are explained [here](https://bc3lc.github.io/medusa/articles/TransportPoverty.html). [@alonso-epelde2023] +- Module 3: Functions to calculate transport poverty indices.The main function for users, `calc_tp()`, calculates the transport poverty index for the selected year/s and the selected indicator. The indicators included in the package are the 10$\%$, 2M, LIHC and VTU. These indicators are based on the proposal by @alonso-epelde2023 and are explained [here](https://bc3lc.github.io/medusa/articles/TransportPoverty.html). The package includes default input files (.Rda), which are required for running the various functions, simplifying the process for users.