<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Pardalotus</title>
    <link>https://pardalotus.tech/</link>
    <description>Recent content in Home on Pardalotus</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 22 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://pardalotus.tech/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Snapshot Tool</title>
      <link>https://pardalotus.tech/open-source/snapshot-tool/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/open-source/snapshot-tool/</guid>
      <description>&lt;p&gt;This is a command-line tool for working with DataCite and Crossref data dumps. It can convert between formats, combine snapshots and produce statistics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unicode in DOIs</title>
      <link>https://pardalotus.tech/posts/2024-12-22-unicode-in-dois/</link>
      <pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2024-12-22-unicode-in-dois/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://pardalotus.tech/posts/2024-12-22-how-long-is-a-doi&#34;&gt;previous post&lt;/a&gt; looked at how long DOIs are. One of the questions was:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Do UTF-8 encodings from Unicode characters make any difference on the statistics around DOI length?&lt;/p&gt;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Scholarly Identifiers Rust Library</title>
      <link>https://pardalotus.tech/open-source/scholarly-identifiers-library/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/open-source/scholarly-identifiers-library/</guid>
      <description>&lt;p&gt;A &lt;a href=&#34;https://www.rust-lang.org/&#34;&gt;Rust&lt;/a&gt; library for parsing, validating and&#xA;normalising a selection of scholarly identifiers (DOI, ORCID, ROR, ORCID, ISBN),&#xA;etc. It&amp;rsquo;s work in progress, with more identifiers being added.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How long is a DOI?</title>
      <link>https://pardalotus.tech/posts/2024-12-22-how-long-is-a-doi/</link>
      <pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2024-12-22-how-long-is-a-doi/</guid>
      <description>&lt;p&gt;In 2024 DataCite released their first public data file. &lt;a href=&#34;https://support.datacite.org/docs/datacite-public-data-file&#34;&gt;It&amp;rsquo;s easy to get a copy&lt;/a&gt;. Crossref have made a data dump &lt;a href=&#34;https://www.crossref.org/blog/2024-public-data-file-now-available-featuring-new-experimental-formats/&#34;&gt;available&lt;/a&gt; for the past few years.&lt;/p&gt;&#xA;&lt;p&gt;Having both files available opens up some interesting possibilities in comparing and combining the two data sources.&lt;/p&gt;&#xA;&lt;p&gt;The most obvious place to look is the DOIs themselves&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&amp;hellip; and the simplest question you could ask is &amp;ldquo;How long is a DOI?&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chaser</title>
      <link>https://pardalotus.tech/open-source/chaser/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/open-source/chaser/</guid>
      <description>&lt;p&gt;Tool to keep a local SQLite database up to date with changes from Crossref.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SPPIES: A slack group for Scholarly Programmers</title>
      <link>https://pardalotus.tech/posts/2024-11-04-sppies/</link>
      <pubDate>Mon, 04 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2024-11-04-sppies/</guid>
      <description>&lt;p&gt;Are you interested in the technical side of scholarly publishing technology and&#xA;infrastructure? If so, you&amp;rsquo;re welcome to join the &lt;a href=&#34;https://sppies.slack.com/&#34;&gt;SPPIES&lt;/a&gt; Slack group.&lt;/p&gt;&#xA;&lt;p&gt;SPPIES is short for Scholarly Publishing Programmers and Infrastructure&#xA;Enthusiasts, in homage to programmers&amp;rsquo; love of acronyms. One of the &amp;lsquo;P&amp;rsquo;s is silent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Falsehoods Programmers believe about DOIs</title>
      <link>https://pardalotus.tech/posts/2024-10-02-falsehoods-programmers-believe-about-dois/</link>
      <pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2024-10-02-falsehoods-programmers-believe-about-dois/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://doi.org&#34;&gt;DOI&lt;/a&gt;s, or Digital Object Identifiers, are everywhere, for a&#xA;given value of &amp;rsquo;everywhere&amp;rsquo;. They are the identifiers used to identify and link&#xA;research outputs, and a lot more besides.&lt;/p&gt;&#xA;&lt;p&gt;Humans are good at spotting patterns, and with something as ubiquitous as DOIs,&#xA;there are plenty of patterns to spot. However, with hundreds of millions of DOIs&#xA;and decades of history, it pays not to make generalisations.&lt;/p&gt;&#xA;&lt;p&gt;These all cropped up in my 10 years at Crossref. Either observed in the scholarly community using DOIs, or when writing software to find and handle DOIs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appropriately Technical</title>
      <link>https://pardalotus.tech/posts/2024-10-01-appropriately-technical/</link>
      <pubDate>Tue, 01 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2024-10-01-appropriately-technical/</guid>
      <description>&lt;p&gt;The word &amp;rsquo;technical&amp;rsquo; hasn&amp;rsquo;t always had a great reputation. Think of phrases like &amp;rsquo;technically correct&amp;rsquo;, &amp;rsquo;technical details&amp;rsquo;, or &amp;lsquo;acquitted on a technicality&amp;rsquo;. It&amp;rsquo;s easier to think of more negative uses than positive ones. I think there are a couple of reasons for that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Five principles for community altmetrics data</title>
      <link>https://pardalotus.tech/posts/2018-05-29-five-principles/</link>
      <pubDate>Tue, 29 May 2018 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/posts/2018-05-29-five-principles/</guid>
      <description>&lt;p&gt;I presented these five principles at the altmetrics18 workshop. You can &lt;a href=&#34;http://altmetrics.org/wp-content/uploads/2018/04/altmetrics18_paper_4_Wass.pdf&#34;&gt;read the paper submitted to the workshop here&lt;/a&gt;. This post is a few years old, but all the ideas still stand up. At the time I was building Crossref Event Data, and discussing what it would take to build an data model that would support community-generated bibliometrics. A lot has changed since, but I think the principles are still relevant today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About Pardalotus Technology</title>
      <link>https://pardalotus.tech/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/about/</guid>
      <description>&lt;p&gt;Hello! I&amp;rsquo;m Joe Wass. I&amp;rsquo;m an experienced technical leader and software developer.&#xA;I have over a decade&amp;rsquo;s experience in the open scholarly infrastructure space,&#xA;and over 15 years in various types of software development.&lt;/p&gt;&#xA;&lt;p&gt;Find me on&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;LinkedIn: &lt;a href=&#34;https://www.linkedin.com/in/joewass/&#34;&gt;https://www.linkedin.com/in/joewass/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Mastodon: &lt;a href=&#34;https://fosstodon.org/@joewass&#34;&gt;https://fosstodon.org/@joewass&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Email &lt;a href=&#34;mailto:joe@afandian.com&#34;&gt;joe@afandian.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Consultancy</title>
      <link>https://pardalotus.tech/consultancy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://pardalotus.tech/consultancy/</guid>
      <description>&lt;p&gt;I can help with:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;planning and refining technical roadmaps&lt;/li&gt;&#xA;&lt;li&gt;building, extending and maintaining software systems, especially concerned with scholarly metadata&lt;/li&gt;&#xA;&lt;li&gt;prototyping new systems&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Get in touch! Email &lt;a href=&#34;mailto:joe@afandian.com&#34;&gt;joe@afandian.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
