<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Crossref</title><link>https://www-crossref-org.turing.library.northwestern.edu/categories/blogs/</link><description>Recent content in Blogs 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.turing.library.northwestern.edu/categories/blogs/" rel="self" type="application/rss+xml"/><item><title>Scholarly blogs and their place in the research nexus</title><link>https://www-crossref-org.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.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.turing.library.northwestern.edu/" target="_blank">community forum&lt;/a> for discussion.&lt;/p></description></item><item><title>Event Data as Underlying Altmetrics Infrastructure at the 4:AM Altmetrics Conference</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/event-data-as-underlying-altmetrics-infrastructure-at-the-4am-altmetrics-conference/</link><pubDate>Mon, 25 Sep 2017 00:00:00 +0000</pubDate><author>Joe Wass</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/event-data-as-underlying-altmetrics-infrastructure-at-the-4am-altmetrics-conference/</guid><description>&lt;p>I&amp;rsquo;m here in Toronto and looking forward to a busy week. Maddy Watson and I are in town for the &lt;a href="https://www.altmetric.com/events/" target="_blank">4:AM Altmetrics Conference&lt;/a>, as well as the altmetrics17 workshop and Hack-day. I&amp;rsquo;ll be speaking at each, and for those of you who aren&amp;rsquo;t able to make it, I&amp;rsquo;ve combined both presentations into a handy blog post, which follows on from &lt;a href="https://doi-org.turing.library.northwestern.edu/10.64000/3jrqv-85z62" target="_blank">my last one&lt;/a>.&lt;/p>
&lt;p>But first, nothing beats a good demo. &lt;a href="https://live-eventdata-crossref-org.turing.library.northwestern.edu/live.html" target="_blank">Take a look at our live stream&lt;/a>. This shows the Events passing through Crossref Event Data, live, as they happen. You may need to wait a few seconds before you see anything.&lt;/p>
&lt;h2 id="crossref-and-scholarly-links">Crossref and scholarly links&lt;/h2>
&lt;p>You may know about Crossref. If you don&amp;rsquo;t, we are a non-profit organisation that works with Publishers (getting on for nine thousand) to register scholarly publications, issue Persistent Identifiers (DOIs) and maintain the infrastructure required to keep them working. If you don&amp;rsquo;t know what a DOI is, it&amp;rsquo;s a link that looks like this:&lt;/p>
&lt;p>&lt;a href="https://doi-org.turing.library.northwestern.edu/10.5555/12345678" target="_blank">https://doi-org.turing.library.northwestern.edu/10.5555/12345678&lt;/a>&lt;/p>
&lt;p>When you click on that, you&amp;rsquo;ll be taken to the landing page for that article. If the landing page moves, the DOI can be updated so you&amp;rsquo;re taken to the right place. This is why Crossref was created in the first place: to register Persistent Identifiers to combat link rot and to allow Publishers to work together and cite each other&amp;rsquo;s content. A DOI is a single, canonical identifier that can be used to refer to scholarly content.&lt;/p>
&lt;p>Not only that, we combine that with metadata and links. Links to authors via ORCIDs, references and citations via DOIs, funding bodies and grant numbers, clinical trials&amp;hellip; the list goes on. All of this data is provided by our members and most of it is made available via our free API.&lt;/p>
&lt;p>Because we are the central place that publishers register their content, and we&amp;rsquo;ve got approaching 100 million items of Registered Content, we thought that we could also curate and collect altmetrics type data for our corpus of publications. After all, a reference from a Tweet to an article is a link, just like a citation between two articles is a link.&lt;/p>
&lt;h2 id="an-experiment">An Experiment&lt;/h2>
&lt;p>So, a few years back we thought we would try and track altmetrics for DOIs. This was done as a Crossref Labs experiment. We grabbed a copy of PLOS ALM (since renamed Lagotto), loaded a sample of DOIs into it and watched as it struggled to keep up.&lt;/p>
&lt;p>It was a good experiment, as it showed that we weren&amp;rsquo;t asking exactly the right questions. There were a few things that didn&amp;rsquo;t quite fit. Firstly, it required every DOI to be loaded into it up-front, and, in some cases, for the article landing page for every DOI to be known. This doesn&amp;rsquo;t scale to tens of millions. Secondly, it had to scan over every DOI on a regular schedule and make an API query for each one. That doesn&amp;rsquo;t scale either. Thirdly, the kind of data it was requesting was usually in the form of a count. It asked the question:&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;How many tweets are there for this article as of today?&amp;rdquo;&lt;/p>
&lt;/blockquote>
&lt;p>This fulfilled the original use case for PLOS ALM at PLOS. But when running it at Crossref, on behalf of every publisher out there, the results raised more questions than they answered. Which was good, because it was a Labs Experiment.&lt;/p>
&lt;h2 id="asking-the-right-question">Asking the right question&lt;/h2>
&lt;p>The whole journey to Crossref Event Data has been a process of working out how to ask the right question. There are a number of ways in which &amp;ldquo;How many tweets are there for this article as of today?&amp;rdquo; isn&amp;rsquo;t the right question. It doesn&amp;rsquo;t answer:&lt;/p>
&lt;ul>
&lt;li>Tweeted by who? What about bots?&lt;/li>
&lt;li>Tweeted how? Original Tweets? Retweets?&lt;/li>
&lt;li>What was tweeted? The DOI? The article landing page? Was there extra text?&lt;/li>
&lt;li>When did the tweet occur?&lt;/li>
&lt;/ul>
&lt;p>We took one step closer toward the right question. Instead of asking &amp;ldquo;how many tweets for this article are there as of today&amp;rdquo; we asked:&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;What activity is happening on Twitter concerning this article?&amp;rdquo;&lt;/p>
&lt;/blockquote>
&lt;p>If we record each activity we can include information that answers all of the above questions. So instead of collecting data like this:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Registered Content&lt;/th>
&lt;th>Source&lt;/th>
&lt;th>Count&lt;/th>
&lt;th>Date&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>10.5555/12345678&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>20&lt;/td>
&lt;td>2017-01-01&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>10.5555/87654321&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>5&lt;/td>
&lt;td>2017-01-15&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>10.5555/12345678&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>23&lt;/td>
&lt;td>2017-02-01&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>We&amp;rsquo;re collecting data like this:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Subject&lt;/th>
&lt;th>Relation&lt;/th>
&lt;th>Object&lt;/th>
&lt;th>Source&lt;/th>
&lt;th>Date&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>twitter.com/tweet/1234&lt;/td>
&lt;td>references&lt;/td>
&lt;td>10.5555/12345678&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>2017-01-01&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>twitter.com/tweet/5678&lt;/td>
&lt;td>references&lt;/td>
&lt;td>10.5555/987654321&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>2017-01-11&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>twitter.com/tweet/9123&lt;/td>
&lt;td>references&lt;/td>
&lt;td>10.5555/12345678&lt;/td>
&lt;td>twitter&lt;/td>
&lt;td>2017-02-06&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>Now we&amp;rsquo;re collecting individual links between tweets and DOIs, we&amp;rsquo;re closer to all the other kinds of links that we store. It&amp;rsquo;s like the &amp;ldquo;traditional&amp;rdquo; links that we already curate except:&lt;/p>
&lt;ol>
&lt;li>It&amp;rsquo;s not provided by publishers, we have to go and collect it ourselves.&lt;/li>
&lt;li>It comes from a very diverse range of places, e.g. Twitter, Wikipedia, Blogs, Reddit, random web pages&lt;/li>
&lt;li>The places that the Events do come from don&amp;rsquo;t play by the normal rules. &lt;strong>Web pages work differently to articles.&lt;/strong>&lt;/li>
&lt;/ol>
&lt;h2 id="non-traditional-publishing-is-untraditional">Non-traditional Publishing is Untraditional&lt;/h2>
&lt;p>This last point caused us to scratch our heads for a bit. We used to collect links within the &amp;rsquo;traditional&amp;rsquo; scholarly literature. Generally, journal articles:&lt;/p>
&lt;ul>
&lt;li>get published once&lt;/li>
&lt;li>have a publisher looking after them, who can produce structured metadata&lt;/li>
&lt;li>are subject to a formal process of retractions or updates&lt;/li>
&lt;/ul>
&lt;p>Now we&amp;rsquo;re collecting links between things that aren&amp;rsquo;t seen as &amp;rsquo;traditional&amp;rsquo; scholarship and don&amp;rsquo;t play by the rules.&lt;/p>
&lt;p>The first thing we found is that blog authors don&amp;rsquo;t reference the literature using DOIs. Instead they use article landing pages. This meant that we had to put in the work to collect links to article landing pages and turn them back into DOIs so that they can be referenced in a stable, link-rot-proof way.&lt;/p>
&lt;p>When we looked at Wikipedia we noticed that, as pages are edited, references are added and removed all the time. If our data set reflected this, it would have to evolve over time, with items popping into existence and then vanishing again. This isn&amp;rsquo;t good.&lt;/p>
&lt;p>Our position in the scholarly community is to provide data and infrastructure that others can use to create services, enrich and build things. Curating an ever changing data set, where things can disappear, is not a great idea and is hard to work with.&lt;/p>
&lt;p>We realised that a plain old link store (also known as an assertion store, triple store, etc.) wasn&amp;rsquo;t the right approach as it didn&amp;rsquo;t capture the nuance in the data with sufficient transparency. At least, it didn&amp;rsquo;t tell the whole picture.&lt;/p>
&lt;p>We settled on a new architecture, and Crossref Event Data as we now know it was born. Instead of a dataset that changes over time, we have a continual stream of Events, where each Event tells a new part of the story. An Event is true at the time it is published, but if we find new information we don&amp;rsquo;t edit Events, we add new ones.&lt;/p>
&lt;p>An Event is the way that we tell you that we observed a link. It includes the link, in &amp;ldquo;subject - relation type - object&amp;rdquo; format, but so much more. We realised that one question won&amp;rsquo;t do, so Events now answer the following questions:&lt;/p>
&lt;ul>
&lt;li>What links to what?&lt;/li>
&lt;li>How was the link made? Was it with a article&amp;rsquo;s DOI or straight to an Article landing page?&lt;/li>
&lt;li>Which Agent collected it?&lt;/li>
&lt;li>Which data source were they looking at?&lt;/li>
&lt;li>When was the link observed?&lt;/li>
&lt;li>When do we think the link actually happened?&lt;/li>
&lt;li>What algorithms were used to collect it?&lt;/li>
&lt;li>How do you know?&lt;/li>
&lt;/ul>
&lt;p>I&amp;rsquo;ll come back to the &amp;ldquo;how do you know&amp;rdquo; a bit later.&lt;/p>
&lt;h2 id="what-is-an-altmetrics-event">What is an altmetrics Event?&lt;/h2>
&lt;p>So, an Event is a package that contains a link plus lots of extra information required to interpret and make sense of it. But how do we choose what comprises an Event?&lt;/p>
&lt;p>An Event is created every time we notice an interaction between something we can observe out on the web and a piece of registered content. This simple description gives rise to some interesting quirks.&lt;/p>
&lt;p>It means that every time we see a tweet that mentions an article, for example, we create an Event. If a tweet mentions two articles, there are two events. That means that &amp;ldquo;the number of Twitter events&amp;rdquo; is not the same as &amp;ldquo;the number of tweets&amp;rdquo;.&lt;/p>
&lt;p>It means that every time we see a link to a piece of registered content in a webpage, we create an Event. The Event Data system currently tries to visit each webpage once, but we reserve the right to visit a webpage more than once. This means that the number of Events for a particular webpage doesn&amp;rsquo;t mean there are that many references.&lt;/p>
&lt;p>We might go back and check a webpage in future to see if it still has the same links. If it does, we might generate a new set of Events to indicate that.&lt;/p>
&lt;p>Because of the evolving nature of Wikipedia, we attempt to visit every page revision and document the links we find. This means that if an article has a very active edit history, and therefore a large number of edits, we will see repeated Events to the literature, once for every version of the page that makes references. So the number of Events in Wikipedia doesn&amp;rsquo;t mean the number of references.&lt;/p>
&lt;p>An Event is created every time we notice an interaction. Each source (Reddit, Wikipedia, Twitter, blogs, the web at large) has different quirks, and you need to understand the underlying source in order to understand the Events.&lt;/p>
&lt;h2 id="we-put-the-choice-into-your-hands">We put the choice into your hands.&lt;/h2>
&lt;p>If you want to create a metric based on counting things, you have a lot of decisions to make. Do you care about bots? Do you care about citation rings? Do you care about retweets? Do you care about whether people use DOIs or article landing pages? Do you care what text people included in their tweet? The answer to each of these questions means that you&amp;rsquo;ll have to look at each data point and decide to put a weighting or score on it.&lt;/p>
&lt;p>If you wanted to measure how blogged about a particular article was, you would have to look at the blogs to work out if they all had unique content. For example, Google&amp;rsquo;s Blogger platform can publish the same blog post under multiple domain names.&lt;/p>
&lt;p>A blog full of link spam is still a blog. You may be doing a study into reputable blogs, so you may want to whitelist the set of domain names to exclude less reputable blogs. Or you may be doing a study into blog spam, so lower quality blogs is precisely what you&amp;rsquo;re interested in,&lt;/p>
&lt;p>If you wanted to measure how discussed an article was on Reddit, you might want to go to the conversation and see if people were actually talking about it, or whether it was an empty discussion. You might want to look at the author of the post to see if they were a regular poster, whether they were a bot or an active member of the community.&lt;/p>
&lt;p>If you wanted to measure how referenced an article was in Wikipedia, you might want to look at the history of each reference to see if it was deleted immediately. Or if it existed for 50% of the time, and to give a weighting.&lt;/p>
&lt;p>We don&amp;rsquo;t do any scoring, we just record everything we observe. We know that everyone will have different needs, be producing different outcomes and use different methodologies. So it&amp;rsquo;s important that we tell you everything we know.&lt;/p>
&lt;p>So that&amp;rsquo;s an Event. It&amp;rsquo;s not just a link, it&amp;rsquo;s the observation of a link, coupled with extra information to help you understand it.&lt;/p>
&lt;h2 id="how-do-you-know">How do you know?&lt;/h2>
&lt;p>But what if the Event isn&amp;rsquo;t enough? To come back to the earlier question, &amp;ldquo;how do you know?&amp;rdquo;&lt;/p>
&lt;p>Events don&amp;rsquo;t exist in isolation. Data must be collected and processed. Each Agent in Crossref Event Data monitors a particular data source and feeds data into the system, which goes and retrieves webpages so it can make observations. Things can go wrong.&lt;/p>
&lt;p>Any one of these things might prevent an Event from being collected:&lt;/p>
&lt;ul>
&lt;li>We might not know about a particular DOI prefix immediately after it&amp;rsquo;s registered.&lt;/li>
&lt;li>We might not know about a particular landing page domain for a new member immediately.&lt;/li>
&lt;li>Article landing pages might not have the right metadata, so we can&amp;rsquo;t match them to DOIs.&lt;/li>
&lt;li>Article landing pages might block the Crossref bot, so we can&amp;rsquo;t match DOIs.&lt;/li>
&lt;li>Article landing pages might require cookies, or convoluted JavaScript, so the bot can&amp;rsquo;t get the content.&lt;/li>
&lt;li>Blogs and webpages might require cookies or JavaScript to execute.&lt;/li>
&lt;li>Blogs might block the Event Data bot.&lt;/li>
&lt;li>A particular API might have been unavailable for a period of time.&lt;/li>
&lt;li>We didn&amp;rsquo;t know about a particular blog newsfeed at the time.&lt;/li>
&lt;/ul>
&lt;p>This is a fact of life, and we can only operate on a best-effort basis. If we don&amp;rsquo;t have an Event, it doesn&amp;rsquo;t mean it didn&amp;rsquo;t happen.&lt;/p>
&lt;p>This doesn&amp;rsquo;t mean that we just give up. Our system generates copious logs. It details every API call it made, the response it got, every scan it made, every URL it looked at. This amounts to about a gigabyte of data per day. If you want to find out why there was no Wikipedia data at a given point in time, you can go back to the log data and see what happened. If you want to see why there was no Event for an article by publisher X, you can look at the logs and see, for example, that Publisher X prevented the bot from visiting.&lt;/p>
&lt;p>Every Event that does exist has a link to an Evidence Record, which corresponds with the logs. The Evidence Record tells you:&lt;/p>
&lt;ul>
&lt;li>which version of the Agent was running&lt;/li>
&lt;li>which Artifacts and versions it was working from&lt;/li>
&lt;li>which API requests were made&lt;/li>
&lt;li>which inputs looked like possible links&lt;/li>
&lt;li>which matched or failed&lt;/li>
&lt;li>which Events were generated&lt;/li>
&lt;/ul>
&lt;p>Artifacts are versioned files that contain information that Agents use. For example, there&amp;rsquo;s a list of domain names, a list of DOI prefixes, a list of blog feed urls, and so on. By indicating which version of these Artifacts were used, we can explain why we visited a certain domain and not another.&lt;/p>
&lt;p>All the code is open source. The Evidence Record says which version of each Agent was running so you can see precisely which algorithms were used to generate the data.&lt;/p>
&lt;p>Between the Events, Evidence Records, Evidence Logs, Artifacts and Open Source software, we can pinpoint precisely how the system behaved and why. If you have any questions about how a given Event was (or wasn&amp;rsquo;t) generated, every byte of explanation is freely available.&lt;/p>
&lt;p>This forms our &amp;ldquo;Transparency first&amp;rdquo; idea. We start the whole process with an open Artifact Registry. Open source software then produces open Evidence Records. The Evidence Record is then consulted and turned into Events. All the while, copious logs are being generated. We&amp;rsquo;ve designed the system to be transparent, and for each step to be open to inspection.&lt;/p>
&lt;p>We&amp;rsquo;re currently in Beta. We have over thirty million Events in our API, and they&amp;rsquo;re just waiting for you to use them!&lt;/p>
&lt;p>Head over to the &lt;a href="https://www-eventdata-crossref-org.turing.library.northwestern.edu/guide/" target="_blank">User Guide&lt;/a> and get stuck in!&lt;/p>
&lt;p>If you are in Toronto, come and say hi to Maddy or me.&lt;/p>
&lt;p>&lt;a href="https://www-crossref-org.turing.library.northwestern.edu/people/joe-wass/">&lt;img src="https://www-crossref-org.turing.library.northwestern.edu/images/staff/joe-wass.jpg" width="200px">&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www-crossref-org.turing.library.northwestern.edu/people/madeleine-watson/">&lt;img src="https://www-crossref-org.turing.library.northwestern.edu/images/staff/madeleine-watson.jpg" width="200px">&lt;/a>&lt;/p></description></item><item><title>CrossTech By Numbers</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/crosstech-by-numbers/</link><pubDate>Mon, 21 Jul 2008 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/crosstech-by-numbers/</guid><description>&lt;p>CrossTech is two years old (less one month) and we have now seen some 145 posts. Breaking the posts down by poster we arrive at the following chart:&lt;/p>
&lt;img alt="crosstech.png" src="https://www-crossref-org.turing.library.northwestern.edu/wp/blog/images/crosstech.png" width="477" height="171" />
&lt;p>Note this is not any real attempt at vainglory, more a simple excuse to play with the wonderful &lt;a href="http://code.google.com/apis/chart/" target="_blank">Google Chart API&lt;/a>. Also, above I’ve taken the liberty of putting up an image (.png), although the chart could have been generated on the fly from &lt;a href="https://web.archive.org/web/20090218215119/http://code.google.com/apis/chart" target="_blank">this link&lt;/a> (or &lt;a href="http://tinyurl.com/6k38ra" target="_blank">tinyurl here&lt;/a>).&lt;/p>
&lt;p>What is of interest in the chart is that approximately 3/4 of the posts are by Crossref members (TH, EN, RK) and 1/4 by Crossref staff (EP, GB, AT, CK). Certainly Crossref staffers are doing their bit for this blog. There’s also way too many posts from me. It would be really interesting to see some others’ views or observations per the CrossTech logo legend (&lt;em>“…, collaboration, …”&lt;/em>).&lt;/p>
&lt;p>I guess the real impediment is that one needs to request an account before posting. (Certainly there’s no reason for any member to be shy about requesting an account and posting.) Note that I haven’t considered the number of commentators to the blog which is larger than the number of posters. Also a number of Crossref members are very active with their own blogs. Those blogs with a tech focus could (should?) be scooped up by a &lt;a href="https://web.archive.org/web/20080907094552/http://www.planetplanet.org/" target="_blank">Planet&lt;/a> style aggregator if there would be sufficient interest in maintaining a publishing technology hub.&lt;/p>
&lt;p>One can only hope that the numbers will continue to grow (by direct posts or by aggregations) and that there will be a wider info share over the next couple of years.&lt;/p></description></item><item><title>Crossref Citation Plugin (for WordPress)</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/crossref-citation-plugin-for-wordpress/</link><pubDate>Sat, 09 Feb 2008 00:00:00 +0000</pubDate><author>Crossref</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/crossref-citation-plugin-for-wordpress/</guid><description>&lt;p>OK, after a number of delays due to everything from indexing slowness to router problems, I’m happy to say that the first public beta of our &lt;a href="http://wordpress.org/" target="_blank">WordPress&lt;/a> citation plugin is available for &lt;a href="https://sourceforge.net/projects/crossref-cite/" target="_blank">download via SourceForge&lt;/a>. A &lt;a href="http://www.movabletype.org/" target="_blank">Movable Type&lt;/a> version is in the works.&lt;/p>
&lt;p>And congratulations to Trey at OpenHelix who became laudably impatient, &lt;a href="https://web.archive.org/web/20080216002622/http://www.openhelix.com.turing.library.northwestern.edu/blog/?p=128" target="_blank">found the SourceForge entry for the plugin&lt;/a> back on February 8th and seems to have been testing it since. He has a nice description of how it works (along with screenshots), so I won’t repeat the effort here.&lt;/p>
&lt;p>Having said that, I do include the text of the README after the jump. Please have a look at it before you install, because it might save you some mystification.&lt;/p>
&lt;h2 id="description">Description&lt;/h2>
&lt;p>A WordPress plugin that allows you to search Crossref metadata using citations or partial citations. When you find the reference that you want, insert the formatted and DOI-linked citation into your blog posting along with supporting &lt;a href="https://web.archive.org/web/20090927174724/http://ocoins.info/" target="_blank">COINs&lt;/a> metadata. The plugin supports both a long citation format and a short (op. cit.) format.&lt;/p>
&lt;h2 id="warnings-caveats-and-weasel-words">Warnings, Caveats and Weasel Words&lt;/h2>
&lt;p>Please note the following about this plugin:&lt;/p>
&lt;ol>
&lt;li>We are releasing this as a test. It is running on R&amp;amp;D equipment in a non-production environment and so it may disappear without warning or perform erratically. If it isn’t working for some reason, come back later and try again. If it seems to be broken for a prolonged period of time, then please report the problem to us via sourceforge.&lt;/li>
&lt;li>There is currently a 20 item limit on the number of hits returned per query. This might seem arbitrary and stingy, but please remember- we are not trying to create a fully blown search engine- we’re just trying to create a citation lookup service. Of course, if, after looking at how the service is used, it looks like we need to up this limit, we will.&lt;/li>
&lt;li>If you look in the plugin options (or at the code), you will see that the system includes an API key. At the moment we have no restrictions on use of this service, but have included this in case we need to protect the system from abuse.&lt;/li>
&lt;li>The bulk of the functionality we have developed is actually at the back-end. This plugin is just a lightweight interface to that back-end. You can examine the guts of the plugin in order to easily figure out how to create similar functionality for your favorite blog platform, wiki, etc. If you do create something, please let us know. We’d love to see what people are building.&lt;/li>
&lt;li>We are continuing to experiment with the metadata search function in order to increase its accuracy and flexibility. Again, this might result in seemingly inconsistent behavior. Did we mention that this is a test?&lt;/li>
&lt;li>Please note that this API is not meant for bulk harvesting of Crossref metadata. If you need such facilities, then please look at our web site for information about our metadata services.&lt;/li>
&lt;li>The data currently behind the plugin is *just* a December 2007 snapshot of our our complete journal article metadata. We have not added books or proceedings yet. We will do so soon and we will start updating the metadata weekly.&lt;/li>
&lt;/ol>
&lt;p>We welcome your ideas for tools that we can provide to help researchers. Please, please, please send comments, requests, queries and ideas to us at:&lt;/p>
&lt;p>&lt;a href="mailto:citation-plugin@crossref.org">citation-plugin@crossref.org&lt;/a>&lt;/p></description></item><item><title>comments and trackbacks</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/comments-and-trackbacks/</link><pubDate>Fri, 02 Feb 2007 00:00:00 +0000</pubDate><author>Ed Pentz</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/comments-and-trackbacks/</guid><description>&lt;p>Due to spam the comments and trackbacks were turned off on the blog since last week. Comments can be moderated so they have now been turned back on. Glad to see postings picking up.&lt;/p></description></item><item><title>Hooray!</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/hooray/</link><pubDate>Fri, 02 Feb 2007 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/hooray/</guid><description>&lt;p>Somebody is both reading (and recommending) this blog - see Lorcan’s post &lt;a href="http://orweblog.oclc.org.turing.library.northwestern.edu/archives/001257.html" target="_blank">here&lt;/a>. Just my opinion but would be really good to see more librarians following this in order to arrive at better consensus.&lt;/p></description></item><item><title>Blogs, Well Duh!</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/blogs-well-duh/</link><pubDate>Tue, 03 Oct 2006 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/blogs-well-duh/</guid><description>&lt;p>Steve Rubel has a reponse &lt;a href="http://www.micropersuasion.com/2006/10/duh_of_course_c.html" target="_blank">here&lt;/a> to Lexis-Nexis’ &lt;a href="http://news.com.com/2100-1025_3-6121778.html?part=rss&amp;amp;#038;tag=6121778&amp;amp;#038;subj=news" target="_blank">survey&lt;/a> on consumers preferred outlets for breaking news and their rubbishing of blogs as a credible publishing forum. It’s something called, er, the &lt;a href="http://en.wikipedia.org/wiki/Long_tail" target="_blank">Long Tail&lt;/a> by Chris Anderson at &lt;em>Wired Magazine&lt;/em>.&lt;/p></description></item><item><title>password control</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/password-control-1/</link><pubDate>Mon, 11 Sep 2006 00:00:00 +0000</pubDate><author>Ed Pentz</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/password-control-1/</guid><description>&lt;p>We’ve taken the top level access control off the site. This means that anyone can read the blog but posting will be limited to those with an account (Crossref members and invited participants). This will make it possible to include the CrossTech feed in your regular RSS reader/aggregator. We’ll soon be posting some general terms and conditions for this blog and also sending a message to all Crossref members about joining so we should see membership (and activity) pick up.&lt;/p></description></item><item><title>password control</title><link>https://www-crossref-org.turing.library.northwestern.edu/blog/password-control/</link><pubDate>Tue, 29 Aug 2006 00:00:00 +0000</pubDate><author>Ed Pentz</author><guid>https://www-crossref-org.turing.library.northwestern.edu/blog/password-control/</guid><description>&lt;p>Hi,&lt;/p>
&lt;p>At the moment a username and password is needed to read the CrossTech blog in addition to needing an account to post entries. However, it may be better to take off the access control to read the blog - this would mean that services like Technorati and Google could index the blog, which they can’t do at the moment and posting to the blog would be public.&lt;/p>
&lt;p>As people come on to the list maybe the first thing to comment on is whether we should take off the access control to read the blog. What to people think?&lt;/p></description></item></channel></rss>