From b06b56cc85ccf87f06f19d1a5d63fbb01c23b1f9 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 17 Jul 2026 13:59:36 +0200 Subject: [PATCH] Create bibliography used with biber --- bibliography.bib | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bibliography.bib diff --git a/bibliography.bib b/bibliography.bib new file mode 100644 index 0000000..555912d --- /dev/null +++ b/bibliography.bib @@ -0,0 +1,26 @@ +% To automatically get the entry for an article, follow these steps: +% 1. Open Google Scholar's website and find the article +% 2. Find the "Cite" / "Cita" button +% 3. On the popup windows, press "BibTeX" +% 4. Copy and paste the text + +@thesis{tesiMarco, + author = {Marco Savarese and Carlo Augusto Grazia}, + title = {Building an OEM-agnostic framework for optimizing refueling tasks through ITS paradigms: The P.I.E.N.O. journey}, + institution = {Università degli Studi di Modena e Reggio Emilia}, + year = {2024}, +} + +@article{articoloPIENO, + author = {Marco Savarese and Antonio De Blasi and Carmine Zaccagnino and Carlo Augusto Grazia}, + title = {P.I.E.N.O. — Petrol-filling Itinerary Estimation aNd Optimization}, + institution = {Università degli Studi di Modena e Reggio Emilia"}, + year = {2024}, +} + +@article{articoloRIPIENO, + author = {Marco Savarese and Antonio De Blasi and Carmine Zaccagnino and Giacomo Salici and Silvia Cascianelli and Roberto Vezzani and Carlo Augusto Grazia}, + title = {RI-PIENO – Revised and Improved Petrol-filling Itinerary Estimation aNd Optimization}, + institution = {Università degli Studi di Modena e Reggio Emilia"}, + year = {2024}, +}