-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
89 lines (72 loc) · 5.03 KB
/
news.html
File metadata and controls
89 lines (72 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Knowledge Pixels: News and Posts</title>
<link rel="stylesheet" href="assets/css/kp.css?v=1.5">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icon/favicon-16x16.png">
<link rel="manifest" href="assets/icon/site.webmanifest">
<link rel="mask-icon" href="assets/icon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#db0b5b">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<logo><img src="assets/img/knowledge-pixels-logo-rgb.svg" alt="Knowledge Pixels logo" /></logo>
<sub>building<br>the future<br>of knowledge</sub>
</header>
<section>
<buttons>
<a href="." class="button">< Back</a>
</buttons>
<h2>Our news</h2>
</section>
<section data-year="2025">
<h3>2025</h3>
<ul class="news-items">
<li>Welcome <a href="index.html#ashley">Ashley</a>, who has joined our team as knowledge and software engineer</li>
<li>We welcome <a href="index.html#sonia">Sonia</a> on our team as our accountant and financial advisor</li>
<li>We are launching our <a href="incubator.html">incubator program</a>, where we help you develop your own use cases</li>
<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>
<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>
<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>
<li>Welcome <a href="index.html#ziroli">Ziroli</a> and <a href="index.html#virginia">Virginia</a> as our new team members</li>
<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>
<li><a target="_blank" href="https://www.linkedin.com/posts/neverblink_nanopublication-fair-rdf-activity-7320814261679599616---n8/">NeverBlink partnering with Knowledge Pixels</a></li>
<li>We have released the beta version of <a href="https://github.com/knowledgepixels/nanopub-registry" target="_blank">Nanopub Registry</a></li>
</ul>
</section>
<section data-year="2024">
<h3>2024</h3>
<ul class="news-items">
<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>
<li>We have released the beta version of <a href="https://github.com/knowledgepixels/nanopub-query" target="_blank">Nanopub Query</a></li>
<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>
<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>
<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>
</ul>
</section>
<section data-year="2023">
<h3>2023</h3>
<ul class="news-items">
<li>We have released the beta version of <a href="https://nanodash.knowledgepixels.com/" target="_blank">Nanodash</a></li>
<li><a target="_blank" href="https://blog.fairsharing.org/?p=971">FAIRsharing and FIPs: where we are, where we are headed</a></li>
<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>
<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>
</ul>
</section>
<section data-year="2022">
<h3>2022</h3>
<ul class="news-items">
<li><a target="_blank" href="https://gist.github.com/tkuhn/1a99ce119d248f53689d52239512ec1f" target="_blank">Welcome to the New Era of Scientific Publishing</a></li>
</ul>
</section>
<script type="module">
import { showNewsItems } from "./scripts/news.js";
showNewsItems();
</script>
</body>
</html>