899 lines
24 KiB
HTML
899 lines
24 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>On the NEH and Our Path Forward</title>
|
||
<meta name="description" content="The long-running and erratically updated blog of Kathleen Fitzpatrick.">
|
||
<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="kfitz">
|
||
<script async="" src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
|
||
<link rel="webmention" href="https://webmention.io/kfitz.info/webmention">
|
||
<link rel="pingback" href="https://webmention.io/kfitz.info/xmlrpc">
|
||
|
||
|
||
|
||
|
||
|
||
<style>/**
|
||
* okaidia theme for JavaScript, CSS and HTML
|
||
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
|
||
* @author ocodia
|
||
*/
|
||
|
||
code[class*="language-"],
|
||
pre[class*="language-"] {
|
||
color: #f8f8f2;
|
||
background: none;
|
||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||
font-size: 1em;
|
||
text-align: left;
|
||
white-space: pre;
|
||
word-spacing: normal;
|
||
word-break: normal;
|
||
word-wrap: normal;
|
||
line-height: 1.5;
|
||
|
||
-moz-tab-size: 4;
|
||
-o-tab-size: 4;
|
||
tab-size: 4;
|
||
|
||
-webkit-hyphens: none;
|
||
-moz-hyphens: none;
|
||
-ms-hyphens: none;
|
||
hyphens: none;
|
||
}
|
||
|
||
/* Code blocks */
|
||
pre[class*="language-"] {
|
||
padding: 1em;
|
||
margin: .5em 0;
|
||
overflow: auto;
|
||
border-radius: 0.3em;
|
||
}
|
||
|
||
:not(pre) > code[class*="language-"],
|
||
pre[class*="language-"] {
|
||
background: #272822;
|
||
}
|
||
|
||
/* Inline code */
|
||
:not(pre) > code[class*="language-"] {
|
||
padding: .1em;
|
||
border-radius: .3em;
|
||
white-space: normal;
|
||
}
|
||
|
||
.token.comment,
|
||
.token.prolog,
|
||
.token.doctype,
|
||
.token.cdata {
|
||
color: #8292a2;
|
||
}
|
||
|
||
.token.punctuation {
|
||
color: #f8f8f2;
|
||
}
|
||
|
||
.token.namespace {
|
||
opacity: .7;
|
||
}
|
||
|
||
.token.property,
|
||
.token.tag,
|
||
.token.constant,
|
||
.token.symbol,
|
||
.token.deleted {
|
||
color: #f92672;
|
||
}
|
||
|
||
.token.boolean,
|
||
.token.number {
|
||
color: #ae81ff;
|
||
}
|
||
|
||
.token.selector,
|
||
.token.attr-name,
|
||
.token.string,
|
||
.token.char,
|
||
.token.builtin,
|
||
.token.inserted {
|
||
color: #a6e22e;
|
||
}
|
||
|
||
.token.operator,
|
||
.token.entity,
|
||
.token.url,
|
||
.language-css .token.string,
|
||
.style .token.string,
|
||
.token.variable {
|
||
color: #f8f8f2;
|
||
}
|
||
|
||
.token.atrule,
|
||
.token.attr-value,
|
||
.token.function,
|
||
.token.class-name {
|
||
color: #e6db74;
|
||
}
|
||
|
||
.token.keyword {
|
||
color: #66d9ef;
|
||
}
|
||
|
||
.token.regex,
|
||
.token.important {
|
||
color: #fd971f;
|
||
}
|
||
|
||
.token.important,
|
||
.token.bold {
|
||
font-weight: bold;
|
||
}
|
||
.token.italic {
|
||
font-style: italic;
|
||
}
|
||
|
||
.token.entity {
|
||
cursor: help;
|
||
}
|
||
/*
|
||
* New diff- syntax
|
||
*/
|
||
|
||
pre[class*="language-diff-"] {
|
||
--eleventy-code-padding: 1.25em;
|
||
padding-left: var(--eleventy-code-padding);
|
||
padding-right: var(--eleventy-code-padding);
|
||
}
|
||
.token.deleted {
|
||
background-color: hsl(0, 51%, 37%);
|
||
color: inherit;
|
||
}
|
||
.token.inserted {
|
||
background-color: hsl(126, 31%, 39%);
|
||
color: inherit;
|
||
}
|
||
|
||
/* Make the + and - characters unselectable for copy/paste */
|
||
.token.prefix.unchanged,
|
||
.token.prefix.inserted,
|
||
.token.prefix.deleted {
|
||
-webkit-user-select: none;
|
||
user-select: none;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding-top: 2px;
|
||
padding-bottom: 2px;
|
||
}
|
||
.token.prefix.inserted,
|
||
.token.prefix.deleted {
|
||
width: var(--eleventy-code-padding);
|
||
background-color: rgba(0,0,0,.2);
|
||
}
|
||
|
||
/* Optional: full-width background color */
|
||
.token.inserted:not(.prefix),
|
||
.token.deleted:not(.prefix) {
|
||
display: block;
|
||
margin-left: calc(-1 * var(--eleventy-code-padding));
|
||
margin-right: calc(-1 * var(--eleventy-code-padding));
|
||
text-decoration: none; /* override del, ins, mark defaults */
|
||
color: inherit; /* override del, ins, mark defaults */
|
||
}
|
||
/* This is an arbitrary CSS string added to the bundle */
|
||
/* Defaults */
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
src: url('/css/files/atkinson-hyperlegible-latin-400-normal.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
font-weight: bold;
|
||
src: url('/css/files/atkinson-hyperlegible-latin-700-normal.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
font-style: italic
|
||
src: url('/css/files/atkinson-hyperlegible-latin-400-italic.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
|
||
:root {
|
||
--font-family: "Atkinson Hyperlegible", -apple-system, system-ui, sans-serif;
|
||
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
|
||
font-size: 18px;
|
||
}
|
||
|
||
/* Theme colors */
|
||
:root {
|
||
--color-gray-20: #e0e0e0;
|
||
--color-gray-50: #C0C0C0;
|
||
--color-gray-90: #333;
|
||
|
||
--background-color: #fff;
|
||
|
||
--text-color: var(--color-gray-90);
|
||
--text-color-link: #d61d4a;
|
||
--text-color-link-active: #853439;
|
||
--text-color-link-visited: #e8325e;
|
||
|
||
--syntax-tab-size: 2;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
:root {
|
||
--color-gray-20: #e0e0e0;
|
||
--color-gray-50: #C0C0C0;
|
||
--color-gray-90: #dad8d8;
|
||
|
||
/* --text-color is assigned to --color-gray-_ above */
|
||
--text-color-link: #1493fb;
|
||
--text-color-link-active: #6969f7;
|
||
--text-color-link-visited: #a6a6f8;
|
||
|
||
--background-color: #15202b;
|
||
}
|
||
}
|
||
|
||
|
||
/* Global stylesheet */
|
||
* {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
@view-transition {
|
||
navigation: auto;
|
||
}
|
||
|
||
html,
|
||
body {
|
||
padding: 0;
|
||
margin: 0 auto;
|
||
font-family: var(--font-family);
|
||
color: var(--text-color);
|
||
background-color: var(--background-color);
|
||
}
|
||
html {
|
||
overflow-y: scroll;
|
||
}
|
||
body {
|
||
max-width: 40em;
|
||
}
|
||
|
||
/* https://www.a11yproject.com/posts/how-to-hide-content/ */
|
||
.visually-hidden {
|
||
clip: rect(0 0 0 0);
|
||
clip-path: inset(50%);
|
||
height: 1px;
|
||
overflow: hidden;
|
||
position: absolute;
|
||
white-space: nowrap;
|
||
width: 1px;
|
||
}
|
||
|
||
p:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
p {
|
||
line-height: 1.5;
|
||
}
|
||
|
||
li {
|
||
line-height: 1.5;
|
||
}
|
||
|
||
a[href] {
|
||
color: var(--text-color-link);
|
||
}
|
||
a[href]:visited {
|
||
color: var(--text-color-link-visited);
|
||
}
|
||
a[href]:hover,
|
||
a[href]:active {
|
||
color: var(--text-color-link-active);
|
||
}
|
||
|
||
main,
|
||
footer {
|
||
padding: 1rem;
|
||
}
|
||
main :first-child {
|
||
margin-top: 0;
|
||
}
|
||
|
||
header {
|
||
border-bottom: 1px dashed var(--color-gray-20);
|
||
}
|
||
header:after {
|
||
content: "";
|
||
display: table;
|
||
clear: both;
|
||
}
|
||
|
||
footer {
|
||
border-top: 1px dashed var(--color-gray-50);
|
||
}
|
||
|
||
.links-nextprev {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
gap: .5em 1em;
|
||
list-style: "";
|
||
border-top: 1px dashed var(--color-gray-20);
|
||
padding: 1em 0;
|
||
}
|
||
.links-nextprev > * {
|
||
flex-grow: 1;
|
||
}
|
||
.links-nextprev-next {
|
||
text-align: right;
|
||
}
|
||
|
||
table {
|
||
margin: 1em 0;
|
||
}
|
||
table td,
|
||
table th {
|
||
padding-right: 1em;
|
||
}
|
||
|
||
pre,
|
||
code {
|
||
font-family: var(--font-family-monospace);
|
||
}
|
||
pre:not([class*="language-"]) {
|
||
margin: .5em 0;
|
||
line-height: 1.375; /* 22px /16 */
|
||
-moz-tab-size: var(--syntax-tab-size);
|
||
-o-tab-size: var(--syntax-tab-size);
|
||
tab-size: var(--syntax-tab-size);
|
||
-webkit-hyphens: none;
|
||
-ms-hyphens: none;
|
||
hyphens: none;
|
||
direction: ltr;
|
||
text-align: left;
|
||
white-space: pre;
|
||
word-spacing: normal;
|
||
word-break: normal;
|
||
overflow-x: auto;
|
||
}
|
||
code {
|
||
word-break: break-all;
|
||
}
|
||
|
||
/* Header */
|
||
header {
|
||
display: flex;
|
||
gap: 1em .5em;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
padding: 1em;
|
||
}
|
||
.home-link {
|
||
font-size: 1.5em; /* 16px /16 */
|
||
font-weight: 700;
|
||
margin-right: 2em;
|
||
}
|
||
.home-link:link:not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
|
||
/* Nav */
|
||
.nav {
|
||
display: flex;
|
||
padding: 0;
|
||
margin: 0;
|
||
list-style: none;
|
||
}
|
||
.nav-item {
|
||
display: inline-block;
|
||
margin-right: 1em;
|
||
}
|
||
.nav-item a[href]:not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
.nav a[href][aria-current="page"] {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
/* Posts list */
|
||
.postlist {
|
||
list-style: none;
|
||
padding: 0;
|
||
padding-left: 1.5rem;
|
||
}
|
||
.postlist-item {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: baseline;
|
||
counter-increment: start-from -1;
|
||
margin-bottom: 1em;
|
||
}
|
||
.postlist-item:before {
|
||
display: inline-block;
|
||
pointer-events: none;
|
||
content: "" counter(start-from, decimal-leading-zero) ". ";
|
||
line-height: 100%;
|
||
text-align: right;
|
||
margin-left: -1.5rem;
|
||
}
|
||
.postlist-date,
|
||
.postlist-item:before {
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
}
|
||
.postlist-date {
|
||
word-spacing: -0.5px;
|
||
}
|
||
.postlist-link {
|
||
font-size: 1.1875em; /* 19px /16 */
|
||
font-weight: 700;
|
||
flex-basis: calc(100% - 1.5rem);
|
||
padding-left: .25em;
|
||
padding-right: .5em;
|
||
text-underline-position: from-font;
|
||
text-underline-offset: 0;
|
||
text-decoration-thickness: 1px;
|
||
}
|
||
.postlist-item-active .postlist-link {
|
||
font-weight: bold;
|
||
}
|
||
|
||
/* Archive list */
|
||
.archivelist {
|
||
padding: 0;
|
||
padding-left: 2.5rem;
|
||
}
|
||
.archivelist-item {
|
||
align-items: baseline;
|
||
margin-bottom: 1em;
|
||
}
|
||
.archivelist-item::marker {
|
||
text-align: right;
|
||
margin-left: -1.5rem;
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
}
|
||
.archivelist-date {
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
word-spacing: -0.5px;
|
||
}
|
||
.archivelist-link {
|
||
font-size: 1.1875em; /* 19px /16 */
|
||
font-weight: 700;
|
||
flex-basis: calc(100% - 1.5rem);
|
||
padding-left: .25em;
|
||
padding-right: .5em;
|
||
text-underline-position: from-font;
|
||
text-underline-offset: 0;
|
||
text-decoration-thickness: 1px;
|
||
}
|
||
.archivelist-item-active .archivelist-link {
|
||
font-weight: bold;
|
||
}
|
||
|
||
|
||
/* Tags */
|
||
.post-tag {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
text-transform: capitalize;
|
||
font-style: italic;
|
||
}
|
||
.postlist-item > .post-tag {
|
||
align-self: center;
|
||
}
|
||
|
||
/* Tags list */
|
||
.post-metadata {
|
||
display: inline-flex;
|
||
flex-wrap: wrap;
|
||
gap: .5em;
|
||
list-style: none;
|
||
border-top: 1px dashed var(--color-gray-20);
|
||
border-bottom: 1px dashed var(--color-gray-20);
|
||
padding: 3px 0px 3px 0px;
|
||
margin: 0;
|
||
font-size: .8em;
|
||
}
|
||
.post-metadata time {
|
||
margin-right: 1em;
|
||
}
|
||
|
||
/* Direct Links / Markdown Headers */
|
||
.header-anchor {
|
||
text-decoration: none;
|
||
font-style: normal;
|
||
font-size: 1em;
|
||
margin-left: .1em;
|
||
}
|
||
a[href].header-anchor,
|
||
a[href].header-anchor:visited {
|
||
color: transparent;
|
||
}
|
||
a[href].header-anchor:focus,
|
||
a[href].header-anchor:hover {
|
||
text-decoration: underline;
|
||
}
|
||
a[href].header-anchor:focus,
|
||
:hover > a[href].header-anchor {
|
||
color: #aaa;
|
||
}
|
||
|
||
h2 + .header-anchor {
|
||
font-size: 1.5em;
|
||
font-weight: bold;
|
||
}
|
||
|
||
h1 {
|
||
font-weight: bolder;
|
||
}
|
||
|
||
summary {
|
||
font-size: 1.5em;
|
||
font-weight: bold;
|
||
margin-bottom: .5em;
|
||
}
|
||
|
||
img {
|
||
display: block;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
blockquote {
|
||
display: block;
|
||
margin-left: 2em;
|
||
margin-right: 3em;
|
||
padding-left: 10px;
|
||
border-left: 10px solid var(--text-color-link);
|
||
}
|
||
|
||
hr.new {
|
||
border: none;
|
||
border-top: 1px dashed var(--color-gray-50);
|
||
}
|
||
/* Webmention Section */
|
||
|
||
.webmentions {
|
||
display:block;
|
||
text-align: left;
|
||
}
|
||
.webmentions__facepile {
|
||
display:flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
}
|
||
.webmentions__face {
|
||
width: 2rem;
|
||
height: 2rem;
|
||
border-radius: 50%;
|
||
object-fit: cover;
|
||
flex: none;
|
||
}
|
||
.webmentions__list {
|
||
list-style-type: none;
|
||
padding:0;
|
||
}
|
||
.webmentions__item {
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
/* Single Webmention */
|
||
|
||
.webmention {
|
||
display:block;
|
||
}
|
||
.webmention__meta,
|
||
.webmention__author {
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
}
|
||
.webmention__meta {
|
||
margin-bottom:.5rem;
|
||
}
|
||
.webmention__author {
|
||
margin-right:.25rem;
|
||
}
|
||
.webmention__author__photo {
|
||
height: 3rem;
|
||
width: 3rem;
|
||
border-radius: 50%;
|
||
object-fit: cover;
|
||
margin-right:.5rem;
|
||
}
|
||
.webmention__pubdate {
|
||
font-style: italic;
|
||
}
|
||
/* Message Box */
|
||
.message-box {
|
||
--color-message-box: #ffc;
|
||
|
||
display: block;
|
||
background-color: var(--color-message-box);
|
||
color: var(--color-gray-90);
|
||
padding: 1em 0.625em; /* 16px 10px /16 */
|
||
}
|
||
.message-box ol {
|
||
margin-top: 0;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
.message-box {
|
||
--color-message-box: #082840;
|
||
}
|
||
}</style>
|
||
</head>
|
||
<body>
|
||
<a href="#skip" class="visually-hidden">Skip to main content</a>
|
||
|
||
<header>
|
||
<a href="/" class="home-link">kfitz</a>
|
||
<nav>
|
||
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
|
||
<ul class="nav">
|
||
<li class="nav-item"><a href="/">Home</a></li>
|
||
<li class="nav-item"><a href="/blog/">Archive</a></li>
|
||
<li class="nav-item"><a href="/about/">About</a></li>
|
||
<li class="nav-item"><a href="/projects/">Projects</a></li>
|
||
<li class="nav-item"><a href="/presentations/">Presentations</a></li>
|
||
<li class="nav-item"><a href="/teaching/">Teaching</a></li>
|
||
<li class="nav-item"><a href="/feed/feed.xml">Feed</a></li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||
<script src="/pagefind/pagefind-ui.js"></script>
|
||
<div id="search"></div>
|
||
<script>
|
||
window.addEventListener('DOMContentLoaded', (event) => {
|
||
new PagefindUI({ element: "#search", showSubResults: true });
|
||
});
|
||
</script>
|
||
|
||
<main id="skip">
|
||
<heading-anchors>
|
||
|
||
<h1 id="on-the-neh-and-our-path-forward">On the NEH and Our Path Forward</h1>
|
||
|
||
<ul class="post-metadata">
|
||
<li><time datetime="2025-04-17">17 April 2025</time></li>
|
||
<li><a href="/tags/commons/" class="post-tag">commons</a>, </li>
|
||
<li><a href="/tags/research/" class="post-tag">research</a></li>
|
||
</ul>
|
||
|
||
<p><em>Crossposted from the Knowledge Commons team blog.</em></p>
|
||
<p>Over the last several weeks, we've seen colleagues of ours across the country posting about the direct impacts they're experiencing of the current attacks on the National Endowment for the Humanities, including sudden and extensive terminations of previously awarded grants. We hurt for everyone who's trying to figure out how to <a href="https://rrchnm.org/news/carrying-on-when-the-grants-go-away">carry on</a>, not least because we're in that same space with you right now.</p>
|
||
<p>On April 2, 2025, we received notification that our NEH Infrastructure and Capacity Building Challenge Grant, awarded in 2020, was terminated effective immediately. We had just celebrated in a <a href="https://about.hcommons.org/2025/01/21/digital-scholar-donates-20000-to-support-knowledge-commonsand-helps-us-reach-a-major-milestone">January post</a> the completion of our fundraising match; the NEH grant offered us $500,000 to be released as we certified a 3:1 fundraising match. That combined $2 million in funding was to provide us with the runway necessary to bring the Commons to sustainability.</p>
|
||
<p>Insofar as there is good news here, it's that we'd been certifying gifts annually, and so most of the NEH funds had already been "obligated" (for whatever meaning that term now holds), and we'd been spending the receipts as needed over the last several years, with an expectation that the combined fund would be fully spent down in early 2027. In real numbers, the termination of the grant resulted in something less than $100,000 in losses for our budget – a significant amount for a small team operating on a shoestring, but not an insurmountable figure.</p>
|
||
<p>However, on April 10, 2025, we received further -- if not yet formal -- notification that our contract to provide the <a href="https://about.hcommons.org/2024/12/10/kcworks-named-designated-public-access-repository-of-the-national-endowment-for-the-humanities">NEH's Designated Public-Access Repository</a> was also being terminated, effective on that date. This loss is devastating for us, both for the financial impact it represents (another $200,000 loss over the same two years) but also for the unceremonious end to a goal we'd set for ourselves years ago. There’s also a real, human impact involved: we’d just completed an extensive search to hire a developer to work with us on that project, and were deep in the process of putting together an offer letter to an amazing candidate when the funds disappeared.</p>
|
||
<p>Not to mention the bigger picture here: that designated public-access repository is no longer needed, because it is assumed that the NEH will no longer be funding research, and thus there will be no results of research to make publicly accessible.</p>
|
||
<p>And worse: a huge percentage of our friends and colleagues at the NEH, whose work on our behalf has helped shape knowledge production across our fields, have lost their jobs, and are seeing the decimation of everything that they built and maintained with such care and professionalism.</p>
|
||
<p>Back here on the Commons team, we're mourning our losses, but also trying to carve out a path forward, one that will allow us to keep doing the key work of supporting open-access scholarly collaboration, communication, and preservation. We'll be sharing pieces of this plan with you over the coming weeks, which will include seeking institutions who want to join us (hint: KC Works is ready to host repositories for colleges, universities, and other organizations), and as you might expect, we'll be asking for community support as well. We’re more determined than ever to ensure that we can continue to provide a community-governed, non-profit alternative to the corporate platforms that threaten to capture, <a href="https://about.hcommons.org/2025/03/19/digital-preservation-in-a-time-of-disorder/">or even silence</a>, so much of the work that we care about.</p>
|
||
<p>Please be in touch as you carve your own paths forward, and let us know how we might help.</p>
|
||
|
||
<ul class="links-nextprev"><li class="links-nextprev-prev">← Previous<br> <a href="/writing-again/">Writing Again</a></li><li class="links-nextprev-next">Next →<br><a href="/gitea/">Gitea</a></li>
|
||
</ul>
|
||
|
||
<hyvor-talk-comments website-id="9100" page-id="/neh-path-forward/"></hyvor-talk-comments>
|
||
|
||
<div class="webmentions" id="webmentions">
|
||
<h3 id="webmentions-2">Webmentions</h3>
|
||
|
||
|
||
<p>No replies yet.</p>
|
||
|
||
|
||
|
||
<h4 id="10-likes">10 Likes</h4>
|
||
<div class="webmentions__facepile">
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#favorited-by-109297414906351452" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/c1ba79c8bd0a762c605d22e17fe53fc2cd2aaacd306da6135b4c4a223e9a3f7d.jpg" alt="Hans de Jonge" title="Hans de Jonge" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#favorited-by-109305254635531843" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/58f6c7992cd541dcf6d50c7c280b936ee1f04ab929f9eda21da7f20c60cf9149.png" alt="David D. Herbón" title="David D. Herbón" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:d5djdiq2nwbljzhbsbu57m3o" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/e69c9edc7c31e9ecdc034cd0d57e1bdfd5b9daf4c184914d85d467e185e7044d.jpg" alt="Jen Howard" title="Jen Howard" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:4bzgbonfr6lbymllocbtylka" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/f3abb757a95ed96410eb524d8cfe5ee31f8f1719cdc65ae88146e1716fc57aa9.jpg" alt="Open Research Community Accelerator (ORCA)" title="Open Research Community Accelerator (ORCA)" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:m3xe6x2fdprlzokc5vuydcdj" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/00d55df4f72081204313cb2f165bbab8e4b8f6f1a3965b57c60cd0694ac28a06.jpg" alt="Simon Davies" title="Simon Davies" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:ppliulirlxfjt7ed74agcxxa" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/0e74ab435ae8bae79a51af8030bf43c26ae3d035c0905de0a270c48d27c18448.jpg" alt="carš" title="carš" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:xlix42wimy36i36gqz7e5n5q" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/2e8158b0990024272a958ed7f50f6180b9e5c8b558a2db72f1b3a64692ffba2f.jpg" alt="Budapest Open Access Initiative" title="Budapest Open Access Initiative" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#liked_by_did:plc:quschouau47zm4f3ntsw7j5y" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/1b5c2fc8ba9b994e3f83906f06e15ac3141bd0c7d9ff7f68f6e0450945dbd9e1.jpg" alt="Amanda Wyatt Visconti" title="Amanda Wyatt Visconti" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#favorited-by-110968551455120939" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/8b6108aaafd06c80da03772d82f91939f42978df4837fc0db85464232cc46f77.jpg" alt="Tom Elliott" title="Tom Elliott" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#favorited-by-109299075791272230" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/dcfd6750f20403e9af5cdaf6821c07c3be280a6e2587093f02f6ed4ab2b3ebba.jpg" alt="Chris Hartgerink (they/them)" title="Chris Hartgerink (they/them)" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<h4 id="4-reposts">4 Reposts</h4>
|
||
<div class="webmentions__facepile">
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://bsky.app/profile/kfitz.info/post/3lmzdcugnkx25#reposted_by_did:plc:6bgvuhwfuesq7hwft3vynrc4" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/cdn.bsky.app/d3eee1a13994780eb399ca2c46644cfbeb55131fe6670441072453152bd62823.jpg" alt="Jesse Draper" title="Jesse Draper" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#reblogged-by-109301964862091126" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/261d8507ca92b2a3ab4353ad27dc0f558b05fd3d68098f2a192a54378cbb3e31.jpg" alt="Andreas Wagner" title="Andreas Wagner" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#reblogged-by-110105431319757734" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/9c05c2fa23226f67f4daba6f445f4c32aa1392fe16db28d84888f1e9283c1830.jpg" alt="Dimitris Tzouris" title="Dimitris Tzouris" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/114353802573112299#reblogged-by-110968551455120939" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://avatars.webmention.io/spaces.hcommons.social/8b6108aaafd06c80da03772d82f91939f42978df4837fc0db85464232cc46f77.jpg" alt="Tom Elliott" title="Tom Elliott" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</heading-anchors>
|
||
</main>
|
||
|
||
<footer>
|
||
<p><em>Built with <a href="https://www.11ty.dev/">Eleventy v3.1.0</a>. All content <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> if you're human.</em></p><p></p>
|
||
</footer>
|
||
|
||
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
|
||
</body>
|
||
</html>
|