-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
94 lines (73 loc) · 2.75 KB
/
software.html
File metadata and controls
94 lines (73 loc) · 2.75 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
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Knowledge Pixels: Software</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>Software</h2>
<p>This is our open source software that supports you with nanopublication technology.</p>
</section>
<section>
<container>
<column>
<h3>Nanodash</h3>
<p>
Nanodash is our nanopublication user interface and API provider. It offers easy-to-use templates for nanopublication creation, custom feeds, a search function, and it connects to journals for formal publication with academic articles.
</p>
<buttons>
<a href="https://github.com/knowledgepixels/nanodash/" class="button" target="_blank">GitHub</a>
</buttons>
</column>
<column>
<h3>nanopub-java</h3>
<p>
Nanopub-java is a Java library for handling nanopublications. This is currently the most advanced implementation of nanopublications, covering hash-based identifier generation, digital signatures, nanopublication indexes, and more.
</p>
<buttons>
<a href="https://github.com/Nanopublication/nanopub-java" class="button" target="_blank">GitHub</a>
</buttons>
</column>
</container>
</section>
<section>
<container>
<column>
<h3>Nanopub Query</h3>
<p>
Nanopub Query is the second-generation service for querying published nanopublications using SPARQL. To make querying fast and scalable, it provides many separate triple stores, each covering a specific subset of all nanopublications.
</p>
<buttons>
<a href="https://github.com/knowledgepixels/nanopub-query" class="button" target="_blank">GitHub</a>
</buttons>
</column>
<column>
<h3>Nanopub Registry</h3>
<p>
Nanopub Registry is the second-generation nanopublication publishing and retrieval service. It is still under development, and will replace the first-generation <em>nanopub servers</em> when fully implemented.
</p>
<buttons>
<a href="https://github.com/knowledgepixels/nanopub-registry" class="button" target="_blank">GitHub</a>
</buttons>
</column>
</container>
</section>
</body>
</html>