-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (38 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<title>Knowledge management FAIRification tool for conservation and restoration processes</title>
<link rel="icon" type="image/x-icon" href="pictures/CoffeeAndConservationLogo.png">
</head>
<body>
<header>
<h1>Knowledge management FAIRification tool for conservation and restoration processes</h1>
<hr>
</header>
<nav>
<a href="index.html">Introduction</a>
<a href="vocabulary.html">Vocabulary</a>
<!-- <a href="ontology.html">Ontology</a> -->
<a href="contact.html">Contact</a>
<br>
<center>
<img src="pictures/CoffeeAndConservationLogo.png" alt="Coffe & Conservation" height="300" title="Coffe & Conservation" img>
</center>
</nav>
<main>
<article>
<section>
<h2>Introduction</h2>
<p>
Auf dieser Seite entsteht ein <q>interactive web-based knowledge management FAIRification tool for conservation and restoration processes and historical/prehistoric manufacturing/production techniques</q>.
</p>
<p>
Als erstes Feature wird die Erstellung von hierarchischen Vokabularen aus Tabellen heraus unterstützt, indem diese validiert und visualisiert werden können.
</p>
</section>
<aside> </aside>
</article>
</main>
<footer> </footer>
</body>
</html>