diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-03-24 13:07:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-03-24 13:07:37 -0300 |
commit | 2c840e5da41ca21faa35daf9d86523c9cc8a9035 (patch) | |
tree | 2fe399af5529999918e1c3e5cee99916a6101c86 /information.bib | |
parent | e2cd9f9d1cc61f0f21887490a8d7f7ed9ab5565e (diff) | |
download | biblio-2c840e5da41ca21faa35daf9d86523c9cc8a9035.tar.gz biblio-2c840e5da41ca21faa35daf9d86523c9cc8a9035.tar.bz2 |
Fix: escape percents in url fields
Diffstat (limited to 'information.bib')
-rw-r--r-- | information.bib | 9 |
1 files changed, 6 insertions, 3 deletions
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, |