How certificates work
A certificate of indexing states that specific publications are indexed in the Panorama Open Scholarly Index, and whether each one appeared in a Core Collection journal. Issue one here. It is free and immediate.
What POSI indexes
POSI indexes every journal with DOIs registered at Crossref or a source record in OpenAlex. A publication is indexed when Crossref holds its DOI as a journal article under a journal ISSN or, for DOIs Crossref does not hold, when OpenAlex records it with a journal as its source. Books, chapters, datasets and preprints are not journal publications and are not certified.
Within the index, journals that applied for certification and passed the PQF editorial evaluation form the Core Collection. The certificate names each publication's journal status: Core Collection or Indexed.
What the certificate contains
- A certificate number, the date of issue and the data snapshot the check ran against.
- The requester, affiliation and purpose, exactly as typed by the person issuing it. These are not verified.
- For each indexed publication: title, authors, journal, volume, issue, pages, year, DOI, ISSN, the registry it was indexed through, an accession number, the journal status and the registry citation count on the date of issue.
- A QR code and address for verification.
Up to 20 DOIs can be checked at once. DOIs that are not indexed are counted but not listed. Certificates are issued in English.
How the numbers are made
The certificate number (PC-XXXX-XXXX-XXXX) is the first 12 hexadecimal digits of SHA-256 over POSI-CERT-2|date of issue|snapshot|DOIs, with DOIs lower-cased and sorted. The accession number (POSI-A-XXXXX-XXXXX) is the first 10 hexadecimal digits of SHA-256 over the lower-cased DOI, so a publication keeps the same accession number whatever happens to its journal. Both are deterministic and can be recomputed by anyone; the code is in src/lib/certificate.ts.
How verification works
Verification does not depend on a register of issued certificates. It re-derives each certificate from its contents:
- The certificate number is recomputed from the date, snapshot and DOI list in the link. A mismatch means the certificate was altered.
- Every DOI is re-checked against Crossref, OpenAlex and the current POSI index. Changes since issue, such as a journal leaving the Core Collection, are reported.
Because the facts are checked again every time, a certificate claiming a publication is indexed when it is not fails verification, whoever produced it. Printed names and purposes are not part of the link and are not verified; relying parties should confirm identity separately.
Appropriate use
A certificate records indexing status. It is not an assessment of the quality of a publication or journal. See responsible use.