Project

General

Profile

ResultCountry » History » Version 7

Alessia Bardi, 03/02/2022 10:37 AM

1 1 Miriam Baglioni
2
h1. ResultCountry
3
4 5 Miriam Baglioni
It is for the country associated to the result. It is a subclass of [[Country]] and extends it with provenance information
5 1 Miriam Baglioni
6
|_. field name |_. cardinality |_. type |_. description |
7
| provenance | ONE | [[Provenance]] | Indicates the reason why this country is associated to this result |
8 5 Miriam Baglioni
9
Example data:
10
11
<pre>
12
{
13
    "code" : "IT",
14
    "label": "Italy"
15
}
16
17
{
18
    "code" : "IT",
19
    "label": "Italy",
20
    "provenance" : {
21
         "provenance":"inferred by OpenAIRE",
22
         "trust":"0.85"}
23
}
24
		
25
</pre>
26 6 Alessia Bardi
27
h2. How is the field Result.country populated
28
29
The @Result.country@ field is populated based on the country of the organisation that manages the data source that hosts or provide metadata for the result (i.e. based on the data source of the @result.instance[].hostedby@ and @result.instance[].collectedfrom@.
30 7 Alessia Bardi
To avoid the assignment of wrong countries, the process only takes into account data sources that are *institutional repositories* or are *included in a manually curated whitelist*.
31 6 Alessia Bardi
The manually curated whitelist allows us to include in the process National Aggregators or National Repositories.
32
The table below lists the data sources currently in the whitelist (for beta and/or prod)
33
34
35
| *OpenAIRE ID* | *Name* | *Country* | *BETA/PROD* |
36
|openaire____::3795d6478e30e2c9f787d427ff160944 | Federated Research Data Repository | Canada | BETA and PROD |
37
|opendoar____::16e6a3326dd7d868cbc926602a61e4d0 | Érudit | Canada | BETA  and PROD |
38
|eurocrisdris::fe4903425d9040f680d8610d9079ea14 | NARCIS | The Netherlands | BETA and PROD |
39
|openaire____::172bbccecf8fca44ab6a6653e84cb92a| Armenian Open AIRE NOAD| Armenia| BETA |
40
|openaire____::149c6590f8a06b46314eed77bfca693f| Canada Research| Canada| BETA |
41
|eurocrisdris::a6026877c1a174d60f81fd71f62df1c1| Pure VTT Finland| Finland| BETA |
42
|openaire____::4692342f0992d91f9e705c26959f09e0| VTT Research Information System | Finland| BETA |
43
|openaire____::8d529dbb05ec0284662b391789e8ae2a| CeON Aggregator| Poland| BETA |
44
|openaire____::345c9d171ef3c5d706d08041d506428c| Croatian Scientific Bibliography - CROSBI| Croatia| BETA |
45
|opendoar____::1c1d4df596d01da60385f0bb17a4a9e0| HRČAK| Croatia| BETA |
46
|opendoar____::7a614fd06c325499f1680b9896beedeb| RECERCAT | Spain| BETA |
47
|opendoar____::1ee3dfcd8a0645a25a35977997223d22| Theseus | Finland| BETA |
48
|opendoar____::d296c101daa88a51f6ca8cfc1ac79b50| TDX | Spain| BETA |
49
|opendoar____::798ed7d4ee7138d49b8828958048130a| Repositório Comum | Portugal| BETA |
50
|openaire____::c9d2209ecc4d45ba7b4ca7597acb88a2| NaRDuS - National Repository of Dissertations in Serbia| Serbia| BETA |
51
|eurocrisdris::c49e0fe4b9ba7b7fab717d1f0f0a674d| METIS Research Information System | The Netherlands| BETA |
52
|eurocrisdris::9ae43d14471c4b33661fedda6f06b539| TUHH Open Research (TORE)| Germany | BETA |
53
|eurocrisdris::432ca599953ff50cd4eeffe22faf3e48| UnityFVG - Friuli Venezia Giulia | Italy| BETA | 
54
55
_Last update of table: 03/02/2022_