Skip to content

Commit 44d08ea

Browse files
authored
Revert arxiv changes (#25)
* Revert some changes * Update citations
1 parent 914ad5c commit 44d08ea

File tree

6 files changed

+49
-64
lines changed

6 files changed

+49
-64
lines changed

_cite/.cache/cache.db

4 KB
Binary file not shown.

_cite/cite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
sources = []
3030

3131
# in-order list of plugins to run
32-
plugins = ["google-scholar", "pubmed", "orcid", "arxiv", "sources"]
32+
plugins = ["google-scholar", "pubmed", "orcid", "sources"]
3333

3434
# loop through plugins
3535
for plugin in plugins:

_cite/plugins/arxiv.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

_data/citations.yaml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
publisher: Chaos, Solitons & Fractals
1111
date: '2025-12-01'
1212
link: https://doi.org/g9749f
13-
orcid: 0000-0002-9633-0017
13+
orcid: 0000-0002-0005-0441
1414
plugin: orcid.py
1515
file: orcid.yaml
1616
- id: doi:10.1103/PhysRevAccelBeams.28.014001
@@ -81,7 +81,7 @@
8181
publisher: 'Journal of Statistical Mechanics: Theory and Experiment'
8282
date: '2022-02-01'
8383
link: https://doi.org/g89wjq
84-
orcid: 0000-0002-9633-0017
84+
orcid: 0000-0002-0005-0441
8585
plugin: sources.py
8686
file: sources.yaml
8787
type: paper
@@ -1265,3 +1265,45 @@
12651265
orcid: 0000-0003-0316-3449
12661266
plugin: orcid.py
12671267
file: orcid.yaml
1268+
- id: doi:10.1101/2025.03.27.25324700
1269+
title: Human mobility and sewage data correlate with COVID-19 epidemic evolution
1270+
in the metropolitan area of Bologna
1271+
authors:
1272+
- Francesco Durazzi
1273+
- Enrico Lunedei
1274+
- Giulio Colombini
1275+
- Giulia Gatti
1276+
- Vittorio Sambri
1277+
- Alessandra de Cesare
1278+
- Cecilia Crippa
1279+
- "Fr\xE9d\xE9rique Pasquali"
1280+
- Gastone Castellani
1281+
- Daniel Remondini
1282+
- Armando Bazzani
1283+
publisher: Cold Spring Harbor Laboratory
1284+
date: '2025-03-28'
1285+
link: https://doi.org/hbbn9g
1286+
orcid: 0000-0002-0005-0441
1287+
plugin: orcid.py
1288+
file: orcid.yaml
1289+
- id: doi:10.1186/s12879-025-11520-2
1290+
title: Human mobility and sewage data correlate with COVID-19 epidemic evolution
1291+
in a 3-year surveillance of the metropolitan area of Bologna
1292+
authors:
1293+
- Francesco Durazzi
1294+
- Enrico Lunedei
1295+
- Giulio Colombini
1296+
- Giulia Gatti
1297+
- Vittorio Sambri
1298+
- Alessandra De Cesare
1299+
- Cecilia Crippa
1300+
- "Fr\xE9d\xE9rique Pasquali"
1301+
- Gastone Castellani
1302+
- Daniel Remondini
1303+
- Armando Bazzani
1304+
publisher: BMC Infectious Diseases
1305+
date: '2025-10-31'
1306+
link: https://doi.org/hbbn9h
1307+
orcid: 0000-0002-0005-0441
1308+
plugin: orcid.py
1309+
file: orcid.yaml

_data/orcid.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
- orcid: 0000-0002-9633-0017
2-
- orcid: 0000-0003-0316-3449
1+
- orcid: 0000-0002-9633-0017 # Armando Bazzani
2+
- orcid: 0000-0003-0316-3449 # Mirko Degli Esposti
3+
- orcid: 0000-0002-0005-0441 # Giulio Colombini
4+
- orcid: 0009-0004-7797-9138 # Gregorio Berselli

0 commit comments

Comments
 (0)