Real-time barometer
OA rate
Definition of each type of Open Access:
- Gold: publication immediately available in OA (at the time of publication) in its published version. For articles, this refers to publications in pure Gold OA journals (all articles in the journal are OA).
- Hybrid: publication immediately available in OA (at the time of publication) in its published version. Distinguished from Gold by the fact that the journal (for articles) or book (for chapters) also publishes subscription content that is not openly available.
- Green and Green (embargo): publication available in OA often after an embargo period and in a version previous to the published one (in most cases the postprint, or the author's version accepted but not formatted by the publisher). These publications are found exclusively in institutional repositories, such as Serval, or thematic repositories.
- Bronze: publications initially accessible by subscription or payment that are made open on the publisher's site after a period of time. These publications are not strictly Open Access, as they do not allow sharing or reuse. In addition, the publisher may at any time decide to close access to these works. We also consider OA bronze when a record has no DOI (and therefore cannot be enriched with Unpaywall data, but the Open Access box has been ticked in Serval).
- Closed: publications accessible by subscription or paywall.
- The OA rate analysis is performed by enriching the data in Serval with the Unpaywall database.
- Serval data is retrieved once a day.
- The data is enriched with Open Access data from Unpaywall for records with a perennial identifier, DOI.
- The data is imported and processed in Tableau software.
- A calculation is performed on each record in Tableau to assign it an OA status:
Variables:
[UPW Oa Status]= Result obtained from Unpaywall.
[Withresource]= Boolean variable indicating the presence (1, TRUE) or absence (0, FALSE) of a full text in SERVAL.
[Document principal disponible?]= Boolean variable indicating whether the embargo on the main document in SERVAL has been exceeded (1, TRUE) or not (0, FALSE).
Calculation:
if [UPW Oa Status] = "gold" then "Gold"
ELSEIF [UPW Oa Status]="hybrid" THEN "Hybrid"
ELSEIF [UPW Oa Status]="bronze" THEN "Bronze"
ELSEIF [UPW Oa Status]="green" THEN "Green"
ELSEIF [UPW Oa Status]="closed" AND [Withresource]="N" THEN "Closed"
ELSEIF [UPW Oa Status]="closed" AND [Withresource]="Y" AND [Document principal disponible?]="N" THEN "Green (Embargo)"
ELSEIF [UPW Oa Status]="closed" AND [Withresource]="Y" AND [Document principal disponible?]="Y" THEN "Green"
ELSEIF IFNULL([UPW Oa Status],"closed")="closed" AND [Withresource]="Y" AND [Document principal disponible?]="N" THEN "Green (Embargo)"
ELSEIF IFNULL([UPW Oa Status],"closed")="closed" AND [Withresource]="Y" AND [Document principal disponible?]="Y" THEN "Green"
ELSEIF IFNULL([UPW Oa Status],"closed")="closed" AND [Withresource]="N" AND [openAccess]="true" THEN "Bronze"
ELSEIF IFNULL([UPW Oa Status],"closed")="closed" AND [Withresource]="N" THEN "Closed"
end
- These results can then be filtered and viewed by year of publication, faculty, type of publication, etc. (information from Serval).