From 2c840e5da41ca21faa35daf9d86523c9cc8a9035 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 24 Mar 2024 13:07:37 -0300 Subject: Fix: escape percents in url fields --- information.bib | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'information.bib') diff --git a/information.bib b/information.bib index 4fc0319..6dd0978 100644 --- a/information.bib +++ b/information.bib @@ -781,11 +781,12 @@ url = {http://doi.org/10.1086/392657}, } +% https://www.innovationhub-act.org/sites/default/files/2020-06/2040%20An%20Information%20Odyssey.pdf @techreport{matejic2020, title = "2040: An Information Odyssey", author = "Nicole Matejic", year = "2020", - url = "https://www.innovationhub-act.org/sites/default/files/2020-06/2040%20An%20Information%20Odyssey.pdf", + url = "https://www.innovationhub-act.org/sites/default/files/2020-06/2040\%20An\%20Information\%20Odyssey.pdf", } @article{bawden2009, @@ -826,6 +827,7 @@ url = "", } +% https://doi.org/10.1007%2F978-3-319-23291-1_15 @article{galanos2016, title = {Floridi/Flusser: Parallel Lives in Hyper/Posthistory}, booktitle = "Computing and Philosophy: Selected Papers from IACAP 2014", @@ -833,7 +835,7 @@ year = 2016, publisher = {Springer International Publishing}, doi = {10.1007/978-3-319-23291-1_15}, - url = {https://doi.org/10.1007%2F978-3-319-23291-1_15}, + url = {https://doi.org/10.1007\%2F978-3-319-23291-1_15}, pages = {229--243}, } @@ -875,13 +877,14 @@ % https://www.goodreads.com/book/show/21453413 % https://ri.conicet.gov.ar/handle/11336/187340 % https://ri.conicet.gov.ar/handle/11336/187340?show=full +% https://www.academia.edu/33719122/Historia_de_la_informacion_libro_ESPA%C3%91OL_pdf % author = "Pablo (Manolo) Esteban Rodríguez", @book{rodriguez2012, title = "Historia de la informacion", author = "Pablo Esteban Rodríguez", year = "2012", publisher = "Capital Intelectual", - url = "https://www.academia.edu/33719122/Historia_de_la_informacion_libro_ESPA%C3%91OL_pdf", + url = "https://www.academia.edu/33719122/Historia_de_la_informacion_libro_ESPA\%C3\%91OL_pdf", } @misc{cleaners2018, -- cgit v1.2.3