<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Persistence on Crossref</title><link>https://www-crossref-org.pluma.sjfc.edu/categories/persistence/</link><description>Recent content in Persistence 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>Tue, 24 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www-crossref-org.pluma.sjfc.edu/categories/persistence/" rel="self" type="application/rss+xml"/><item><title>Scholarly blogs and their place in the research nexus</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/scholarly-blogs-and-their-place-in-the-research-nexus/</link><pubDate>Tue, 24 Jun 2025 00:00:00 +0000</pubDate><author>Lena Stoll</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/scholarly-blogs-and-their-place-in-the-research-nexus/</guid><description>&lt;p>If you are reading this blog on our website, you may have noticed that alongside each post we now list a Crossref DOI link, which was not the case a few months ago (though we have retroactively added DOIs to all older posts too). You can find the persistent link for this post right above this paragraph. Go on, click on it, we’ll wait.&lt;/p>
&lt;p>Are you back here? Good. As you probably expected, the DOI link for this post resolves to the post itself, and you should use it anytime you want to &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/reference-linking/">cite this post&lt;/a>. But the DOI does more than just point readers to this page––it is part of a rich metadata record that includes the authors’ ORCID iDs, the publication date, and more. In other words, the posts on this blog are part of what we call the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/research-nexus/">research nexus&lt;/a>: the open network of relationships connecting research outputs, people, organisations, and actions.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2022/research--nexus-2021.png"
alt="Crossref research nexus vision" width="75%">&lt;figcaption>
&lt;p>Crossref research nexus vision&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h3 id="why-blogs-deserve-a-place-in-the-scholarly-record">Why blogs deserve a place in the scholarly record&lt;/h3>
&lt;p>A blog post may not be the first thing that comes to mind when you think of scholarly outputs. But scholarly blogs have been around since at least the early 2000s and have carved out a niche for themselves as a type of “grey literature” that allows researchers to write about research in a way that may not fit neatly into more traditional, peer-reviewed publishing venues, but also is too long-form for social media. Science blogs can give readers a window into ongoing work that isn’t ready to publish yet, serve as a self-publishing venue, or allow researchers to comment on others’ work and recent developments in science and science communication. These kinds of perspectives add crucial context to the scholarly record that should not be overlooked.&lt;/p>
&lt;p>However, as Martin Fenner &lt;a href="https://doi-org.pluma.sjfc.edu/10.13003/t8azz4brot" target="_blank">explained&lt;/a> at the #Crossref2023 annual meeting, blogs have largely not benefitted from the metadata and long-term archiving solutions that tend to be applied to more “traditional” forms of publishing. As a result, most blogs have been left out of the scholarly record. But in recent years, there have been some efforts in the community to change this. Earlier this year, ORCID added support for the work type &lt;code>blog post&lt;/code>, &lt;a href="https://info.orcid.org/new-work-types/" target="_blank">among others&lt;/a>, to align more closely with the Confederation of Open Access Repositories (COAR) vocabulary of resource types.&lt;/p>
&lt;p>At our &lt;a href="https://doi-org.pluma.sjfc.edu/10.5281/zenodo.15389087" target="_blank">2025 midyear community update&lt;/a>, we asked our community what content types they saw as growing in importance. Blog posts were mentioned several times as a ‘trending’ record type, and as one that members would like to see support for in the Crossref system.&lt;/p>
&lt;h3 id="eating-our-own-dog-food">Eating our own dog food&lt;/h3>
&lt;p>We had already been thinking for a while about how our own blog should be a part of the research nexus. We started out by &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/register-maintain-records/direct-deposit-xml/admin-tool/">manually uploading XML files through our Admin tool&lt;/a> for each post. We did this for a few months and quickly found, like many of our members do, that this can be a laborious and error-prone process.&lt;/p>
&lt;p>In the product management world, the process of using the products you usually spend your time building and maintaining is often referred to as &lt;a href="https://doi-org.pluma.sjfc.edu/10.1109/MS.2006.72" target="_blank">dogfooding&lt;/a>. The idea is that firsthand experience makes it easier to understand your end users’ needs and feel their pain - and we have certainly found that registering metadata for our blog posts has reinforced the importance of &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/30vzx-r5x16" target="_blank">making manual registration easier for our members&lt;/a>, but also of supporting and enabling machine-to-machine integrations.&lt;/p>
&lt;h3 id="what-did-we-do">What did we do?&lt;/h3>
&lt;p>The Crossref website, which includes this blog, uses an open-source static site generator named &lt;a href="https://gohugo.io/" target="_blank">Hugo&lt;/a>. Rather than using a content management system (CMS), we edit the website content in Markdown format using code editors. Whenever we start working on a post for this blog, we not only write the content of the post itself, but also include some front matter for the page, which contains some key metadata about the post.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2025/blog-front-matter-example.png"
alt="Screenshot of the front matter of a Crossref blog post in Hugo" width="65%">&lt;figcaption>
&lt;p>The front matter of a &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/x8xqg-95792" target="_blank">recent post&lt;/a> on this blog&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>We wanted this metadata to be part of the research nexus. But then there was also the question of archiving. Our &lt;a href="https://www-crossref-org.pluma.sjfc.edu/membership/terms/">membership terms&lt;/a> state that:&lt;/p>
&lt;blockquote>
&lt;p>The Member shall use best efforts to contract with a third-party archive or other content host (an &amp;ldquo;Archive&amp;rdquo;) (a list of which can be found &lt;a href="https://keepers.issn.org/keepers" target="_blank">here&lt;/a>) for such Archive to preserve the Member’s Content and, in the event that the Member ceases to host the Member’s Content, to make such Content available for persistent linking.&lt;/p>
&lt;/blockquote>
&lt;p>So we knew that if this blog was to be part of the scholarly record, we would need to ensure that it would be available in perpetuity, even if &lt;a href="https://www-crossref-org.pluma.sjfc.edu" target="_blank">www.crossref.org&lt;/a> were to go offline one day.&lt;/p>
&lt;p>Doing this properly was starting to look like a sizeable project!&lt;/p>
&lt;p>Fortunately, we knew that others had already done some great work in this field, so we would not have to start from scratch. After considering our options, we opted to integrate our blog with an established workflow for registering blog metadata: the &lt;a href="https://rogue-scholar.org" target="_blank">Rogue Scholar&lt;/a> service.&lt;/p>
&lt;p>The Rogue Scholar was launched in 2023 by Martin Fenner as an archive for scholarly blog posts, hosted by &lt;a href="https://front-matter.io" target="_blank">Front Matter&lt;/a>. Rogue Scholar improves science blogs in important ways, including full-text search, long-term archiving, and DOIs and metadata, such as versions and relationships along with identifiers such as ORCID iDs and ROR IDs. It provides the necessary tools to treat blog posts as research outputs through better attribution, preservation, and discoverability.&lt;/p>
&lt;h3 id="how-did-we-do-it">How did we do it?&lt;/h3>
&lt;p>Rogue Scholar works on the basis of consuming RSS and ATOM feeds (you may remember them from the days of getting headlines direct to your browser or feed reader). We created a &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/feed.xml" target="_blank">new feed&lt;/a>, including the proposed DOI as each entry’s &lt;code>id:&lt;/code> and taking full advantage of the ATOM format by listing the post’s authors and including their ORCID iDs. We also provide the entire post as the entry’s &lt;code>&amp;lt;content&amp;gt;&lt;/code> to allow for full-text indexing and archiving.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2025/blog-xml-feed-entry.png"
alt="Screenshot of the XML feed entry for a Crossref blog post" width="120%">&lt;figcaption>
&lt;p>The XML feed entry for a &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/x8xqg-95792" target="_blank">recent post&lt;/a> on this blog&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>For each post, we generate and assign a unique DOI under the Crossref prefix &lt;code>10.64000&lt;/code>. The Rogue Scholar integration then registers the DOI along with the metadata of the post as &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/research-nexus/posted-content-includes-preprints/">posted content&lt;/a>. If you are interested in getting a similar workflow set up for your blog, you can read more in the Rogue Scholar &lt;a href="https://doi-org.pluma.sjfc.edu/10.53731/fz73s-sv368" target="_blank">blog&lt;/a> and &lt;a href="https://docs.rogue-scholar.org/" target="_blank">documentation&lt;/a>.&lt;/p>
&lt;h3 id="what-does-the-future-hold-for-scholarly-blogs">What does the future hold for scholarly blogs?&lt;/h3>
&lt;p>Researchers are increasingly sharing their early work, or commenting on others’ work, in less formal ways, and if you look at the growth in the number of blogs covered in the Rogue Scholar platform in just a couple of years, it seems like science blogging is here to stay and will only increase. We believe that this practice is an integral part of a healthy scholarly ecosystem, and it needs to be represented in the research nexus.&lt;/p>
&lt;p>The Crossref input schema does not include a &lt;code>blog&lt;/code> work type, but we are planning to add it as a subtype of posted content in our next schema update. We will discuss this and other plans and ideas in the &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/n23nw-3d593" target="_blank">metadata advisory group&lt;/a> that we are currently forming.&lt;/p>
&lt;p>If you have thoughts on the role of blogs in the public discourse around science and science communications, or you would like to share your experience of registering metadata for your blog, let us know by commenting below. Your comments will be threaded in our &lt;a href="https://community-crossref-org.pluma.sjfc.edu/" target="_blank">community forum&lt;/a> for discussion.&lt;/p></description></item><item><title>Solving your technical support questions in a snap!</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/solving-your-technical-support-questions-in-a-snap/</link><pubDate>Thu, 25 Jan 2024 00:00:00 +0000</pubDate><author>Isaac Farley</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/solving-your-technical-support-questions-in-a-snap/</guid><description>&lt;p>My name is Isaac Farley, Crossref Technical Support Manager. We’ve got a collective post here from our technical support team - staff members and contractors - since we all have what I think will be a helpful perspective to the question: &lt;strong>‘What’s that one thing that you wish you could snap your fingers and make clearer and easier for our members?’&lt;/strong> Within, you’ll find us referencing our &lt;a href="https://community-crossref-org.pluma.sjfc.edu/" target="_blank">Community Forum&lt;/a>, the open support platform where you can get answers from all of us and other Crossref members and users. We invite you to join us there; how about asking your next question of us there? Or, simply let us know how we did with this post. We’d love to hear from you!&lt;/p>
&lt;h2 id="a-little-about-us-and-what-drives-the-team">A little about us and what drives the team&lt;/h2>
&lt;p>I’m fortunate to manage a great team - Evans, Kathleen, Paul, Poppy, and Shayn - who enjoy and are hardwired to guide. We have different strengths and interests, but the thing that unites us is that we are energized when we can unpick tricky problems for all of you, our members and users. In 2023, the technical support team answered around 11,000 questions from all of you. We do that with one-to-one requests sent to us via email and within our support center (using a closed-source software called Zendesk). And, we’ve been providing more and more support in our Community Forum, where we’re aiming for open interactions, so we can all learn from the rich exchanges with all of you (the Forum has an integration with Zendesk, so posts made in the Forum are delivered to us there, so our team won’t miss any of your questions).&lt;/p>
&lt;p>We established in the previous paragraph that we have a great technical support team who all pride themselves on helping you. But we’re also human; the reality is that many of those ~11,000 technical support questions asked of us in 2023 were repetitive, and there are always trends in the questions asked. That’s another important reason why we’re hoping to have more and more of these questions asked and answered within our Community Forum; again, so we can all learn from one another. We know certain parts of content registration, metadata retrieval, and everything in between are, well, complicated. The Crossref learning curve can be steep for all of us. Collectively, our technical support team has more than 25 years of Crossref experience, and we’re continuously learning new things about the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/research-nexus/" target="_blank">Research Nexus&lt;/a> and the scholarly ecosystem from one another and all of you.&lt;/p>
&lt;p>Learning through this complexity is one of the most enriching parts of our days. Our daily &lt;a href="https://en.wikipedia.org/wiki/Stand-up_meeting" target="_blank">stand-up&lt;/a>, modeled off of different software development methodologies, where together we troubleshoot tangly questions from all of you, share ideas, and just keep up-to-date on the latest from across the organisation leads to a lot of knowledge exchange. So, years ago, we decided to transform the issues we discuss in those stand-ups into public-facing posts in our Community Forum. It gave us the opportunity to share much-needed examples in a new community space; and, we knew, since these were the issues we were all discussing and learning from ourselves, that many of you would also benefit from us surfacing the topics openly. We call these posts &lt;a href="https://community-crossref-org.pluma.sjfc.edu/tag/ticket_of_month" target="_blank">tickets of the month&lt;/a>, since the majority of topics we discuss have originated from tickets in our support center.&lt;/p>
&lt;p>Examples of some of the most popular topics in the last two-plus years have been:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-march-2022-getting-started-with-rest-api-queries/2587/29" target="_blank">Getting started with REST API queries&lt;/a> and the follow-up post &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-august-2023-using-postman-for-api-queries/4036/2" target="_blank">Using Postman for API Queries&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-june-2023-content-registration-did-it-work/3783" target="_blank">Content Registration: Did it work?&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-april-2023-the-new-labs-reports-are-here/3528" target="_blank">The new Labs Reports are here&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-february-2023-are-you-an-ojs-user-are-the-below-questions-familiar-we-d-like-to-help/3376" target="_blank">Are you an OJS user? Are the below questions familiar?&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-sept-2022-get-citation-counts-for-all-articles-in-a-particular-journal/3008" target="_blank">Get Citation Counts for all Articles in a Particular Journal&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="snapping-our-fingers">Snapping our fingers&lt;/h2>
&lt;p>Like I said, these posts originated from real-life questions of us from our community members. In most cases, we’ve been asked these questions by &lt;em>many&lt;/em> of you. These Community Forum posts are our attempts to unlock understanding of our services, rich metadata, or the larger Research Nexus. Said another way: we all see value in putting in the effort to post one more example or answer that nuanced question. Perhaps one of our posts will include an example that really resonates with you and/or your work.&lt;/p>
&lt;p>In that spirit, I asked Evans, Kathleen, Paul, Poppy, and Shayn to answer this question below (yes, I’m going to weigh in, too):&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>What’s that one thing that you wish you could snap your fingers and make clearer and easier for our members?&lt;/strong>&lt;/p>
&lt;/blockquote>
&lt;h2 id="evans-technical-support-specialist">Evans, Technical Support Specialist&lt;/h2>
&lt;p>As a publisher and a Crossref member, at one point or another, you might have made a mistake in the metadata deposited for a given DOI. I’m sure after the slight ‘shock’, the next question you had in mind was, &lt;em>‘How can I correct this mistake?’&lt;/em> Well, here is a simplified guide on how to do that correction/update!&lt;/p>
&lt;p>&lt;strong>Can I modify/ update the metadata of a registered DOI?&lt;/strong>
As indicated by my colleague Shayn below in this blog post, Crossref DOIs are designed to be persistent (and cannot be changed/deleted once registered). And YES, you can update the metadata associated with any of your registered DOIs whenever necessary, at no additional fee.&lt;/p>
&lt;p>&lt;strong>How can I perform a standard metadata update?&lt;/strong>
To add, change, or remove any metadata element from your existing records, you generally just need to resubmit your complete metadata record with the correct/new changes included. How you choose to update a DOI metadata record is highly dependent on the content registration tool/platform you are using/comfortable working with, as described below:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>OJS&lt;/strong>: Navigate to the article record you wish to update, add in your new metadata/delete relevant metadata fields, and deposit it again using the &lt;a href="https://docs.pkp.sfu.ca/crossref-ojs-manual/" target="_blank">Crossref import/export plugin&lt;/a>. You must be running at least OJS 3.1.2 and have the Crossref import/export plugin enabled.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Web deposit form&lt;/strong>: Open the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/register-maintain-records/web-deposit-form/" target="_blank">web deposit form&lt;/a>, and re-enter all the metadata, including the new changes - leave the relevant field blank to delete it, or add in your new metadata to update it - and resubmit the form (note: there are a &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/register-maintain-records/maintaining-your-metadata/updating-your-metadata/#00627" target="_blank">handful of exceptions&lt;/a> to this for the web deposit form).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Depositing XML files with Crossref&lt;/strong>: Make changes to the relevant XML file and resubmit it to Crossref via the &lt;a href="https://doi-crossref-org.pluma.sjfc.edu/servlet/home" target="_blank">admin tool&lt;/a>. When making an update, you must supply all the bibliographic metadata for the record being updated, not just the fields that need to be changed. During the update process, we overwrite the existing metadata with the new information you submit, and insert null values for any fields not supplied in the update. This means, for example, that if you’ve supplied an online publication date in your initial deposit, you’ll need to include that date in subsequent deposits if you wish to retain it. Note that the value included in the &lt;timestamp> element must be incremented each time a DOI is updated.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>If you’re looking for &lt;a href="https://community-crossref-org.pluma.sjfc.edu/tag/update-doi" target="_blank">real-life examples&lt;/a> of other members who have updated their metadata, the Community Forum is a great starting point. If you have follow-up questions on any of the existing threads, I invite you to post a message today.&lt;/p>
&lt;h2 id="kathleen-technical-support-specialist">Kathleen, Technical Support Specialist&lt;/h2>
&lt;p>One of my favorite types of queries to tackle are those regarding content registration problems. I love a good mystery and getting to the bottom of why that pesky submission just didn&amp;rsquo;t succeed. Sometimes members come to us with an error message and specific questions about what has gone awry. But, in fact, two of the most common questions we receive are: 1) I deposited something; did it work? and 2) I deposited something; why isn&amp;rsquo;t it showing up?!&lt;/p>
&lt;p>To address the first question of whether your submission went through or not, I wrote a &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-june-2023-content-registration-did-it-work/3783" target="_blank">forum post back last June&lt;/a> talking about how to use the admin tool to see whether your registration was successful or not. We know there are also email alerts and perhaps status messages within your own registration platform, but using the admin tool is a great way to concretely check where your submission has ended up. If it&amp;rsquo;s not there, we didn&amp;rsquo;t get it!&lt;/p>
&lt;p>Using the admin tool is also a great way to get &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/register-maintain-records/verify-your-registration/submission-queue-and-log/#00143" target="_blank">more details about the submission&lt;/a> and more information in case the submission happened to fail. You may have had the experience in which you contacted us with a question about a failed deposit, and we asked you for the submission ID. You can find that info in the admin tool! And we ask for that, because that helps us get to the bottom of those error message mysteries.&lt;/p>
&lt;p>And, as for the second question of when will your DOI be active, my colleague, Paul, &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-september-2023-a-doi-namic-timeline/4143" target="_blank">wrote a fantastic post on the forum&lt;/a> (with an excellent flowchart and all!), explaining when you can expect to see your DOI up and running. Often members will submit a deposit and expect the DOI to resolve immediately. When that doesn&amp;rsquo;t happen, many think that something has gone wrong or perhaps there is an error, but, in fact, our systems may still be updating and processing the metadata.&lt;/p>
&lt;p>I recommend giving these two posts a read if you&amp;rsquo;re at all concerned about whether you&amp;rsquo;re depositing your content correctly or not. Hopefully, they&amp;rsquo;ll help ease your content-registration worries.&lt;/p>
&lt;h2 id="isaac-technical-support-manager">Isaac, Technical Support Manager&lt;/h2>
&lt;p>Oh, thanks for asking! Many of our members, after receiving one of &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/reports/" target="_blank">our reports&lt;/a>, will respond to us in support with a message similar to: ‘What did I do wrong? Please help me fix this. I don’t want to be out of compliance!’&lt;/p>
&lt;p>The receipt of one of our reports does not necessarily mean that you’ve done anything wrong. In truth, the reports we send to our official member contacts are produced using very simple logic. It’s true that they may signal larger, more complicated problems, but we really need your help to determine next steps (and, in some cases, no action is needed because there is no issue for members to fix (e.g., many failed resolutions within the resolution reports)).&lt;/p>
&lt;p>Let’s look at the conflict and resolution reports since those are the reports we get the most questions about:&lt;/p>
&lt;p>&lt;strong>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/reports/conflict-report/" target="_blank">Conflict reports&lt;/a>&lt;/strong> are the most complicated of our reports to navigate. But, the reports are generated using simple logic: if you register two or more DOIs with matching bibliographic metadata, we’ll flag those DOIs as being in conflict, which will generate a warning message at the time of registration and a subsequent conflict report. When members receive this report, we often get the sense that members simply want us, the technical support team, to tell them how to fix it. The problem is we don’t know your content, so we don’t know if the two DOIs do represent a duplicate, or if both DOIs, while having very similar bibliographic metadata, are legitimate and will be maintained going forward (e.g., for errata). Paul wrote a great post in our community forum about what conflicts are and how to &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-october-2022-conflicts-and-how-to-resolve-them/3092" target="_blank">resolve them&lt;/a>.&lt;/p>
&lt;p>&lt;strong>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/reports/resolution-report/" target="_blank">Resolution reports&lt;/a>&lt;/strong>, like conflict reports, are generated using simple logic: a resolution is the result of a click on that DOI. If a DOI has been registered, that click results in a successful resolution. If that DOI has not been registered, that click results in a failed resolution. Our monthly report is a count of those resolutions - successful and failed. Failures can represent content registration errors in a member’s workflow. Or, they can signal that an end user has made a mistake when attempting to click the DOI in question. So, for example, an end user perhaps added an extra period onto their DOI link. Instead of trying to resolve &lt;a href="https://doi-org.pluma.sjfc.edu/10.5555/cupnfcm2wj" target="_blank">https://doi-org.pluma.sjfc.edu/10.5555/cupnfcm2wj&lt;/a>, a legitimate DOI, they added a period to the end and tried to resolve &lt;a href="https://doi-org.pluma.sjfc.edu/10.5555/cupnfcm2wj" target="_blank">https://doi-org.pluma.sjfc.edu/10.5555/cupnfcm2wj&lt;/a>. instead. That extra period at the end of the DOI has made it a completely different DOI that is not registered with us, thus they get a failed resolution. This is pretty common. For members with content being regularly clicked, there will be user errors in the logs appearing as failed resolutions. The first question members should ask themselves when reviewing the failed .csv report within the resolution report is: ‘are any of these DOIs legitimate DOIs that I thought we had registered?’ We have more on the &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-october-2022-conflicts-and-how-to-resolve-them/3092" target="_blank">basics of resolution reports&lt;/a> also over in our Community Forum.&lt;/p>
&lt;figure>&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2024/DOI_NOT_FOUND.png"
alt="Preprint matching" width="70%">
&lt;/figure>
&lt;h2 id="paul-technical-support-specialist--rd-support-analyst">Paul, Technical Support Specialist &amp;amp; R&amp;amp;D Support Analyst&lt;/h2>
&lt;p>I know we were asked to name “one thing” but I have two that are closely related. May I snap my fingers twice and fix two issues? [Of course, Paul! Take it away!]&lt;/p>
&lt;p>&lt;strong>Paul’s first snap&lt;/strong>&lt;/p>
&lt;p>One of the most asked questions we get in support is “why is my DOI not working?” 90% of the time it is down to a failed submission. A good proportion of those failures are a result of title mismatches between the deposited container title and the one we have stored on the system here. There are other error messages that occur, too, which &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/9ftf4-evr94" target="_blank">I wrote about back in 2020&lt;/a>.&lt;/p>
&lt;p>So, “why do we fail submissions because of title differences?” You might ask.&lt;/p>
&lt;p>Well, the title and ISSN/ISBN and/or the title level DOIs act like locks to the title record, which need the right keys to unlock the title so that you can add or update the records against it. So if you don’t match what was in the original submission, you get a failure. Without that stringent check, we would have way too many iterations of titles and matching to those would be a nightmare. Not to mention sorting those DOIs into one container in the REST API.&lt;/p>
&lt;p>Isaac wrote a great forum post about these &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-october-2023-dispelling-pesky-journal-title-level-registration-errors/4282" target="_blank">title-level issues&lt;/a> as well.&lt;/p>
&lt;p>If a title update is required due to an error with an original title deposit, then these need to be made by the support team, so get in touch with us on the &lt;a href="https://community-crossref-org.pluma.sjfc.edu/tag/title_update" target="_blank">Community Forum&lt;/a>.&lt;/p>
&lt;p>&lt;strong>And, a second&lt;/strong>&lt;/p>
&lt;p>Permissions against titles and DOIs: Lots of our members don’t realise that each DOI has its own permissions against the prefix that currently ‘owns’ or is associated with that DOI in the background.&lt;/p>
&lt;p>It would be fair to assume you can tell just by looking at a DOI who the current publisher is, based on the prefix at the start —but that’s not always the case. Things can (and often do) change. Individual journals get purchased by other publishers, and whole organisations get bought and sold.&lt;/p>
&lt;p>What you can tell from looking at a DOI prefix is who originally registered it, but not necessarily who it currently belongs to. That’s because if a journal (or whole organisation) is acquired, DOIs don’t get deleted and re-registered to the new owner. The update will of course be reflected in the relevant metadata, but the prefix on the DOI will stay the same. It never changes—and that’s the whole point, that’s what makes the DOI persistent.
Isaac also wrote this in much more detail and explains the internal Crossref processes in his blog &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/91cyc-vka68" target="_blank">“What can often change, but always stays the same?“&lt;/a>&lt;/p>
&lt;p>These permissions are very important to understand when it comes to title transfers and working with updating your metadata against transferred DOIs to prevent duplicate DOIs for the same work.&lt;/p>
&lt;h2 id="poppy-technical-support-contractor">Poppy, Technical Support Contractor&lt;/h2>
&lt;p>As a researcher myself, I’d like to talk about references in a journal article, book, conference paper, etc. (I’ll just use ‘article’ going forward for simplicity). These are the references included in an article by the author. References in one article result in citations for another article. It&amp;rsquo;s the thing every author dreams of and accruing citations can be a big deal for authors, journals, and publishers.&lt;/p>
&lt;p>For readers, articles with no references can be less discoverable using systems that use citation links for relevance, and that discoverability is of critical importance for our members who decide to register references with us. We all want your content to be shared, cited, linked, and used far and wide.&lt;/p>
&lt;p>We receive many questions from authors asking why citations don’t show up; it&amp;rsquo;s usually due to metadata deposits with no references included. There may be an assumption that our process is like Google Scholar, which crawls full text and websites. This misunderstanding has a big impact on references and citation counts. However, as we do not store a copy of the paper, our intake system does not extract references from the article, regardless if they have a DOI. This is one of the main reasons that Crossref citation counts are lower than services that use extraction methods. We only store the data that a publisher registers and maintains with us. On deposit of a metadata record that includes references, our system performs a &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/pdm9z-20m09" target="_blank">matching process&lt;/a> - if there is a match, a cited-by connection is applied to the metadata. With deposits with no references, however, there is no data to match to other articles (and, therefore limitations on the discoverability and no cited-by count increase).&lt;/p>
&lt;p>An article with no references has big impacts for the authors, the journal, the publisher, researchers, and ultimately, the readers. This can mean decreased distribution of the content itself, reduced citation counts for cited articles, lower impact metrics for journals, and can ultimately affect value for publishers. For example, researchers just don’t include articles without references for scientometric analysis.&lt;/p>
&lt;p>Our &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/principles-practices/best-practices/references/" target="_blank">documentation on references&lt;/a> includes the elements for both &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/txft6-s1481" target="_blank">structured and unstructured data&lt;/a>. Including the DOI in the structured data is best practice as it provides a precise location with rich data for matching. If the matcher does not see a link between the deposited DOI and the cited DOI at the time of deposit, then the references are stored to be crawled with other matching algorithms later. So, we&amp;rsquo;re always working to create those rich cited-by linkages between works (raising the content’s profile and overall discoverability), no matter when you register reference metadata. You can also see how your publisher is doing on depositing references by viewing their &lt;a href="https://www-crossref-org.pluma.sjfc.edu/members/prep/" target="_blank">Participation Report&lt;/a>. If you are an author, you can &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-april-2022-reference-coverage-which-dois-have-i-registered-references-for/2670" target="_blank">check if your DOIs that were registered contained any references&lt;/a> by using our &lt;a href="https://api-crossref-org.pluma.sjfc.edu/swagger-ui/index.html" target="_blank">REST API&lt;/a>. &lt;em>Don’t see them?&lt;/em> You can always contact the editor of the journal or the publisher that published your paper and ask them to add them. &lt;em>Didn’t hear back?&lt;/em> Just drop us a line in the &lt;a href="https://community-crossref-org.pluma.sjfc.edu/tag/references" target="_blank">Community Forum&lt;/a>, we’re happy to help.&lt;/p>
&lt;h2 id="shayn-technical-support-specialist">Shayn, Technical Support Specialist&lt;/h2>
&lt;p>Let&amp;rsquo;s &amp;lsquo;zoom out&amp;rsquo; to the big picture. What are DOIs for? What makes them useful? What are we all doing here anyway?!&lt;/p>
&lt;p>There are a lot of different answers to those questions. It&amp;rsquo;s a complex picture. But, way back in the late ‘90s, the DOI system was designed in order to allow for the creation of unique and persistent identifiers. Crossref members use these identifiers to represent their research outputs and publications. This allows for reliable linking to those items, and the ability to identify and communicate the relationships between them, notably (but not exclusively!) citation relationships.&lt;/p>
&lt;p>So, what do we mean when we say that Crossref DOIs should be unique and persistent? In basic terms, &lt;strong>unique&lt;/strong> means that there is only a single Crossref DOI registered for a given citable research output. And, &lt;strong>persistent&lt;/strong> meaning that the DOI associated with a given research output today will continue to be associated with, and link to, that same research output indefinitely into the future.&lt;/p>
&lt;p>Yes, there are some &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/3gjb5-tkm69" target="_blank">grey areas&lt;/a>, and we know that everything doesn&amp;rsquo;t always work 100% perfectly all the time. But, the more &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/the-problem-with-duplicate-dois-and-how-you-can-help/2634" target="_blank">deviations from persistence and uniqueness&lt;/a>, the harder it becomes for end-users, publishers, Crossref, and other services which make use of our metadata to reliably find research outputs and reliably relate them to one another. It weakens the value and utility of DOIs for everyone.&lt;/p>
&lt;p>So, what does this mean in practice?&lt;/p>
&lt;ul>
&lt;li>Be certain that every item you register with Crossref is something you can maintain in the long-term.
&lt;ul>
&lt;li>Have an &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/tis-the-season-for-title-transfers/2328/3" target="_blank">arrangement with an archive&lt;/a> that can take responsibility for your content if your organisation stops hosting it or ceases to exist.&lt;/li>
&lt;li>Don’t register things that you know will only exist for a short time.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>When you&amp;rsquo;re about to register new content, be absolutely sure that it hasn’t been registered already, either by your organisation or any other organisation.
&lt;ul>
&lt;li>If you &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/top-tips-for-pain-free-title-transfer/2408" target="_blank">acquire a new journal&lt;/a> from another publisher, have a process in place to check what content has already been registered and adopt the use of the DOIs registered by the prior publisher for that content. We can always provide a list of the existing DOIs for a journal.&lt;/li>
&lt;li>If you publish books, and have a co-publishing agreement with another publisher, distributor, or hosting platform, be aware that one of those other parties may have already registered DOIs for your books. Adopt the use of those DOIs rather than assigning and registering new ones. And, if you don’t want them to do that going forward, communicate that to your co-publishing partners.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>When mistakes happen, inadvertently resulting in duplicate DOIs for a single item, identify them quickly. &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/ticket-of-the-month-october-2022-conflicts-and-how-to-resolve-them/3092" target="_blank">Alias&lt;/a> the new duplicate DOI to the long-standing original DOI, and remove all instances of the new DOI from your website or platform.&lt;/li>
&lt;li>Ensure that your publishing software, platform, or journal management system can accommodate DOIs with various prefixes for the same publication. You should be able to use (display, link, update metadata and URLs for) the DOIs registered for older content by any prior publishers as easily as you use the DOIs that you registered yourself for more recent content.&lt;/li>
&lt;/ul>
&lt;p>Things like &lt;em>persistence&lt;/em> and &lt;em>uniqueness&lt;/em> can sound like theoretical abstractions, but they actually play an important role in the day-to-day grind of your publishing operations. Their impact on linking, citing, discovery, and analysis of your content is concrete and important. Thus, it’s not surprising that we often hear from members and others in the research community who share this commitment to persistence, uniqueness, and overall rich, accurate metadata. You’ll see that play out in the Community Forum where &lt;a href="https://community-crossref-org.pluma.sjfc.edu/t/doi-registration-server-returning-an-error-no-response-from-serve/3219" target="_blank">members and users get involved&lt;/a> to troubleshoot issues, compare notes, and share ideas with us and one another. We appreciate the commitment to the Research Nexus and the overall spirit to serve in this growing community. Like we said at the top, we’re all wired to contribute in this way, so building an open, welcoming space that moves us forward excites us.&lt;/p>
&lt;p>Again, we invite you to join the discussion on this and many other Crossref-related topics over in our &lt;a href="https://community-crossref-org.pluma.sjfc.edu/" target="_blank">Community Forum&lt;/a>.&lt;/p></description></item><item><title>Calling all 24-hour (PID) party people!</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/calling-all-24-hour-pid-party-people/</link><pubDate>Tue, 13 Oct 2020 00:00:00 +0000</pubDate><author>Kathleen Luschek</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/calling-all-24-hour-pid-party-people/</guid><description>&lt;p>While we wish we could be together in person to celebrate the fifth PIDapalooza, there&amp;rsquo;s an upside to &lt;a href="https://pidapalooza.us18.list-manage.com/track/click?u=3be6c9ed55c4e452e710b2d41&amp;amp;id=e88a641bb4&amp;amp;e=8567777e89" target="_blank">moving it online&lt;/a>: now &lt;em>everyone&lt;/em> can participate in the universe&amp;rsquo;s best PID party! With 24 hours of non-stop PID programming, you&amp;rsquo;ll be able to come to the party no matter where you happen to be.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure>&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2020/pid-blog-dance-image.png"
alt="Pidapalooza dancing graphic" width="70%">
&lt;/figure>
&lt;/div>
&lt;h3 id="send-us-your-ideas-for-pidapalooza21">Send us your ideas for #PIDapalooza21&lt;/h3>
&lt;p>Now is your chance to share your work in the #PIDapalooza21 spotlight! We&amp;rsquo;re seeking proposals for short, interactive sessions about what you are doing––or want to do––with persistent identifiers and the communities that love and use them. &lt;/p>
&lt;p>&lt;a href="https://twitter.com/hashtag/PIDapalooza21" target="_blank">#PIDapalooza21&lt;/a> will feature sessions around the broad theme of PIDs and Open Research Infrastructure, focusing on the following areas:&lt;/p>
&lt;h3 id="theme-1-pids-101">Theme 1. PIDs 101&lt;/h3>
&lt;p>For PID beginners! You&amp;rsquo;ve got just 30 minutes to get attendees up to speed on a PID or PIDs. Make it fast! Make it fact-filled! Make it fun!&lt;/p>
&lt;h3 id="theme-2-pid-communities-international">Theme 2. PID Communities International&lt;/h3>
&lt;p>Have you always wanted to host a Spanish-language PID session, or bring together PID people in the humanities? Tell us how you&amp;rsquo;d connect with PID peers around the world!&lt;/p>
&lt;h3 id="theme-3-pid-success-stories">Theme 3. PID Success Stories&lt;/h3>
&lt;p>There&amp;rsquo;s nothing better than hearing about what&amp;rsquo;s working in the PID world––and why! Share your success stories so we can all benefit from them.&lt;/p>
&lt;h3 id="theme-4-pid-party">Theme 4. PID Party!&lt;/h3>
&lt;p>It wouldn&amp;rsquo;t be PIDapalooza without the party sessions, so be creative! Help us make this the best PID party ever!&lt;/p>
&lt;div class="shortcode-divwrap blue-highlight">
&lt;span>&lt;h3 id="propose-a-session-nowhttpsdocsgooglecomformsde1faipqlsflqyhg_fn6qu-20dzsnfgnmazokn5jsjahcudrylpyvqtp-gviewform">&lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSflQyhg_FN6qU-20dZSnfGnmAZoKn5JsJaHcuDRYlpyvQTp-g/viewform" target="_blank">Propose a session now!&lt;/a>&lt;/h3>
&lt;/span>
&lt;/div>
&lt;br/>
&lt;p>The call for proposals will be open until October 30. Submit your PIDea now!&lt;/p>
&lt;p>&lt;em>*Note: The PIDapalooza submission form uses Google. If you are unable to access Google Forms, &lt;a href="mailto:info@pidapalooza.org">email your session idea&lt;/a>.&lt;/em>&lt;/p>
&lt;p>Get the full low-down on #PIDapalooza21 at the &lt;a href="https://pidapalooza.us18.list-manage.com/track/click?u=3be6c9ed55c4e452e710b2d41&amp;amp;id=07e26525f0&amp;amp;e=8567777e89" target="_blank">PIDapalooza website&lt;/a>.&lt;/p></description></item><item><title>EASE Council Post: Rachael Lammey on the Research Nexus</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/ease-council-post-rachael-lammey-on-the-research-nexus/</link><pubDate>Mon, 12 Oct 2020 00:00:00 +0000</pubDate><author>Rachael Lammey</author><discourseUsername>rlammey</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/ease-council-post-rachael-lammey-on-the-research-nexus/</guid><description>&lt;p>This blog was initially posted on the &lt;a href="https://ease.org.uk/" target="_blank">European Association of Science Editors (EASE)&lt;/a> blog: &lt;a href="https://ese-bookshelf.blogspot.com/2020/10/ease-council-post-rachael-lammey-on.html" target="_blank">&amp;ldquo;EASE Council Post: Rachael Lammey on the Research Nexus&amp;rdquo;&lt;/a>. EASE President Duncan Nicholas accurately introduces it as a whole lot of information and insights about metadata and communication standards into one post&amp;hellip;&lt;/p>
&lt;p>I was given a wide brief to decide on the topic of my EASE blog, so I thought I&amp;rsquo;d write one that tries to encompass &lt;em>everything&lt;/em> - I&amp;rsquo;ll explain what I mean by that.&lt;/p>
&lt;p>In the past, Crossref has had the opportunity to talk to EASE members about the importance of registering content whose metadata contains important information related to the article. Richer metadata helps to connect the content to other key information such as who wrote it, who it was funded by, the relevant license, the research it cites, any updates to the work such as corrections and retractions, and &lt;a href="https://doi-org.pluma.sjfc.edu/10.20316/ESE.2019.45.19010" target="_blank">the data that underpin the research&lt;/a>. The use of open persistent identifiers like DOIs, funder IDs, ORCID iDs and ROR IDs are always recommended.&lt;/p>
&lt;p>Such rich and connected metadata also helps discoverability of the published research in a different way than just direct access; if you can find something based on looking at the publications related to a particular funder, author, or institution, then there are more ways to come across what you&amp;rsquo;re looking for. Making links between objects underpinning the research also helps put the research in context and can help further research by making connections to other valuable information that may have been more difficult to make otherwise.&lt;/p>
&lt;p>I&amp;rsquo;ve mentioned the Research Nexus in the title of this post. It&amp;rsquo;s achieved by declaring relationships between publications and other associated research objects, and from those objects to related publications. The metadata that reveals relationships between research objects can be as informative as the objects themselves. These relationships can assert certain facts that may not be otherwise obvious: this is our goal with the Research Nexus. These relationships and assertions need to exist not just on the web pages of the outputs, but also reflected in a standard way in the metadata so that the information is computer-readable and can be used at scale. As Jennifer Lin, who coined the term, explains:&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;Researchers are adopting new tools that create consistency and shareability in their experimental methods. Increasingly, these are viewed as key components in driving reproducibility and replicability. They provide transparency in reporting key methodological and analytical information. They are also used for sharing the artefacts which make up a processing trail for the results: data, material, analytical code, and related software on which the conclusions of the paper rely. Where expert feedback was also shared, such reviews further enrich this record.&amp;rdquo;&lt;/p>
&lt;/blockquote>
&lt;p>In &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/k2hez-ysv45" target="_blank">her Crossref blog&lt;/a>, Jennifer goes on to give some examples, including:&lt;/p>
&lt;ul>
&lt;li>Linking to an &lt;a href="https://doi-org.pluma.sjfc.edu/10.17504/protocols.io.r89d9z6" target="_blank">entire collection of methods&lt;/a> and &lt;a href="https://doi-org.pluma.sjfc.edu/10.17504/protocols.io.itrcem6" target="_blank">video protocols&lt;/a> via Protocols.io&lt;/li>
&lt;li>Linking to &lt;a href="https://doi-org.pluma.sjfc.edu/10.21105/joss.00384" target="_blank">software and peer reviews&lt;/a> in JOSS&lt;/li>
&lt;li>Linking to &lt;a href="https://doi-org.pluma.sjfc.edu/10.1093/gigascience/gix045" target="_blank">preprint, data, code, source code, peer reviews in Gigascience&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>I&amp;rsquo;d include an additional example of linking research to the grant using the grant identifier and associated metadata from the funding section of &lt;a href="https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0222922" target="_blank">this PLOS paper&lt;/a> (read more about the example from EuroPMC who &lt;a href="https://blog.europepmc.org/2020/06/global-grant-ids-in-europe-pmc.html" target="_blank">register grants with Crossref for Wellcome)&lt;/a>.&lt;/p>
&lt;p>These links can be established by adding them into the Crossref &lt;a href="https://www-crossref-org.pluma.sjfc.edu/education/content-registration/structural-metadata/relationships/">relationship metadata&lt;/a> schema. The information is then made available to anyone via our open APIs, so that they can easily see and use the information.&lt;/p>
&lt;p>In all of these, publishers and other parties are linking to associated research outputs to support the reproducibility and discoverability of content.&lt;/p>
&lt;p>The reproducibility point is worth reiterating; EASE has always supported projects to maintain high standards around the review of research, publication standards and ethics, and the reduction of research waste. And connecting articles to data, preprints, protocols, and peer reviews, and making the relationships open for analysis will help achieve this.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure>&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2020/DOI-network-diagram_v3_600x560px-1024x956.png"
alt="Visualizing the Reseasrch Nexus image" width="50%">
&lt;/figure>
&lt;/div>
&lt;p>We also know that there are work and cost involved in establishing these links, and we&amp;rsquo;re working on ways to lower the barriers in doing so by:&lt;/p>
&lt;ul>
&lt;li>Revisiting what we charge to encourage best practice. Starting in 2020, we have &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/h2vh2-35t60" target="_blank">removed fees&lt;/a> for registering vital information on corrections, retractions and other Crossmark metadata. This is timely in light of the updates to the &lt;a href="https://ease.org.uk/publications/ease-statements-resources/ease-standard-retraction-form/" target="_blank">EASE Standardised Retraction form.&lt;/a>&lt;/li>
&lt;li>We&amp;rsquo;re also working to remove fees for translations and versions that are linked together by the appropriate relationship metadata so that publishers posting translations or different versions of an article don&amp;rsquo;t have to pay multiple times for these. Our &lt;a href="https://www-crossref-org.pluma.sjfc.edu/committees/membership-and-fees/">Membership &amp;amp; Fees Committee&lt;/a> is currently reviewing other ways we can support publishers keen to make these connections.&lt;/li>
&lt;li>Finding ways to make it easier for publishers to collect this information from authors e.g. submission systems integrations with data repositories to collect robust information on article/data links.&lt;/li>
&lt;li>Allowing the registration of peer review metadata for content other than journal articles e.g. books, preprints (coming soon).&lt;/li>
&lt;li>Making it easier for publishers to register this information with us at Crossref via the provision of simple to use tools, interfaces and reporting.&lt;/li>
&lt;/ul>
&lt;p>The outputs of the research process, such as journal articles, don&amp;rsquo;t exist in isolation - you only have to look at the interest in the corpus of COVID-19 publications, preprints and associated data to see this. This thinking is also supported by campaigns like &lt;a href="http://www.metadata2020.org/" target="_blank">Metadata 2020&lt;/a> advocating for &amp;ldquo;richer, connected, and reusable, open metadata will advance scholarly pursuits for the benefit of society.&amp;rdquo; The relationships revealed by the Research Nexus may one day help progress research to realise benefits that help us all, providing we all make efforts to effectively support them. More to come&amp;hellip;&lt;/p></description></item><item><title>Crossref: the sustainable source of community-owned scholarly metadata</title><link>https://www-crossref-org.pluma.sjfc.edu/publications/crossref-sustainable-source-scholarly-metadata/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><author>Dominika Tkaczyk</author><guid>https://www-crossref-org.pluma.sjfc.edu/publications/crossref-sustainable-source-scholarly-metadata/</guid><description>&lt;div class="publication-executive-summary">&lt;h2 id="crossref-the-sustainable-source-of-community-owned-scholarly-metadata">Crossref: The sustainable source of community-owned scholarly metadata&lt;/h2>
&lt;p>Published in &lt;em>Quantitative Science Studies&lt;/em> (2020), this paper describes the scholarly metadata collected and made openly available by Crossref — its history, scale, content types, and role in the research ecosystem.&lt;/p>&lt;/div>
&lt;div class='shortcode-row '>
&lt;div class="col-md-4 col-sm-12 no-first-para-highlight">&lt;h3 id="i-classfas-fa-binoculars-aria-hiddentruei-strategists">&lt;i class="fas fa-binoculars" aria-hidden="true">&lt;/i> Strategists&lt;/h3>
&lt;p>&lt;strong>Understand why Crossref metadata is foundational scholarly infrastructure.&lt;/strong>
The history, governance, and community model that make Crossref a sustainable, neutral, member-owned source of scholarly data.&lt;/p>
&lt;/div>
&lt;div class="col-md-4 col-sm-12 no-first-para-highlight">&lt;h3 id="i-classfas-fa-chess-queen-aria-hiddentruei-decision-makers">&lt;i class="fas fa-chess-queen" aria-hidden="true">&lt;/i> Decision-makers&lt;/h3>
&lt;p>&lt;strong>Know what&amp;rsquo;s in the metadata and what it enables.&lt;/strong>
106 million records, 13 content types — not just bibliographic basics but funding, licences, citation links, corrections, and retractions.&lt;/p>
&lt;/div>
&lt;div class="col-md-4 col-sm-12 no-first-para-highlight">&lt;h3 id="i-classfas-fa-cogs-aria-hiddentruei-practitioners">&lt;i class="fas fa-cogs" aria-hidden="true">&lt;/i> Practitioners&lt;/h3>
&lt;p>&lt;strong>Learn how to access Crossref metadata at scale.&lt;/strong>
A technical overview of the REST API and OAI-PMH, with context on citation data provision and metadata quality trends.&lt;/p>
&lt;/div>
&lt;/div>
&lt;h3 id="what-this-paper-covers">What this paper covers&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>History and governance&lt;/strong> — how Crossref was founded in 2000 and why its member-owned, not-for-profit structure matters for long-term sustainability&lt;/li>
&lt;li>&lt;strong>Scale of the metadata set (in 2021)&lt;/strong> — over 106 million records across journals, conference papers, books, datasets, preprints, peer reviews, grants, and more&lt;/li>
&lt;li>&lt;strong>Richness beyond basic bibliographic data&lt;/strong> — abstracts, full-text links, funding and licence information, citation links, corrections, updates, and retractions&lt;/li>
&lt;li>&lt;strong>Role in the research ecosystem&lt;/strong> — how Crossref metadata directly supports scientometrics, research assessment, and scholarly communications research&lt;/li>
&lt;li>&lt;strong>APIs and access&lt;/strong> — the REST API and OAI-PMH as the primary routes to Crossref metadata at scale&lt;/li>
&lt;li>&lt;strong>Citation data&lt;/strong> — the evolution of Crossref&amp;rsquo;s citation data provision, including the move to open references&lt;/li>
&lt;li>&lt;strong>Metadata quality and curation&lt;/strong> — trends in completeness and accuracy over time, and plans for improvement&lt;/li>
&lt;/ul>
&lt;h3 id="read-the-full-paper">Read the full paper&lt;/h3>
&lt;style>
.pdf-viewer-wrap {
border: 1px solid #e0ddd8;
border-radius: 4px;
overflow: hidden;
margin: 1.5em 0;
}
.pdf-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
background: #f5f4f1;
border-bottom: 1px solid #e0ddd8;
padding: 0.5em 1em;
font-size: 0.85em;
color: #555;
}
.pdf-toolbar-controls {
display: flex;
align-items: center;
gap: 0.75em;
}
.pdf-zoom-btn {
display: inline-block;
padding: 0.15em 0.6em;
border: 1px solid #ccc;
border-radius: 3px;
background: #fff;
color: #333;
text-decoration: none;
line-height: 1.4;
font-size: 0.9em;
}
.pdf-zoom-btn:hover {
background: #e8e6e1;
color: #333;
text-decoration: none;
}
.pdf-zoom-label {
min-width: 3em;
text-align: center;
}
.pdf-download-link {
color: rgba(0,95,131,0.85);
text-decoration: none;
font-weight: 600;
}
.pdf-download-link:hover {
color: rgba(0,95,131,1);
text-decoration: none;
}
.pdf-scroll-container {
height: 700px;
overflow-y: auto;
background: #555;
padding: 1em;
box-sizing: border-box;
}
.pdf-page-canvas {
display: block;
margin: 0 auto 1em;
box-shadow: 0 2px 8px rgba(0,0,0,0.4);
background: #fff;
max-width: 100%;
}
.pdf-loading-wrap {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
color: #ccc;
font-size: 0.9em;
}
&lt;/style>
&lt;div class="pdf-viewer-wrap">
&lt;div class="pdf-toolbar">
&lt;div class="pdf-toolbar-controls">
&lt;a class="pdf-zoom-btn" id="pdf-zoomout-0e7fa468" href="#">−&lt;/a>
&lt;span class="pdf-zoom-label" id="pdf-zoomlabel-0e7fa468">100%&lt;/span>
&lt;a class="pdf-zoom-btn" id="pdf-zoomin-0e7fa468" href="#">+&lt;/a>
&lt;span id="pdf-pagecount-label-0e7fa468" style="margin-left:0.5em;">&lt;/span>
&lt;/div>
&lt;a class="pdf-download-link" href="https://www-crossref-org.pluma.sjfc.edu/publications/qss_a_00022.pdf" download>↓ Download PDF&lt;/a>
&lt;/div>
&lt;div class="pdf-scroll-container" id="pdf-scroll-0e7fa468">
&lt;div class="pdf-loading-wrap" id="pdf-loading-0e7fa468">Loading…&lt;/div>
&lt;/div>
&lt;/div>
&lt;noscript>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/publications/qss_a_00022.pdf">Download PDF&lt;/a>&lt;/noscript>
&lt;script>
(function(){
var url = '\/publications\/qss_a_00022.pdf';
var id = '0e7fa468';
var scale = 1.5;
var pdfDoc = null;
var baseURL = 'https:\/\/www.crossref.org\/';
function initViewer(pdfjsLib) {
if (!pdfjsLib.GlobalWorkerOptions.workerSrc)
pdfjsLib.GlobalWorkerOptions.workerSrc = baseURL + 'js/pdf-js/build/pdf.worker.js';
var scrollEl = document.getElementById('pdf-scroll-' + id);
var loadingEl = document.getElementById('pdf-loading-' + id);
var zoomLabel = document.getElementById('pdf-zoomlabel-' + id);
var pageCountLabel = document.getElementById('pdf-pagecount-label-' + id);
function renderAllPages() {
scrollEl.innerHTML = '';
for (var i = 1; i &lt;= pdfDoc.numPages; i++) { renderPage(i); }
}
function renderPage(num) {
pdfDoc.getPage(num).then(function(page) {
var viewport = page.getViewport({ scale: scale });
var canvas = document.createElement('canvas');
canvas.className = 'pdf-page-canvas';
canvas.height = viewport.height;
canvas.width = viewport.width;
scrollEl.appendChild(canvas);
page.render({ canvasContext: canvas.getContext('2d'), viewport: viewport });
});
}
function setZoom(newScale) {
scale = Math.min(3, Math.max(0.5, newScale));
zoomLabel.textContent = Math.round(scale / 1.5 * 100) + '%';
renderAllPages();
}
document.getElementById('pdf-zoomin-' + id).addEventListener('click', function(e){ e.preventDefault(); setZoom(scale + 0.25); });
document.getElementById('pdf-zoomout-' + id).addEventListener('click', function(e){ e.preventDefault(); setZoom(scale - 0.25); });
pdfjsLib.getDocument(url).promise.then(function(doc) {
pdfDoc = doc;
if (loadingEl) loadingEl.remove();
pageCountLabel.textContent = doc.numPages + ' pages';
renderAllPages();
}).catch(function(err) {
if (loadingEl) loadingEl.textContent = 'Could not load PDF. ' + err.message;
});
}
function loadPdfJs(callback) {
if (window['pdfjs-dist/build/pdf']) { callback(window['pdfjs-dist/build/pdf']); return; }
if (!document.getElementById('pdfjs-script')) {
var s = document.createElement('script');
s.id = 'pdfjs-script';
s.src = baseURL + 'js/pdf-js/build/pdf.js';
s.onload = function() { callback(window['pdfjs-dist/build/pdf']); };
document.head.appendChild(s);
} else {
document.getElementById('pdfjs-script').addEventListener('load', function() {
callback(window['pdfjs-dist/build/pdf']);
});
}
}
loadPdfJs(initViewer);
})();
&lt;/script></description></item><item><title>We'll be rocking your world again at PIDapalooza 2020</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/well-be-rocking-your-world-again-at-pidapalooza-2020/</link><pubDate>Sun, 18 Aug 2019 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/well-be-rocking-your-world-again-at-pidapalooza-2020/</guid><description>&lt;p>The official countdown to PIDapalooza 2020 begins here! It&amp;rsquo;s 163 days to go till our flame-lighting opening ceremony at the fabulous Belem Cultural Center in Lisbon, Portugal. Your friendly neighborhood PIDapalooza Planning Committee&amp;mdash;Helena Cousijn (DataCite), Maria Gould (CDL), Stephanie Harley (ORCID), Alice Meadows (ORCID), and I&amp;mdash;are already hard at work making sure it’s the best one so far!&lt;/p>
&lt;div class="shortcode-divwrap align-right">
&lt;span>&lt;div style="width:195px; text-align:center;" >&lt;iframe src="https://www.eventbrite.com/countdown-widget?eid=60971406117" frameborder="0" height="212" width="195" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="true">&lt;/iframe>&lt;div style="font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:195px; text-align:center;" >&lt;/div>&lt;/div>&lt;/span>
&lt;/div>
We have a shiny [new website](https://pidapalooza.org), with loads more information than before, including spotify playlists (please add your PID songs to [the 2020 one](https://open.spotify.com/playlist/1oJtbpTzF9I3MewQ1Yasml?si=D0TKdR8BTJSL-GA3X_LwVQ)!), an instagram photo gallery, and of course registration information. Look out for updates there and on [Twitter](https://twitter.com/pidapalooza).
&lt;p>And, led by Helena, the Program Committee is starting its search for sessions that meet PIDapalooza’s goals of being PID-focused, &lt;strong>fun&lt;/strong>, informative, and interactive. If you’ve a PID story to share, a PID practice to recommend, or a PID technology to launch, the Committee wants to hear from you. Please send them your ideas, using &lt;a href="https://forms.gle/oeSeiZEni3cPipKm6" target="_blank">this form&lt;/a>, by September 27. We aim to finalize the program by late October/early November.&lt;/p>
&lt;h2 id="dont-forget-to-tie-your-proposal-into-one-of-the-six-festival-themes">Don’t forget to tie your proposal into one of the six festival themes:&lt;/h2>
&lt;h4 id="theme-1-putting-principles-into-practice">Theme 1: Putting Principles into Practice&lt;/h4>
&lt;p>FAIR, Plan S, the 4 Cs; principles are everywhere. Do you have examples of how PIDs helped you put principles into practice? We’d love to hear your story!&lt;/p>
&lt;h4 id="theme-2-pid-communities">Theme 2: PID Communities&lt;/h4>
&lt;p>We believe PIDs don’t work without community around them. We would like to hear from you about best practice among PID communities so we can learn from each other and spread the word even further!&lt;/p>
&lt;h4 id="theme-3-pid-success-stories">Theme 3: PID Success Stories&lt;/h4>
&lt;p>We already know PIDs are great, but which strategies worked? Share your victories! Which strategies failed? Let’s turn these into success stories together!&lt;/p>
&lt;h4 id="theme-4-achieving-persistence-through-sustainability">Theme 4: Achieving Persistence through Sustainability&lt;/h4>
&lt;p>Persistence is a key part of PIDs, but there can’t be persistence without sustainability. Do you want to share how you sustain your PIDs or how PIDs help you with sustainability?&lt;/p>
&lt;h4 id="theme-5-bridging-worlds---social-and-technical">Theme 5: Bridging Worlds - Social and Technical&lt;/h4>
&lt;p>What would make heterogeneous PID systems &amp;lsquo;interoperate&amp;rsquo; optimally? Would standardized metadata and APIs across PID types solve many of the problems, and if so, how would that be achieved? And what about the social aspects? How do we bridge the gaps between different stakeholder groups and communities?&lt;/p>
&lt;h4 id="theme-6-pid-party">Theme 6: PID Party!&lt;/h4>
&lt;p>You don’t just learn about PIDs through powerpoints. What about games? Interpretive dance? Get creative and let us know what kind of activity you’d like to organize at PIDapalooza this year!&lt;/p>
&lt;h2 id="pidapalooza-the-essentials">PIDapalooza: the essentials&lt;/h2>
&lt;p>&lt;strong>What?&lt;/strong> &lt;a href="https://pidapalooza.org" target="_blank">PIDapalooza 2020&lt;/a> - the open festival of persistent identifiers &lt;br>
&lt;strong>When?&lt;/strong> 29-30 January 2020 (kickoff party the evening of January 28) &lt;br>
&lt;strong>Where?&lt;/strong> Belem Cultural Center, Lisbon, Portugal (&lt;a href="https://goo.gl/maps/HEmmQUjkJcEoqFTZ7" target="_blank">map&lt;/a>) &lt;br>
&lt;strong>Why?&lt;/strong> To think, talk, live persistent identifiers for two whole days with your fellow PID people, experts, and newcomers alike!&lt;/p>
&lt;p>We hope you’re as excited about PIDapalooza 2020 as we are and we look forward to seeing you in Lisbon.&lt;/p></description></item><item><title>Request for feedback on grant identifier metadata</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/request-for-feedback-on-grant-identifier-metadata/</link><pubDate>Thu, 07 Feb 2019 00:00:00 +0000</pubDate><author>Patricia Feeney</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/request-for-feedback-on-grant-identifier-metadata/</guid><description>&lt;p>We first announced plans to investigate identifiers for grants in 2017 and are almost ready to violate the &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/5cfh1-1wa10" target="_blank">first rule of grant identifiers&lt;/a> which is “they probably should not be called grant identifiers”. Research support extends beyond monetary grants and awards, but our end goal is to make grants easy to cite, track, and identify, and ‘Grant ID’ resonates in a way other terms do not. The truth is in the metadata, and we intend to collect (and our funder friends are prepared to provide) information about a number of funding types. Hopefully we encompass all of them.&lt;/p>
&lt;p>Our technical &amp;amp; metadata working group (a subset of the broader &lt;a href="https://www-crossref-org.pluma.sjfc.edu/working-groups/funders">Funder Advisory Group&lt;/a>) includes folks from Children&amp;rsquo;s Tumor Foundation, Europe PMC, European Research Council, JST, OSTI (DOE), Smithsonian, Swiss National Science Foundation, UKRI, Wellcome, as well as colleagues at DataCite and ORCID.&lt;/p>
&lt;p>They have provided a wealth of funding data and feedback, and together we’ve come up with a metadata schema that works for us. Just as important - does this set of metadata meet your needs? Did we miss something? Let us know.&lt;/p>
&lt;h3 id="the-details">The details&lt;/h3>
&lt;p>For those of you familiar with Crossref Content Registration, Grant IDs will have their own dedicated schema that differs from our publication schema. The Grant ID schema will follow some of the same conventions as we’ll be using the same system to process the files (which will be XML) but since we are collecting metadata for a new community and moving beyond published content, this is an opportunity to rethink how we handle some basics like person names and dates.&lt;/p>
&lt;p>Each Grant ID can be assigned to multiple projects. The metadata within each project includes basics like titles, descriptions, and investigator information (including affiliations) as well as funding information. Funders will supply funder information (including funder identifiers from the Crossref Funder Registry) as well as information about funding types and amounts.&lt;/p>
&lt;p>A major accomplishment of the group was to develop a simple taxonomy of types of funding. Supported types are:&lt;/p>
&lt;ul>
&lt;li>award&lt;/li>
&lt;li>contract&lt;/li>
&lt;li>grant&lt;/li>
&lt;li>salary-award&lt;/li>
&lt;li>endowment&lt;/li>
&lt;li>secondment&lt;/li>
&lt;li>loan&lt;/li>
&lt;li>facilities&lt;/li>
&lt;li>equipment&lt;/li>
&lt;li>seed-funding&lt;/li>
&lt;li>fellowship&lt;/li>
&lt;li>training-grant&lt;/li>
&lt;li>other&lt;/li>
&lt;/ul>
&lt;p>Funding involves more than monetary grants or awards and we’ve attempted to capture the broad categories of funding types. This list is taken from types of funding as defined by our participating funder organisations. We anticipate this list will evolve over time.&lt;/p>
&lt;p>Ready to dig in? The schema and documentation are &lt;a href="https://github.com/CrossRef/grantID-schema/" target="_blank">available on GitHub&lt;/a>. We will actively take feedback until the end of February 2019. We hope to begin implementation soon after that. Please let us know what you think through GitHub, or feel free to contact me via &lt;a href="mailto:feedback@crossref.org">feedback@crossref.org&lt;/a>.&lt;/p></description></item><item><title>Zen and the Art of Platform Migration</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/zen-and-the-art-of-platform-migration/</link><pubDate>Mon, 28 Jan 2019 00:00:00 +0000</pubDate><author>Amanda Bartell</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/zen-and-the-art-of-platform-migration/</guid><description>&lt;p>Nowadays we’re all trying to eat healthier, get fitter, be more mindful and stay in the now. You think you’re doing a good job — perhaps you’ve started a yoga class or got a book on mindfulness. And then, wham! Someone in your organisation casually mentions they’re planning a platform migration. I can sense the panic from here.&lt;/p>
&lt;p>While the &lt;a href="https://www.stress.org/holmes-rahe-stress-inventory/" target="_blank">Holmes and Rahe Stress Scale&lt;/a> doesn’t include platform migration as one of the top ten most stressful life events, we hear from our members that it should probably be in there somewhere. There’s so much to think about and plan for - how do you know you’re choosing the right platform partners for the future? How can you be sure that your understanding of what they offer really matches what you need? Will it make it easier for your readers to access your content? What about delays? What if it all breaks on changeover day?&lt;/p>
&lt;p>Gaaaaah!&lt;/p>
&lt;p>With all that to think about, worrying about whether your DOIs will resolve and what the migration will mean for the quality of your Crossref metadata just seems like an unnecessary layer of stress. It is, however, very important to consider this - even before you start thinking about who your platform partners will be. The process of working through these things up front could help you make better decisions, and set you up for success with the project and into the future.&lt;/p>
&lt;p>So, to help you plan ahead, we’ve created a &lt;a href="https://www-crossref-org.pluma.sjfc.edu/service-providers/migrating-platforms/">platform migration guide&lt;/a> that offers guidance on things like:&lt;/p>
&lt;ul>
&lt;li>What to consider even before you start selecting a new service provider&lt;/li>
&lt;li>Planning the change over process&lt;/li>
&lt;li>The change over itself (and what that means for your URLs)&lt;/li>
&lt;li>What you should do after the migration is complete&lt;/li>
&lt;/ul>
&lt;p>The guide gives advice on how to plan for what you really need right now, and what you’re going to need in the future. For example, what metadata are you going to want to register with us and share with the thousands of industry organisations that make use of the data? What other Crossref services might benefit you in the future? What different record types are in your publishing plans?&lt;/p>
&lt;p>The guide also has a &lt;a href="https://www-crossref-org.pluma.sjfc.edu/education/member-setup/working-with-a-service-provider/checklist-for-platform-migration/">handy checklist&lt;/a> which you can include in your Request For Proposal documentation, to ensure that you’re asking the right questions of potential suppliers.&lt;/p>
&lt;p>Once you’ve read the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/service-providers/migrating-platforms/">platform migration guide&lt;/a>, &lt;a href="mailto:feedback@crossref.org">let us know&lt;/a> if there’s anything else you think we should add to it - we’re sure many of you have platform migration stories, and it’s good to share!&lt;/p>
&lt;hr></description></item><item><title>Presenting PIDapalooza 2019</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/presenting-pidapalooza-2019/</link><pubDate>Tue, 28 Aug 2018 00:00:00 +0000</pubDate><author>Christine Cormack Wood</author><discourseUsername>ccormackwood</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/presenting-pidapalooza-2019/</guid><description>&lt;p>PIDapalooza, the open festival of persistent identifiers is back and it’s better than ever. Mark your calendar for Dublin, Ireland, January 23-24, 2019 and send us your session ideas by September 21.&lt;/p>
&lt;p>Yes, it’s back and &amp;ndash; with your support &amp;ndash; it’s going to be better than ever! The third annual &lt;a href="https://pidapalooza.org" target="_blank">PIDapalooza&lt;/a> open festival of persistent identifiers will take place at the &lt;a href="https://www.griffith.ie/conference-centre" target="_blank">Griffith Conference Centre&lt;/a>, Dublin, Ireland on January 23-24, 2019 - and we hope you’ll &lt;a href="https://www.eventbrite.com/e/pidapalooza-2019-registration-49295286529" target="_blank">join us&lt;/a> there!&lt;/p>
&lt;p>Hosted, once again, by California Digital Library, Crossref, DataCite, and ORCID, PIDapalooza will follow the same format as past events &amp;ndash; rapid-fire, interactive, 30-60 minute sessions (presentations, discussions, debates, brainstorms, etc.) presented on three stages &amp;ndash; plus main stage attractions, which will be announced shortly. New for this year is an unconference track, as suggested by several attendees last time.&lt;/p>
&lt;p>In the meantime, get those creative juices flowing and send us your session PIDeas! What would you like to talk about? Hear about? Learn about? What’s important for your organisation and your community and why? What’s working and what’s not? What’s needed and what’s missing? We want to hear from as many PID people as possible! Please use &lt;a href="https://goo.gl/forms/EddXcg7TWTCy6Lgk2" target="_blank">this form&lt;/a> to send us your suggestions. The PIDapalooza Festival Committee will review all forms submitted by September 21, 2018 and decide on the lineup by mid-October.&lt;/p>
&lt;p>As a reminder, the regular themes are:&lt;/p>
&lt;ul>
&lt;li>PID myths: Are PIDs better in our minds than in reality? PID stands for Persistent IDentifier, but what does that mean and does such a thing exist?&lt;br>&lt;/li>
&lt;li>PIDs forever - achieving persistence: So many factors affect persistence: mission, oversight, funding, succession, redundancy, governance. Is open infrastructure for scholarly communication the key to achieving persistence?&lt;br>&lt;/li>
&lt;li>PIDs for emerging uses: Long-term identifiers are no longer just for digital objects. We have use cases for people, organisations, vocabulary terms, and more. What additional use cases are you working on?&lt;br>&lt;/li>
&lt;li>Legacy PIDs: There are of thousands of venerable old identifier systems that people want to continue using and bring into the modern data citation ecosystem. How can we manage this effectively?&lt;br>&lt;/li>
&lt;li>Bridging worlds: What would make heterogeneous PID systems &amp;lsquo;interoperate&amp;rsquo; optimally? Would standardized metadata and APIs across PID types solve many of the problems, and if so, how would that be achieved? What about standardized link/relation types?&lt;br>&lt;/li>
&lt;li>PIDagogy: It’s a challenge for those who provide PID services and tools to engage the wider community. How do you teach, learn, persuade, discuss, and improve adoption? What&amp;rsquo;s it mean to build a pedagogy for PIDs?&lt;br>&lt;/li>
&lt;li>PID stories: Which strategies worked? Which strategies failed? Tell us your horror stories! Share your victories!&lt;br>&lt;/li>
&lt;li>Kinds of persistence: What are the frontiers of &amp;lsquo;persistence&amp;rsquo;? We hear lots about fraud prevention with identifiers for scientific reproducibility, but what about data papers promoting PIDs for long-term access to reliably improving objects (software, pre-prints, datasets) or live data feeds?&lt;/li>
&lt;/ul>
&lt;p>We’ll be posting more information on the &lt;a href="https://pidapalooza.org" target="_blank">PIDapalooza website&lt;/a> over the coming months, as well as keeping you updated on Twitter (@pidaplooza).&lt;/p>
&lt;p>In the meantime, what are you waiting for!? &lt;a href="https://www.eventbrite.com/e/pidapalooza-2019-registration-49295286529" target="_blank">Book your place now&lt;/a> &amp;ndash; and we also strongly recommend that you book your accommodation early as there are other big conferences in Dublin that week.&lt;/p>
&lt;p>PIDapalooza, Dublin, Ireland, January 23-24, 2019 - it’s a date!&lt;/p>
&lt;hr></description></item><item><title>PIDs for conferences - your comments are welcome!</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/pids-for-conferences-your-comments-are-welcome/</link><pubDate>Thu, 19 Apr 2018 00:00:00 +0000</pubDate><author>Aliaksandr Birukou</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/pids-for-conferences-your-comments-are-welcome/</guid><description>&lt;p>&lt;em>Aliaksandr Birukou is the Executive Editor for Computer Science at Springer Nature and is chair of the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/working-groups/conferences-projects/">Group&lt;/a> that has been working to establish a persistent identifier system and registry for scholarly conferences. Here Alex provides some background to the work and asks for input from the community:&lt;/em>&lt;/p>
&lt;p>Roughly one year ago, Crossref and DataCite &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/skv7b-cef25" target="_blank">started&lt;/a> a working group on conference and project identifiers. With this blog post, we would like to share the &lt;a href="https://docs.google.com/document/d/1URIvkUpzcfjSd2YFIS-rdRIrOyrKSbFfhkdpGPRTAFI/edit" target="_blank">specification&lt;/a> of conference metadata and Crossmark for proceedings and are inviting the broader community to comment.&lt;/p>
&lt;h3 id="why-are-conferences-important">Why are conferences important?&lt;/h3>
&lt;p>One common misbelief is that most published research appears in journals. However, next to new ways of communication research results (blogs, presentations,…) and journals there are also other publication options, like books, very important in humanities, or conference proceedings, which are very important in computer science and a couple of related disciplines. Conference proceedings are collections of journal-like papers, often undergoing a more competitive peer review process than in journals. For instance, looking at original research in computer science in Scopus published in CS in 2012-2016, 63% of articles appeared in proceedings, while only 37% were published in journals. &lt;a href="http://dblp.uni-trier.de/statistics/distributionofpublicationtype" target="_blank">DBLP&lt;/a>, one of the most important indexing services in CS, lists more than two million conference papers organized in ~5,400 conference series.&lt;/p>
&lt;p>So, while it is true that CS has a significant share of conference proceedings, conferences are also relevant in many other disciplines which do not publish formal proceedings. For instance, &lt;a href="http://inspirehep.net/" target="_blank">inSPIRE&lt;/a> contains ~23,000 conferences in high-energy physics, the American Society of Mechanical Engineers (ASME) publishes roughly 100 &lt;a href="https://web.archive.org/web/20180203164329/http://proceedings.asmedigitalcollection.asme.org/conferenceproceedings.aspx" target="_blank">proceedings&lt;/a> volumes annually.&lt;/p>
&lt;h3 id="why-do-we-need-an-open-persistent-id-for-a-conference-or-a-conference-series">Why do we need an open persistent ID for a conference or a conference series?&lt;/h3>
&lt;p>With publishers, learned societies, indexing services, libraries, conference management systems, research evaluation and funding agencies using conferences directly or indirectly in their daily work, a common vocabulary would simplify data processing, reporting and minimize errors. Right now, a publisher assigns a unique conference ID to the conference to be published, then an indexing service does it, then it is assigned in a library. Wouldn&amp;rsquo;t it be easier to do this at the very beginning of the process, when the conference planning starts, and keep the same identifier through the whole conference lifecycle?&lt;/p>
&lt;p>The joint Crossref and DataCite group on conference and project identifiers has discussed this topic at half a dozen calls and various PID community meetings (PIDapalooza, FORCE conferences, AAHEP Information Provider Summit). The result of those discussions is a draft of the specification of conference metadata and Crossmark for proceedings.&lt;/p>
&lt;p>The document first defines the concepts of a conference, conference series, joint and co-located conferences. It then introduces the information we want to store about those entities, e.g., the ID, name, acronym, other IDs, URL and the maintainer of the conference series, or the ID, conf series ID, number, dates, location, and URL for conferences. Such metadata can be submitted to Crossref and DataCite by conference organizers or publishers on their behalf and linked to the existing proceedings metadata, where appropriate. It can be then used for linking research outputs from a conference (beyond formal proceedings), recognizing reviewers via services such as ORCID and Publons, computing metrics of a conference series, conference disambiguation in indexing services and ratings (CORE, QUALIS, CCF), and so on.&lt;/p>
&lt;p>The second part of the document introduces Crossmark for conference proceedings. Its goal is to structure and preserve the information about the peer review process of a conference as declared by the general or program chairs. Depending on how much information is available from the conference organizers, one can use the basic or extended versions of Crossmark.&lt;/p>
&lt;p>In order to comment, please open the &lt;a href="https://docs.google.com/document/d/1URIvkUpzcfjSd2YFIS-rdRIrOyrKSbFfhkdpGPRTAFI/edit" target="_blank">specification&lt;/a> and leave comments using “comment” feature of Google Docs. The draft remains open for comments till the &lt;strong>31st of May 2018&lt;/strong>.&lt;/p>
&lt;h3 id="next-steps">Next steps&lt;/h3>
&lt;p>After hearing from YOU, we will update the document to reflect the community comments. In parallel, we start a subgroup discussing the governance models, looking into whether we need a new membership category at Crossref, what fees should be covered, etc.&lt;/p>
&lt;hr></description></item><item><title>Wellcome explains the benefits of developing an open and global grant identifier</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/wellcome-explains-the-benefits-of-developing-an-open-and-global-grant-identifier/</link><pubDate>Fri, 16 Feb 2018 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/wellcome-explains-the-benefits-of-developing-an-open-and-global-grant-identifier/</guid><description>&lt;p>Wellcome, in partnership with Crossref and several research funders including the NIH and the MRC, are looking to pilot an initiative in which new grants would be assigned an open, global and interoperable grant identifier. Robert Kiley (Open Research) and Nina Frentrop (Grants Operations) from the Wellcome explain the potential benefits this would deliver and how it might work.&lt;/p>
&lt;h3 id="introduction">Introduction&lt;/h3>
&lt;p>As a funder we want to be able to track the outputs that arise from research we have funded. Currently, this is not as straightforward as it should be as researchers do not always cite their funder correctly, let alone their specific grant number. And, even when they do this accurately, because every funder users its own set of grant IDs, these numbers are not unique. For example, we can use EuropePMC to look up outputs from &lt;a href="http://europepmc.org.pluma.sjfc.edu/grantfinder/results?gid=207467&amp;amp;page=1" target="_blank">grants with ID 207467&lt;/a>, and see that there is one Wellcome grant with this number, and one from the European Research Council.&lt;/p>
&lt;p>To resolve such issues, we need a system in which every grant awarded is giving a unique, global ID. Global IDs are already assigned to articles &lt;a href="https://search-crossref-org.pluma.sjfc.edu/" target="_blank">DOIs&lt;/a>, people &lt;a href="https://orcid.org/" target="_blank">ORCIDs&lt;/a> and even biological materials &lt;a href="https://scicrunch.org/resources" target="_blank">RRIDs&lt;/a>. It is time for the funder community to follow suit.&lt;/p>
&lt;h3 id="benefits-of-an-open--global-grant-identifier-system">Benefits of an open &amp;amp; global grant identifier system&lt;/h3>
&lt;p>Once implemented, it would make the identification of grant-specific research outputs more accurate, whilst simultaneously reducing the burden on the researcher.&lt;/p>
&lt;p>Currently, researchers are typically asked to manually disclose what outputs have arisen from their funding. In the future, such disclosures would be fully automated. We are already seeing how publishers&amp;mdash;who collect ORCIDs through their manuscript submission system&amp;mdash;automatically update the author’s ORCID record with details of new publications. If a global ID system for grants was developed, publishers and repositories could also require these to be disclosed on submission, and this data could then programmatically be passed to researcher assessment platforms, like &lt;a href="https://www.researchfish.net/" target="_blank">ResearchFish&lt;/a>.&lt;/p>
&lt;h3 id="how-would-it-work">How would it work?&lt;/h3>
&lt;p>For a global grant ID system to work, two things need to happen. First, when a new grant is awarded, that grant must be assigned a unique ID. For the pilot project we plan to contract with Crossref who will register a unique ID, (a DOI) for every grant we register.&lt;/p>
&lt;p>Second, every DOI must resolve to a publicly accessible web site, where information about that grant is disclosed. Again, for this pilot we will almost certainly use the Europe PMC &lt;a href="http://europepmc.org.pluma.sjfc.edu/grantfinder" target="_blank">Grants Finder Repository&lt;/a>, as we already make grant data available from this resource.&lt;/p>
&lt;p>A &lt;a href="https://www-crossref-org.pluma.sjfc.edu/working-groups/funders/">working group&lt;/a> has been established to determine precisely what metadata we should make available, but it is likely to include the name of the grant holder, title and value of the award, a short abstract, along with the name of the funder and the unique ID.
Mindful that funders already assign IDs to the grants they award and that any changes to this process may be problematic (and certainly time consuming), the plan is to register a DOI which still makes use of the existing grant ID. To make it unique however, the ID will be prefixed with a funder identifier, most likely the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/services/funder-registry/">Funder Registry ID&lt;/a>.&lt;/p>
&lt;h3 id="next-steps">Next steps&lt;/h3>
&lt;p>Whilst the metadata working group is focusing on the technical aspects of the pilot, a separate “governance group” is examining how a funder might become a member of Crossref and what the business model for registering grant DOIs should be.&lt;/p>
&lt;p>In parallel with this, a pilot “proof of concept” initiative is under way, and we anticipate that by autumn 2018 we will have registered DOIs for a defined cohort of grants.&lt;/p>
&lt;p>Ultimately we want to get to a situation where every grant has a unique ID, which can then be unambiguously linked to the all outputs – articles, data, code, materials, patents etc. – which arise from it.&lt;/p>
&lt;p>And, if every funder were to adopt such a system and expose their grant metadata in a consistent, machine-readable way, it would facilitate the development of applications to help funders get a greatly enhanced picture of the global funding landscape, which in turn would inform strategic planning and resource allocation.&lt;/p>
&lt;h2 id="thanks-to-guest-authors">Thanks to guest authors:&lt;/h2>
&lt;p>Robert Kiley, Head of Open Research, Wellcome [&lt;a href="http://orcid.org/0000-0003-4733-2558" target="_blank">ORCID: 0000-0003-4733-2558&lt;/a>]
Nina Frentrop, Grants Information &amp;amp; Systems Manager, Wellcome&lt;/p>
&lt;hr>
&lt;p>Please read &lt;a href="https://www-crossref-org.pluma.sjfc.edu/community/funders">Crossref for funders&lt;/a> for context, and contact &lt;a href="mailto:feedback@crossref.org">Ginny Hendricks&lt;/a> at Crossref with any questions.&lt;/p></description></item><item><title>The PIDapalooza lineup is out; come rock out with us at the open festival of persistent identifiers</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/the-pidapalooza-lineup-is-out-come-rock-out-with-us-at-the-open-festival-of-persistent-identifiers/</link><pubDate>Fri, 01 Dec 2017 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/the-pidapalooza-lineup-is-out-come-rock-out-with-us-at-the-open-festival-of-persistent-identifiers/</guid><description>&lt;p>PIDs&amp;rsquo;R&amp;rsquo;Us and if they&amp;rsquo;re you, too, please join us for the second &lt;a href="https://pidapalooza.org/" target="_blank">PIDapalooza&lt;/a>, in Girona, Spain on January 23-24, for a two-day celebration of persistent identifiers.&lt;/p>
&lt;p>Together, we will achieve the incredible - make a meeting about persistent identifiers and networked research fun! Brought to you by California Digital Library, Crossref, DataCite, and ORCID, this year&amp;rsquo;s &lt;a href="https://pidapalooza18.sched.com/" target="_blank">sessions&lt;/a> are organized around eight themes:&lt;/p>
&lt;ul>
&lt;li>PID myths&lt;/li>
&lt;li>Achieving persistence&lt;/li>
&lt;li>PIDs for emerging uses&lt;/li>
&lt;li>Legacy PIDs&lt;/li>
&lt;li>Bridging worlds&lt;/li>
&lt;li>PIDagogy&lt;/li>
&lt;li>PID stories&lt;/li>
&lt;li>Kinds of persistence&lt;/li>
&lt;/ul>
&lt;h3 id="the-programhttpspidapalooza18schedcom-is-now-final-and-there-really-is-something-for-everyone-well-every-pid-geek">The &lt;a href="https://pidapalooza18.sched.com/" target="_blank">program&lt;/a> is now final and there really is something for everyone (well, every PID geek)&lt;/h3>
&lt;ul>
&lt;li>Hmm, &lt;a href="https://pidapalooza18.sched.com/event/Cwmj/do-researchers-need-to-care-about-pid-systems" target="_blank">Do Researchers Need to Care about PID Systems?&lt;/a> Excellent question.&lt;/li>
&lt;li>We&amp;rsquo;ll hear &lt;a href="https://pidapalooza18.sched.com/event/Cwml/stories-from-the-pid-roadies-scholix" target="_blank">Stories from the PID Roadies: Scholix&lt;/a>.&lt;/li>
&lt;li>Nevermind the &lt;a href="https://pidapalooza18.sched.com/event/CwnA/the-bollockschain-and-other-pid-hallucinations" target="_blank">The Bollockschain and other PID Hallucinations&lt;/a>.&lt;/li>
&lt;li>An intriguing session on &lt;a href="https://pidapalooza18.sched.com/event/Cwmk/resinfocitizenshipis#" target="_blank">#ResInfoCitizenshipIs?&lt;/a>.&lt;/li>
&lt;li>There will be a plenary by &lt;a href="http://orcid.org/0000-0002-1611-6935" target="_blank">Johanna McEntyre&lt;/a> on &lt;a href="https://pidapalooza18.sched.com/event/CwnI/as-a-biologist-i-want-to-reuse-and-remix-data-so-that-i-can-do-my-research" target="_blank">As a &lt;code>biologist&lt;/code> I want to &lt;code>reuse and remix data&lt;/code> so that I can &lt;code>do my research&lt;/code>&lt;/a>.&lt;/li>
&lt;li>And we&amp;rsquo;ll enjoy another plenary from &lt;a href="https://orcid.org/0000-0001-9114-8737" target="_blank">Melissa Haendel&lt;/a> (title to be confirmed).&lt;/li>
&lt;/ul>
&lt;p>With half the places already booked, now&amp;rsquo;s the time to &lt;a href="https://www.eventbrite.com/e/pidapalooza-2018-registration-35176831851" target="_blank">register&lt;/a> and plan your trip. We hope to see fellow festival-goers there for some PIDtastic party time (and actually some epic serious conversations).&lt;/p>
&lt;p>Contact me via the steering committee at &lt;a href="mailto:pidapalooza@datacite.org">PIDapalooza@datacite.org&lt;/a> with any questions, music requests, or backstage passes.&lt;/p>
&lt;h3 id="full-lineup">Full lineup&lt;/h3>
&lt;p>&lt;a id="sched-embed" href="http://pidapalooza18.sched.com/">View the Crossref LIVE17 agenda.&lt;/a>&lt;script type="text/javascript" src="//pidapalooza18.sched.com/js/embed.js">&lt;/script>&lt;/p></description></item><item><title>PIDapalooza is back and wants your PID stories</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/pidapalooza-is-back-and-wants-your-pid-stories/</link><pubDate>Thu, 14 Sep 2017 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/pidapalooza-is-back-and-wants-your-pid-stories/</guid><description>&lt;p>Now in its second year, this “open festival of persistent identifiers” brings together people from all walks of life who have something to say about PIDs. If you work with them, develop with them, measure or manage them, let us know your PID adventures, pitfalls, and plans by submitting a talk by September 18. It&amp;rsquo;ll be in Girona, Spain, January 23-24, 2018.&lt;/p>
&lt;p>One of the great strengths of last year’s PIDapalooza was the number of people who spoke and all the conversations that were kindled. &lt;strong>So if you&amp;rsquo;re thinking of going, we encourage you to &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdR7TGVGMRUVVgMejMqJhgKa8xdL-GDGyv97g_RSRumBAjgTg/viewform" target="_blank">propose a talk&lt;/a>, so we can hear what you&amp;rsquo;re working on and you can get some feedback&lt;/strong>.&lt;/p>
&lt;p>At the inaugural PIDapalooza event Crossref took to the stage twice, with Ed Pentz covering Org IDs and Joe Wass talking about Event Data.&lt;/p>
&lt;p>Here we have Joe’s memories of the event and Ed’s update on the Org ID status.&lt;/p>
&lt;h3 id="joe-wass-reflects">Joe Wass reflects:&lt;/h3>
&lt;p>At Crossref, the subject of Persistent Identifiers is something we care deeply about, and linking between DOIs, ORCID iDs and other identifiers is the reason we get up in the morning. But a whole conference dedicated to them? If I&amp;rsquo;m honest, the first time I heard about PIDapalooza I thought the subject was rather niche.&lt;/p>
&lt;p>How wrong I was. It turns out there are people from all walks of life who care about &amp;ldquo;things&amp;rdquo; using persistent identifiers to link, describe and reference them. There was a great balance between presenters and attendees, and the programme meant that lots of people had a chance to speak. We heard about identifiers for research vessels, pieces of scientific equipment, individual bottles of milk, plus the usual subjects like scholarly publishing, datasets, organisations and funders, and how to cite them.&lt;/p>
&lt;p>Between sessions we chatted over a wide range of subjects, noted similarities between subject areas, offered advice and exchanged ideas. Who knew this stuff was all related?&lt;/p>
&lt;h3 id="ed-pentz-on-plans-for-the-new-organisation-ids">Ed Pentz on plans for the new organisation IDs&lt;/h3>
&lt;p>An important presentation at the 2016 PIDapalooza meeting was on organisation identifiers. A week before the conference Crossref, DataCite and ORCID released three documents for public comment outlining a proposed way forward. The goal is launch and sustain an open, independent, non-profit organisation identifier registry to facilitate the disambiguation of researcher affiliations. At the packed PIDapalooza session Crossref, DataCite and ORCID gave an update on their work over the previous year and their proposals going forward.&lt;/p>
&lt;p>There was a lively discussion and debate about the issues. Following the meeting the three organisations set up the OI Project Working Group with a broad group of stakeholders. The group has been meeting over the last year and will release two documents next week - a set of Governance Recommendations and Product Principles and Recommendations for community feedback. So watch this space.&lt;/p>
&lt;p>The PIDapalooza conference really helped galvanize the work in this area by bringing together a broad range of people interested in persistent identifiers. If you have an idea about PIDs, please come and tell us about it.&lt;/p>
&lt;hr>
&lt;p>Check out the &lt;a href="https://pidapalooza.figshare.com/" target="_blank">decks from last year's talks&lt;/a>, the &lt;a href="https://www.pidapalooza.org/" target="_blank">PIDapalooza website&lt;/a> with all the info, and &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdR7TGVGMRUVVgMejMqJhgKa8xdL-GDGyv97g_RSRumBAjgTg/viewform" target="_blank">sumbit a proposal for your talk before September 18&lt;/a>.&lt;/p></description></item><item><title>URLs and DOIs: a complicated relationship</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/urls-and-dois-a-complicated-relationship/</link><pubDate>Fri, 04 Nov 2016 00:00:00 +0000</pubDate><author>Joe Wass</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/urls-and-dois-a-complicated-relationship/</guid><description>&lt;p>As the linking hub for scholarly content, it’s our job to tame URLs and put in their place something better. Why? Most URLs suffer from link rot and can be created, deleted or changed at any time. And that’s a problem if you’re trying to cite them.&lt;/p>
&lt;p>Thus the Crossref DOI was born: an Identifier which is Persistent, which means that it’s designed to live forever (or, as Geoff Bilder rather more &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/january-2015-doi-outage-followup-report/">prosaically puts it&lt;/a>, as long as we do), and also Resolvable, which means that you can click on it. A DOI &lt;strong>is&lt;/strong> a URL, but it’s imbued with special properties. I say special, not magical, because all of the things that make Crossref DOIs what they are, are obtained through agreements and common standards rather than any kind of magic.&lt;/p>
&lt;p>As part of the development of Crossref Event Data I’ve been doing some research about the relationship between DOIs and URLs. It’s a problem we have to solve in order to make Event Data work, but it’s a much broader and more interesting story, and the results have wide applicability. I’ll be telling this story at &lt;a href="http://pidapalooza.org/">PIDapalooza&lt;/a>. If you’re interested in Persistent Identifiers you should go and &lt;a href="http://pidapalooza.org/">registration is open&lt;/a>, though hurry, as it’s next week and in Rejkjavik, Iceland!&lt;/p>
&lt;p>This is also a story in progress. As I write not all of the data is in, and we can be certain that it will evolve in ways we have no idea about. It’s also quite long but I’ll do my best to disqualify it from the bedtime reading list.&lt;/p>
&lt;h2 id="full-circle">Full circle&lt;/h2>
&lt;p>Crossref was established just over fifteen years ago with the purpose of forming the linking hub between publishers. Our job was — and still is — to register content for publishers and then continue to work with them to ensure their DOIs always point to the right location of the content. To do this we need to do one main thing: send people in the right direction when they click on a DOI, and know which direction to point them in.&lt;/p>
&lt;p>Today, linking is still an important part of what Crossref does, but we do a huge amount more. One of the new things we’re working on is Crossref Event Data. It’s a service for tracking how and where people use scholarly content (such as articles) across the web and social media. Early research suggested that if we limited ourselves to just looking for DOIs we wouldn’t find much. Instead we broadened our aims a little: rather than looking for mentions of registered content exclusively via their DOIs, we look for them via the most suitable mechanism. In most cases this means the actual URL of the Item. So we have come full circle: we started linking DOIs to URLs. Now we’re trying to link URLs back to DOIs.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/1.png" alt="urls-back-to-dois" class="img-responsive"/>
&lt;p>Which URL are we talking about here? The Crossref Guidelines say:&lt;/p>
&lt;blockquote>
&lt;p>DOI-routed reference links enabled by Crossref must resolve to a response page containing no less than complete bibliographic information about the target content …&lt;/p>
&lt;/blockquote>
&lt;p >
&lt;a href="http://www.crossref.org.pluma.sjfc.edu/02publishers/59pub_rules.html">http://www.crossref.org.pluma.sjfc.edu/02publishers/59pub_rules.html&lt;/a>
&lt;/p>
&lt;p>This is what’s referred to as the Landing Page. Every Landing Page has a URL. Usually when you want to read information about an Article, it’s the Landing Page that you’re looking at. I should also say at this point that when I say Article I mean any item of Crossref Registered Content with a DOI. So the same applies to books, chapters, conference proceedings etc. But as most items are Articles, I’ll stick with that for now.&lt;/p>
&lt;p>I’m going to make some assumptions. Unfortunately, and I don’t want to spoil the surprise here, they all turn out to be false. They’re all reasonable assumptions, though, and you would be forgiven for thinking, or at least wishing, that they were true.&lt;/p>
&lt;p>So suspend your disbelief and follow me down the rabbit-hole…&lt;/p>
&lt;h2 id="assumption-1-a-doi-points-directly-to-a-landing-page-url">Assumption 1: A DOI points directly to a Landing Page URL&lt;/h2>
&lt;p>When you click on a DOI you are taken to the Article Landing Page. It seems like a perfectly valid assumption to think that you are taken directly there.&lt;/p>
&lt;p>The DOI system is essentially a big lookup table. In the first column is the DOI and in the second column is the URL. Publishers request that we register each item’s DOI and supply us with the URL it should point to. We work with CNRI and the International DOI Foundation to keep the system running and it means that when you, the reader at home, click on a DOI, you end up on the article’s Landing Page.&lt;/p>
&lt;p>It would be very convenient if our assumption were true. If we wanted to turn a URL back into an article page, we could just swap the two columns and find the DOI by looking up the URL.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/2.png" alt="flip DOIs" class="img-responsive" />
&lt;p>It turns out that it’s not quite so simple.&lt;/p>
&lt;p>The Landing Page is under control of the publisher, as is the URL that they supply us with. They don’t need to supply us with the final landing page URL, only with one that &lt;em>&lt;strong>leads&lt;/strong>&lt;/em> to the landing page.&lt;/p>
&lt;h2 id="http-redirects">HTTP redirects&lt;/h2>
&lt;p>When you request a URL, either by typing it into your browser or by clicking on a link, your browser contacts the server and gets a reply. That reply can be “200 OK, here’s your page”, “303, look over there” or the dreaded “404, I can’t find it”. Other HTTP response codes are available, including well-known classics such as 201, 500 and 418.&lt;/p>
&lt;p>If it’s a 303, your browser will follow the redirect URL. The response that comes back from that redirect could be another 303. You could end up following a whole chain of redirects. You wouldn’t notice anything, except having to wait an extra few milliseconds.&lt;/p>
&lt;h2 id="extraordinary-diversity">Extraordinary diversity&lt;/h2>
&lt;p>Crossref was created by a group of publishers who needed a way to link between articles. It was an ambitious goal: create a central system with which any publisher can integrate their own systems; one that allows linking to any article no matter who published it. Today we have over 5,000 members and counting, all contributing to our metadata engine. And up to 2 million DOIs are resolved every day, by all kinds of people and systems. Our wide range of members means a wide range of systems with a wide range of designs.&lt;/p>
&lt;p>This brings an extraordinary diversity of behavior. If we want to make observations about DOIs we can’t just take a random sample of the over 80 million. Instead, we need to take a sample of DOIs per Publisher System. Even taking a sample per publisher might not do the job because some publishers run a variety of systems.&lt;/p>
&lt;h2 id="experiment-1-does-crossref-know-all-landing-pages">Experiment 1: Does Crossref know all Landing Pages?&lt;/h2>
&lt;figure>&lt;img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Atomic_Laboratory_Experiment_on_Atomic_Materials_-_GPN-2000-000663.jpg/256px-Atomic_Laboratory_Experiment_on_Atomic_Materials_-_GPN-2000-000663.jpg"
alt="Atomic Laboratory Experiment on Atomic Materials - GPN-2000-000663" width="40%">&lt;figcaption>
&lt;h4>By NASA / Paul Riedel (Great Images in NASA: Home - info - pic) [Public domain], via Wikimedia Commons&lt;/h4>
&lt;/figcaption>
&lt;/figure>
&lt;p>&lt;strong>Hypothesis:&lt;/strong> Crossref knows the Landing Page URL for all DOIs.&lt;/p>
&lt;p>For a sample of Items, we can follow the DOI link all the way through to the Landing Page, following any redirects, then compare the final Landing Page URL to the one that Crossref knows about. If there are extra redirects, that means that the one we have on file isn’t the final one.&lt;/p>
&lt;p>We need to tighten up the terminology at this stage:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>DOI URL&lt;/strong> - The full DOI, e.g. &lt;a href="https://doi-org.pluma.sjfc.edu/10.5555/12345678">&lt;a href="https://doi-org.pluma.sjfc.edu/10.5555/12345678" target="_blank">https://doi-org.pluma.sjfc.edu/10.5555/12345678&lt;/a>&lt;/a> .&lt;/li>
&lt;li>&lt;strong>Resource URL&lt;/strong> - The URL that Crossref has on file (stored in our system). This is where the browser is initially redirected.&lt;/li>
&lt;li>&lt;strong>Destination URL&lt;/strong> - The URL that we end up at if we follow all the redirects.&lt;/li>
&lt;li>&lt;strong>Article Landing Page&lt;/strong> - The page that represents the item. If everything works, this should be the same as the Destination URL.&lt;/li>
&lt;/ul>
&lt;p>The reason we’re talking about the Destination URL as distinct from the Article Landing Page when they should be the same thing will become clear later. Consider yourself foreshadowed.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/3-2.png" alt="redirects" class="img-responsive" />
&lt;p>So let’s re-word our hypothesis:&lt;/p>
&lt;p>&lt;strong>Hypothesis:&lt;/strong> The Destination URL is the same as the Resource URL.&lt;/p>
&lt;p>&lt;strong>Method:&lt;/strong> A sample of DOIs was taken (most items updated in 2016, all from 2009 or earlier). The Resource URL was obtained for all of them. The DOIs were split by the domain name of the Resource URL (to give a good coverage of all Publisher systems). A sample of Resource URLs was followed per domain, at least 200 (or fewer if that exceeds the number of DOIs available). Where there were HTTP redirects they were followed.&lt;/p>
&lt;p>&lt;strong>Observations:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Number of Items sampled Destination URL: 253,381&lt;/li>
&lt;li>Number where Resource URL = Destination URL: 46,995 or 19.96%&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusion:&lt;/strong> Not all Resource URLs are the same as the Destination URL by a long shot. Crossref does not automatically know every landing page URL.&lt;/p>
&lt;p>Now we know the truth about our first assumption: DOIs don’t point directly to Landing Pages. If we want to reverse Landing Pages back into DOIs, we’re going to need to go a bit deeper…&lt;/p>
&lt;h2 id="interlude">Interlude&lt;/h2>
&lt;p>But first, an interlude with some information about publishers, owners, and systems, because now seems like the right time to do it.&lt;/p>
&lt;h2 id="assumption-2-you-can-tell-the-publisher-of-a-doi-by-looking-at-its-prefix">Assumption 2: You can tell the publisher of a DOI by looking at its prefix&lt;/h2>
&lt;p>This is a real one one that people believe. Again, it’s entirely understandable. People look at a DOI like &lt;a href="https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136117.g001">&lt;a href="https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136117.g001" target="_blank">https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136117.g001&lt;/a>&lt;/a> , which takes them to PLoS and naturally assume that another DOI like &lt;a href="https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136053.t003">&lt;a href="https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136053.t003" target="_blank">https://doi-org.pluma.sjfc.edu/10.1371/journal.pone.0136053.t003&lt;/a>&lt;/a> — because it has the same prefix of 10.1371 — is also for a PLoS item.&lt;/p>
&lt;p>Whilst this turns out to be true most of the time, it’s not true for all Items, which makes it a dangerous assumption to make.&lt;/p>
&lt;p>It is true that every publisher is given a prefix. They can then register DOIs with this prefix. It is also true that Items can be transferred between publishers. Because DOIs are persistent, the prefix in the DOI doesn’t change. So you might find a DOI that belongs to a publisher that has an unexpected prefix. Publishers can also be bought and sold, merged and split, which means that whilst most publishers have a single prefix, some, like Elsevier, have several. Take the case of Elsevier, who has 26 at the time of writing (you can see this in &lt;a href="https://api-crossref-org.pluma.sjfc.edu/v1/members/78">Elsevier’s entry in the Crossref Metadata API&lt;/a>).&lt;/p>
&lt;p>Every Item has an ‘owner prefix’ in addition to the prefix in the DOI. The owner prefix is the same as the DOI prefix when the Item is created, but over time, as articles are transferred, that can change to indicate that it is owned by another publisher.&lt;/p>
&lt;p>Every Item has a DOI, and every DOI has a prefix. But every Item also has an Owner Prefix (you can check this in the Metadata API in the ‘prefix’ field).&lt;/p>
&lt;p>So Assumption 2 has been laid to rest. The only thing you can tell from looking at a DOI is that it is, in fact, a DOI (you can tell by the “10.” index code).&lt;/p>
&lt;p>Why do we care about identifying publishers anyway?&lt;/p>
&lt;h2 id="a-fair-test">A Fair Test&lt;/h2>
&lt;p>We fundamentally want to conduct a fair test. The reason we can’t just take a random sample from the set of all DOIs is that there are lots of members who all do things slightly differently. Therefore we need to take a sample per publisher ‘system’. The word ‘system’ is a bit fuzzy, but my assumption is that two articles in the same system will behave the same way so we can treat them the same.&lt;/p>
&lt;p>We also know that each Crossref member may be running more than one system, or a mixture. Therefore just looking at the owner of a DOI may not give accurate results if we want to conduct a survey of all the systems out there.&lt;/p>
&lt;p>There’s no perfect answer, but the approach I’m taking is to look at the domain name of the Resource URL. We often find lots of subdomains for the same publisher, for example, “psw.sagepub.com”, “pol.sagepub.com”, “psx.sagepub.com” and “bpi.sagepub.com”. It’s clear that these are all operated by Sage, but they might or might not all be running on different ‘systems’.&lt;/p>
&lt;p>Therefore I’m splitting DOIs up into groups based on the domain of their Resource URL. It may turn out that some publishers use a single system running on many domains, or it may turn out that some publishers use a different system for each domain they use. The key point is to find a sampling technique that broadly works, and that allows us to explore and differentiate, as keenly as possible, the variety of systems and behaviours.&lt;/p>
&lt;h2 id="why-all-the-redirects">Why all the redirects?&lt;/h2>
&lt;p>Curious minds might at this stage be wondering about all these extra redirects. Surely it’s extra stuff for the publisher to maintain. Why don’t they just point the DOI directly to the landing page?&lt;/p>
&lt;p>The answer must be prefaced by repeating that there is a huge number of publishers, running a variety of systems, so we’ll never be able to completely answer that. But some humble suggestions:&lt;/p>
&lt;ol>
&lt;li>They might want to be able to change the URLs of the Landing Pages. It may be easier to update their internal systems than send the update to Crossref, especially in bulk.&lt;/li>
&lt;li>Different parts of their technology stack may be owned by different parts of the company, or outsourced. It’s easier to define internal boundaries than to co-ordinate business units and cross an external one.&lt;/li>
&lt;li>A publisher may run a mix of different technology. As part of their systems integration process, they set up a redirect server to make everything work together.&lt;/li>
&lt;li>A publisher assigns DOIs to articles but also has their own internal IDs. They maintain their own DOI-to-internal-ID lookup service.&lt;/li>
&lt;/ol>
&lt;h3 id="internal-doi-resolvers">Internal DOI resolvers&lt;/h3>
&lt;p>That last point is an interesting one. The DOI system is the canonical “DOI-to-URL resolver”. That doesn’t prevent publishers from running their own. Indeed, many do.&lt;/p>
&lt;p>To take a real example of &lt;a href="https://plos.org">PLoS&lt;/a>, an Open Access publisher who registers lots of content with Crossref. To follow one of their DOIs we go on the following journey of redirects:&lt;/p>
&lt;ul>
&lt;li>http://dx.doi.org.pluma.sjfc.edu/10.1371/journal.pone.0164910&lt;/li>
&lt;li>http://dx.plos.org/10.1371/journal.pone.0164910&lt;/li>
&lt;li>http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0164910&lt;/li>
&lt;li>http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0164910&lt;/li>
&lt;/ul>
&lt;p>Given that the last step uses a DOI, this suggests that they use the DOI as an internal identifier. All those redirects were for some purpose, but they weren’t mapping a DOI to an internal ID. This is therefore &lt;strong>not&lt;/strong> an internal DOI resolver.&lt;/p>
&lt;p>Another example from JAMA Surgery:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1001/archsurg.142.7.595" target="_blank">http://doi.org.pluma.sjfc.edu/10.1001/archsurg.142.7.595&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://archsurg.jamanetwork.com.pluma.sjfc.edu/article.aspx?doi=10.1001/archsurg.142.7.595" target="_blank">http://archsurg.jamanetwork.com.pluma.sjfc.edu/article.aspx?doi=10.1001/archsurg.142.7.595&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://jamanetwork.com.pluma.sjfc.edu/journals/jamasurgery/fullarticle/487551" target="_blank">http://jamanetwork.com.pluma.sjfc.edu/journals/jamasurgery/fullarticle/487551&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://jamanetwork.com.pluma.sjfc.edu/journals/jamasurgery/article-abstract/487551" target="_blank">http://jamanetwork.com.pluma.sjfc.edu/journals/jamasurgery/article-abstract/487551&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>In this case we see a mapping from the DOI 10.1001/archsurg.142.7.595 to the ID 487551.&lt;/p>
&lt;p>Can we define a heuristic for this pattern? Yes, but not a perfect one. My test is this:&lt;/p>
&lt;ul>
&lt;li>Does the resource URL contain the DOI?&lt;/li>
&lt;li>If so, does it redirect to a different destination URL?&lt;/li>
&lt;li>If so, does the destination URL not contain the DOI?&lt;/li>
&lt;/ul>
&lt;p>The last step is important, because we can’t really say the publisher is running a DOI resolver if they use the DOI all the way through.&lt;/p>
&lt;p>It’s not perfect and no doubt has false negatives. But we’re just trying to find out whether &lt;strong>some&lt;/strong> publishers run their own DOI resolver systems.&lt;/p>
&lt;h2 id="experiment-2-determine-how-widespread-use-of-internal-doi-resolvers-is">Experiment 2: Determine how widespread use of internal DOI resolvers is:&lt;/h2>
&lt;p>&lt;a title="By MacVicar, N. - National Institutes of Health [Public domain], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3AMarshall_Nirenberg_performing_experiment.jpg">&lt;img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Marshall_Nirenberg_performing_experiment.jpg/256px-Marshall_Nirenberg_performing_experiment.jpg" alt="Marshall Nirenberg performing experiment" class="img-responsive" />&lt;/a>&lt;/p>
&lt;p>&lt;strong>Hypothesis:&lt;/strong> Some publishers run their own DOI resolvers.&lt;/p>
&lt;p>&lt;strong>Method:&lt;/strong> A number of Destination URLs were sampled per Resource URL Domain. If the Resource URL contains the DOI but the Destination URL doesn’t, that’s marked as a Publisher DOI resolver redirect.&lt;/p>
&lt;p>&lt;strong>Observations:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Number of Items sampled with Resource URL and Destination URL: 253,381&lt;/li>
&lt;li>Number of Items that appear to be DOI resolvers: 166,352 = 65.6%&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusions: Some publishers run their own DOI resolvers.&lt;/strong>&lt;/p>
&lt;p>This isn’t of much practical use, but it’s interesting to know, and hints at the way the Crossref system and DOIs are integrated with Publishers’ systems. Now that we’ve got a little insight into the reasons that publishers might run their own DOI resolvers, we can resume our journey of assumptions.&lt;/p>
&lt;h2 id="assumption-3-we-can-find-the-landing-page-for-every-doi">Assumption 3: We can find the Landing Page for Every DOI&lt;/h2>
&lt;p>Now we know that we can’t just use the lookup table in reverse, but have to follow the links all the way to their destination. Does this approach actually work?&lt;/p>
&lt;p>This is a pretty big question and we need to be clear about what we mean by ‘every’ DOI. The set of DOIs I’m using (although I’m using a subset) is “all DOIs in our Metadata API that are found in doi.org”.&lt;/p>
&lt;p>What is a DOI? Geoff Bilder went over it in the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/doi-like-strings-and-fake-dois/">DOI-like-strings blog post&lt;/a> earlier this year. The definition I’m working to here is:&lt;/p>
&lt;blockquote>
&lt;p>A DOI is an identifier for an item of content registered in the DOI system.&lt;/p>
&lt;/blockquote>
&lt;p>That is, if you resolve the DOI on &lt;a href="https://doi-org.pluma.sjfc.edu/" target="_blank">https://doi-org.pluma.sjfc.edu/&lt;/a> and it’s recognised, that counts as a DOI. I’m working from the set of DOIs found in the Crossref system as I’m primarily concerned with Crossref DOIs. However, we collaborate closely with DataCite.&lt;/p>
&lt;p>Back to our assumption: “we can find the Landing Page for every DOI”. The answer is that we can, most of the time. But because Crossref Event Data has to work as well as possible, and therefore work with as many DOIs as possible, we have to scour all the nooks and crannies.&lt;/p>
&lt;h3 id="assumption-4-every-doi-points-somewhere-unique">Assumption 4: Every DOI points somewhere unique&lt;/h3>
&lt;p>Stop me when you find the deliberate mistake:&lt;/p>
&lt;ol>
&lt;li>Every Item corresponds to a different thing&lt;/li>
&lt;li>Every Item has a single DOI&lt;/li>
&lt;li>Every DOI is different&lt;/li>
&lt;li>Every DOI points to a landing page&lt;/li>
&lt;li>Therefore every DOI points to a different landing page&lt;/li>
&lt;/ol>
&lt;p>Two things immediately suggest themselves:&lt;/p>
&lt;p>&lt;em>“Every item has a single DOI”&lt;/em> should be true, but it isn’t. We find that sometimes two DOIs are assigned to the same item. This can happen when publications change hands between publishers, or when mistakes are made, or for a variety of other reasons. We also find that in some cases Publishers registered a DOI for the metadata and one for the article abstract. The two DOIs point to the same place. In some cases where there were two DOIs registered for the same thing we create an Alias.&lt;/p>
&lt;p>When we alias a DOI we simply say “this DOI should actually point to this one”. Both DOIs still exist, and both still point to the ‘correct’ thing, it’s just that they both point to the same place. If we have two DOIs pointing to the same place, then there isn’t a one-to-one mapping, and Assumption 4 is incorrect.&lt;/p>
&lt;h2 id="experiment-4-aliased-dois">Experiment 4: Aliased DOIs&lt;/h2>
&lt;p>&lt;a title="By The Air Force Research Laboratory’s Directed Energy Directorate [Public domain], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3ALasertests.jpg">&lt;img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Lasertests.jpg/256px-Lasertests.jpg" alt="Lasertests" class="img-responsive" />&lt;/a>&lt;/p>
&lt;p>&lt;strong>Hypothesis:&lt;/strong> There isn’t a one-to-one mapping between DOIs and URLs because some DOIs are aliased to others.&lt;/p>
&lt;p>&lt;strong>Method:&lt;/strong> We collected a sample of Resource URLs from the DOI API. We count how many DOIs are classified as Aliases in the DOI system.&lt;/p>
&lt;p>&lt;strong>Observations&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>From a sample of 11,227,458 DOIs&lt;/li>
&lt;li>14,566 are aliased to others, or 0.129%&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusion:&lt;/strong> There aren’t many aliases. But there are some, and we should be aware of them.&lt;/p>
&lt;h2 id="experiment-5-duplicate-resource-urls">Experiment 5: Duplicate Resource URLs&lt;/h2>
&lt;p>&lt;a title="By Ms. Barbara Hertz (Ms. Barbara Hertz) [Public domain], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3AHertz-experiment.jpg">&lt;img src="https://upload.wikimedia.org/wikipedia/commons/8/88/Hertz-experiment.jpg" alt="Hertz-experiment" class="img-responsive" />&lt;/a>&lt;/p>
&lt;p>&lt;strong>Hypothesis&lt;/strong>: There isn’t a one-to-one mapping between DOIs and URLs because some DOIs have duplicate Resource URLs.&lt;/p>
&lt;p>&lt;strong>Method&lt;/strong>: A sample of Resource URLs was collected from the DOI API. We counted how many DOIs have Resource URLs that aren’t unique. We subtract the number of deleted DOIs because all deleted DOIs have the same resource URL.&lt;/p>
&lt;p>&lt;strong>Observations&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>From a sample size of 11,227,458&lt;/li>
&lt;li>a total of 112,195 have duplicate resource URLs, or 0.99%&lt;/li>
&lt;li>of these duplicates, 77,896 have the ‘deleted’ URL&lt;/li>
&lt;li>leaving 34,229, or 0.30% having non-unique Resource URLs&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusion&lt;/strong>: A small number of DOIs have duplicate Resource URLs, even if we exclude those that have been deleted, which means that not every DOI can have a unique URL.&lt;/p>
&lt;h2 id="assumption-5-the-landing-page-is-the-same-as-the-destination-page">Assumption 5: The Landing Page is the same as the Destination Page.&lt;/h2>
&lt;p>HTTP has a very neat system for doing redirects. If it were that simple, then we could easily look up every Destination page and confidently say that it was the Landing Page. Not so.&lt;/p>
&lt;h2 id="cookies">Cookies&lt;/h2>
&lt;p>Web browsers aren’t the only tools that use HTTP. Most programming languages have HTTP capabilities built in.&lt;/p>
&lt;p>Using cookies is a requirement of some websites, but it’s not a requirement of HTTP. Most websites use cookies in some way or another. When you log into a site, you expect cookies. But when you’re just browsing there isn’t any technical need. A small number of websites absolutely require cookies to be enabled to use the site, even if you’re just browsing and not logged in. Unfortunately, this includes some publishers.&lt;/p>
&lt;p>Requiring cookies to use a publisher site means that you can’t fully resolve a DOI without enabling cookies. Most tools out there don’t. Some privacy-conscious people quite reasonably don’t enable cookies from all sites.&lt;/p>
&lt;p>Using cookies when resolving a DOI adds considerable overhead and isn’t fool-proof.&lt;/p>
&lt;p>Let’s try a quick experiment to see when we land up on a cookie page. Here’s an example page that tells us that we should have enabled cookies: &lt;a href="http://www-tandfonline-com.pluma.sjfc.edu/action/cookieAbsent">&lt;a href="http://www-tandfonline-com.pluma.sjfc.edu/action/cookieAbsent" target="_blank">http://www-tandfonline-com.pluma.sjfc.edu/action/cookieAbsent&lt;/a>&lt;/a> . It’s reachable from the DOI: &lt;a href="https://doi-org.pluma.sjfc.edu/10.1016/j.envhaz.2007.09.007">&lt;a href="https://doi-org.pluma.sjfc.edu/10.1016/j.envhaz.2007.09.007" target="_blank">https://doi-org.pluma.sjfc.edu/10.1016/j.envhaz.2007.09.007&lt;/a>&lt;/a> .&lt;/p>
&lt;h2 id="experiment-6-some-dois-cant-be-resolved-without-cookies">Experiment 6: Some DOIs can’t be resolved without cookies&lt;/h2>
&lt;p>&lt;a title="By National Eye Institute (Laboratory Experiment) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3ALaboratory_scientist_conducts_an_experiment_with_a_Rotary_evaporator.jpg">&lt;img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Laboratory_scientist_conducts_an_experiment_with_a_Rotary_evaporator.jpg/512px-Laboratory_scientist_conducts_an_experiment_with_a_Rotary_evaporator.jpg" alt="Laboratory scientist conducts an experiment with a Rotary evaporator" class="img-responsive" />&lt;/a>&lt;/p>
&lt;p>&lt;strong>Hypothesis&lt;/strong>: We can’t resolve some DOIs to the Landing Page using standard tools because cookies are required.&lt;/p>
&lt;p>&lt;strong>Method&lt;/strong>: A sample of DOIs was taken per Resource URL Domain. They were resolved by following HTTP links. Where the Destination URL contains the word ‘cookie’, we mark that as a DOI requiring a cookie.&lt;/p>
&lt;p>&lt;strong>Observations&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>A sample of 253,381 DOIs were resolved following HTTP redirects where necessary&lt;/li>
&lt;li>a total of 6305 resolved to a page with ‘cookie’ in the URL or 2.48%&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusion: &lt;/strong>There are cookies at play for at least 2.48% of DOIs. This is probably a very conservative estimate, as we’re using a blunt tool looking for ‘cookie’ in the URL.&lt;/p>
&lt;h2 id="cookies-required">Cookies Required&lt;/h2>
&lt;p>For one DOI I found, the publisher system set cookies, then sent us on a series of redirects which set cookies that expired in the past and then, as far as I can tell, checked whether or not they were sent back. My working hypothesis is that it was profiling the behaviour to see what browser I was using.&lt;/p>
&lt;p>I have also seen javascript-based redirects. This is where a web page loads a javascript file, which executes and sends the browser onto another URL. This seems to be to be a browser detection method. There is no way you can follow these DOIs without actually using a real browser.&lt;/p>
&lt;p>This is a problem for Crossref Event Data. We can’t fire up a browser and follow every DOI: it isn’t practical. When I tried this for a sample as an experiment I got an email from another publisher who was worried that we were scraping data (good bot operators always put contact details in their request headers!).&lt;/p>
&lt;p>The &lt;a href="http://www.crossref.org.pluma.sjfc.edu/02publishers/59pub_rules.html">Crossref member rules&lt;/a> leave some wiggle-room about whether this is allowed, but for the Event Data service, we can say that it’s a physical impossibility to collect all Event Data for DOIs like this.&lt;/p>
&lt;h2 id="bring-in-the-browser">Bring in the Browser&lt;/h2>
&lt;p>To quantify the size of the problem, we need to bring in a web browser. If we assume that some Publishers design their sites to work only with real browsers, that’s what we’ll use. Luckily there are web browsers packaged up into an automatable package, and we can use these to visit the DOI.&lt;/p>
&lt;p>Using one of these is considerably slower than just following link headers.&lt;/p>
&lt;p>I have split the ‘destination’ concept into two:&lt;/p>
&lt;ol>
&lt;li>Naïve destination URL: The URL that you get from following HTTP redirects acccording to the HTTP specification&lt;/li>
&lt;li>Browser destination URL: The URL that you get from letting a browser follow the DOI doing whatever a browser does.&lt;/li>
&lt;/ol>
&lt;p>Rather than defining a complicated spectrum of types of DOI resolution behaviour, I am classifying DOIs into two groups: those where standard HTTP redirects are sufficient and everything else.&lt;/p>
&lt;p>The method I am using is to resolve a sample of URLs using the browser. I can then compare the Naïve Destination URL with the Browser Destination URL. If they are the same, then I didn’t need to use the browser after all. If they give a different result however, I trust the Browser one better and declare that DOI to require a browser to resolve.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/4.png" alt="naive vs browser" class="img-responsive" />
&lt;p>Again, I took a sample of DOIs per Resource URL domain.&lt;/p>
&lt;h2 id="experiment-7-quantify-proportion-of-dois-that-require-a-browser-to-redirect">Experiment 7: Quantify proportion of DOIs that require a browser to redirect&lt;/h2>
&lt;p>&lt;a title="By NASA / Paul Riedel (Great Images in NASA: Home - info - pic) [Public domain], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3AAtomic_Laboratory_Experiment_on_Atomic_Materials_-_GPN-2000-000663.jpg">&lt;img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Atomic_Laboratory_Experiment_on_Atomic_Materials_-_GPN-2000-000663.jpg/256px-Atomic_Laboratory_Experiment_on_Atomic_Materials_-_GPN-2000-000663.jpg" alt="Atomic Laboratory Experiment on Atomic Materials - GPN-2000-000663" class="img-responsive" />&lt;/a>&lt;/p>
&lt;p>&lt;strong>Hypothesis&lt;/strong>: A number of DOIs can’t be resolved with standard tools but instead require a browser.&lt;/p>
&lt;p>&lt;strong>Method&lt;/strong>: A sample of DOIs was selected per Resource URL domain. The links were followed using standard HTTP and using a browser. Where the URLs between the two were different, the DOI was counted as requiring a browser to resolve.&lt;/p>
&lt;p>&lt;strong>Observations&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>A total of 59,453 items were followed both using the Naïve and Browser methods.&lt;/li>
&lt;li>Of these 5,883 items have a different URL between the two methods, or 9.88%&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Conclusion&lt;/strong>: We can’t rely on the Naïve redirect, and would have to fire up the browser in about 10% of cases in the sample.&lt;/p>
&lt;h2 id="other-gnarly-things">Other gnarly things&lt;/h2>
&lt;p>There are one or two supplementary gnarly things that crop up.&lt;/p>
&lt;p>First, session IDs are sometimes embedded in the URL. This is a tracking technique similar to cookies, but instead of sending cookies, which are invisible to the user, a unique code is placed on the end of the URL. This means that everyone gets a different URL. The most popular of these is the JSESSIONID, which is used by servers in the Java ecosystem. An example URL is:&lt;/p>
&lt;p>&lt;a href="http://onlinelibrary.wiley.com.pluma.sjfc.edu/doi/10.1002/047084289X.rn00615.pub3/abstract;jsessionid=0D1B7AC4689A494E0EA78BD2F0A710C4.f04t04" target="_blank">http://onlinelibrary.wiley.com.pluma.sjfc.edu/doi/10.1002/047084289X.rn00615.pub3/abstract;jsessionid=0D1B7AC4689A494E0EA78BD2F0A710C4.f04t04&lt;/a>&lt;/p>
&lt;p>We can easily remove these if they appear at the end of a URL. Sometimes they occur in the middle of a URL, as above. Sometimes they appear as query parameters:&lt;/p>
&lt;p>&lt;a href="http://jpharmsci.org/action/consumeSharedSessionAction?SERVER=WZ6myaEXBLGvmNGtLlDx7g%3D%3D&amp;amp;MAID=npYBLvZTaUI3JTHw%2BH63WQ%3D%3D&amp;amp;JSESSIONID=aaajjhdDL5ssK6d1HHrFv&amp;amp;ORIGIN=207988872&amp;amp;RD=RD" target="_blank">http://jpharmsci.org/action/consumeSharedSessionAction?SERVER=WZ6myaEXBLGvmNGtLlDx7g%3D%3D&amp;amp;MAID=npYBLvZTaUI3JTHw%2BH63WQ%3D%3D&amp;amp;JSESSIONID=aaajjhdDL5ssK6d1HHrFv&amp;amp;ORIGIN=207988872&amp;amp;RD=RD&lt;/a>&lt;/p>
&lt;p>In this case we make no attempt to remove them. These URLs won’t be any use for matching, and we have to acknowledge that and move on.&lt;/p>
&lt;h2 id="interpreting-the-results">Interpreting the results&lt;/h2>
&lt;p>All the above experiments involved taking as many DOIs as we had time for, gathering the Resource URLs, and then grouping the DOIs per Resource URL Domain. A sample of DOIs was investigated per each Resource URL domain to give the best chance at even coverage. The above figures have been presented as a proportion of the sampled data-set.&lt;/p>
&lt;p>Now it’s time to draw some practical conclusions. I grouped the results per Resource URL Domain, so I can say that “for this domain, X% of DOIs was deleted, or aliased, or whatever”. This means that we can look at the statistics for a given domain and work out the best method for working with DOIs that belong to it.&lt;/p>
&lt;p>I have created histograms of domains by their various proportions.&lt;/p>
&lt;p>Our first chart is histogram of Resource URL Domains where the Naïve Destination = the Resource URL. Each domain is given a proportion which represents how many DOIs sampled on that domain have a Landing Page equal to the Resource URL.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/h_proportion_resource_equals_naive_destination_url.png" alt="h_proportion_resource_equals_naive_destination_url" class="img-responsive" />
&lt;p>There’s a clear bimodal distribution here. The conclusion here is “&lt;strong>most domains require you to follow the link to find the destination URL&lt;/strong>“. Furthermore, the domains are consistent: there are virtually no domains that have a mix of DOIs that behave differently.&lt;/p>
&lt;p>Our second chart is a histogram of Resource URLs where the Browser-based redirect = the Naive URL. Each domain is given a proportion which represents how many DOIs sampled on that domain require us to fire up a browser.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/10/h_proportion_naive_equals_browser_destination_url.png" alt="h_proportion_naive_equals_browser_destination_url" class="img-responsive" />
&lt;p>Overwhelmingly, the Browser Redirect URL is the same as the Naïve Redirect URL, meaning that we don’t need to fire up the browser, we can just use the Naïve URL, which is much easier to compute. There are some resource URL domains which require every DOI to be followed in a browser rather than just following links.&lt;/p>
&lt;p>We know from this that we don’t have to use the browser most of the time. There is a small number of domains where we’re unsure (under 500) and a small number of domains where we know that we have to use a browser. This means we can focus our efforts.&lt;/p>
&lt;h3 id="there-are-lots-of-dois-and-they-all-behave-differently">There are lots of DOIs and they all behave differently.&lt;/h3>
&lt;p>There are thousands of publishers out there registering DOIs. There are thousands of domains. Some publishers have lots of domains. This makes it impossible to make many general observations about DOIs.&lt;/p>
&lt;h3 id="you-cant-tell-anything-by-looking-at-the-doi">You can’t tell anything by looking at the DOI&lt;/h3>
&lt;p>Just by looking at the DOI you can’t tell who published it, or which publisher’s system is hosting it. Therefore you can’t tell how it’s going to behave.&lt;/p>
&lt;p>We’ve looked at five kinds of URLs:&lt;/p>
&lt;ol>
&lt;li>The DOI itself&lt;/li>
&lt;li>The Resource URL&lt;/li>
&lt;li>The “naïve” redirect URL&lt;/li>
&lt;li>The “browser” redirect URL&lt;/li>
&lt;li>The Article Landing Page&lt;/li>
&lt;/ol>
&lt;p>In some cases, the Resource URL, naïve redirect URL, browser redirect and Article Landing Page are the same. In some cases they aren’t. Of these, the fifth is somewhat mythical.&lt;/p>
&lt;h3 id="dois-fall-into-classifications">DOIs fall into classifications&lt;/h3>
&lt;p>Each DOI falls into a category, most preferable first:&lt;/p>
&lt;ol>
&lt;li>The Resource URL is the same as the Landing Page.&lt;/li>
&lt;li>The Landing Page can be discovered by following HTTP redirects.&lt;/li>
&lt;li>The Landing Page can be discovered by firing up a web browser to follow redirects.&lt;/li>
&lt;li>The Landing Page can’t be determined.&lt;/li>
&lt;/ol>
&lt;h3 id="we-can-predictively-group-dois">We can predictively group DOIs&lt;/h3>
&lt;p>We can group DOIs by their Resource URLs and take a sample per Resource URL Domain. If all samples for a domain behave a certain way, we can place the DOIs into one of the above four groups with a probability.&lt;/p>
&lt;h3 id="well-never-know-the-full-story">We’ll never know the full story.&lt;/h3>
&lt;p>Because of the diversity of Publisher Systems and the long history of Crossref DOIs, we’ll never be able to describe exactly what’s going on for all DOIs.&lt;/p>
&lt;h2 id="what-next">What next?&lt;/h2>
&lt;p>We’re continuing to develop Crossref Event Data. The part of the system that handles turning URLs back into DOIs will never be perfect, but we know from this research that we can at least work with a subset.&lt;/p>
&lt;p>I’m also working on another project which will attempt to reverse a Landing Page URL back into a DOI by looking at the metadata on the Landing Page. You can &lt;a href="https://github.com/Crossref/doi-destinations">read about it here&lt;/a>. Ultimately we’re going to have to take a blended approach. Building a useful set of Landing Page URL to DOI mappings will be part of the mix.&lt;/p>
&lt;p>As Event Data matures we’ll be sharing all the datasets automatically as part of our infrastructure, including our DOI-to-URL mapping.&lt;/p>
&lt;blockquote>
&lt;p>And any members reading, please make your DOIs as easy to follow as possible! Please don’t require JavaScript or cookies when resolving DOIs.&lt;/p>
&lt;/blockquote>
&lt;p>If you’re read this far, perhaps you’re as interested in DOIs as we are. There’s a lot more to say on the subject, but that’s enough for now. See you at &lt;a href="http://pidapalooza.org/">PIDapalooza&lt;/a>!&lt;/p>
&lt;p> &lt;/p>
&lt;h3 id="image-credits">Image Credits&lt;/h3>
&lt;p>All images from Wikipedia Commons. Click or hover on the image to see the attribution.&lt;/p></description></item><item><title>Preprints are go at Crossref!</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/preprints-are-go-at-crossref/</link><pubDate>Wed, 02 Nov 2016 00:00:00 +0000</pubDate><author>Rachael Lammey</author><discourseUsername>rlammey</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/preprints-are-go-at-crossref/</guid><description>&lt;p>&lt;span >We’re excited to say that we’ve finished the work on our infrastructure to allow members to register preprints. Want to know why we’re doing this? Jennifer Lin &lt;/span>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/getting-ready-to-run-with-preprints-any-day-now">&lt;span >explains the rationale in detail&lt;/span>&lt;/a> &lt;span >in an earlier post, but in short we want to help make sure that:&lt;/span>&lt;/p>
&lt;ul>
&lt;li>links to these publications persist over time&lt;/li>
&lt;li>they are connected to the full history of the shared research results&lt;/li>
&lt;li>the citation record is clear and up-to-date&lt;/li>
&lt;/ul>
&lt;p>Doing so will help fully integrate preprint publications into the formal scholarly record.&lt;/p>
&lt;h2 id="whats-new">What’s new?&lt;/h2>
&lt;p>&lt;span >We’ve had to do some work on our own infrastructure to facilitate the inclusion of preprints, enabling: &lt;/span>&lt;/p>
&lt;ul>
&lt;li>Crossref membership for preprint repositories by updating our membership criteria and creating a &lt;/span>&lt;a href="http://support.crossref.org.pluma.sjfc.edu/hc/en-us/articles/213126346-Posted-content-includes-preprints-#policies">&lt;span >policies&lt;/span>&lt;/a>&lt;span > for preprints&lt;/span>&lt;/li>
&lt;li>The deposit of persistent identifiers for preprints to ensure successful links to the scholarly record over the course of time via the DOI resolver.&lt;/li>
&lt;li>Content Registration for preprints with &lt;/span>&lt;a href="http://support.crossref.org.pluma.sjfc.edu/hc/en-us/articles/213126346-Posted-content-includes-preprints-#depositing">&lt;span >custom metadata&lt;/span>&lt;/a>&lt;span > that reflect researcher workflows from preprint to formal publication (this custom metadata will then be visible to anyone using the Crossref metadata).&lt;/li>
&lt;li>Notification of links between preprints and formal publications that may follow (journal articles, monographs, etc.).&lt;/li>
&lt;li>&lt;a href="https://info.orcid.org/auto-update-has-arrived-orcid-records-move-to-the-next-level/">&lt;span >Auto-update of ORCID records&lt;/span>&lt;/a>&lt;span > to ensure that preprint contributors get credit for their work.&lt;/li>
&lt;li>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/a-healthy-infrastructure-needs-healthy-funding-data/">&lt;span >Preprint and funder registration&lt;/span>&lt;/a>&lt;span > to automatically report research contributions based on funder and grant identification.&lt;/li>
&lt;li>It will also allow for the collection of “&lt;/span>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/crossref-event-data-early-preview-now-available/">&lt;span >event data&lt;/span>&lt;/a>&lt;span >” that capture activities surrounding preprints (usage, social shares, mentions, discussions, recommendations, links to datasets and other research entities, etc.).&lt;/li>
&lt;/ul>
&lt;/li>
&lt;p>Now we’re ready to go!&lt;/p>
&lt;h2 id="early-adopters">Early adopters&lt;/h2>
&lt;p>&lt;span >We have been working with various preprint publishers who are launching (or planning to launch) their own preprint initiatives. &lt;/span>&lt;/p>
&lt;p>&lt;span >Preprints.org is the first to successfully make preprints deposits using the dedicated schema. For example, this preprint &lt;/span>&lt;a href="https://doi-org.pluma.sjfc.edu/10.20944/preprints201608.0191.v1" target="_blank">&lt;span >https://doi-org.pluma.sjfc.edu/&lt;/span>&lt;span >10.20944/preprints201608.0191.v1&lt;/span>&lt;/a> &lt;span >is registered with Crossref. It is linked to a published journal article &lt;/span>&lt;a href="https://doi-org.pluma.sjfc.edu/10.3390/data1030014" target="_blank">&lt;span >https://doi-org.pluma.sjfc.edu/10.3390/data1030014&lt;/span>&lt;/a> &lt;span >both in the online display as well &lt;/span>&lt;a href="https://api-crossref-org.pluma.sjfc.edu/v1/works/10.20944/preprints201608.0191.v1/transform/application/vnd.crossref.unixsd&amp;#43;xml" target="_blank">&lt;span >the preprint’s Crossref metadata record&lt;/span>&lt;/a>&lt;span >. Others are getting ready to go - will your organisation be next? (Technical documentation available &lt;/span>&lt;a href="http://support.crossref.org.pluma.sjfc.edu/hc/en-us/articles/213126346-Posted-content-includes-preprints-" target="_blank">&lt;span >here&lt;/span>&lt;/a>&lt;span >.)&lt;/span>&lt;/p>
&lt;blockquote>
&lt;p>Martyn Rittman, from Preprints, operated by MDPI said: Preprints.org is delighted to be the very first to integrate the Crossref schema for preprints. We believe it is an important step in allowing working papers and preliminary results to be fully citable as soon as they are available. It also makes it easy to link to the final peer-reviewed version, regardless of where it is published. Thanks to the hard work of Crossref and clear documentation, the schema was very simple to implement and has been applied retrospectively to all preprints at Preprints.org.&lt;/span>&lt;/p>
&lt;/blockquote>
&lt;blockquote>
&lt;p>Jessica Polka, Director, ASAPbio adds: ASAPbio is a scientist-driven community initiative to promote the productive use of preprints in the life sciences. We’re thrilled to see Crossref’s development of a service that enables preprints to better contribute to the scholarly record. This infrastructure lays a necessary foundation for increasing acceptance of preprints as a valuable form of scientific communication among biologists.&lt;/span>&lt;/p>
&lt;/blockquote>
&lt;h2 id="questions">Questions?&lt;/h2>
&lt;p>&lt;a href="mailto:feedback@crossref.org">&lt;span >Get in touch&lt;/span>&lt;/a> &lt;span >with any questions or comments, or join our upcoming &lt;/span>&lt;a href="https://attendee.gotowebinar.com/register/7523925461867007490" target="_blank">&lt;span >webinar&lt;/span>&lt;/a> &lt;span >to talk about preprints, infrastructure and where we go from here. &lt;/span>&lt;/p></description></item><item><title>Announcing PIDapalooza - a festival of identifiers</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/announcing-pidapalooza-a-festival-of-identifiers/</link><pubDate>Tue, 30 Aug 2016 00:00:00 +0000</pubDate><author>Ginny Hendricks</author><discourseUsername>ginny</discourseUsername><guid>https://www-crossref-org.pluma.sjfc.edu/blog/announcing-pidapalooza-a-festival-of-identifiers/</guid><description>&lt;div style="float:left;margin:10px">
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/sideA-300x213.jpg" alt="sideA" width="300" height="213" />
&lt;/div>
&lt;p>The buzz is building around PIDapalooza - the first open festival of scholarly research persistent identifiers (PID), to be held at the &lt;a href="https://www.radissonblu.com/en/sagahotel-reykjavik" target="_blank">Radisson Blu Saga Hotel Reykjavik&lt;/a>on November 9-10, 2016.&lt;/p>
&lt;p>&lt;span >PIDapalooza will bring together creators and users of PIDs from around the world to shape the future PID landscape through the development of tools and services for the research community. PIDs support proper attribution and credit, promote collaboration and reuse, enable reproducibility of findings, foster faster and more efficient progress, and facilitate effective sharing, dissemination, and linking of scholarly works.&lt;/span>&lt;/p>
&lt;p>&lt;span >We believe that by bringing together everyone who’s working with PIDs for two days of discussions, demos, workshops, brainstorming, updates on the state of the art, and more, we can make this happen faster. And you can help by giving us your input on which sessions would be most valuable. Please send us your ideas, using this &lt;/span>&lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSej7YKQVCPTTCo8zeIS-ODjtsb5SIS299uZZBo8ZN6yD0WI5Q/viewform?c=0&amp;amp;w=1&amp;amp;usp=send_form" target="_blank">&lt;span >form&lt;/span>&lt;/a> &lt;span >by September 18. We will send session proposal notifications the first week of October with the festival lineup.&lt;/span>&lt;/p>
&lt;h5 id="register-to-attend">&lt;strong>Register to attend&lt;/strong>&lt;/h5>
&lt;p>&lt;a href="http://pidapalooza.eventbrite.com" target="_blank">&lt;strong>Registration is now open&lt;/strong>&lt;/a> &lt;strong>— c&lt;/strong>&lt;span >ome join the festival with a crowd of like-minded innovators. And please help us spread the word about PIDapalooza in your community! &lt;/span>&lt;/p>
&lt;p>&lt;span >Stay updated with the latest news on on the &lt;/span>&lt;a href="http://pidapalooza.org/" target="_blank">&lt;span >PIDapalooza website&lt;/span>&lt;/a> &lt;span >and on Twitter (&lt;/span>&lt;a href="http://twitter.com/pidapalooza" target="_blank">&lt;span >@PIDapalooza&lt;/span>&lt;/a>&lt;span >) in the coming weeks.&lt;/span>&lt;/p>
&lt;p>&lt;span >Looking forward to seeing you in November! &lt;/span>&lt;/p>
&lt;p> &lt;/p></description></item><item><title>The article nexus: linking publications to associated research outputs</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/the-article-nexus-linking-publications-to-associated-research-outputs/</link><pubDate>Thu, 25 Aug 2016 00:00:00 +0000</pubDate><author>Jennifer Lin</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/the-article-nexus-linking-publications-to-associated-research-outputs/</guid><description>&lt;p>&lt;span >Crossref began its service by linking publications to other publications&lt;/span> &lt;span >via references.&lt;/span> &lt;span >Today, this extends to relationships with associated entities. People (authors, reviewers, editors, other collaborators), funders, and research affiliations are important players in this story. Other metadata also figure prominently in it as well: references, licenses and access indicators, publication history (updates, revisions, corrections, retractions, publication dates), clinical trial and study information, etc. The list goes on.&lt;/span>&lt;/p>
&lt;p>What is lesser known (and utilized) is that Crossref is increasingly linking publications to associated scholarly artifacts. At the bottom of it all, these links can help researchers better understand, reproduce, and build off of the results in the paper. But associated research objects can enormously bolster the research enterprise in many ways (e.g., discovery, reporting, evaluation, etc.).&lt;/p>
&lt;blockquote>
&lt;p>With all the relationships declared across all 80+ million Crossref metadata records, Crossref creates a global metadata graph across subject areas and disciplines that can be used by all.&lt;/p>
&lt;/blockquote>
&lt;h3 id="research-article-nexus">Research article nexus&lt;/h3>
&lt;p>&lt;span >As research increasingly goes digital, more research artifacts associated with the formal publication are stored or shared online. We see a plethora of materials closely connected to publications, including: versions, peer reviews, datasets generated or analysed in the research, software packages used in the analysis, protocols and related materials, preprints, conference posters, language translations, comments, etc. Occasionally, these resources are linked from the publication. But very rarely are these relationships made available beyond the publisher platform. &lt;/span>&lt;/p>
&lt;p>&lt;span >Crossref will make these relationships available to the broader research ecosystem. When publishers register content for a publication, they can identify the associated scholarly artifacts directly in the article metadata. Doing so not only groups digital objects together, but formally associates with the publication. Each link is a relationship and the sum of all these relationships constitutes a “&lt;/span>&lt;strong>research article nexus.&lt;/strong>&lt;span >”&lt;/span>&lt;/p>
&lt;p>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px.png">&lt;img class="alignnone wp-image-1990 size-large" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px-1024x956.png" width="840" height="784" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px-1024x956.png 1024w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px-300x280.png 300w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px-768x717.png 768w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px-1200x1120.png 1200w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/08/DOI-network-diagram_v3_600x560px.png 1250w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" />&lt;/a>&lt;/p>
&lt;p>An assortment of connections already abound in the wild today. Examples include:&lt;/p>
&lt;li >
&lt;span >F1000Research article &lt;a href="http://doi.org.pluma.sjfc.edu/10.12688/f1000research.2-198.v3">http://doi.org.pluma.sjfc.edu/10.12688/f1000research.2-198.v3&lt;/a>&lt;/span>&lt;span > connected to initial version &lt;a href="http://doi.org.pluma.sjfc.edu/10.12688/f1000research.2-198.v1">http://doi.org.pluma.sjfc.edu/10.12688/f1000research.2-198.v1&lt;/a> &lt;/span>
&lt;/li>
&lt;li >
&lt;span >OECD publication &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1787/empl_outlook-2014-en">&lt;span >http://dx.doi.org.pluma.sjfc.edu/10.1787/empl_outlook-2014-en&lt;/span>&lt;/a>&lt;span > and its German translation &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1787/empl_outlook-2014-de">&lt;span >http://dx.doi.org.pluma.sjfc.edu/10.1787/empl_outlook-2014-de&lt;/span>&lt;/a>
&lt;/li>
&lt;li >
&lt;span >PeerJ article &lt;/span>&lt;a href="https://doi-org.pluma.sjfc.edu/10.7717/peerj.1135">&lt;span >http://doi.org.pluma.sjfc.edu/10.7717/peerj.1135&lt;/span>&lt;/a>&lt;span > and its peer review &lt;a href="http://doi.org.pluma.sjfc.edu/10.7287/peerj.1135v0.1/reviews/3">http://doi.org.pluma.sjfc.edu/10.7287/peerj.1135v0.1/reviews/3&lt;/a> &lt;/span>
&lt;/li>
&lt;li >
&lt;span >eLife article &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.7554/eLife.09771">&lt;span >http://doi.org.pluma.sjfc.edu/10.7554/eLife.09771&lt;/span>&lt;/a>&lt;span > and its BioArXiv preprint &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1101/018317">&lt;span >http://doi.org.pluma.sjfc.edu/10.1101/018317&lt;/span>&lt;/a>
&lt;/li>
&lt;li >
&lt;span >PLOS ONE article &lt;/span>&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1371/journal.pone.0161541">&lt;span >http://doi.org.pluma.sjfc.edu/10.1371/journal.pone.0161541&lt;/span>&lt;/a>&lt;span > with underlying data in Dryad &lt;/span>&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.5061/dryad.d2vf8">&lt;span >http://doi.org.pluma.sjfc.edu/10.5061/dryad.d2vf8&lt;/span>&lt;/a>
&lt;/li>
&lt;li >
&lt;span >Frontiers article &lt;/span>&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3389/fevo.2015.00015">&lt;span >http://doi.org.pluma.sjfc.edu/10.3389/fevo.2015.00015&lt;/span>&lt;/a>&lt;span > with a figshare &lt;/span>&lt;a href="https://dx-doi-org.pluma.sjfc.edu/10.6084/m9.figshare.1305089.v1">&lt;span >http://doi.org.pluma.sjfc.edu/10.6084/m9.figshare.1305089.v1&lt;/span>&lt;/a>&lt;span > video &lt;/span>
&lt;/li>
&lt;li >
&lt;span >Journal of Chemical Theory and Computation article &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1021/ct400399x">&lt;span >http://doi.org.pluma.sjfc.edu/10.1021/ct400399x&lt;/span>&lt;/a>&lt;span > with software archived in Zenodo &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.5281/zenodo.60678">&lt;span >http://doi.org.pluma.sjfc.edu/10.5281/zenodo.60678&lt;/span>&lt;/a>
&lt;/li>
&lt;li >
&lt;span >Nature Biotech article &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.1038/nbt.3481">&lt;span >http://doi.org.pluma.sjfc.edu/10.1038/nbt.3481&lt;/span>&lt;/a>&lt;span > with a Protocols.io protocol &lt;/span>&lt;a href="http://doi.org.pluma.sjfc.edu/10.17504/protocols.io.dm649d">&lt;span >http://doi.org.pluma.sjfc.edu/10.17504/protocols.io.dm649d&lt;/span>&lt;/a>
&lt;/li>
&lt;p>To date, almost all these relationships are not directly recorded in the article metadata (great job, PeerJ!). And as a result, they are more than likely “invisible” to the broader scholarly research ecosystem. Publishers can remedy these gaps by depositing associations when registering content with Crossref or updating the records after registration. That is how the article nexus is formed.&lt;/p>
&lt;p>&lt;span >(Associated datasets can also be identified in the reference list as per &lt;/span>&lt;a href="https://www.force11.org/group/joint-declaration-data-citation-principles-final" target="_blank">&lt;span >Joint Declaration of Data Citation Principles&lt;/span>&lt;/a> &lt;span >as with the &lt;/span>&lt;a href="https://www.force11.org/software-citation-principles" target="_blank">&lt;span >FORCE11 Software Citation Principles&lt;/span>&lt;/a>&lt;span >. &lt;/span>&lt;em>&lt;span >Stay tuned next week for a follow up blog post on Crossref’s support for publisher data and software citations through its metadata.&lt;/span>&lt;/em>&lt;span >)&lt;/span>&lt;/p>
&lt;h3 id="forming-the-nexus">Forming the nexus&lt;/h3>
&lt;p>&lt;span >The mechanism of declaring these relationships is straightforward and a longstanding part of the standard deposit process. For each associated research object, simply provide the identifier and identifier type for the object, an optional description of it, as well as name the relationship into the metadata record. For the latter, Crossref and DataCite share a closed list of relationship types, which ensures interoperability between mappings. See Crossref &lt;/span>&lt;a href="http://support.crossref.org.pluma.sjfc.edu/hc/en-us/articles/214357426-Relationships-between-DOIs-and-other-objects" target="_blank">&lt;span >technical documentation&lt;/span>&lt;/a> &lt;span >for more details. &lt;/span>&lt;/p>
&lt;p>&lt;span >We maintain a &lt;/span>&lt;a href="http://support.crossref.org.pluma.sjfc.edu/hc/en-us/articles/214357426#aro" target="_blank">&lt;span >list of the recommended relation types&lt;/span>&lt;/a> &lt;span >for a host of associated research objects to promote standardization across publishers. If you have relationships not specified, please contact us at &lt;/span>&lt;a href="mailto:Feedback@crossref.org">&lt;span >feedback@crossref.org&lt;/span>&lt;/a> &lt;span >to identify a suitable one considered best practice. Common adoption of relation types will make relationship metadata useful to tool builders and systems. For example, programmatic queries on supporting materials require proper tagging of their respective relationship types.&lt;/span>&lt;/p>
&lt;p>This approach is highly extensible and accommodates the introduction of new research object forms as they emerge. It also supports associated research objects regardless of identifier type. When an associated entity has a DOI, however, we can validate the relationship during metadata processing as well as provide a more reliable representation of the article nexus.&lt;/p>
&lt;h3 id="article-nexus-a-far-richer-scholarly-map">Article nexus: a far richer scholarly map&lt;/h3>
&lt;p>&lt;span >Bibliographic metadata is like a ship’s manifest that catalogs each item of cargo in a ship’s hold - crate, drum, sack, and barrel. It identifies the components that have an internal relation to the publication (contributor, funder, article update, license, etc.), each of which are well-understood points on the scholarly map. But when we integrate the article nexus into the graph, new territories become visible - not isolated islands, but places with highways connecting them to addresses already known.&lt;/span>&lt;/p>
&lt;p>&lt;span >When a publication has its relationships clearly identified, the connections both go out as well as lead back to it. The more connections, the more visibility on the &lt;/span>&lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/crossref-the-art-of-cartography-an-open-map-for-scholarly-communications/">&lt;span >scholarly map, as the Art of Cartography&lt;/span>&lt;/a> &lt;span >goes. Numerous systems tap into this map: publishing, funders, research institutions, research councils, indexers &amp;amp; repositories, indexers, research information systems, lab &amp;amp; diagnostics systems, reference management and literature discovery, other PID suppliers. So publishers, you can provide the fullest value to your own publishing operation, your authors, their research communities, and the overall research enterprise by ensuring that all publications are fully linked both inside and out.&lt;/span>&lt;/p></description></item><item><title>Where do DOI clicks come from?</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/where-do-doi-clicks-come-from/</link><pubDate>Thu, 19 May 2016 00:00:00 +0000</pubDate><author>Joe Wass</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/where-do-doi-clicks-come-from/</guid><description>&lt;p>As part of our &lt;a href="http://eventdata.crossref.org.pluma.sjfc.edu" target="_blank">Event Data&lt;/a> work we’ve been investigating where DOI resolutions come from. A resolution could be someone clicking a DOI hyperlink, or a search engine spider gathering data or a publisher’s system performing its duties. Our server logs tell us every time a DOI was resolved and, if it was by someone using a web browser, which website they were on when they clicked the DOI. This is called a referral.&lt;/p>
&lt;p>This information is interesting because it shows not only where DOI hyperlinks are found across the web, but also when they are actually followed. This data allows us a glimpse into scholarly citation beyond references in traditional literature.&lt;/p>
&lt;p>Last year Crossref Labs &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/introducing-chronograph/">announced Chronograph&lt;/a>, an experimental system for browsing some of this data. We’re working toward a new version, but in the meantime I’d like to share the results for 2015 and some of 2016. We have filtered out domains that belong to Crossref member publishers to highlight citations beyond traditional publications.&lt;/p>
&lt;h2 id="top-10-doi-referrals-from-websites-in-2015">Top 10 DOI referrals from websites in 2015&lt;/h2>
&lt;p>This chart shows the top 10 referring non-primary-publisher domains of DOIs per month. Note that if browsers don’t send the referrer (e.g. from an HTTPS page), we don’t get to find out. Because the top 10 can be different month to month, the total number of domains mentioned can be more than 10. Subdomains are combined, which means that, for example, the wikipedia.org entry covers all Wikipedia languages. This chart covers all of 2015 and the first two months of 2016.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/05/month-top-10-filtered-domains-1.png" alt="month-top-10-filtered-domains" class="img-responsive" />
&lt;p>The top 10 referring domains for the period:&lt;/p>
&lt;ol>
&lt;li>webofknowledge.com&lt;/li>
&lt;li>baidu.com&lt;/li>
&lt;li>serialssolutions.com&lt;/li>
&lt;li>scopus.com&lt;/li>
&lt;li>exlibrisgroup.com&lt;/li>
&lt;li>wikipedia.org&lt;/li>
&lt;li>google.com&lt;/li>
&lt;li>uni-trier.de&lt;/li>
&lt;li>ebsco.com&lt;/li>
&lt;li>google.co.uk&lt;/li>
&lt;/ol>
&lt;p>It’s not surprising to see some of these domains here: for example serialssolutions.com and exlibrisgroup.com are effectively proxies for link resolvers, Baidu and Google are incredibly popular search engines which would show up anywhere. But it is exciting to see Wikipedia ranked amongst these. For more detail look out for the new Chronograph.&lt;/p>
&lt;h2 id="http-vs-https-in-2015">HTTP vs HTTPS in 2015&lt;/h2>
&lt;p>We’ve also seen a steady increase in HTTPS referral traffic, i.e. people clicking on DOIs from sites that are using HTTPS. While it is still dwarfed by HTTP, there was a steady uptick throughout 2015.&lt;/p>
&lt;p>This chart shows HTTP vs HTTPS referrals per day, which shows up the weekly spikes. It doesn’t include resolutions where we don’t know the referrer.&lt;/p>
&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2016/05/day-code.png" alt="HTTP vs HTTPS DOI Referrals" class="img-responsive"/>
&lt;p>Increasing numbers of people are moving to HTTPS for reasons of security, privacy and protection from tampering. &lt;a href="https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html" target="_blank">Google has announced plans&lt;/a> to take HTTPS into account when ranking search results. Wikipedia has moved exclusively to HTTPS, and I’ll be telling the story of how Crossref and Wikipedia collaborated in an upcoming blog post.&lt;/p>
&lt;h2 id="chronograph">Chronograph&lt;/h2>
&lt;p>Another version of Chronograph will be available soon. It will contain full data for all non-primary-publisher referring domains. Stay tuned!&lt;/p></description></item><item><title>Getting Started with Crossref DOIs, courtesy of Scholastica</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/getting-started-with-crossref-dois-courtesy-of-scholastica/</link><pubDate>Mon, 25 Apr 2016 00:00:00 +0000</pubDate><author>Anna Tolwinska</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/getting-started-with-crossref-dois-courtesy-of-scholastica/</guid><description>&lt;p>I had a great chat with &lt;a href="https://twitter.com/djpadula5" target="_blank">Danielle Padula&lt;/a> of &lt;a href="https://scholasticahq.com/" target="_blank">Scholastica&lt;/a>, a journals &lt;em>platform with an integrated peer-review process that was founded in 2011.  We talked about how journals&lt;/em> get started with Crossref, and she turned our conversation into a blog post that describes the steps to begin registering content and depositing metadata with us.  Since the result is a really useful description of our new member on-boarding process, I want to share it with you here as well.  As always, comments and questions are welcome here, at &lt;a href="mailto:member@Crossref.org">member@Crossref.org&lt;/a>, and &lt;a href="http://twitter.com/crossreforg" target="_blank">@CrossrefOrg&lt;/a>.  - Anna_&lt;/p>
&lt;p>The internet is in a constant state of change, with new content being added to the web by the minute and old content sometimes getting moved around. While the benefit of publishing scholarly outputs online is that it’s possible to update them at any moment, moving or modifying content can also …&lt;/p>
&lt;p>Read more at: &lt;a href="https://blog.scholasticahq.com/post/getting-started-with-dois-at-your-journal-interview-with-anna-tolwinska-crossref/" target="_blank">https://blog.scholasticahq.com/post/getting-started-with-dois-at-your-journal-interview-with-anna-tolwinska-crossref/&lt;/a>&lt;/p></description></item><item><title>Rehashing PIDs without stabbing myself in the eyeball</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/rehashing-pids-without-stabbing-myself-in-the-eyeball/</link><pubDate>Thu, 11 Jun 2015 00:00:00 +0000</pubDate><author>Geoffrey Bilder</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/rehashing-pids-without-stabbing-myself-in-the-eyeball/</guid><description>&lt;p>Anybody who knows me or reads this blog is probably aware that I don’t exactly &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/dois-unambiguously-and-persistently-identify-published-trustworthy-citable-online-scholarly-literature-right/">hold back&lt;/a> when discussing &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/january-2015-doi-outage-followup-report">problems&lt;/a> with the DOI system. But just occasionally I find myself actually defending the thing…&lt;/p>
&lt;p>About once a year somebody suggests that we could replace existing persistent citation identifiers (e.g. DOIs) with some new technology that would fix some of the weaknesses of the current systems. Usually said person is unhappy that current systems like&lt;/p>
&lt;p>&lt;a href="http://www.doi.org.pluma.sjfc.edu" target="_blank">DOI&lt;/a>, &lt;a href="http://www.handle.net" target="_blank">Handle&lt;/a>, &lt;a href="http://en.wikipedia.org/wiki/Archival_Resource_Key" target="_blank">Ark&lt;/a>, &lt;a href="http://perma.cc" target="_blank">perma.cc&lt;/a>, etc. depend largely on a social element to update the pointers between the identifier and the current location of the resource being identified. It just seems manifestly old-fashioned and ridiculous that we should still depend on &lt;a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/CallAHumanAMeatbag" target="_blank">bags of meat&lt;/a> to keep our digital linking infrastructure from falling apart.&lt;/p>
&lt;p>In the past, &lt;a href="https://web.archive.org/web/20170811141334/http://blogs.plos.org/mfenner/2009/02/17/interview_with_geoffrey_bilder/" target="_blank">I’ve threatened to stab myself in the eyeball&lt;/a> if I was forced to have the discussion again. But the dirty little secret is that I play this game myself sometimes. After all, &lt;a href="http://cameronneylon.net/blog/principles-for-open-scholarly-infrastructures/" target="_blank">the best thing a mission-driven membership organisation could do for its members would be to fulfil its mission and put itself out of business&lt;/a>. If we could come up with a technical fix that didn’t require the social component, it would save our members a lot of money and effort.&lt;/p>
&lt;p>When one of these ideas is posed, there is a brief flurry of activity as another generation goes through the same thought processes and (so far) comes to the same conclusions.&lt;/p>
&lt;p>The proposals I’ve seen generally fall into one of the following groups:&lt;/p>
&lt;ul>
&lt;li>Replace persistent identifiers (PIDs) with &lt;a href="http://en.wikipedia.org/wiki/Hash_function" target="_blank">hashes&lt;/a>, &lt;a href="http://en.wikipedia.org/wiki/Checksum" target="_blank">checksums&lt;/a>, etc.&lt;/li>
&lt;li>Just use search (often, but not always coupled with 1 above)&lt;/li>
&lt;li>Automagically create PIDs out of metadata.&lt;/li>
&lt;li>Automagically redirect broken citations to archived versions of the content identified&lt;/li>
&lt;li>And more recently… use the &lt;a href="http://en.wikipedia.org/wiki/Blockchain" target="_blank">blockchain&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>I thought it might help advance the discussion and avoid a bunch of dead ends if I summarised (rehashed?) some of the issues that should be considered when exploring these options.&lt;/p>
&lt;p>Warning: Refers to &lt;a href="http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records" target="_blank">FRBR&lt;/a> terminology. Those of a sensitive disposition might want to turn away now.&lt;/p>
&lt;ul>
&lt;li>DOIs, PMIDs, etc. and other persistent identifiers are primarily used by our community as “citation identifiers”. We generally cite at the “expression” level.&lt;/li>
&lt;li>Consider the difference between how a “citation identifier” a “work identifier” and a “content verification identifier” might function.&lt;/li>
&lt;li>How do you deal with “equivalent manifestations” of the same expression. For example the ePub, PDF and HTML representations of the same article are intellectually equivalent and interchangeable when citing. The same applies to csv &amp;amp; tsv representations of the same dataset. So, for example, how do hashes work here as a citation identifier?&lt;/li>
&lt;li>Content can be changed in ways that typically doesn’t effect the interpretation or crediting of the work. For example, by reformatting, correcting spelling, etc. In these cases the copies should share the same citation identifier, but the hashes will be different.&lt;/li>
&lt;li>Content that is virtually identical (and shares the same hash) might be republished in different venues (e.g. a normal issue and a thematic issue). Context in citation is important. How do you point somebody at the copy in the correct context?&lt;/li>
&lt;li>Some copies of an article or dataset are stewarded by publishers. That is, if there is an update, errata, corrigenda, retraction/withdrawal, they can reflect that on the stewarded copy, not on copies they don’t host or control. Location is, in fact, important here.&lt;/li>
&lt;li>Some copies of content will be nearly identical, but will differ in ways that would affect the interpretation and/or crediting of the work. A corrected number in a table for example. How would you create a citation form a search that would differentiate the correct version from the incorrect version?&lt;/li>
&lt;li>Some content might be restricted, private or under embargo. For example private patient data, sensitive data about archaeological finds or the migratory patterns of endangered animals.&lt;/li>
&lt;li>Some content is behind paywalls (cue jeremiads)&lt;/li>
&lt;li>Content is increasingly composed of static and dynamic elements. How do you identify the parts that can be hashed?&lt;/li>
&lt;li>How do you create an identifier out of metadata and not have them look like &lt;a href="http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier" target="_blank">this&lt;/a>?&lt;/li>
&lt;/ul>
&lt;p>This list is a starting point that should allow people to avoid a lot of blind alleys.&lt;/p>
&lt;p>In the mean time, good luck to those seeking alternatives to the current crop of persistent citation identifier systems. I’m not convinced it is possible to replace them, but if it is- I hope I beat you to it. 🙂 And I hope I can avoid stabbing myself in the eye.&lt;/p></description></item><item><title>January 2015 DOI Outage: Followup Report</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/january-2015-doi-outage-followup-report/</link><pubDate>Tue, 17 Mar 2015 00:00:00 +0000</pubDate><author>Geoffrey Bilder</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/january-2015-doi-outage-followup-report/</guid><description>&lt;h2 id="span-backgroundspan">&lt;span >Background&lt;/span>&lt;/h2>
&lt;p>&lt;span >On January 20th, 2015 the main DOI HTTP proxy at doi.org experienced a partial, rolling global outage. The system was never completely down, but for at least part of the subsequent 48 hours, up to 50% of DOI resolution traffic was effectively broken. This was true for almost all DOI registration agencies, including Crossref, &lt;a href="http://www.datacite.org">DataCite&lt;/a> and &lt;a href="http://www.medra.org.pluma.sjfc.edu">mEDRA&lt;/a>.&lt;/span>&lt;/p>
&lt;p>&lt;span >At the time we kept people updated on what we knew via Twitter, mailing lists and our &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/problems-with-dx.doi.org-on-january-20th-2015-what-we-know./">technical blog at CrossTech&lt;/a>. We also promised that, once we’d done a thorough investigation, we’d report back. Well, we haven’t finished investigating all implications of the outage. There are both substantial technical and governance issues to investigate. But last week we provided a preliminary report to the Crossref board on the basic technical issues, and we thought we’d share that publicly now.&lt;/p>
&lt;/span>
&lt;h2 id="span-the-gory-detailsspan">&lt;span >The Gory Details&lt;/span>&lt;/h2>
&lt;p>&lt;span >First, the outage of January 20th was not caused by a software or hardware failure, but was instead due to an administrative error at the Corporation for National Research Initiatives (CNRI). The domain name “doi.org” is managed by CNRI on behalf of the International DOI Foundation (IDF). The domain name was not on “auto-renew” and CNRI staff simply forgot to manually renew the domain. Once the domain name was renewed, it took about 48 hours for the fix to propagate through the DNS system and for the DOI resolution service to return to normal. Working with CNRI we analysed traffic through the Handle HTTP proxy and here’s the graph:&lt;/span>&lt;figure id="attachment_537" class="wp-caption alignnone">&lt;/p>
&lt;p>&lt;img class="size-full wp-image-537" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/doi_outage_impact.jpeg" alt="Chart of Handle HTTP proxy traffic during outage" width="800" height="545" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/doi_outage_impact.jpeg 800w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/doi_outage_impact-300x204.jpeg 300w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/doi_outage_impact-624x425.jpeg 624w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" />&lt;figcaption class="wp-caption-text">The above graph shows traffic over a 24 hour period on each day from January 12, 2015 through February 10th, 2015. The heavy blue line for January 20th and the heavy red line for January 21st show how referrals declined as the doi.org domain was first deleted, and then added back to DNS.&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;p>&lt;span >It could have been much worse. The domain registrar (GoDaddy) at least had a “&lt;a href="https://www.godaddy.com/en-ph/help/what-happens-when-my-domain-expires-609">renewal grace and registry redemption period&lt;/a>” which meant that even though CNRI forgot to pay its bill to renew the domain, the domain was simply “parked” and could easily be renewed by them. This is the standard setting for GoDaddy. Cheaper domain registrars might not include this kind of protection by default. Had there been no grace period, then it would have been possible for somebody other than CNRI to quickly buy the domain name as soon as it expired. There are many automated processes which search for and register recently expired domain names. Had this happened, at the very least it would have been expensive for CNRI to buy the domain back. The interruption to DOI resolutions during this period would have also been almost complete.&lt;/span>&lt;/p>
&lt;p>&lt;span >So we got off relatively easy. The domain name is now on auto-renew. The outage was not as bad as it could have been. It was addressed quickly and we can be reasonably confident that the same administrative error will not happen again. Crossref even managed to garner some public praise for the way in which we handled the outage. It is tempting to heave a sigh of relief and move on.&lt;/span>&lt;/p>
&lt;p>&lt;span >We also know that everybody involved at CNRI, the IDF and Crossref have felt truly dreadful about what happened. So it is also tempting to not re-open old wounds.&lt;/span>&lt;/p>
&lt;p>&lt;span >But it would be a mistake if we did not examine a fundamental strategic issue that this partial outage has raised: How can Crossref claim that its DOIs are ‘persistent’ if Crossref does not control some of the key infrastructure on which it depends? What can we do to address these dependencies?&lt;/span>&lt;/p>
&lt;h2 id="span-what-do-we-mean-by-persistentspanfigure-idattachment_540--classwp-caption-alignnone">&lt;span >What do we mean by “persistent?”&lt;/span>&lt;figure id="attachment_540" class="wp-caption alignnone">&lt;/h2>
&lt;p>&lt;img class="size-full wp-image-540" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image02.png" alt="@kaythaney tweets on definition of &amp;quot;persistent&amp;quot;" width="542" height="66" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image02.png 542w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image02-300x37.png 300w" sizes="(max-width: 542px) 85vw, 542px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >@kaythaney tweets on definition of “persistent”&lt;/span>&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;p>&lt;span >To start with, we should probably explore what we mean by ‘persistent’. We use the word “persistent” or “persistence” about 470 times on the Crossref web site. The word “persistent” appears central to our image of ourselves and of the services that we provide. We describe our core, mandatory service as the “Crossref Persistent Citation Infrastructure.”&lt;/span>&lt;/p>
&lt;p>&lt;span >The primary sense of the word “persistent” in the New Oxford American Dictionary is:&lt;/span>&lt;/p>
&lt;blockquote>
&lt;p>&lt;span >Continuing firmly or obstinately in a course of action in spite of difficulty or opposition.&lt;/span>&lt;/p>
&lt;/blockquote>
&lt;p>&lt;span >We play on this sense of the word as a synonym for “stubborn” when we half-jokingly say that, “Crossref DOIs are as persistent as Crossref staff.” Underlying this joke is a truth, which is that persistence is primarily a social issue, not a technical issue.&lt;/span>&lt;/p>
&lt;p>&lt;span >Yet presumably we once chose to use the word “persistent” instead of “perpetual” or “permanent” for other reasons. “Persistence” implies longevity, without committing to “forever.” Scholarly publishers, perhaps more than most industries, understand the long term. After all, the scholarly record dates back to at least 1665 and we know that the scholarly community values even our oldest journal backfiles. By using the word “persistent” as opposed to the more emphatic “permanent” we are essentially acknowledging that we, as an industry, understand the complexity and expense of stewarding the content for even a few hundred years to say nothing of “forever.” Only the chronologically naïve would recklessly coin terms like “permalink” for standard HTTP links which have a documented half-life of well under a decade.&lt;/span>&lt;/p>
&lt;p>&lt;span >So “persistent” implies longevity- without committing to forever- but this still begs questions. What time span is long enough to qualify as “persistent?” What, in particular, do we mean by “persistent” when we talk about Crossref’s “Persistent Citation Infrastructure?” or of Crossref DOIs being “persistent identifiers?”&lt;/span>&lt;/p>
&lt;h2 id="span-what-do-we-mean-by-persistent-identifiersspanfigure-idattachment_541--classwp-caption-alignnone">&lt;span >What do we mean by “persistent identifiers?”&lt;/span>&lt;figure id="attachment_541" class="wp-caption alignnone">&lt;/h2>
&lt;p>&lt;img class="size-full wp-image-541" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image03.png" alt="@violetailik tweets on outage and implication for term &amp;quot;persistent identifier&amp;quot;" width="543" height="64" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image03.png 543w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image03-300x35.png 300w" sizes="(max-width: 543px) 85vw, 543px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >]&lt;a href="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image03.png">5&lt;/a> @violetailik tweets on outage and implication for term “persistent identifier”&lt;/span>&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;p>&lt;span >First, we often make the mistake of talking about “persistent identifiers” as if there is some technical magic that makes them continue working when things like HTTP URIs break. The very term “persistent identifier” encourages this kind of magical thinking and, ideally, we would instead talk about “persist-able” identifiers. That is, those that have some form of indirection built into them. There are many technologies that do this- Handles, DOIs, Purls, ARKs and every URL shortener in existence. Each of them simply introduces a pointer mapping between an identifier and location where a resource or content resides. This mapping can be updated when the content moves, thus preserving the link. Of course, just because an identifier is persist-able doesn’t mean it is persistent. If Purls or DOIs are not updated when content moves, then they are no more persistent than normal URLs.&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="http://andrew.treloar.net/">Andrew Treloar&lt;/a> points out that when we talk about “persistent identifiers,” we tend to conflate several things:&lt;/span>&lt;/p>
&lt;ol >
&lt;li>
&lt;span >The persistence of the identifier- that is the token or string itself.&lt;/span>
&lt;/li>
&lt;li>
&lt;span >The persistence of the thing being pointed at by the identifier. For example, the content.&lt;/span>
&lt;/li>
&lt;li>
&lt;span >The persistence of the mapping of the identifier to the thing being identified.&lt;/span>
&lt;/li>
&lt;li>
&lt;span >The persistence of the resolver that allows one to follow the mapping of the identifier to the thing being identified.&lt;/span>
&lt;/li>
&lt;li>
&lt;span >The persistence of a mechanism for updating the mapping of the identifier to the thing being identified.&lt;/span>
&lt;/li>
&lt;/ol>
&lt;p>&lt;span >If any of the above fails, then “persistence” fails. This is probably why we tend to conflate them in the first place.&lt;/span>&lt;/p>
&lt;p>&lt;span >Each of these aspects of “persistence” is worthy of much closer scrutiny, however, in the most recent case of the January outage of “doi.org,” the problem specifically occurred with item “D”- the persistence of the resolver. When CNRI failed to renew the domain name for “doi.org” on time, the DOI resolver was rendered unavailable to a large percentage of people over a period of about 48 hours as global DNS servers first removed, and then added back the “doi.org” domain.&lt;/span>&lt;/p>
&lt;h2 id="span-turtles-all-the-way-downa-hrefhttpenwikipediaorgwikiturtles_all_the_way_downaspan">&lt;span >Turtles all the way down&lt;a href="http://en.wikipedia.org/wiki/Turtles_all_the_way_down">*&lt;/a>&lt;/span>&lt;/h2>
&lt;p>&lt;span >The initial public reaction to the outage was, almost unanimous in one respect- people assumed that the problem originated with Crossref.&lt;/span>&lt;figure id="attachment_544" class="wp-caption alignnone">&lt;/p>
&lt;p>&lt;img class="size-full wp-image-544" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image06.png" alt="@iainh_z tweets to Crossref enquiring about failed DOI resoluton" width="543" height="69" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image06.png 543w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image06-300x38.png 300w" sizes="(max-width: 543px) 85vw, 543px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >@iainh_z tweets to Crossref enquiring about failed DOI resoluton&lt;/span>&lt;/figcaption>&lt;/figure> &lt;figure id="attachment_543" class="wp-caption alignnone">&lt;img class="size-full wp-image-543" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image05.png" alt="@LibSkrat tweets at Crossref about DOI outage" width="540" height="65" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image05.png 540w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image05-300x36.png 300w" sizes="(max-width: 540px) 85vw, 540px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >@LibSkrat tweets at Crossref about DOI outage&lt;/span>&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;p>&lt;span >This is both surprising and unsurprising. It is surprising because we have fairly recent data indicating that lots of people recognise the DOI brand, but not the Crossref brand. Chances are, that this relatively superficial “brand” awareness does not correlate with understanding how the system works or how it relates to persistence. It is likely plenty of people clicked on DOIs at the time of the outage and, when they didn’t work, simply shrugged or cursed under their breath. They were aware of the term ‘DOI’ but not of the promise of “persistence”. Hence, they did not take to twitter to complain about it, and if they did, they probably wouldn’t have known who to complain to or even how to complain to them (neither CNRI or the IDF has a Twitter account).&lt;/span>&lt;/p>
&lt;p>&lt;span >But the focus on Crossref is also unsurprising. Crossref is by far the largest and most visible DOI Registration Agency. Many otherwise knowledgeable people in the industry simply don’t know that there are even other RAs.&lt;/span>&lt;/p>
&lt;p>&lt;span >They also generally didn’t know of the strategic dependencies that exist in the Crossref system. By “strategic dependencies” we are not talking about the vendors, equipment and services that virtually every online enterprise depends on. These kinds of services are largely fungible. Their failures may be inconvenient and even dramatic, but they are rarely existential.&lt;/span>&lt;/p>
&lt;p>&lt;span >Instead we are talking about dependencies that underpin Crossref’s ability to deliver on its mission. Dependencies that not only affect Crossref’s operations, but also its ability to self-govern and meet the needs of its membership. In this case there are three major dependencies: Two of which are specific to Crossref and other DOI registration agencies and one which is shared by virtually all online enterprises today. The organisations are: The International DOI Foundation (IDF), Corporation for National Research Initiatives (CNRI) and the Internet Corporation for Assigned Names and Numbers (ICANN).&lt;/span>&lt;figure id="attachment_545" class="wp-caption alignnone">&lt;/p>
&lt;p>&lt;img class="size-full wp-image-545" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image07.png" alt="Dependency of RAs on IDF, CNRI and ICANN. Turtles all the way down." width="800" height="571" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image07.png 800w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image07-300x214.png 300w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image07-624x445.png 624w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >Dependency of RAs on IDF, CNRI and ICANN. Turtles all the way down.&lt;/span>&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;p>&lt;span >Each of these agencies has technology, governance and policy impacts on Crossref and the other DOI registration agencies, but here we will focus on the technological dependencies.&lt;/span>&lt;/p>
&lt;p>&lt;span >At the top of the diagram are a subset of the various DOI Registration Agencies. Each RA uses the DOI for a particular constituency (e.g. scholarly publishers) and application (e.g. citation). Sometimes these constituencies/applications overlap (as with mEDRA, Crossref and DataCite), but sometimes they are orthogonal to the other RAs, as is the case with EIDR. All, however, are members of the IDF.&lt;/span>&lt;/p>
&lt;p>&lt;span >The IDF sets technical policies and development agendas for the DOI infrastructure. This includes recommendations about how RAs should display and link DOIs. Of course all of these decisions have an impact on the RAs. However, the IDF provides little technical infrastructure of its own as it has no full-time staff. Instead it outsources the operation of the system to CNRI, this includes the management of the doi.org domain which the IDF owns.&lt;/span>&lt;/p>
&lt;p>&lt;span >The actual DOI infrastructure is hosted on a platform called the &lt;a href="http://en.wikipedia.org/wiki/Handle_System">Handle System&lt;/a> which was developed by and is currently run by CNRI. The Handle System is part of a quite complex and sophisticated platform for managing digital objects that was originally developed for &lt;a href="http://en.wikipedia.org/wiki/DARPA">DARPA&lt;/a>. A subset of the Handle system is designated for use by DOIs and is identified by the “10” prefix (e.g. 10.5555/12345678). The Handle system itself is not based on HTTP (the web protocol). Indeed, one of the much touted features of the Handle System is that it isn’t based on any specific resolution technology. This was seen as a great virtue in the late 1990s when the DOI system was developed and the internet had just witnessed an explosion of seemingly transient, competing protocols (e.g. &lt;a href="http://en.wikipedia.org/wiki/Gopher_%28protocol%29">Gopher&lt;/a>, &lt;a href="http://en.wikipedia.org/wiki/Wide_area_information_server">WAIS&lt;/a>, &lt;a href="http://en.wikipedia.org/wiki/Archie_search_engine">Archie&lt;/a>, &lt;a href="http://www.mprove.de/diplom/text/2.1.15_hyperg.html">HyperWave/Hyper-G&lt;/a>, HTTP, etc.). But what looked like a wild-west of protocols quickly settled into an HTTP hegemony. In practice, virtually all DOI interactions with the Handle system are via HTTP and so, in order to interact with the web, the Handle System employs a “Handle proxy” which translates back and forth between HTTP, and the native Handle system. This all may sound complicated, and the backend of the Handle system is really very sophisticated, but it turns out that the DOI really uses only a fraction of the Handle system’s features. In fact, the vast majority of DOI interactions merely use the Handle system as a giant lookup table which allows one to translate an identifier into a web location. For example, it will take a DOI Handle like this:&lt;/span>&lt;/p>
&lt;pre>&lt;span >10.5555/12345678&lt;/span>&lt;/pre>
&lt;p>&lt;span >and redirect it to (as of this writing) the following URL:&lt;/span>&lt;/p>
&lt;pre>&lt;span >http://psychoceramics.labs.crossref.org.pluma.sjfc.edu/10.5555-12345678.html&lt;/span>&lt;/pre>
&lt;p>&lt;span >This whole transformation is normally never seen by a user. It is handled transparently by the web browser, which does the lookup and redirection in the background using HTTP and talking to the Handle Proxy. In the late 1990s, even doing this simple translation quickly, at scale with a robust distributed infrastructure, was not easy. These days however we see dozens if not hundreds of “URL Shorteners” doing exactly the same thing at far greater scale than the Handle System.&lt;/span>&lt;/p>
&lt;p>&lt;span >It may seem a shame that more of the Handle Systems features are not used, but the truth is the much touted platform independence of the Handle System rapidly became more of a liability and impediment to persistence than an aid. To be blunt, if in X years a new technology comes out that supersedes the web, what do we think the societal priority is going to be?&lt;/span>&lt;/p>
&lt;ul>
&lt;li>&lt;span >To provide a robust and transparent transition from the &lt;a href="http://en.wiktionary.org/wiki/squillion">squillions&lt;/a> of existing HTTP URI identifiers that the entire world depends on?&lt;/span>&lt;/li>
&lt;li>&lt;span >To provide a robust and transparent transition from the tiny subset of Handle-based identifiers that are used by about a hundred million specialist resources?&lt;/span>&lt;/li>
&lt;/ul>
&lt;p>&lt;span >Quite simply, the more the Handle/DOI systems diverge from common web protocols and practice, then the more we will jeopardise the longevity of our so-called persistent identifiers.&lt;/span>&lt;/p>
&lt;p>&lt;span >So, in the end, DOI registration agencies really only use the Handle system for translating web addresses. All of the other services and features one might associate with DOIs (reference resolution, metadata lookup, content negotiation, OAI-PMH, REST APIs, Crossmark, CrossCheck, TDM Services, FundRef etc) are all provided at the RA level.&lt;/span>&lt;/p>
&lt;p>&lt;span >But this address resolution is still critical. And it is exactly what failed for many users on January 20th 2015. And to be clear, it wasn’t the robust and scaleable Handle System that failed. It wasn’t the Handle Proxy that failed. And it certainly wasn’t any RA-controlled technology that failed. These systems were all up and running. What happened was that the standard handle proxy that the IDF recommends RAs use, “dx.doi.org”, was effectively rendered invisible to wide portions the internet because the “doi.org” domain was not renewed. This underscores two important points.&lt;/span>&lt;/p>
&lt;p>&lt;span >The first is that it doesn’t much matter what precisely caused the outage. In this case it was an administrative error. But the effect would have been similar if the Handle proxies had failed of if the Handle system itself had somehow collapsed. In the end, Crossref and all DOI registration agencies are existentially dependent on the Handle system running and being accessible.&lt;/span>&lt;/p>
&lt;p>&lt;span >The second is that the entire chain of dependencies from the RAs down through CNRI are also dependent on the DNS system which, in turn, is governed by ICANN. We should really not be making too much of the purported technology independence of the DOI and Handle systems. To be fair, this limitation is inherent to all persistent identifier schemes that aim to work with the web. It really is “&lt;a href="http://en.wikipedia.org/wiki/Turtles_all_the_way_down">turtles all the way down.&lt;/a>”&lt;/span>&lt;/p>
&lt;h2 id="span-what-didnt-fail-on-january-19th20th-and-whyspan">&lt;span >What didn’t fail on January 19th/20th and why?&lt;/span>&lt;/h2>
&lt;p>&lt;span >You may have noticed a lot of hedging in our description of the outage of January 19th/20th. For one thing, we use the term “rolling outage.” Access to the Handle Proxy via “dx.doi.org” was never completely unavailable during the period. As we’ve explained, this is because the error was discovered very quickly and the domain was renewed hours after it expired. The nature of DNS propagation meant that even as some DNS servers were deleting the “doi.org” entry, others were adding it back to their tables. In some ways this was really confusing because it meant it was difficult to predict where the system was working and where it wasn’t. Ultimately it all stabilised after the standard 48-hour DNS propagation cycle.&lt;/span>&lt;/p>
&lt;p>&lt;span >But there were also some Handle-based services that simply were not affected at all by the outage. During the outage, a few people asked us if there was an alternative way to resolve DOIs. The answer was “yes,” there were several. It turns out that “doi.org” is not the only DNS name that points to the Handle Proxy. People could easily substitute “dx.doi.org” with “dx.crossref.org” or “dx.medra.org” or “hdl.handle.net” and “resolve” any DOI. Many of Crossref’s internal services use these internal names and so the services continued to work. This is partly why we only discovered the “doi.org” was down from people reporting it on Twitter.&lt;/span>&lt;/p>
&lt;p>&lt;span >And, of course, there were other services that were not affected by the outage. Crossmark, the REST API, and Crossref Metadata Search all continued to work during the outage.&lt;/span>&lt;/p>
&lt;h2 id="span-protecting-ourselvesspan">&lt;span >Protecting ourselves&lt;/span>&lt;/h2>
&lt;p>&lt;span >So what can we do to reduce our dependencies and/or the risks intrinsic to those dependencies?&lt;/span>&lt;/p>
&lt;p>&lt;span >Obviously, the simplest way to have avoided the outage would have been to ensure that the “doi.org” domain was set to automatically renew. That’s been done. Is there anything else we should do? A few ideas have been floated that might allow us to provide even more resilience. They range greatly in complexity and involvement.&lt;/span>&lt;/p>
&lt;ol>
&lt;li>&lt;span >Provide well-publicised public status dashboards that show what systems are up and which clearly map dependencies so that people could, for instance, see that the doi.org server was not visible to systems that depended on it. Of course, if such a dashboard had been hosted at doi.org, nobody would have been able to connect to it. Stoopid turtles.&lt;/span>&lt;/li>
&lt;li>&lt;span >Encourage DOI RAs to have the members point to Handle proxies using domain names under the RA’s control. Simply put, if Crossref members had been using “dx.crossref.org” instead of “dx.doi.org”, then Crossref DOIs would have continued to work throughout the outage of “doi.org”. The same with mEDRA, and the other RAs. This way each RA would have control over another critical piece of their infrastructure. It would also mean that if any single RA made a similar domain name renewal mistake, the impact would be isolated to a particular constituency. Finally, using RA-specific domains for resolving DOIs might also make it clear that different DOIs are managed by different RAs and might have different services associated with them. Perhaps Crossref would spend less time supporting non-Crossref DOIs?&lt;/span>&lt;/li>
&lt;li>&lt;span >Provide a parallel, backup resolution technology that could be pointed to in the event of a catastrophic Handle System failure. For example we could run a parallel system based on &lt;a href="http://en.wikipedia.org/wiki/Persistent_uniform_resource_locator">PURLs&lt;/a>, &lt;a href="http://en.wikipedia.org/wiki/Archival_Resource_Key">ARKs&lt;/a> or another persist-able identifier infrastructure.&lt;/span>&lt;/li>
&lt;li>&lt;span >Explore working with ICANN to get the handle resolvers moved under the special “.arpa” top level domain (TLD). This TLD (&lt;a href="https://tools.ietf.org/html/rfc3172">RFC 3172&lt;/a>) is reserved for services that are considered to be “critical to the operation of the internet.” This is an option that was first discussed at &lt;a href="http://www.circleid.com/posts/20111215_providing_persistent_domain_names_under_arpa/">a meeting of persistent identifier providers in 2011&lt;/a>.&lt;/span>&lt;/li>
&lt;/ol>
&lt;p>&lt;span >These are all tactical approaches to addressing the specific technical problem of the Handle System becoming unavailable, but they do not address deeper issues relating to our strategic dependence on several third parties. Even though the IDF and CNRI provide us with pretty simple and limited functionality, that functionality is critical to our operations and our claim to be providing persistent identifiers. Yet these technologies are not in our direct control. We had to scramble to get hold of people to fix the problem. For a while, we were not able to tell our users or members what was happening because we did not know ourselves.&lt;/span>&lt;/p>
&lt;p>&lt;span >The irony is that &lt;em>Crossref&lt;/em> was held to account, and we were in the firing line the entire time. Again, this was almost unavoidable. In addition to being the largest DOI RA, we are also the only RA that has any significant social media presence and support resources. Still, it meant that we were the public face of the outage while the IDF and CNRI remained in the background.&lt;/span>&lt;/p>
&lt;p>&lt;span >And this is partly why our board has encouraged us to investigate another option:&lt;/span>&lt;/p>
&lt;ol start="5">
&lt;li>
&lt;span >Explore what it would take to remove Crossref dependencies on the IDF and CNRI.&lt;/span>
&lt;/li>
&lt;/ol>
&lt;p>&lt;span >Crossref is just part of a chain of dependencies the goes from our members down through the IDF, CNRI and, ultimately, ICANN. Our claim to providing a persistent identifier structure depends entirely on the IDF and CNRI. Here we have explored some of the technical dependencies. But there are also complex governance and policy implications of these dependencies. Each organisation has membership rules, guidelines and governance structures which can impact Crossref members. Indeed, the IDF and CNRI are themselves members of groups (ISO and DONA, respectively) which might ultimately have policy or governance impact for DOI registration agencies. We will need to understand the strategic implications of these non technical dependencies as well.&lt;/span>&lt;/p>
&lt;p>&lt;span >Note that the Crossref board has merely asked us to “explore” what it would take to remove dependencies. They have not asked us to actually take any action. Crossref has been massively supportive of the IDF and CNRI, and they have been massively supportive of us. Still, over the years we have all grown and our respective circumstances have changed. It is important that occasionally we question what we might have once considered to be axioms. As we discussed above, we use the term “persistent” which, in turn, is a synonym for “stubborn.” At the very least we need to document the inter-dependencies that we have so that we can understand just how stubborn we can reasonably expect our identifiers to be.&lt;/span>&lt;/p>
&lt;p>&lt;span >The outage of January 20th was a humbling experience. But in a way we were lucky: Forgetting to renew the domain name was a silly and prosaic way to partially bring down a persistent identifier infrastructure, but it was also relatively easy to fix. Inevitably, there was a little snark and some pointed barbs directed at us during the outage, but we were truly overwhelmed by the support and constructive criticism we received as well. We have also been left with a clear message that, in order for this good-will to continue, we need to follow-up with a public, detailed and candid analysis of our infrastructure and its dependencies. Consider this to be the first section of a multi-part report.&lt;/span>&lt;figure id="attachment_539" class="wp-caption alignnone">&lt;/p>
&lt;p>&lt;img class="size-full wp-image-539" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image01.png" alt="@kevingashley tweets asking for followup analysis" width="544" height="63" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image01.png 544w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image01-300x35.png 300w" sizes="(max-width: 544px) 85vw, 544px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >@kevingashley tweets asking for followup analysis&lt;/span>&lt;/figcaption>&lt;/figure> &lt;figure id="attachment_542" class="wp-caption alignnone">&lt;img class="size-full wp-image-542" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image04.png" alt="@WilliamKilbride tweets asking for followup and lessons learned" width="539" height="63" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image04.png 539w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2015/03/image04-300x35.png 300w" sizes="(max-width: 539px) 85vw, 539px" />&lt;figcaption class="wp-caption-text">&lt;/span> &lt;span >@WilliamKilbride tweets asking for followup and lessons learned&lt;/span>&lt;/figcaption>&lt;/figure>&lt;/p>
&lt;h3 id="span-image-creditsspan">&lt;span >Image Credits&lt;/span>&lt;/h3>
&lt;p>&lt;span >Turtle image CC-BY “Unrecognised MJ” from the Noun Project&lt;/span>&lt;/p></description></item><item><title>Problems with dx.doi.org on January 20th 2015- what we know.</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/problems-with-dx.doi.org-on-january-20th-2015-what-we-know./</link><pubDate>Wed, 21 Jan 2015 00:00:00 +0000</pubDate><author>Geoffrey Bilder</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/problems-with-dx.doi.org-on-january-20th-2015-what-we-know./</guid><description>&lt;p>&lt;span >&lt;a href="http://www.urbandictionary.com/define.php?term=Hells%20Teeth">Hell’s teeth&lt;/a>.&lt;/span>&lt;/p>
&lt;p>&lt;span >So today (January 20th, 2015) the DOI HTTP resolver at dx.doi.org started to fail intermittently around the world. The doi.org domain is managed by &lt;a href="http://www.cnri.reston.va.us/">CNRI&lt;/a> on behalf of the &lt;a href="http://www.doi.org.pluma.sjfc.edu/">International DOI Foundation&lt;/a>. This means that the problem affected all DOI registration agencies including Crossref, &lt;a href="https://www.datacite.org/">DataCite&lt;/a>, &lt;a href="https://www-medra-org.pluma.sjfc.edu/">mEDRA&lt;/a> etc. This also means that more popularly known end-user services like &lt;a href="http://figshare.com/">FigShare&lt;/a> and &lt;a href="https://zenodo.org/">Zenodo&lt;/a> were affected. The problem has been fixed, but the fix will take some time to propagate throughout the DNS system. You can monitor the progress here:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://www.whatsmydns.net/#A/doi.org">&lt;a href="https://www.whatsmydns.net/#A/doi.org" target="_blank">https://www.whatsmydns.net/#A/doi.org&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >Now for the embarrassing stuff…&lt;/span>&lt;/p>
&lt;p>&lt;span >At first lots of people were speculating that the problem had to do with somebody forgetting to renew the dx.doi.org domain name. Our information from CNRI was that the problem had to do with a mistaken change to a DNS record and that the domain name wasn’t the issue. We corrected people who were reporting that domain name renewal as the cause, but eventually we learned that it was actually true. We have had it confirmed that the problem originated with CNRI manually renewing the domain name at the last minute. Ugh. &lt;span >CNRI will issue a statement soon. We’ll link to it as soon as they do.&lt;/span> UPDATE (Jan 21st): CNRI has sent Crossref a statement. They do not have it on their site yet, so we have can included it &lt;a href="#cnri">below&lt;/a>.&lt;/span>&lt;/p>
&lt;p>&lt;span >In the mean time, if you are having trouble resolving DOIs, a neat trick to know is that you can do so using the Handle system directly. For example:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="http://hdl.handle.net/10.5555/12345678">&lt;a href="http://hdl.handle.net/10.5555/12345678" target="_blank">http://hdl.handle.net/10.5555/12345678&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >Crossref will, of course, also analyse what occurred, and issue a public report as well. Obviously, this report will include an analysis of how the outage effected DOI referrals to our members.&lt;/span>&lt;/p>
&lt;p>&lt;span >The amazingly cool thing is that everybody online has been very supportive and has helped us to diagnose the problem. Some have even said that the event underscores a point we often make about so-called “persistent-identifiers”- which is that they are not magic technology; the “persistence” is the result of a social contract. We like to say that Crossref DOIs are as persistent as Crossref staff. Well, to that phrase we have to add “and IDF staff” and “CNRI staff” and “ICANN staff”. It is &lt;a href="http://en.wikipedia.org/wiki/Turtles_all_the_way_down">turtles all the way down&lt;/a>.&lt;/span>&lt;/p>
&lt;p>&lt;span >We don’t want to dismiss this event as an inevitable consequence of interdependent systems.And we don’t want to pass the buck. We need to learn something practical from this. How can we guard against this type of problem in the future? Again, people following this issue on Twitter have already been helping with suggestions and ideas. Can we crowd-source the monitoring of persistent identifier SLAs? Could we leverage Wikipedia, Wikidata or something similar to monitor critical identifiers and other infrastructure like purls, DOIs, handles, PMIDs, perma.cc, etc? Should we be looking at designating special exceptions to the normal rules governing DNS names? Do we need to distribute the risk more? Or is it enough &lt;em>cough&lt;/em> to simply ensure that somebody, somewhere in the dependency chain had enabled DNS protection and auto-renewal for critical infrastructure DNS names?&lt;/span>&lt;/p>
&lt;p>&lt;span >Truly, we are humbled. For all the redundancy built into our systems (multiple servers, multiple hosting sites, Raid drives, redundant power), we were undone by a simple administrative task. Crossref, IDF and CNRI- we all feel &lt;a href="http://www.urbandictionary.com/define.php?term=a%20bit%20crap">a bit crap&lt;/a>. But we’ll get back. We’ll fix things. And we’ll let you know how we do it.&lt;/span>&lt;/p>
&lt;p>&lt;span >We will update this space as we know more. We will also keep people updated on twitter on @CrossrefNews. And we will report back in detail as soon as we can.&lt;/span>&lt;/p>
&lt;hr>
&lt;h3 id="cnri">CNRI Statement&lt;/h3>
&lt;p>&lt;code>&amp;quot;The doi.org domain name was inadvertently allowed to expire for a brief period this morning (Jan 20). It was reinstated shortly after 9am this morning as soon as the relevant CNRI employee learned of it. A reminder email sent earlier this month to renew the registration was apparently missed. We sincerely apologize for any difficulties this may have caused. The domain name has since been placed on automatic renewal, which should prevent any repeat of this event.&amp;quot;&lt;/code>&lt;/p></description></item><item><title>DOIs unambiguously and persistently identify published, trustworthy, citable online scholarly literature. Right?</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/dois-unambiguously-and-persistently-identify-published-trustworthy-citable-online-scholarly-literature-right/</link><pubDate>Fri, 20 Sep 2013 00:00:00 +0000</pubDate><author>Geoffrey Bilder</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/dois-unambiguously-and-persistently-identify-published-trustworthy-citable-online-scholarly-literature-right/</guid><description>&lt;h2 id="span-span">&lt;span > &lt;/span>&lt;/h2>
&lt;p>&lt;span >The South Park movie , “Bigger, Longer &amp;amp; Uncut” has a DOI:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>a)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.5240/B1FA-0EEC-C316-3316-3A73-L">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.5240/B1FA-0EEC-C316-3316-3A73-L" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.5240/B1FA-0EEC-C316-3316-3A73-L&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >So does the pornographic movie, “Young Sex Crazed Nurses”:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>b)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.5240/4CF3-57AB-2481-651D-D53D-Q">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.5240/4CF3-57AB-2481-651D-D53D-Q" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.5240/4CF3-57AB-2481-651D-D53D-Q&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >And the following DOI points to a fake article on a “Google-Based Alien Detector”:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>c)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.93964">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.93964" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.93964&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >And the following DOI refers to an &lt;a href="http://en.wikipedia.org/wiki/Sokal_affair">infamous fake article&lt;/a> on literary theory:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>d)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.2307/466856">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.2307/466856" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.2307/466856&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >This scholarly article discusses the entirely fictitious Australian “Drop Bear”:&lt;/span>&lt;/p>
&lt;p>&lt;span >e) &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1080/00049182.2012.731307">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1080/00049182.2012.731307" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1080/00049182.2012.731307&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >The following two DOIs point to the same article- the first DOI points to the final author version, and the second DOI points to the final published version:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>f)&lt;/strong> &lt;a href="https://web.archive.org/web/20160423204031/https://figshare.com/articles/Relating_ion_channel_expression,_bifurcation_structure,_and_diverse_firing_patterns_in_a_model_of_an_identified_motor_neuron/96546">&lt;a href="https://web.archive.org/web/20160423204031/https://figshare.com/articles/Relating_ion_channel_expression,_bifurcation_structure,_and_diverse_firing_patterns_in_a_model_of_an_identified_motor_neuron/96546" target="_blank">https://web.archive.org/web/20160423204031/https://figshare.com/articles/Relating_ion_channel_expression,_bifurcation_structure,_and_diverse_firing_patterns_in_a_model_of_an_identified_motor_neuron/96546&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>g)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1007/s10827-012-0416-6">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1007/s10827-012-0416-6" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1007/s10827-012-0416-6&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >This following two DOIs point to the same article- there is no apparent difference between the two copies:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>h)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.91541">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.91541" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.6084/m9.figshare.91541&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>i)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1038/npre.2012.7151.1">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1038/npre.2012.7151.1" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1038/npre.2012.7151.1&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >Another example where two DOIs point to the same article and there is no apparent difference between the two copies:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>j)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1364/AO.39.005477">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1364/AO.39.005477" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1364/AO.39.005477&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>k)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3929/ethz-a-005707391">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3929/ethz-a-005707391" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.3929/ethz-a-005707391&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >These journals assigned DOIs, but not through Crossref:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>l)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3233/BIR-2008-0496">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3233/BIR-2008-0496" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.3233/BIR-2008-0496&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>m)&lt;/strong> &lt;a href="https://web.archive.org/web/20160423192452/https://figshare.com/articles/Role_of_brain_glutamic_acid_metabolism_changes_in_neurodegenerative_pathologies/95564">&lt;a href="https://web.archive.org/web/20160423192452/https://figshare.com/articles/Role_of_brain_glutamic_acid_metabolism_changes_in_neurodegenerative_pathologies/95564" target="_blank">https://web.archive.org/web/20160423192452/https://figshare.com/articles/Role_of_brain_glutamic_acid_metabolism_changes_in_neurodegenerative_pathologies/95564&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>n)&lt;/strong> &lt;a href="https://web.archive.org/web/20160423192452/https://figshare.com/articles/Role_of_brain_glutamic_acid_metabolism_changes_in_neurodegenerative_pathologies/95564">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.3205/cto000081" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.3205/cto000081&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >These two DOIs are assigned to two different data sets by two different RAs:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>o)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1107/S0108767312019034/eo5016sup1.xls">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1107/S0108767312019034/eo5016sup1.xls" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1107/S0108767312019034/eo5016sup1.xls&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>p)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1594/PANGAEA.726855">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.1594/PANGAEA.726855" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.1594/PANGAEA.726855&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >This DOI appears to have been published, but was not registered until well after it was published. There were 254 unsuccessful attempts to resolve it in September 2012 alone:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;strong>q)&lt;/strong> &lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.4233/uuid:995dd18a-dc5d-4a9a-b9eb-a16a07bfcc6d">&lt;a href="http://dx.doi.org.pluma.sjfc.edu/10.4233/uuid:995dd18a-dc5d-4a9a-b9eb-a16a07bfcc6d" target="_blank">http://dx.doi.org.pluma.sjfc.edu/10.4233/uuid:995dd18a-dc5d-4a9a-b9eb-a16a07bfcc6d&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >The owner of prefix, ‘10.4223,’ who is responsible for the above DOI had 378,790 attempted resolutions in September 2012 of which there were 377,001 failures. The top 10 DOI failures for this prefix each garnered over 200 attempted resolutions. As of November 2012 the prefix had only registered 349 DOIs.&lt;/span>&lt;/p>
&lt;p>&lt;span >Of the above 16 example DOIs 11 cannot be used for &lt;a href="http://www.crossref.org.pluma.sjfc.edu/crosscheck/index.html" target="_blank">CrossCheck&lt;/a> or &lt;a href="https://www-crossref-org.pluma.sjfc.edu/services/crossmark/" target="_blank">Crossmark&lt;/a>. 3 cannot be used with &lt;a href="https://en.wikipedia.org/wiki/Content_negotiation" target="_blank">content negotiation&lt;/a>. To search metadata for the above examples, you need to visit four sites:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://web.archive.org/web/20131229210637/http://search.crossref.org.pluma.sjfc.edu/">&lt;a href="https://web.archive.org/web/20131229210637/http://search.crossref.org.pluma.sjfc.edu/" target="_blank">https://web.archive.org/web/20131229210637/http://search.crossref.org.pluma.sjfc.edu/&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://ui.eidr.org/search">&lt;a href="https://ui.eidr.org/search" target="_blank">https://ui.eidr.org/search&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://www-medra-org.pluma.sjfc.edu/en/search.htm">&lt;a href="https://www-medra-org.pluma.sjfc.edu/en/search.htm" target="_blank">https://www-medra-org.pluma.sjfc.edu/en/search.htm&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://search.datacite.org/">&lt;a href="https://search.datacite.org/" target="_blank">https://search.datacite.org/&lt;/a>&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >The 14 examples come from just 4 of the 8 existing&lt;a href="http://www.doi.org.pluma.sjfc.edu/registration_agencies.html" target="_blank"> DOI registration agencies&lt;/a> (RAs) It is virtually impossible for somebody without specialized knowledge to tell which DOIs are Crossref DOIs and which ones are not.&lt;/span>&lt;/p>
&lt;h2 id="span-backgroundspan">&lt;span >Background&lt;/span>&lt;/h2>
&lt;p>&lt;span >So DOIs unambiguously and persistently identify published, trustworthy, citable online scholarly literature. Right? Wrong.&lt;/span>&lt;/p>
&lt;p>&lt;span >The examples above are useful because they help elucidate some misconceptions about the DOI itself, the nature of the DOI registration agencies and, in particular issues being raised by new RAs and new DOI allocation models.&lt;/span>&lt;/p>
&lt;h2 id="span-dois-are-just-identifiersspan">&lt;span >DOIs are just identifiers&lt;/span>&lt;/h2>
&lt;p>&lt;span >Crossref’s dominance as the primary DOI registration agency makes it easy to assume Crossref’s &lt;em>particular&lt;/em> application of the DOI as a scholarly citation identifier is somehow intrinsic to the DOI. The truth is, the DOI has nothing specifically to do with citation or scholarly publishing. It is simply an identifier that can be used for virtually any application. DOIs could be used as serial numbers on car parts, as supply-chain management identifiers for videos and music or as cataloguing numbers for museum artifacts. The first two identifiers listed in the examples &lt;strong>(a &amp;amp; b)&lt;/strong> illustrate this. They both belong to &lt;a href="http://www.movielabs.com/" target="_blank">MovieLabs&lt;/a> and are part of the &lt;a href="http://eidr.org/" target="_blank">EIDR&lt;/a> (Entertainment Identifier Registry) effort to create a unique identifier for television and movie assets. At the moment, the DOIs that MoveLabs are assigning are B2B-focused and users are unlikely to see them in the wild. But we should recall that Crossref’s application of DOIs was also initially considered a B2B identifier- but it has since become widely recognized and depended on by researchers, librarians and third parties. The visibility of EIDR DOIs could change rapidly as they become more popular.&lt;/span>&lt;/p>
&lt;h2 id="span-multiple-dois-can-be-assigned-to-the-same-objectspan">&lt;span >Multiple DOIs can be assigned to the same object&lt;/span>&lt;/h2>
&lt;p>&lt;span >There is no &lt;a href="http://www.doi.org.pluma.sjfc.edu/" target="_blank">International DOI Foundation&lt;/a> (IDF) prohibition against assigning multiple DOIs to the same object. At most the IDF suggests that RAs might coordinate to avoid duplicate assignments, but it provides no guidelines on how such cross-RA checks would work.&lt;/span>&lt;/p>
&lt;p>&lt;span >Crossref, in its particular application of the DOI, attempts to ensure that we don’t assign two different copies of the same article with different DOIs, but that is designed in order to avoid having publishers mistakenly making duplicate submissions. Even then, there are subtle exceptions to this rule- the same article, if legitimately published in two different issues (e.g. a regular issue and a thematic issue) will be assigned different DOIs. This is because, though the actual article content might be identical, the &lt;em>context&lt;/em> in which it is cited is also important to record and distinguish. Finally, of course, we assign multiple DOIs to the same “object” when we assign book-level and chapter level DOIs. Or when we assign DOIs to components or reference work entries.&lt;/span>&lt;/p>
&lt;p>&lt;span >The likelihood of multiple DOIs being assigned to the same object increases as we have multiple RAs. In the future we might legitimately have a monograph that has different &lt;a href="http://www.bowker.co.uk/en-UK/" target="_blank">Bowker&lt;/a> DOIs for different e-book platforms (Kindle, iPad, Kobo.) yet all three might share the same Crossref DOI for citation purposes.&lt;/span>&lt;/p>
&lt;p>&lt;span >Again, the examples show this already happening. The examples &lt;strong>f &amp;amp; g&lt;/strong> are assigned by &lt;a href="http://www.datacite.org/" target="_blank">DataCite&lt;/a> (via &lt;a href="http://figshare.com/" target="_blank">FigShare&lt;/a>) and Crossref respectively. The first identifies the author version and was presumably assigned by said author. The second identifies the publisher version and was assigned by the publisher.&lt;/span>&lt;/p>
&lt;p>&lt;span >Although Crossref, as a publisher-focused RA, might have historically proscribed the assignment of Crossref DOIs to archive or author versions, there has never been and could never be any such restrictions on other DOI RAs. These are legitimate applications of two citation identifiers to two versions of the same article.&lt;/span>&lt;/p>
&lt;p>&lt;span >However, the next set of examples, &lt;strong>h, i, j&lt;/strong> and &lt;strong>k&lt;/strong> show what appears to be a slightly different problem. In these cases articles that appear to be in all aspects &lt;em>identical&lt;/em> have been assigned two separate DOIs by different RAs. In one respect this is a logistical or technical problem- although Crossref can check for such potential duplicate assignments within its own system, there is no way for us to do this across different RAs. But this is also a marketing and education problem- how do RAs with similar constituencies (publishers, researchers, librarians) and application of the DOI (scholarly citation) educate and inform their members about best practice in applying DOIs in that particular RAs context?&lt;/span>&lt;/p>
&lt;h2 id="span-doi-registration-agencies-are-not-focused-on-record-types-they-are-focused-on-constituencies-and-applicationsspan">&lt;span >DOI registration agencies are not focused on record types, they are focused on constituencies and applications&lt;/span>&lt;/h2>
&lt;p>&lt;span >The examples &lt;strong>f&lt;/strong> through &lt;strong>k&lt;/strong> also illustrate another area of fuzzy thinking about RAs- that they are somehow built around particular record types. We routinely hear people mistakenly explain that difference between Crossref and DataCite is that “Crossref assigns DOIs to journal articles” and that “DataCite assigns DOIs to data.” Sometimes this is supplemented with “and Bowker assigns DOIs to books.” This is nonsense. Crossref assigns DOIs to data (example &lt;strong>o&lt;/strong>) as well as conference proceedings, programs, images, tables, books, chapters, reference entries, etc. And DataCite covers a similar breadth of record types including articles (examples &lt;strong>c, h, f, l, m&lt;/strong> ). The difference between Crossref, DataCite and Bowker is their constituencies and applications- not the record types they apply DOIs to. Crossref’s constituency is publishers. DataCite’s constituency is data repositories, archives and national libraries. But even though Crossref and DataCite have different constituencies, they share a similar application of the DOI- that is the use of DOI as citation identifiers. This is in contrast to MovieLabs whose application of the DOI is supply chain management.&lt;/span>&lt;/p>
&lt;h2 id="span-doi-registration-agency-constituencies-and-applications-can-overlap-or-be-entirely-separatespan">&lt;span >DOI registration agency constituencies and applications can overlap &lt;em>or&lt;/em> be entirely separate&lt;/span>&lt;/h2>
&lt;p>&lt;span >Although Crossref’s constituency is “publishers”, we are catholic in our definition of “publisher” and have several members who run repositories that also “publish” content such as working papers and other grey literature (e.g. Woods Hole Oceanographic Institution, University of Michigan Library, University of Illinois Library). DataCite’s constituency is data repositories, archives and national libraries, but this doesn’t stop DataCite (through CDL/FigShare) from working with the publisher, PLoS, on their “&lt;a href="http://blogs.plos.org/everyone/2012/08/14/plos-one-launches-reproducibility-initiative/" target="_blank">Reproducibility Initiative&lt;/a>” which requires the archiving of article-related datasets. PloS has announced that they will host all supplemental data sets on FigShare but will assign DOIs to those items through Crossref.&lt;/span>&lt;/p>
&lt;p>&lt;span >Crossref’s constituency of publishers overlaps heavily with &lt;a href="http://doi.airiti.com/" target="_blank">Airiti&lt;/a>, &lt;a href="http://japanlinkcenter.org/jalc/" target="_blank">JaLC&lt;/a>, &lt;a href="http://www.medra.org.pluma.sjfc.edu/" target="_blank">mEDRA&lt;/a>, &lt;a href="http://www.doi.org.cn/portal/index.htm" target="_blank">ISTIC&lt;/a> and &lt;a href="http://www.bowker.co.uk/en-UK/" target="_blank">Bowker&lt;/a>. In the case of all but Bowker we also overlap in our application of the DOI in the service of citation identification. Bowker, though it shares Crossref’s constituency, uses DOIs for supply chain management applications.&lt;/span>&lt;/p>
&lt;p>&lt;span >Meanwhile, &lt;a href="http://eidr.org/" target="_blank">EIDR&lt;/a> is an outlier, its constituency does not overlap with Crossref’s &lt;em>and&lt;/em> its application of the DOI is different as well.&lt;/span>&lt;/p>
&lt;p>&lt;span >The relationship between RA constituency overlap (e.g. scholarly publishers vs television/movie studios) and application overlap (e.g. citation identification vs. supply chain management) can be visualized as such:&lt;/span>&lt;/p>
&lt;p>&lt;span >&lt;a href="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2013/06/ra_overlap.png">&lt;img class="alignnone size-full wp-image-280" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2013/06/ra_overlap.png" alt="RA Application/Constituency overlap" width="602" height="452" srcset="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2013/06/ra_overlap.png 602w, https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2013/06/ra_overlap-300x225.png 300w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" />&lt;/a>&lt;/span>&lt;/p>
&lt;p>&lt;span >The differences (subtle or large) between the various RAs are not evident to anybody without a fairly sophisticated understanding of the identifier space and the constituencies represented by the various RAs. To the ordinary person these are all just DOIs, which in turn are described as simply being “persistent interoperable identifiers.”&lt;/span>&lt;/p>
&lt;p>&lt;span >Which of course begs the question, what do we mean by “persistent” and “interoperable?”&lt;/span>&lt;/p>
&lt;h2 id="span-dois-only-are-as-persistent-as-the-registration-agencys-application-warrantsspan">&lt;span >DOIs only are as persistent as the registration agency’s application warrants.&lt;/span>&lt;/h2>
&lt;p>&lt;span >The word “persistent” does not mean “permanent.” &lt;a href="http://andrew.treloar.net/">Andrew Treloar&lt;/a> is known to point out that the primary sense of the word “persistent” in the New Oxford American Dictionary is:&lt;/span>&lt;/p>
&lt;blockquote>
&lt;p>&lt;span >Continuing firmly or obstinately in a course of action in spite of difficulty or opposition&lt;/span>&lt;/p>
&lt;/blockquote>
&lt;p>&lt;span >Yet presumably the IDF once chose to use the word “persistent” instead of “perpetual” or “permanent” for other reasons. “Persistence” implies longevity, without committing to “forever.”&lt;/span>&lt;/p>
&lt;p>&lt;span >It may sound prissy, but it seems reasonable to expect that the useful life-expectancy for the identifier used for managing inventory of the the movie “Young Sex Crazed Nurses” might be different than the life expectancy for the identifier used to cite Henry Oldenburg’s “Epistle Dedicatory” in the first issue of the Philosophical Transactions. In other words, some RAs have a mandate to be more “obstinate” than others and so their definitions of “persistence” may vary. Different RAs have different service level agreements.&lt;/span>&lt;/p>
&lt;p>&lt;span >The problem is that ordinary users of the “persistent” DOI have no way of distinguishing between those DOIs that are expected to have a useful life of 5 years and those DOIs that are expected to have a useful lifespan of 300+ years. Unfortunately, if one of the more than 6 million non-Crossref DOIs breaks today, it will likely be blamed on Crossref.&lt;/span>&lt;/p>
&lt;p>&lt;span >Similarly, if a DOI doesn’t work with an existing Crossref service, like CrossCheck, Crossmark or Crossref Metadata Search, it will also be laid at the foot of Crossref. This scenario is likely to become even more complex as different RAs provide different specialized services for their constituencies.&lt;/span>&lt;/p>
&lt;p>&lt;span >Ironically, the converse doesn’t always apply. Crossref oftentimes does not get credit for services that we instigated at the IDF level. For instance, FigShare has been widely praised for implementing content negotiation for DOIs even though this initiative had nothing to do with FigShare, instead it was implemented by DataCite with the prodding and active help of Crossref (DataCite even used Crossref’s code for a while). To be clear, we don’t begrudge praise for FigShare. We think FigShare is very cool- this just serves as an example of the confusion that is already occurring.&lt;/span>&lt;/p>
&lt;figure>&lt;img src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/uploads/2013/06/impressed.png"
alt="screenshot of tweet by Leigh Dodds" width="595" height="210">
&lt;/figure>
&lt;h2 id="heading">&lt;/h2>
&lt;h2 id="span-dois-are-only-interoperable-at-a-least-common-denominator-level-of-functionalityspan">&lt;span >DOIs are only “interoperable” at a least common denominator level of functionality&lt;/span>&lt;/h2>
&lt;p>&lt;span >There is no question that use of Crossref DOIs has enabled the interoperability of citations across scholarly publisher sites. The extra level of indirection built into the DOI means that publishers do not have to worry about negotiating multiple bilateral linking agreements and proprietary APIs. Furthermore, at the mundane technical level of following HTTP links, publishers also don’t have to worry about whether the DOI was registered with mEDRA, DataCite or Crossref as long as the DOI in question was applied with citation linking in mind.&lt;/span>&lt;/p>
&lt;p>&lt;span >However, what happens if somebody wants to use metadata to search for a particular DOI? What happens if they expect that DOI to work with content negotiation or to enable a CrossCheck analysis or show a Crossmark dialog or carry &lt;a href="https://www-crossref-org.pluma.sjfc.edu/services/funder-registry/" target="_blank">FundRef&lt;/a> data? At this level, the purported interoperability of the DOI system falls apart. A publisher issuing DataCite DOIs cannot use CrossCheck. A user with a mEDRA DOI cannot use it with content negotiation. Somebody searching Crossref Metadata Search or using Crossref’s OpenURL API will not find DataCite records. Somebody depositing metadata in an RA other than Crossref or DataCite will not be able to deposit ORCIDs.&lt;/span>&lt;/p>
&lt;p>&lt;span >There are no easy or cheap technical solutions to fix this level of incompatibility baring the creation of a superset of all RA functionality at the IDF level. But even if we had a technical solution to this problem- it isn’t clear that such a high-level of interoperability is warranted across all RAs. The degree of interoperability that is desirable between RAs is only in proportion to the degree that they serve overlapping constituencies (e.g. publishers) or use the DOI for overlapping applications (e.g. citation)&lt;/span>&lt;/p>
&lt;h2 id="span-doi-interoperability-matters-more-for-some-registration-agencies-than-othersspan">&lt;span >DOI Interoperability matters more for some registration agencies than others&lt;/span>&lt;/h2>
&lt;p>&lt;span >This raises the question of what it even means to be “interoperable” between different RAs that share virtually no overlap in constituencies or applications. In what meaningful sense do you make a DOI used for inventory control “interoperable” with a DOI used for identifying citable scholarly works? Do we want to be able to check “Young Sex Crazed Nurses” for plagiarism? Or let somebody know when the South Park movie has been retracted or updated? Do we need to alert somebody when their inventory of citations falls below a certain threshold? Or let them know how many copies of a PDF are left in the warehouse?&lt;/span>&lt;/p>
&lt;p>&lt;span >The opposite, but equally vexing issue arrises for RAs that actually share constituencies and/or applications. Crossref, DataCIte and mEDRA have &lt;em>all&lt;/em> built separate metadata search capabilities, separate deposit APIs, separate OpenURL APIs, and separate stats packages- &lt;em>all&lt;/em> geared at handling scholarly citation linking.&lt;/span>&lt;/p>
&lt;p>&lt;span >Finally, it seems a shame that a third party, like ORCID, who wants to enable researchers to add &lt;em>any&lt;/em> DOI and its associated metadata to their ORCID profile, will end up having to interface with 4-5 different RAs.&lt;/span>&lt;/p>
&lt;h2 id="span-summary-and-closing-thoughtsspan">&lt;span >Summary and closing thoughts&lt;/span>&lt;/h2>
&lt;p>&lt;span >Crossref was founded by publishers who were prescient in understanding that, as scholarly content moved online, there was the potential to add great value to publications by directly linking citations to the documents cited. However, publishers also realized that many of the architectural attributes that made the WWW so successful (decentralization, simple protocols for markup, linking and display, etc.), also made the web a fragile platform for persistent citation.&lt;/span>&lt;/p>
&lt;p>&lt;span >The Crossref solution to this dilemma was to introduce the use of the DOI identifier as a level of citation indirection in order to layer a persist-able citation infrastructure onto the web. The success of this mechanism has been evident at a number of levels. A first-order effect of the system is that it has allowed publishers to create reliable and persistent links between copies of publisher content. Indeed uptake of the Crossref system by scholarly and professional publishers has been rapid and almost all serious scholarly publishers are now Crossref members.&lt;/span>&lt;/p>
&lt;p>&lt;span >The second order effects of the Crossref system have also been remarkable. Firstly, just as researchers have long expected that any serious paper-based publication would include citations, now researchers expect that serious online scholarly publications will also support robust online citation linking. Secondly, some have adopted a cargo-cult practice of seeing the mere presence of a DOI on a publication as a putative sign of “citability” or “authority.” Thirdly, interest in use of the DOI as a linking mechanism has started to filter out to researchers themselves, thus potentially extending the use of Crossref DOIs beyond being primarily a B2B citation convention.&lt;/span>&lt;/p>
&lt;p>&lt;span >The irony is that although the DOI system was almost single-handedly popularized and promoted by Crossref, the DOI brand is better known than Crossref itself. We now find that new RAs like EIDR, DataCite and new services like FigShare are building on the DOI brand and taking it in new directions. As such the first and second order benefits of Crossref’s pioneering work with DOIs are likely to be effected by the increasing activity of the new DOI RAs as well as the introduction of new models for assigning and maintaining DOIs.&lt;/span>&lt;/p>
&lt;p>&lt;span >How can you trust that a DOI is persistent if different RAs have different conceptions of persistence? How can you expect the presence of a DOI to indicate “authority” or “scholarliness” if DOIs are being assigned to porn movies? How can you expect a DOI to point to the “published” version of an article when authors can upload and assign DOIs to their own copies of articles?&lt;/span>&lt;/p>
&lt;p>&lt;span >It is precisely because we think that some of the qualities traditionally (and wrongly) accorded to DOIs (e.g. scholarly, published, stewarded, citable, persistent) are going to be diluted in the long term that we have focused so much of our recent attention on new initiatives that have a more direct and unambiguous connection to assessing the trustworthiness of Crossref member’s content. CrossCheck and the CrossCheck logos are designed to highlight the role that publishers play in detecting and preventing academic fraud. The Crossmark identification service will serve as a signal to researchers that publishers are committed to maintaining their scholarly content as well as giving scholars the information they need to verify that they are using the most recent and reliable versions of a document. FundRef is designed to make the funding sources for research and articles transparent and easily accessible. And finally we have been both adjusting Crossref’s branding and display guidelines as well as working with the IDF to refine its branding and display guidelines so as to help clearly differentiate different DOI applications and constituencies.&lt;/span>&lt;/p>
&lt;p>&lt;span >Whilst it might be worrying to some that DOIs are being applied in ways that Crossref has not expected and may not have historically endorsed, we should celebrate that the broader scholarly community is finally recognizing the importance of persist-able citation identifiers.&lt;/span>&lt;/p>
&lt;p>&lt;span >These developments also serve to reinforce a strong trend that we have encountered in several guises before. That is, the complete scholarly citation record is made up of more than citations to the formally published literature. Our work on &lt;a href="http://www.orcid.org" target="_blank">ORCID&lt;/a> underscored that researchers, funding agencies, institutions and publishers are interested in developing a more holistic view of the manifold contributions that are integral to research. The “C” in ORCID stands for “contributor” and ORCID profiles are designed to ultimately allow researchers to record “products” which include not only formal publications, but also data sets, patents, software, web pages and other research outputs. Similarly, Crossref’s analysis of the Cited-by references revealed that one in fifteen references in the scholarly literature published in 2012 included a plain, ordinary HTTP URI- clear evidence that researchers need to be able to cite informally published content on the web. If the trend in Cited-by data continues, then in two to three years one in ten citations will be of informally published literature.&lt;/span>&lt;/p>
&lt;p>&lt;span >The developments that we are seeing are a response to the need that users have to persistently identify and cite the full gamut of record types that make up the scholarly literature. If we can not persistently site these record types, the scholarly citation record will grow increasingly porous and structurally unsound.  We can either stand back and let these gaps be filled by other players under their terms and deal reactively with the confusion that is likely to ensue- or we can start working in these areas too and help to make sure that what gets developed interacts with the existing online scholarly citation record in a responsible way.&lt;/span>&lt;/p></description></item></channel></rss>