<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Retractions on Crossref</title><link>https://www.crossref.org/categories/retractions/</link><description>Recent content in Retractions on Crossref</description><generator>Hugo 0.139.4</generator><language>en-us</language><managingEditor>support@crossref.org (Crossref/Cazinc/Benoît Benedetti)</managingEditor><webMaster>support@crossref.org (Crossref/Cazinc/Benoît Benedetti)</webMaster><lastBuildDate>Wed, 29 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.crossref.org/categories/retractions/" rel="self" type="application/rss+xml"/><item><title>Retraction Watch retractions now in the Crossref API</title><link>https://www.crossref.org/blog/retraction-watch-retractions-now-in-the-crossref-api/</link><pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate><author>Martyn Rittman</author><guid>https://www.crossref.org/blog/retraction-watch-retractions-now-in-the-crossref-api/</guid><description>&lt;p>Retractions and corrections from Retraction Watch are now available in Crossref’s REST API. Back in September 2023, we announced the acquisition of the Retraction Watch database with an ongoing shared service. Since then, they have sent us regular updates, which are publicly available as a &lt;a href="https://gitlab.com/crossref/retraction-watch-data" target="_blank">csv file&lt;/a>. Our aim has always been to better integrate these retractions with our existing metadata, and today we’ve met that goal.&lt;/p>
&lt;p>This is the first time we have supplemented our metadata with a third-party data source. Until now, our APIs have included metadata provided by Crossref members along with outputs from our internal enrichment workflows, such as matches found for bibliographic reference matching and funders. Third party metadata has been gathered in Event Data, but this has been stored and delivered separately.&lt;/p>
&lt;p>Knowing when work has been retracted is critical for assessing the integrity of research, and this enhancement of the data will be a great benefit to the community.&lt;/p>
&lt;h2 id="where-does-the-data-come-from">Where does the data come from?&lt;/h2>
&lt;p>Retraction Watch carefully curates retractions, pulling them from several non-Crossref sources, including PubMed and publisher websites. Each entry is manually checked and annotated before being added to the database. The high level of curation and broad coverage is what made a partnership between Crossref and Retraction Watch attractive, and our shared goal of making changes to metadata more visible.&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;Our goal with the Retraction Watch Database has always been for it to be as useful to as many people as possible, and available from as many sources as possible,” says Ivan Oransky, co-founder of Retraction Watch and executive director of The Center For Scientific Integrity, its parent nonprofit organisation. “Integration with Crossref’s REST API is a huge step in that direction.”&lt;/p>
&lt;/blockquote>
&lt;h2 id="where-can-i-see-the-retractions">Where can I see the retractions?&lt;/h2>
&lt;p>If you use a service that collects Crossref metadata, you will start to see the Retraction Watch retractions as they are picked up. To access the data directly, you can find retractions from both Crossref members and Retraction Watch in our REST API, for example with the following request for all retractions:&lt;/p>
&lt;p>&lt;a href="https://api.crossref.org/v1/works?filter=update-type:retraction" target="_blank">https://api.crossref.org/v1/works?filter=update-type:retraction&lt;/a>&lt;/p>
&lt;p>Or for an individual record:&lt;/p>
&lt;p>&lt;a href="https://api.crossref.org/v1/works/10.1177/17588359231172420" target="_blank">https://api.crossref.org/v1/works/10.1177/17588359231172420&lt;/a>&lt;/p>
&lt;p>In the results here you will see an &lt;code>update-to&lt;/code> field:&lt;/p>
&lt;pre tabindex="0">&lt;code>&amp;#34;update-to&amp;#34;: [
{
&amp;#34;updated&amp;#34;: {
&amp;#34;date-parts&amp;#34;: [
[2023,4,22]
],
&amp;#34;date-time&amp;#34;: &amp;#34;2023-04-22T00:00:00Z&amp;#34;,
&amp;#34;timestamp&amp;#34;: 1682121600000
},
&amp;#34;DOI&amp;#34;: &amp;#34;10.1177/1758835920922055&amp;#34;,
&amp;#34;type&amp;#34;: &amp;#34;retraction&amp;#34;,
&amp;#34;source&amp;#34;: &amp;#34;publisher&amp;#34;,
&amp;#34;label&amp;#34;: &amp;#34;Retraction&amp;#34;
},
{
&amp;#34;updated&amp;#34;: {
&amp;#34;date-parts&amp;#34;: [
[2023,4,22]
],
&amp;#34;date-time&amp;#34;: &amp;#34;2023-04-22T00:00:00Z&amp;#34;,
&amp;#34;timestamp&amp;#34;: 1682121600000
},
&amp;#34;DOI&amp;#34;: 10.1177/17588359231172420&amp;#34;,
&amp;#34;type&amp;#34;: &amp;#34;retraction&amp;#34;,
&amp;#34;source&amp;#34;: &amp;#34;retraction-watch&amp;#34;,
&amp;#34;label&amp;#34;: &amp;#34;Retraction&amp;#34;,
&amp;#34;record-id&amp;#34;: 44124
}
]
&lt;/code>&lt;/pre>&lt;p>The &lt;code>source&lt;/code> field states where the retraction came from. Currently, it can have two values: &lt;code>publisher&lt;/code> or &lt;code>retraction-watch&lt;/code>. Note that the same retraction may be included multiple times from different sources.&lt;/p>
&lt;p>Retraction Watch retractions will remain available &lt;a href="https://gitlab.com/crossref/retraction-watch-data" target="_blank">on Gitlab in csv format&lt;/a> and be updated on working days. The &lt;code>record-id&lt;/code> refers to the entry in the csv file with further details, such as the reason for retraction.&lt;/p>
&lt;p>There is &lt;a href="https://api.crossref.org/swagger-ui/index.html" target="_blank">full documentation available for the Crossref REST API&lt;/a> and if you are new to REST APIs, see our &lt;a href="https://www.crossref.org/learning/" target="_blank">learning hub&lt;/a> to get started which includes &lt;a href="https://crossref.gitlab.io/tutorials/get-rw-metadata/" target="_blank">a tutorial&lt;/a> about accessing retractions.&lt;/p>
&lt;h2 id="what-can-i-do-with-the-retractions">What can I do with the retractions?&lt;/h2>
&lt;p>Like the rest of our metadata, the retractions are freely available. If you use or operate a tool that ingests retractions, the new entries will start to be picked up immediately. The Retraction Watch database includes a larger number of retractions than the Crossref database, so you should see an increase in the total.&lt;/p>
&lt;p>We have heard from organisations that would like to build new research integrity tools based on this data. We look forward to seeing the benefits brought by wider availability of the Retraction Watch retractions, and how they can provide better context to research outputs.&lt;/p>
&lt;p>While Crossref metadata is freely available to reuse without a license, if you make use of the Retraction Watch retraction metadata in a published work, we kindly request that you provide a citation to the source.&lt;/p>
&lt;p>If you have questions or comments, please head over to the &lt;a href="https://community.crossref.org/c/strategy/research-integrity/46" target="_blank">section of our forum&lt;/a> dedicated to integrity of the scholarly record.&lt;/p></description></item><item><title>News: Crossref and Retraction Watch</title><link>https://www.crossref.org/blog/news-crossref-and-retraction-watch/</link><pubDate>Tue, 12 Sep 2023 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www.crossref.org/blog/news-crossref-and-retraction-watch/</guid><description>&lt;h2 id="crossref-acquires-retraction-watch-data-and-opens-it-for-the-scientific-community">Crossref acquires Retraction Watch data and opens it for the scientific community&lt;/h2>
&lt;p>&lt;em>&lt;strong>Agreement to combine and publicly distribute data about tens of thousands of retracted research papers, and grow the service together&lt;/strong>&lt;/em>&lt;/p>
&lt;p>&lt;em>12th September 2023&lt;/em>—The Center for Scientific Integrity, the organisation behind the Retraction Watch blog and database, and Crossref, the global infrastructure underpinning research communications, both not-for-profits, announced today that the Retraction Watch database has been acquired by Crossref and made a public resource. An agreement between the two organisations will allow Retraction Watch to keep the data populated on an ongoing basis and always open, alongside publishers registering their retraction notices directly with Crossref.&lt;/p>
&lt;div class="shortcode-divwrap align-left">
&lt;span>&lt;figure>&lt;img src="https://www.crossref.org/images/blog/2023/rw-cr-announcement.png"
alt="crossref-acquires-retraction-watch-data" width="100%">
&lt;/figure>
&lt;/span>
&lt;/div>
&lt;p>Both organisations have a shared mission to make it easier to assess the trustworthiness of scholarly outputs. Retractions are an important part of science and scholarship regulating themselves and are a sign that academic publishing is doing its job. But there are more journals and papers than ever, so identifying and tracking retracted papers has become much harder for publishers and readers. That, in turn, makes it difficult for readers and authors to know whether they are reading or citing work that has been retracted. Combining efforts to create the largest single open-source database of retractions reduces duplication, making it more efficient, transparent, and accessible for all.&lt;/p>
&lt;p>Product Director Rachael Lammey says, “Crossref is focused on documenting and clarifying the scholarly record in an open and scalable form. For a decade, our members have been recording corrections and retractions through our infrastructure, and incorporating the Crossmark button to alert readers. Collaborating with Retraction Watch augments publisher efforts by filling in critical gaps in our coverage, helps the downstream services that rely on high-quality, open data about retractions, and ultimately directly benefits the research community.”&lt;/p>
&lt;p>The Center for Scientific Integrity and the Retraction Watch blog will remain separate from Crossref and will continue their journalistic work investigating retractions and related issues; the agreement with Crossref is confined to the database only and Crossref itself remains a neutral facilitator in efforts to assess the quality of scientific works. Both organisations consider publishers to be the primary stewards of the scholarly record and they are encouraged to continue to add retractions to their Crossref metadata as a priority.&lt;/p>
&lt;p>“Retraction Watch has always worked to make our highly comprehensive and accurate retraction data available to as many people as possible. We are deeply grateful to the foundations, individuals, and members of the publishing services industry who have supported our efforts and laid the groundwork for this development,” said Ivan Oransky, executive director of the Center for Scientific Integrity and co-founder of Retraction Watch. “This agreement means that the Retraction Watch Database has sustainable funding to allow its work to continue and improve.”&lt;/p>
&lt;p>Please join Crossref and Retraction Watch leadership, among other special guests, for a community call on 27th September at 1 p.m. UTC to discuss this new development in the pursuit of research integrity.&lt;/p>
&lt;hr>
&lt;h3 id="supporting-details">Supporting details&lt;/h3>
&lt;ul>
&lt;li>Crossref retractions number 14k, and the Retraction Watch database currently numbers 43k. There is some overlap, making a total of around 50k retractions.&lt;/li>
&lt;li>&lt;del>The full dataset has been released through Crossref’s Labs API, initially as a .csv file to download directly: &lt;a href="https://api.labs.crossref.org/data/retractionwatch?ginny@crossref.org" target="_blank">https://api.labs.crossref.org/data/retractionwatch?name@email.org&lt;/a> (add your ‘mailto’).&lt;/del> &lt;em>Edit: 2024-10-10:&lt;/em> The full dataset is available in a git repository at &lt;a href="https://gitlab.com/crossref/retraction-watch-data" target="_blank">https://gitlab.com/crossref/retraction-watch-data&lt;/a>.&lt;/li>
&lt;li>The Crossref Labs API also displays information about retractions in the &lt;code>/works/&lt;/code> route when metadata is available, such as &lt;a href="https://api.labs.crossref.org/works/10.2147/CMAR.S324920?mailto=ginny@crossref.org" target="_blank">https://api.labs.crossref.org/works/10.2147/CMAR.S324920?name@email.org&lt;/a> (add your ‘mailto’). If you don&amp;rsquo;t have a .json viewer, please see below for screenshot.&lt;/li>
&lt;li>Crossref is paying an initial acquisition fee of USD $175,000 and will pay Retraction Watch USD $120,000 each year, increasing by 5% each year.&lt;/li>
&lt;li>The initial term of the contract is five years. &lt;del>The full text of the contract will be made public in the coming fortnight.&lt;/del> &lt;em>EDIT 2023-09-26:&lt;/em> &lt;a href="https://www.crossref.org/pdfs/retraction-watch-crossref-fully-executed-23-08-2023.pdf">Here is the signed agreement&lt;/a>.&lt;/li>
&lt;li>There will be a community call on 27th September at 1 p.m. UTC (your time zone &lt;a href="https://dateful.com/eventlink/3093150191" target="_blank">here&lt;/a>). Please &lt;a href="https://crossref.zoom.us/webinar/register/WN_U0naDJTCQIS_sQECv8Aa4Q" target="_blank">register&lt;/a>.&lt;/li>
&lt;li>An open &lt;a href="https://docs.google.com/document/d/1GabgCP_sUwvW2XEtOfWmFwNIpizagWvlreALWvbZY8Y/edit" target="_blank">FAQ document&lt;/a> is available to collect questions to be answered at the webinar.&lt;/li>
&lt;li>This announcement will always be accessible via Crossref DOI &lt;a href="https://doi.org/10.13003/c23rw1d9" target="_blank">https://doi.org/10.13003/c23rw1d9&lt;/a>; please use this persistent link for sharing.&lt;/li>
&lt;/ul>
&lt;h5 id="about-retraction-watch-and-the-center-for-scientific-integrity">About Retraction Watch and The Center for Scientific Integrity&lt;/h5>
&lt;p>The Center for Scientific Integrity is a U.S. 501(c)3 non-profit whose mission is to promote transparency and integrity in science and scientific publishing, and to disseminate best practices and increase efficiency in science. In addition to maintaining and curating the Retraction Watch Database, the Center is the home of &lt;a href="http://retractionwatch.com" target="_blank">Retraction Watch&lt;/a>, a blog founded in 2010 that reports on scholarly retractions and related issues in research integrity.&lt;/p>
&lt;h5 id="about-crossref">About Crossref&lt;/h5>
&lt;p>&lt;a href="https://www.crossref.org" target="_blank">Crossref&lt;/a> is a global community infrastructure that makes all kinds of research objects easy to find, assess, and reuse through a number of services critical to research communications, including an open metadata API that sees over 2 billion queries every month. Crossref’s &amp;gt;19,000 members come from 151 countries and are predominantly university-based. Their ~150 million DOI records contribute to the collective vision of a rich and reusable open network of relationships connecting research organisations, people, things, and actions; a scholarly record that the global community can build on forever, for the benefit of society.&lt;/p>
&lt;h3 id="enquiries">Enquiries&lt;/h3>
&lt;ul>
&lt;li>For Retraction Watch/Center for Scientific Integrity: Ivan Oransky, &lt;a href="mailto:ivan@retractionwatch.com?subject=Crossref%20and%20Retraction%20Watch">ivan@retractionwatch.com&lt;/a>&lt;/li>
&lt;li>For Crossref: Ginny Hendricks, &lt;a href="mailto:ginny@crossref.org?subject=Retraction%20Watch%20and%20Crossref">ginny@crossref.org&lt;/a>&lt;/li>
&lt;/ul>
&lt;figure>&lt;img src="https://www.crossref.org/images/blog/2023/sample-record-retraction-watch-border.png"
alt="A screenshot of an example Labs API metadata record with a Retraction Watch-asserted retraction" width="100%">&lt;figcaption>
&lt;p>A screenshot of an example Labs API metadata record with a Retraction Watch-asserted retraction&lt;/p>
&lt;/figcaption>
&lt;/figure></description></item><item><title>Towards a connected and dynamic scholarly record of updates, corrections, and retractions</title><link>https://www.crossref.org/publications/connected-dynamic-scholarly-record/</link><pubDate>Sat, 17 Sep 2022 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www.crossref.org/publications/connected-dynamic-scholarly-record/</guid><description>&lt;div class="publication-executive-summary">&lt;h2 id="updates-corrections-and-retractions-as-part-of-a-connected-record">Updates, corrections, and retractions as part of a connected record&lt;/h2>
&lt;p>The scholarly record is not static: works are revised, corrected, and sometimes retracted, and readers need to see those changes wherever they meet a work, not only on the version they happen to land on. This 2022 preprint sets out how richer relationship metadata can make that possible.&lt;/p>&lt;/div>
&lt;h3 id="about-the-paper">About the paper&lt;/h3>
&lt;p>The paper examines Crossref&amp;rsquo;s role in maintaining trust in the scholarly record, and how corrections, retractions, and errata are expressed in metadata today. It reframes Crossmark: not only a badge to display a work&amp;rsquo;s status to readers, but relationship metadata that connects a work to its later updates, so that a correction or retraction travels with the work across the many places it is cited, indexed, and read.&lt;/p>
&lt;p>That framing places updates, corrections, and retractions inside the wider &lt;a href="https://www.crossref.org/documentation/research-nexus/">Research Nexus&lt;/a>: the value lies in the relationships between outputs, not in any single record or metadata element in isolation.&lt;/p>
&lt;p>The paper looks at where today&amp;rsquo;s approach falls short, and at how a more connected and dynamic model of the record might develop.&lt;/p>
&lt;h3 id="read-the-paper">Read the paper&lt;/h3>
&lt;div class="visit-url-panel" style="background:#1a3a4a;">
&lt;a href="https://doi.org/10.31222/osf.io/6z7s3" class="visit-url-btn" target="_blank" rel="noopener noreferrer">
Read the preprint on MetaArXiv &lt;i class="fas fa-external-link-alt" aria-hidden="true">&lt;/i>
&lt;/a>
&lt;/div>
&lt;style>
.visit-url-panel {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 3em 2em;
border-radius: 6px;
margin: 2em 0;
gap: 1.5em;
}
.visit-url-logo img {
max-width: 340px;
width: 100%;
height: auto;
display: block;
}
.visit-url-btn {
display: inline-block;
padding: 0.65em 1.75em;
background: rgba(255,255,255,0.15);
color: #fff;
border: 2px solid rgba(255,255,255,0.5);
border-radius: 4px;
font-weight: 600;
font-size: 1em;
text-decoration: none;
transition: background 0.2s ease, border-color 0.2s ease;
}
.visit-url-btn:hover {
background: rgba(255,255,255,0.25);
border-color: #fff;
color: #fff;
text-decoration: none;
}
.visit-url-btn .fas { margin-left: 0.4em; font-size: 0.85em; }
&lt;/style></description></item><item><title>Encouraging even greater reporting of corrections and retractions</title><link>https://www.crossref.org/blog/encouraging-even-greater-reporting-of-corrections-and-retractions/</link><pubDate>Mon, 30 Mar 2020 00:00:00 +0000</pubDate><author>Kirsty Meddings</author><guid>https://www.crossref.org/blog/encouraging-even-greater-reporting-of-corrections-and-retractions/</guid><description>&lt;p>TL;DR: We no longer charge fees for members to participate in Crossmark, and we encourage all our members to register metadata about corrections and retractions - even if you can’t yet add the Crossmark button and pop-up box to your landing pages or PDFs.&lt;/p>
&lt;p>&amp;ndash;&lt;/p>
&lt;p>Research doesn’t stand still; even after publication, articles can be updated with supplementary data or corrections. When research outputs are is changed in this way the publisher should report and link it, so that those accessing and citing the content know if it’s been updated, corrected or even retracted. This also emphasizes the member&amp;rsquo;s commitment to the ongoing stewardship of research outputs.&lt;/p>
&lt;p>Many people find and store articles to read later, either as PDFs on their laptop or on one of any number of reference management systems - when they come back to read and cite these articles, possibly many months later, they want to know if the version they have is current or not.&lt;/p>
&lt;h3 id="removing-crossmark-fees">Removing Crossmark fees&lt;/h3>
&lt;p>To encourage even wider adoption of Crossmark, and to promote best practice around better reporting of corrections and retractions, we will no longer be charging additional fees for our &lt;a href="https://www.crossref.org/services/crossmark/">Crossmark&lt;/a> service. This change applies to all Crossmark metadata registered from 1 January 2020. All members are now encouraged to add Crossmark metadata and add the Crossmark button and pop-up box to their publications - and you can do so as part of your regular content registration.&lt;/p>
&lt;h3 id="richer-metadata-gives-important-context">Richer metadata gives important context&lt;/h3>
&lt;p>We know that there are many more corrections and retractions that are not yet being registered, and to address this, we are now asking all of our members to start registering metadata for significant updates to your publications, even if you don&amp;rsquo;t implement the Crossmark button and pop-up box on your content. Remember, anyone can access the Crossmark metadata through our public REST API, and start using it straight away - even if you&amp;rsquo;re not ready to implement the Crossmark button.&lt;/p>
&lt;p>Check out &lt;a href="https://support.crossref.org/hc/en-us/articles/115000108983-Getting-started" target="_blank">how to get started&lt;/a>; if you only want to deposit metadata, follow steps one through four. If you also want to add the Crossmark button and pop-up box to your web pages/PDFs so that readers can easily see when content has changed, then also follow the rest of the steps.&lt;/p>
&lt;h3 id="crossmark">Crossmark&lt;/h3>
&lt;p>We launched Crossmark in 2012 to raise awareness of these critical changes, by asking Crossref members to:&lt;/p>
&lt;ul>
&lt;li>record such updates in your metadata, either as part of your regular &lt;a href="https://support.crossref.org/hc/en-us/articles/214169586-Metadata-deposit-schema" target="_blank">Crossref metadata deposit&lt;/a>, or &lt;a href="https://support.crossref.org/hc/en-us/articles/214002366-Adding-metadata-to-an-existing-record-resource-deposits-" target="_blank">deposited as stand-alone data&lt;/a> for back-year records&lt;/li>
&lt;li>help readers find out about the changes by placing a &lt;a href="https://www.crossref.org/get-started/crossmark/">Crossmark button&lt;/a> and pop-up box (which is consistent across all members making it recognizable to readers) on your landing pages and in PDFs&lt;/li>
&lt;/ul>
&lt;p>Members can also use Crossmark to register additional metadata about content, giving further context and background for the reader. These metadata appear in the “More Information” section of the Crossmark box. 7 million DOIs have some additional metadata, the most common being copyright statements, publication history, and peer review methods.&lt;/p>
&lt;figure>&lt;img src="https://www.crossref.org/images/blog/2020/crossmarkfees_blog_updates.png" width="100%">
&lt;/figure>
&lt;p>Anyone can access the Crossmark metadata through our public REST API, providing a myriad of opportunities for integration with other systems, and analysis of changes to the scholarly record.&lt;/p>
&lt;h3 id="who-has-implemented-crossmark">Who has implemented Crossmark?&lt;/h3>
&lt;p>440 Crossref members have implemented Crossmark to date. 11.4 million DOIs have some Crossmark metadata.&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align: left">&lt;/th>
&lt;th style="text-align: right">Total DOIs&lt;/th>
&lt;th style="text-align: right">DOIs with Crossmark metadata&lt;/th>
&lt;th style="text-align: right">%&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align: left">Journal articles&lt;/td>
&lt;td style="text-align: right">80,862,460&lt;/td>
&lt;td style="text-align: right">10,155,340&lt;/td>
&lt;td style="text-align: right">12.56%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Book chapters&lt;/td>
&lt;td style="text-align: right">14,040,646&lt;/td>
&lt;td style="text-align: right">792,953&lt;/td>
&lt;td style="text-align: right">5.65%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Conference Papers&lt;/td>
&lt;td style="text-align: right">6,175,733&lt;/td>
&lt;td style="text-align: right">457,237&lt;/td>
&lt;td style="text-align: right">7.40%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Datasets&lt;/td>
&lt;td style="text-align: right">1,862,852&lt;/td>
&lt;td style="text-align: right">19,206&lt;/td>
&lt;td style="text-align: right">1.03%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Books&lt;/td>
&lt;td style="text-align: right">753,298&lt;/td>
&lt;td style="text-align: right">239&lt;/td>
&lt;td style="text-align: right">0.03%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align: left">Monographs&lt;/td>
&lt;td style="text-align: right">469,333&lt;/td>
&lt;td style="text-align: right">23&lt;/td>
&lt;td style="text-align: right">0.00%&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>Of those, about 130,000 contain an update:&lt;/p>
&lt;p>&lt;figure>&lt;img src="https://www.crossref.org/images/blog/2020/crossmarkfees_blog_graph.png" width="60%">
&lt;/figure>
&lt;br />
You can see which members or journals have implemented Crossmark by viewing the relevant Crossref &lt;a href="https://www.crossref.org/members/prep/" target="_blank">Participation Report&lt;/a>.&lt;/p></description></item></channel></rss>