DOIBoost » History » Version 3
Alessia Bardi, 09/11/2021 12:28 PM
Links to projects
1 | 1 | Alessia Bardi | h1. DOIBoost |
---|---|---|---|
2 | |||
3 | h4. DOIBoost: Crossref, Unpaywall, Microsoft Academic Graph, ORCID |
||
4 | |||
5 | The idea behind DOIBoost and its origin can be found in the paper (and related resources) at: |
||
6 | |||
7 | * 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 |
||
8 | |||
9 | 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. |
||
10 | The generation of DOIBoost consists in the following phases: |
||
11 | |||
12 | 1 Filter Crossref records that: |
||
13 | * have blank title |
||
14 | * have one of the following publishers: "Test accounts", "CrossRef Test Account" |
||
15 | * 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;")@ |
||
16 | * have "Addie Jackson" as author and "Elsevier BV" as publisher (empirically we say they are test records) |
||
17 | |||
18 | 2 | Alessia Bardi | 1.1 Map Crossref links to projects/funders |
19 | Links to funding available in Crossref are mapped as funding relationships (@result@ --> @project@) applying the following mapping: |
||
20 | |||
21 | 3 | Alessia Bardi | | *funder* | *grant code* | *Link to* | |
22 | | DOI: {10.13039/100010663, 10.13039/100010661, 10.13039/501100007601, 10.13039/501100000780, 10.13039/100010665} |
||
23 | or name: 'European Union’s Horizon 2020 research and innovation program' | series of 4-9 digits in @award@ | Link to H2020 project | |
||
24 | | DOI: {10.13039/100011199, 10.13039/100004431, 10.13039/501100004963, 10.13039/501100000780} | series of 4-9 digits in @award@ | Link to FP7 project | |
||
25 | | DOI: 10.13039/501100000781 OR name: 'European Union's'| series of 4-9 digits in @award@ | Link to FP7 or H2020 project | |
||
26 | | DOI: 10.13039/100000001 | @award@ | Link to NSF project | |
||
27 | | DOI: 10.13039/501100001665 OR name: {'The French National Research Agency (ANR)', 'The French National Research Agency'} | @award@ | Link to ANR project | |
||
28 | | DOI: 10.13039/501100002341 | @award@ | Link to Academy of Finland project | |
||
29 | | DOI: 10.13039/501100001602 | @award@, removing the initial 'SFI' if present | Link to SFI project | |
||
30 | | DOI: 10.13039/501100000923 | @award@ | Link to ARC project | |
||
31 | | DOI: 10.13039/501100000038 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to NSERC (@unidentified@ project) | |
||
32 | | DOI: 10.13039/501100000155 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to SSHRC (@unidentified@ project) | |
||
33 | | DOI: 10.13039/501100000024 | @award@ ignore: we cannot map the project codes in Crossref to project codes in OpenAIRE | Link to CIHR (@unidentified@ project) | |
||
34 | | DOI: 10.13039/501100002848 OR name :'CONICYT, Programa de Formación de Capital Humano Avanzado' | @award@ | Link to CONICYT project | |
||
35 | | DOI: 10.13039/501100003448 | series of 4-9 digits in @award@ | Link to GSRT project | |
||
36 | | DOI: 10.13039/501100010198 | @award@ | Link to SGOV project | |
||
37 | | DOI: 10.13039/501100004564 | series of 4-9 digits in @award@ | Link to MESTD project | |
||
38 | | 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 | |
||
39 | | DOI: {10.13039/501100006588, 10.13039/501100004488} | @award@, removing 'Project No' and 'HRZZ' prefix, if present | Link to HRZZ or MZOS project | |
||
40 | | DOI: 10.13039/501100006769 | @award@ | Link to Russian Science Foundation project | |
||
41 | | DOI: 10.13039/501100001711 | @award@ after '_' and before '/' | Link to SNSF project | |
||
42 | | DOI: 10.13039/501100004410 | @award@ | Link to TUBITAK project | |
||
43 | | DOI: 10.10.13039/100004440 or name: 'Wellcome Trust Masters Fellowship'| @award@ | Link to Wellcome Trust specific project and to the @unidentified@ project.| |
||
44 | 2 | Alessia Bardi | |
45 | 3 | Alessia Bardi | |
46 | 2 | Alessia Bardi | |
47 | 1 | Alessia Bardi | |
48 | 2 Intersect Crossref with Unpaywall by DOI (DOIBoost1). The records are enriched with |
||
49 | * TODO: AUTHORS? |
||
50 | * one @instance@ with |
||
51 | ** the @best_oa_location@ of Unpaywall |
||
52 | ** @color@ set as follows: @green@ if the host is a repository; @gold@ if the host is publisher and the journal is open access; @hybrid@ if the host is publisher, the journal is not open access but there is a license; @bronze@ if no license is available. |
||
53 | |||
54 | 3 Intersect DOIBoost1 with ORCID (DOIBoost2). The records are enriched with the ORCID identifiers of their authors |
||
55 | |||
56 | 4 Intersect DOIBoost2 with Microsoft Academic Graph (DOIBoost3). The records are enriched with: |
||
57 | * abstracts |
||
58 | * MAG identifiers of authors |
||
59 | * affiliation relationships |
||
60 | * subjects (MAG FieldsOfStudy) |
||
61 | * conference or journal information (in the @journal@ field) TODO: or @container@, in case of the dump? |
||
62 | * [TO BE REMOVED] instances with URL from MAG |
||
63 | |||
64 | 5 Enrich DOIBoost3 with hosting data sources (@hostedby@) and access right information. 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: |
||
65 | * Each instance gain the `hostedby` information. |
||
66 | * If the journal is open access, the access rights of the instances are also set to "Open Access" with "gold" route. |
||
67 | |||
68 | The hostedby of records that do not match are set to the "Unknown Repository". |