Skip to content

Commit 9b7b407

Browse files
tkuhnclaude
andcommitted
Migrate remaining static news items to nanopublications
The 20 hardcoded news items from 2022-2025 are now published as nanopublications in the Knowledge Pixels space, so news.html renders entirely from <nanopub-list>. Drops the now-dead .news-items CSS rule. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KsdmTjpnrLvuqT4wwSRKch
1 parent 0c87c08 commit 9b7b407

2 files changed

Lines changed: 0 additions & 50 deletions

File tree

assets/css/kp.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ p.imgsubtitle {
277277
margin-top: 20px;
278278
}
279279

280-
.news-items p,
281280
nanopub-list p {
282281
display: inline;
283282
}

news.html

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -47,54 +47,5 @@ <h2>Our news</h2>
4747
</li>
4848
</template></nanopub-list>
4949

50-
<section data-year="2025">
51-
<h3>2025</h3>
52-
53-
<ul class="news-items">
54-
55-
<li>Welcome <a href="index.html#ashley">Ashley</a>, who has joined our team as knowledge and software engineer</li>
56-
<li>We welcome <a href="index.html#sonia">Sonia</a> on our team as our accountant and financial advisor</li>
57-
<li>We are launching our <a href="incubator.html">incubator program</a>, where we help you develop your own use cases</li>
58-
<li>We are proud to be part of <a target="_blank" href="https://www.linkedin.com/feed/update/urn:li:activity:7343553601602052096/">FDO Connect</a>, a <a target="_blank" href="https://www.linkedin.com/posts/mission-ki_fairdigitalobjects-faemrderprojekt-fdo-activity-7336338502957096961-sVdi/">Germany-based project to implement FAIR Digital Objects (FDOs) with nanopublications</a target="_blank"></li>
59-
<li>Check out the <a target="_blank" href="https://nanopub.net/docs/tutorials/eswc2025/">nanopublication tutorial we gave at ESWC 2025</a>, including video recordings</li>
60-
<li>Our co-founder <a href="previous.html">Philipp</a> is leaving Knowledge Pixels, and we wish him all the best with his new adventures</li>
61-
<li>Welcome <a href="index.html#ziroli">Ziroli</a> and <a href="index.html#virginia">Virginia</a> as our new team members</li>
62-
<li>We are heartbroken that our dear advisor and friend <a target="_blank" href="https://email.sagepub.com/optiext/optiextension.dll?ID=eMNeHZKcFlDW0b7cECeFolJhbKOO0CCQPEopRoIjjJd95LO0nkSk1ghm1BC3m0BTXFSbJEVpzexJx15nyJFe4_eh8TvKP">Einar Fredriksson has passed away</a></li>
63-
<li><a target="_blank" href="https://www.linkedin.com/posts/neverblink_nanopublication-fair-rdf-activity-7320814261679599616---n8/">NeverBlink partnering with Knowledge Pixels</a></li>
64-
<li>We have released the beta version of <a href="https://github.com/knowledgepixels/nanopub-registry" target="_blank">Nanopub Registry</a></li>
65-
</ul>
66-
</section>
67-
68-
<section data-year="2024">
69-
<h3>2024</h3>
70-
71-
<ul class="news-items">
72-
<li>We are collaborating with the <a target="_blank" href="https://www.colonialcollections.nl/datahub/">Colonial Collections Consortium Datahub</a>, which uses our technology to allow people around the world to contribute to the knowledge about their collections</li>
73-
<li>We have released the beta version of <a href="https://github.com/knowledgepixels/nanopub-query" target="_blank">Nanopub Query</a></li>
74-
<li>We are honored and proud to have contributed to the <a target="_blank" href="https://bouchoutdeclaration2024.org/">Bouchout+10 Symposium</a> on "Rediscovering Known Biodiversity Knowledge"</li>
75-
<li>It was great to connect to other Linked Data efforts at the <a href="https://github.com/zazuko/knowledge-graph-forum">Knowledge Graph Forum 2024</a> in Basel</li>
76-
<li>Check out the talk we gave at the Metagov seminar on <a target="_blank" href="https://archive.org/details/kuhn-metagov-20240320">"Nanopublications: Rethinking global knowledge sharing"</a></li>
77-
</ul>
78-
</section>
79-
80-
<section data-year="2023">
81-
<h3>2023</h3>
82-
83-
<ul class="news-items">
84-
<li>We have released the beta version of <a href="https://nanodash.knowledgepixels.com/" target="_blank">Nanodash</a></li>
85-
<li><a target="_blank" href="https://blog.fairsharing.org/?p=971">FAIRsharing and FIPs: where we are, where we are headed</a></li>
86-
<li><a target="_blank" href="https://blog.pensoft.net/2023/09/12/nanopublications-tailored-to-biodiversity-data/" target="_blank">Launch of our biodiversity pilot with Pensoft</a></li>
87-
<li><a target="_blank" href="https://www.eurekalert.org/news-releases/988615" target="_blank">Launch of our first pilot with Pensoft</a> and <a href="https://www.iospress.com/news/introducing-fair-findings-innovators-and-publishers-join-forces-to-make-scientific-articles" target="_blank">IOS Press</a></li>
88-
</ul>
89-
</section>
90-
91-
<section data-year="2022">
92-
<h3>2022</h3>
93-
94-
<ul class="news-items">
95-
<li><a target="_blank" href="https://gist.github.com/tkuhn/1a99ce119d248f53689d52239512ec1f" target="_blank">Welcome to the New Era of Scientific Publishing</a></li>
96-
</ul>
97-
</section>
98-
9950
</body>
10051
</html>

0 commit comments

Comments
 (0)