Project

General

Profile

DOIBoost » History » Version 50

Miriam Baglioni, 11/03/2022 04:40 PM

1 1 Alessia Bardi
h1. DOIBoost
2
3 31 Claudio Atzori
{{>toc}}
4
5 4 Alessia Bardi
h2. DOIBoost: Crossref, Unpaywall, Microsoft Academic Graph, ORCID
6 1 Alessia Bardi
7
The idea behind DOIBoost and its origin can be found in the paper (and related resources) at: 
8
9
* La Bruzzo S., Manghi P., Mannocci A. (2019) OpenAIRE's DOIBoost - Boosting CrossRef for Research. In: Manghi P., Candela L., Silvello G. (eds) Digital Libraries: Supporting Open Science. IRCDL 2019. Communications in Computer and Information Science, vol 988. Springer, doi:10.1007/978-3-030-11226-4_11 . Open Access version available at: https://doi.org/10.5281/zenodo.1441071
10
11 42 Claudio Atzori
In short, the goal is to enrich the records available on Crossref with what's available on Unpaywall, Microsoft Academic Graph, ORCID intersecting all those datasets by DOI. As consequence, DOIBoost does not contain any record from MAG, Unpaywall, or ORCID that doesn't provide a DOI available in Crossref.
12 5 Alessia Bardi
13 43 Alessia Bardi
Each Crossref record is enriched with:
14
* ORCID identifiers of authors from ORCID
15
* Open Access instance (with OA color/route and license) from Unpaywall
16
* the following information from MAG:
17
** abstracts
18
** MAG identifiers of authors
19 48 Claudio Atzori
** affiliation (result - organization) relationships
20 43 Alessia Bardi
** subjects (MAG FieldsOfStudy)
21
** conference or journal information 
22
23 44 Alessia Bardi
The Open Access status is also set by intersecting the journal information of a record with the journal lists available from DOAJ and the Gold ISSN list.
24
25 43 Alessia Bardi
26 5 Alessia Bardi
h3. Inputs
27
28 6 Alessia Bardi
* *Crossref*: dump available to Crossref subscribers via MetadataPlus service, updated once a month.
29 27 Claudio Atzori
* *Microsoft Academic Graph*: downloaded version on 2021-02-15. We plan to take the latest version in Dec 2021 before MAG will be retired.
30 18 Alessia Bardi
* *ORCID*: baseline dump obtained in 2020-10-13, regularly updated every week from the "ORCID public API":https://info.orcid.org/documentation/features/public-api/
31 7 Alessia Bardi
* *Unpaywall*: public database snapshot downloaded in March 2021. Unpaywall updates it twice a year (https://unpaywall.org/products/snapshot) 
32 5 Alessia Bardi
33 27 Claudio Atzori
The construction of the DOIBoost dataset consists of the following phases:
34 1 Alessia Bardi
35 26 Claudio Atzori
h3. 1 Filtering
36 1 Alessia Bardi
37 26 Claudio Atzori
Records in Crossref are ruled out according to the following criteria
38
39 1 Alessia Bardi
* have blank title
40 50 Miriam Baglioni
** Examples:
41
*** 10.1093/rheumatology/41.7.837
42
*** 10.1093/qjmed/95.7.430
43
*** 10.1371/journal.pone.0171434.g005
44 26 Claudio Atzori
* have one of the following publishers: @"Test accounts"@, @"CrossRef Test Account"@
45 49 Claudio Atzori
** Examples from https://api.crossref.org/works?query.publisher-name=%22Test%20accounts%22
46
*** 10.1007/bf00344543
47
*** 10.1007/bf00186154
48
*** 10.1306/64ed947a-1724-11d7-8645000102c1865d
49 1 Alessia Bardi
* have no authors with valid names, where valid means: not blank and different from all strings in this list: @List(",", "none none", "none, none", "none &na;", "(:null)", "test test test", "test test", "test", "&na; &na;")@
50 26 Claudio Atzori
* have @"Addie Jackson"@ as author and @"Elsevier BV"@ as publisher (empirically we say they are test records)
51 49 Claudio Atzori
** Examples from https://api.crossref.org/works?query.author=Addie+Jackson&query.publisher-name=%22Elsevier%20BV%22
52
*** 10.2139/ssrn.2082156
53
*** 10.2139/ssrn.2202300
54
*** 10.2139/ssrn.2255657
55 15 Alessia Bardi
* have not one of the following values in the field @type@:
56 26 Claudio Atzori
**   @"book-section"@
57
**   @"book"@
58
**   @"book-chapter"@
59
**   @"book-part"@
60
**   @"book-series"@
61
**   @"book-set"@
62
**   @"book-track"@
63
**   @"edited-book"@
64
**   @"reference-book"@
65
**   @"monograph"@
66
**   @"journal-article"@
67
**   @"dissertation"@
68
**   @"other"@
69
**   @"peer-review"@
70
**   @"proceedings"@
71
**   @"proceedings-article"@
72
**   @"reference-entry"@
73
**   @"report"@
74
**   @"report-series"@
75
**   @"standard"@
76
**   @"standard-series"@
77
**   @"posted-content"@
78
**   @"dataset"@
79 15 Alessia Bardi
80 1 Alessia Bardi
Records with @type=dataset@ are mapped into OpenAIRE results of type dataset. All others are mapped as OpenAIRE results of type publication.
81 19 Alessia Bardi
82 30 Claudio Atzori
h3. 2 Mapping Crossref properties into the OpenAIRE Research Graph
83 16 Alessia Bardi
84 27 Claudio Atzori
Properties in OpenAIRE results are set based on the logic described in the following table:
85 16 Alessia Bardi
86 1 Alessia Bardi
|_.OpenAIRE Result field path|_.Crossref path(s)|_.Notes|
87 33 Alessia Bardi
| id | doi | id in the form @doi_________::md5(doi) |
88 34 Alessia Bardi
| dateofcollection|  indexed.datetime|  |
89
| lastupdatetimestamp | indexed.timestamp | |
90 1 Alessia Bardi
| type | type | @dataset@ if the Crossref type is dataset, @publication@ otherwise (based on the logics [[DOIBoost#1-Filtering|described above]]) |
91 34 Alessia Bardi
| originalId | doi, clinical-trial-number, alternative-id | |
92
| pid |  | The scheme tells the type of PID, the value contains the actual value |
93
| pid.scheme |  | Default value: doi |
94
| pid.value | doi | The doi is normalised and lower-cased|
95 1 Alessia Bardi
| maintitle | title |  |
96
| subtitle | subtitle |  |
97 37 Alessia Bardi
| author | author | if available the sequence is mapped to rank and the ORCID is also mapped |
98
| author.name | author.given |  |
99
| author.surname | author.family |  |
100
| author.fullname | author.given author.family|  |
101
| author.rank | | based on the order, starts from 1 |
102
| author.pid | | only if the ORCID is available |
103
| author.pid.id.scheme | | Default 'pending_orcid' (meaning that it is not an id confirmed by ORCID |
104
| author.pid.id.value | author.ORCID |  |
105
| author.pid.provenance.provenance| | Default 'Harvested' |
106
| author.pid.provenance.trust| | Default '0.9' |
107 1 Alessia Bardi
| description | abstract |  |
108 34 Alessia Bardi
| subject | subject | with classid='keywords', i.e. no controlled vocabularies for Crossref subjects |
109
| publicationdate | issued.datetime or, if not available, created.datetime |  |
110
| publisher | publisher |  |
111
| source | source |  only if the record is not of type @book@ |
112
| source | concatenation of @container-title.head@ "ISBN: " @ISBN.head@ | only if the record is of type @book@ |
113
| container |  | It is set only for publications with information about the journal it was published in. |
114
| container.name | container-title.head| |
115
| container.issnOnline | issn-type.value| if issn-type.type='electronic'|
116
| container.issnPrinted | issn-type.value| if issn-type.type='print'|
117
| container.vol | volume| |
118
| container.sp | page | before '-'| 
119
| container.ep | page | after '-'| 
120
| instance | | One instance is created with the DOI URL|
121 1 Alessia Bardi
| instance.accessright |  | Values in @instance.accessright.code@ and @instance.accessright.label@ are set based on license and dateofacceptance: 
122
- UNKNOWN: if the license is blank
123
- OPEN ACCESS: if the license is a CC license or an ACS license or an APA license (considered OPEN also by Unpaywall, see "Unpaywall FAQ":https://support.unpaywall.org/support/solutions/articles/44002063718-what-is-an-oa-license- for details) or if OUP license, but only after 12 months from the publication date
124
- EMBARGO: OUP license, before 12 months from the publication date
125
- CLOSED: if there is a license not covered by the previous cases |
126 33 Alessia Bardi
| instance.accessright.code |  | Code from the "COAR vocabulary for access right":http://vocabularies.coar-repositories.org/documentation/access_rights/|
127
| instance.accessright.label |  | One of: OPEN, RESTRICTED, CLOSED, EMBARGO |
128
| instance.accessright.scheme |  | Scheme that defines the code and label, i.e. the URL to the "COAR vocabulary for access right":http://vocabularies.coar-repositories.org/documentation/access_rights/|
129
| instance.accessright.openAccessRoute |  | only if instance.accessright.value = 'OPEN ACCESS'. Default is 'hybrid'. The route is fixed in subsequent phases of DOIBoost, namely when intersecting with Unpaywall and patching the hostedby via DOAJ and the Gold-ISSN list.|
130
| instance.license | license.URL| If there is a @license.content-version='vor'@, then this is used. Otherwise the first license entry is used. |
131 34 Alessia Bardi
| instance.pid |  | The scheme tells the type of PID, the value contains the actual value |
132
| instance.pid.scheme |  | Default value: doi  |
133
| instance.pid.value | doi | The doi is normalised and lower-cased  |
134
| instance.publicationdate | issued.datetime or, if not available, created.datetime|  |
135 40 Alessia Bardi
| instance.refereed |  | set to 'peerReviewed' only if @relation.has-review.id@ is not empty. UNKNOWN otherwise.|
136 33 Alessia Bardi
| instance.type | subtype | mapped using the "OpenAIRE vocabulary for result typologies":https://api.openaire.eu/vocabularies/dnet:result_typologies |
137 34 Alessia Bardi
| instance.url | doi| Full URL of the DOI | 
138 33 Alessia Bardi
139
All other fields of the [[Json_schema]] not mentioned in the table contain empty values.
140
141
All the records from Crossref are related to the datasource with @name=Crossref@ and @id=openaire____::081b82f96300b6a6e3d282bad31cb6e2@
142
143 34 Alessia Bardi
Possible improvements:
144
* map @clinical-trial-number@ and @alternative-id@ in alternateIdentifiers?
145
* Verify if Crossref has a property for @language@, @country@, @container.issnLinking@, @container.iss@, @container.edition@, @container.conferenceplace@ and @container.conferencedate@ 
146
* Different approach to set the @refereed@ field and improve its coverage?
147 2 Alessia Bardi
148 4 Alessia Bardi
h3. 2 Map Crossref links to projects/funders
149
150 3 Alessia Bardi
Links to funding available in Crossref are mapped as funding relationships (@result@ -- @isProducedBy@ --> @project@) applying the following mapping:
151
152
| *funder* | *grant code* | *Link to* |
153
| DOI: {10.13039/100010663, 10.13039/100010661, 10.13039/501100007601, 10.13039/501100000780, 10.13039/100010665}
154
or name: 'European Union’s Horizon 2020 research and innovation program' | series of 4-9 digits in @award@ | Link to H2020 project |
155
| DOI: {10.13039/100011199, 10.13039/100004431, 10.13039/501100004963, 10.13039/501100000780} | series of 4-9 digits in @award@  | Link to FP7 project |
156
| DOI: 10.13039/501100000781 OR name: 'European Union's'| series of 4-9 digits in @award@ | Link to FP7 or H2020 project |
157
| DOI: 10.13039/100000001 | @award@ | Link to NSF project |
158
| DOI: 10.13039/501100001665 OR name: {'The French National Research Agency (ANR)', 'The French National Research Agency'} | @award@ | Link to ANR project |
159
| DOI: 10.13039/501100002341 | @award@ | Link to Academy of Finland project |
160
| DOI: 10.13039/501100001602 | @award@, removing the initial 'SFI' if present | Link to SFI project |
161
| DOI: 10.13039/501100000923 | @award@ | Link to ARC project |
162
| DOI: 10.13039/501100000038 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to NSERC (@unidentified@ project) |
163
| DOI: 10.13039/501100000155 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to SSHRC (@unidentified@ project) |
164
| DOI: 10.13039/501100000024 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to CIHR (@unidentified@ project) |
165
| DOI: 10.13039/501100002848 OR name :'CONICYT, Programa de Formación de Capital Humano Avanzado' | @award@ | Link to CONICYT project |
166
| DOI: 10.13039/501100003448 | series of 4-9 digits in @award@ | Link to GSRT project |
167
| DOI: 10.13039/501100010198 | @award@ | Link to SGOV project |
168
| DOI: 10.13039/501100004564 | series of 4-9 digits in @award@ | Link to MESTD project |
169
| DOI: 10.13039/501100003407 | @award@ | Link to MIUR project. Since OpenAIRE has a small subset of MIUR projects, a link to the MIUR funder (@unidentified@ project) is also generated |
170
| DOI: {10.13039/501100006588, 10.13039/501100004488} | @award@, removing 'Project No' and 'HRZZ' prefix, if present | Link to HRZZ or MZOS project |
171
| DOI: 10.13039/501100006769 | @award@ | Link to Russian Science Foundation project |
172 1 Alessia Bardi
| DOI: 10.13039/501100001711 | @award@ after '_' and before '/' | Link to SNSF project |
173
| DOI: 10.13039/501100004410 | @award@ | Link to TUBITAK project |
174 4 Alessia Bardi
| DOI: 10.10.13039/100004440  or name: 'Wellcome Trust Masters Fellowship'| @award@ | Link to Wellcome Trust specific project and to the @unidentified@ project.|
175 1 Alessia Bardi
176 36 Alessia Bardi
h3. 3 Intersect Crossref with UnpayWall by DOI (DOIBoost1)
177 10 Alessia Bardi
178 36 Alessia Bardi
The fields we consider from UnpayWall are:
179 10 Alessia Bardi
* @is_oa@
180
* @best_oa_location@
181
* @oa_status@
182 1 Alessia Bardi
183 36 Alessia Bardi
The results of Crossref that intersect by DOI with UnpayWall records are enriched with one additional @instance@ with the following properties:
184 1 Alessia Bardi
185
|_.OpenAIRE Result field path |_.Unpaywall field path |_.Notes |
186 36 Alessia Bardi
| instance | | created only if @is_oa@ and a @best_oa_location@ is available |
187
| instance.accessright | | default value  Open Access: we do not add instances if UnpayWall says there is no open version|
188
| instance.accessright.code |  | Open Access code from the "COAR vocabulary for access right":http://vocabularies.coar-repositories.org/documentation/access_rights/|
189
| instance.accessright.label |  | Always OPEN |
190
| instance.accessright.scheme |  | Scheme that defines the code and label, i.e. the URL to the "COAR vocabulary for access right":http://vocabularies.coar-repositories.org/documentation/access_rights/|
191
| instance.accessright.openAccessRoute | @oa_status@ | |
192
| instance.url | @best_oa_location@ | |
193
| instance.license | @best_oa_location.license@ | |
194
| instance.pid |  | The scheme tells the type of PID, the value contains the actual value |
195
| instance.pid.scheme |  | Default value: doi  |
196
| instance.pid.value | doi | The doi is normalised and lower-cased  |
197 10 Alessia Bardi
198 36 Alessia Bardi
For the definition of UnpayWall's @oa_status@ refer to the "Unpaywall FAQ":https://support.unpaywall.org/support/solutions/articles/44001777288-what-do-the-types-of-oa-status-green-gold-hybrid-and-bronze-mean-
199
200
The record will also feature a relation to the UnpayWall data source: @name="UnpayWall"@, @id=openaire____::8ac8380272269217cb09a928c8caa993@.
201 9 Alessia Bardi
202 21 Alessia Bardi
h3. 4 Intersect DOIBoost1 with ORCID (DOIBoost2)
203
204 23 Alessia Bardi
The fields we consider from ORCID are:
205 21 Alessia Bardi
* @doi@
206
* @authors@, a list of authors, each with optional @name@, @surname@, @creditName@, @oid@
207
208
|_.OpenAIRE field path|_.ORCID path|_.Notes|
209
| pid | doi  |  |
210
| author.name | capitalize(name) |  only mapped if not blank|
211
| author.surname | capitalize(surname) | only mapped if not blank |
212
| author.fullname |  | if name and surname are not blank, they are concatenated (capitalize(name) capitalize(surname)), otherwise we use the creditName  |
213 38 Alessia Bardi
| author.pid | | only if the ORCID is available |
214
| author.pid.id.scheme | | Default 'orcid' (meaning that it is confirmed by ORCID, (in contrast to the 'orcid_pending' set from Crossref and Unpaywall) |
215
| author.pid.id.value | oid |  |
216
| author.pid.provenance.provenance| | Default 'Harvested' |
217
| author.pid.provenance.trust| | Default '0.9' |
218 1 Alessia Bardi
219 4 Alessia Bardi
The records are enriched with the ORCID identifiers of their authors.
220 46 Alessia Bardi
221
TODO: Update with the new approach implemented by Miriam. 
222
223 38 Alessia Bardi
The current approach is: 
224 1 Alessia Bardi
* if the number of authors from Crossref equals the size of authors from ORCID, then we pick the list of authors with more PIDs and try to enrich it with the PIDs from the other list, based on JaroWrinkler distance on on authors' names, surnames, or fullnames, depending on which properties are available;
225
* if the number of authors are different, then we take the longest and try to enrich it with the PIDs from the other author list, based on JaroWrinkler distance on on authors' names, surnames, or fullnames, depending on which properties are available
226
227 38 Alessia Bardi
Miriam will modify the process to ensure that:
228
* the list of authors from Crossred always "win"
229
* the identifiers from ORCID "win"
230 46 Alessia Bardi
231 24 Alessia Bardi
h3. 5 Intersect DOIBoost2 with Microsoft Academic Graph (DOIBoost3)
232
233
*Important Notes*
234
* Only papers with DOI are considered
235
* Since for the same DOI we have multiple version of item with different MAG PaperId, we only take one per DOI (the last one we process). We call this dataset @Papers_distinct@
236
237
When mapping MAG records to the OpenAIRE Research Graph, we consider the the following MAG tables:
238
* @PaperAbstractsInvertedIndex@: for the paper abstracts
239
* @Authors@: for the authors. The MAG data is pre-processed by grouping authors by PaperId 
240
* @Affiliations@ and @PaperAuthorAffiliations@: to generate links between publications and organisations
241
* @Journals@ and @ConferenceInstances@: joined with @Papers_distinct@ to have the information about the venues where the paper was published
242
* TO BE REMOVED @PaperUrls@: to create one instance for the OpenAIRE publication
243 1 Alessia Bardi
* @FieldsOfStudy@: to add subjects
244
245
The records are enriched with:
246
* abstracts
247
* MAG identifiers of authors
248 4 Alessia Bardi
* affiliation relationships
249
* subjects (MAG FieldsOfStudy)
250 24 Alessia Bardi
* conference or journal information (in the @journal@ field) TODO: or @container@, in case of the dump?
251
* [TO BE REMOVED] instances with URL from MAG
252
253
254
TODO: ensure we use the field names of the public dump
255
256
|_.OpenAIRE path| ._MAG table |_.MAG path(s)|_.Notes|
257
| pid | Papers_distinct | Doi | |
258 39 Alessia Bardi
| pid.scheme |  | | Default value: doi |
259
| pid.value | | doi | The doi is normalised and lower-cased|
260 24 Alessia Bardi
| originalId | Papers_distinct | PaperId | |
261
| title | Papers_distinct | PaperTitle | as main title |
262
| title | Papers_distinct | OriginalTitle | as alternative title |
263
| source | Papers_distinct | BookTitle |  |
264
| dateofacceptance | Papers_distinct  | Date |  first 10 chars, if not blank |
265 1 Alessia Bardi
| publisher | Papers_distinct, Journal  | Publisher |   |
266
| description | PaperAbstractsInvertedIndex | IndexedAbstract | |
267 47 Alessia Bardi
| container | ConferenceInstances, Journals |  ||
268
| container.name | | DisplayName ||
269
| container.conferencePlace | | Location ||
270
| container.conferenceDate | | StartDate and EndDate | Values created as concatanation of the first 10 chars of each (separated by '-'), if both are not blank|
271
| container.sp | | FirstPage ||
272
| container.ep | | EndPage ||
273
| container.issnPrinted | | Issn ||
274
| container.vol | Papers_distinct | Volume ||
275
| container.iss | Papers_distinct | Issue ||
276 24 Alessia Bardi
| subject |FieldsOfStudy  | subjects | All subjects from MAG are set with a dedicated marker in the classname/classid 'Microsoft Academic Graph Classification'/MAG. 
277
We create one subject per DisplayName, per MainType and, if the MainType is in the format @x.y@, one subject also for the first token (i.e. @x@) |
278
| subject.value | | subjects.DisplayName, subjects.MainType, split(subjects.MainType, '.'0.head | All subject from MAG are set with a dedicated marker in the classname/classid 'Microsoft Academic Graph Classification'/MAG|
279
| author | Authors, PaperAuthorAffiliations | |  |
280
| author.rank |  | sequenceNumber |  |
281
| author.fullName |  | DisplayName | if not blank |
282
| author.affiliation |  | affiliation | if not null |
283
| author.pid |  | AuthorId |  MAG id of the author as URL. TO BE REMOVED? |
284
| instance | PaperUrls | | TO BE REMOVED. Currently maps to the MAG URl and to any URLs in SourceUrl |
285 4 Alessia Bardi
286
h3. 6 Enrich DOIBoost3 with hosting data sources (@hostedby@) and access right information
287 27 Claudio Atzori
288 25 Alessia Bardi
In this phase, we intersect DOIBoost3 with a dataset composed of journals from OpenAIRE, Crossref, and the ISSN gold list. Each journal comes with its International Standard Serial Numbers (issn, eissn, lissn) and, when available, a flag that tells if the journal is open access. The intersection is done on the basis of the International Standard Serial Numbers. The records with a @journal.[l|e]issn@ that match are enriched as follows:
289 1 Alessia Bardi
* Each instance gain the @hostedby@ information corresponding to the journal
290
* If the journal is open access, the access rights of the instances are also set to "Open Access" with "gold" route (because by construction, the journals we know are open are from DOAJ or Gold ISSN list)
291
292
The hostedby of records that do not match are set to the "Unknown Repository".