You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copyright 2021-2022 Lucas Potin & Vincent Labatut
5
+
* Copyright 2021-2023 Lucas Potin & Vincent Labatut
6
6
7
7
FoppaInit is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For source availability and license information see `licence.txt`
These scripts create the FOPPA database v.1.1.1 from raw TED files. This database relies mainly on the award notices of public contracts related to French clients and suppliers from 2010 to 2020 in the Tenders Electronic Daily. It also proposes an enrichment of these data, thanks to the siretization of agents (i.e. the retrieval of their unique IDs, which is missing for most of them) as well as the cleaning and extraction of award criteria, and other processing.
17
+
These scripts create the FOPPA database v.1.1.2 from raw TED files. This database relies mainly on the award notices of public contracts related to French clients and suppliers from 2010 to 2020 in the Tenders Electronic Daily. It also proposes an enrichment of these data, thanks to the siretization of agents (i.e. the retrieval of their unique IDs, which is missing for most of them) as well as the cleaning and extraction of award criteria, and other processing.
18
18
19
-
The process conducted to build the FOPPA is quite long, though (around 1 week, depeding on the hardware), so the produced database is alternatively directly available on [Zenodo](https://doi.org/10.5281/zenodo.7443842). The detail of this processing are described in a technical report [P'22].
19
+
The process conducted to build the FOPPA is quite long, though (around 1 week, depeding on the hardware), so the produced database is alternatively directly available on [Zenodo](https://doi.org/10.5281/zenodo.7808664). The detail of this processing are described in an article [[P'23]](#references), and in further detail in a technical report [[P'22]](#references).
20
20
21
-
This work was conducted in the framework of the [DeCoMaP](https://anr.fr/Projet-ANR-19-CE38-0004) ANR project (*Detection of corruption in public procurement markets* -- `ANR-19-CE38-0004`). If you use this source code or the produced database, please cite bibliographical reference [P'22].
21
+
This work was conducted in the framework of the [DeCoMaP](https://anr.fr/Projet-ANR-19-CE38-0004) ANR project (*Detection of corruption in public procurement markets* -- `ANR-19-CE38-0004`). If you use this source code or the produced database, please cite bibliographical reference [[P'23]](#references) (the article, not the report).
22
22
23
23
# Organization
24
24
This repository is composed of the following elements:
@@ -51,7 +51,7 @@ In order to build the FOPPA database:
51
51
52
52
The script is going to perform several tasks:
53
53
1. Download all the necessary data (see Section *Organization*).
54
-
2. Apply the processing described in [P'22].
54
+
2. Apply the processing described in [[P'22]](#references).
55
55
3. Export the resulting database under different forms (SQL dump, CSV sheets).
56
56
57
57
# Dependencies
@@ -70,6 +70,5 @@ The produced database is directly available publicly online on [Zenodo](https://
70
70
* CSV files (one by table).
71
71
72
72
# References
73
-
**[P'22]** L. Potin, V. Labatut, R. Figueiredo, C. Largeron & P. H. Morand. *FOPPA: A database of French Open Public Procurement Award notices*, Technical Report, Avignon Université, 2022. [⟨hal-03796734⟩](https://hal.archives-ouvertes.fr/hal-03796734)
74
-
75
-
73
+
***[P'23]** L. Potin, V. Labatut, P. H. Morand & C. Largeron. *FOPPA: An Open Database of French Public Procurement Award Notices From 2010–2020*, Scientific Data, 2023, 10:303. DOI: [10.1038/s41597-023-02213-z](https://dx.doi.org/10.1038/s41597-023-02213-z)[⟨hal-04101350⟩](https://hal.archives-ouvertes.fr/hal-04101350)
74
+
***[P'22]** L. Potin, V. Labatut, R. Figueiredo, C. Largeron & P. H. Morand. *FOPPA: A database of French Open Public Procurement Award notices*, Technical Report, Avignon Université, 2022. [⟨hal-03796734⟩](https://hal.archives-ouvertes.fr/hal-03796734)
0 commit comments