The Publication Facts Label presents information alongside a Reviewable Article. It contrasts the article's statistics against those for other reviewable articles, in order to inform the reader about norms and how this article compares to them.
Reviewable Article: A published scholarly work that is suitable for peer review. Examples of reviewable articles:
Examples of pieces of content that are not reviewable articles:
The Publication Facts Label should only be displayed on a Reviewable Article.
External funding: This area indicates whether funding data is supported by the platform, and if so, whether it is available for this article. It can appear as follows:
Competing interests: After this text, indicate whether Competing Interests are available for at least one of the article's authors. It can appear as follows:
Current statistics can be downloaded from https://pkp.sfu.ca/ojs/pflStatistics.json. We recommend downloading on e.g. a daily or weekly basis and caching locally. Statistics from your repository can be provided upstream when downloading these statistics; see the Contributing to Statistics section for details.
The JSON file's elements can be interpreted as follows:
pflNumAcceptedClass
: The acceptance rate, in percent, of comparable journals. Example: 18
to indicate an 18% acceptance rate.pflReviewerCountClass
: Average number of peer reviewers per comparable articles. Example: 2.5
to indicate that comparable articles have been reviewed by an average of 2.5 individual peer reviewers.pflCompetingInterestsPercentClass
: Percentage of comparable articles that provide at least one author Competing Interest statement with the published content. Example: 25
to indicate that 25% of comparable articles provided at least one author Competing Interest statement.pflDataAvailabilityPercentClass
: Percentage of comparable articles that provide a Data Availability statement with the published content. Example: 40
to indicate that 40% of comparable articles provided at least one Competing Interest statement.pflNumHaveFundersClass
: Percentage of comparable articles that provide funding data with the published content. Example: 20
to indicate that 20% of comparable articles indicated at least one funding source.pflDaysToPublicationClass
: The average number of days between initial submission and first publication for comparable articles. Example: 240
to indicate that the average comparable submission took 240 days between submission and publication.Statistics from your repository can be provided upstream for inclusion in the "Other statistics" data by adding URL parameters when fetching the statistics.
Base URL: https://pkp.sfu.ca/ojs/pflStatistics.json
Additional parameters:
platform
: A unique name for the platform. Example: ojs
to indicate Open Journal Systems.version
: Version indicator for the Publication Facts Label integration. This indicator should adhere to semver conventions.journalUrl
: A URL to the Repository's homepage.pflNumAcceptedClass
: The number of published Reviewable Articles in the Repository. For example, 153
would indicate that 153 Reviewable Articles were published.pflReviewerCountClass
: The average number of completed peer reviews per published Reviewable Article in the Repository.pflCompetingInterestsClass
: The number of published Reviewable Articles in the Repository that have at least one author Competing Interest statement available. For example, 123
would indicate that there are 123 published Reviewable Articles with at least one author Competing Interest statement for each article with details available via the website. Platforms not supporting this metric should supply the text "N/A" for Not Applicable.pflDataAvailabilityClass
: The number of published Reviewable Articles in the Repository that have a published data availability statement. For example, 58
would indicate that there are 58 published Reviewable Articles with posted Data Availability statements. Platforms not supporting this metric should supply the text "N/A" for Not Applicable.pflNumHaveFundersClass
: The number of published Reviewable Articles in the Repository that have at least one grand funder identified. For example, 141
would indicate that there are 141 published Reviewable Articles with at least one grant funder for each article with details available via the website. Platforms not supporting this metric should supply the text "N/A" for Not Applicable.pflDaysToPublicationClass
: The average number of days between submission and publication for the published Reviewable Articles in the Repository. For example, a value of 150
indicates that on average, it took 150 days from the article submission to publication.reviewableSubmissionsCount
: The number of Reviewable Articles in the Repository. Note that these are not necessarily published. For example, the Acceptance Rate for the Repository may be calculated as the ratio of pflNumAcceptedClass
to reviewableSubmissionsCount
.issn
: The International Standard Serial Number for the journal. Online ISSNs are preferred to print ISSNs if both are available. This value is used to help disambiguate between participants in the Publication Facts Label.curl -G \ -d "platform=ojs" \ -d "version=1.0.0.1" \ -d "journalUrl=https://publisher.test/journal" \ -d "pflNumAcceptedClass=153" \ -d "pflReviewerCountClass=2.5" \ -d "pflCompetingInterestsClass=123" \ -d "pflDataAvailabilityClass=58" \ -d "pflNumHaveFundersClass=141" \ -d "pflDaysToPublicationClass=150" \ -d "reviewableSubmissionsCount=192" \ -d "issn=1234-5678" \ https://pkp.sfu.ca/ojs/pflStatistics.json
The Publication Facts Label is integrated into a publishing platform as a Web Component whose components are included in this repository. The steps for integration are:
Include an element in the page markup where you wish the Publication Facts Label to appear:
Add Javascript to configure and present the Publication Facts Label web component: