-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.66 KB
/
index.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NFDI4Objects</title>
<style type="text/css">
body {
margin: 10%;
font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
}
h1 { color: rgb(0, 51, 153); }
a { text-decoration: none; }
a:hover { text-decoration: underline };
</style>
</head>
<body>
<h1>NFDI4Objects</h1>
<p>
<a href="https://github.com/nfdi4objects">Public git repositores</a> used in and around
<a href="https://www.nfdi4objects.net/">NFDI4Objects</a>.
</p>
<p>
<ul>
<li>
<b><a href="https://nfdi4objects.github.io/n4o-databases/">n4o-databases</a></b>
Research databases used in NFDI4Objects
</li>
<li>
<b><a href="https://nfdi4objects.github.io/n4o-terminologies/">n4o-terminologies</a></b>
Terminologies relevant to NFDI4Objects
</li>
<li>
<b><a href="https://nfdi4objects.github.io/n4o-ontology/">n4o-ontology</a></b>
RDF Ontology based on CIDOC CRM
</li>
<li>
<b><a href="https://github.com/nfdi4objects/n4o-import">n4o-import</a></b>
Data reception and quality analysis for import workflow
</li>
<li>
<b><a href="https://github.com/nfdi4objects/n4o-graph">n4o-graph</a></b>
Scripts to build and document the NFDI4Objects Knowledge Graph of TA5
</li>
<li>
<a href="https://github.com/nfdi4objects/nfdi4objects.github.io">nfdi4objects.github.io</a> (this page)
</li>
</ul>
</p>
</body>
</html>