-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (139 loc) · 8.18 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TS4NFDI</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#siteNavBar" aria-controls="siteNavBar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="siteNavBar">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" data-page="index">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="people">People</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="external-link" href="https://ts4nfdi.github.io/terminology-service-suite/comp/latest/?path=/docs/overview--docs" target="_blank">
TSS Widgets
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5"/>
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-page="external-link" href="https://github.com/ts4nfdi" target="_blank">
GitHub
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5"/>
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z"/>
</svg>
</a>
</li>
</ul>
</div>
</nav>
<div id="index" class="container-fluid section-container first-section">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6">
<img src="img/logo.png" class="rounded img-fluid logo" alt="TS4NFDI">
</div>
<div class="col-xl-6 col-lg-8 col-md-6">
<div class="row">
<div class="col-sm-12">
<h1>What is TS4NFDI?</h1>
<p class="lead text-justify">
Terminology Services 4 NFDI (TS4NFDI) is a cross-domain service for the provision, curation, development,
harmonization, and mapping of terminologies. It aims to facilitate consensus-building and interoperability
of services across disciplines to achieve a shared knowledge representation and knowledge engineering
framework. The service seeks to integrate and converge individual solutions into a standardized,
interoperable, and sustainable service suite with Service Wrapper, API Gateway, mapping service,
and reusable GUI widgets.</p>
</div>
</div>
<div class="row pt-5">
<div class="col-sm-12">
<h1>Goals</h1>
<p class="lead text-justify">
Currently, TS4NFDI is in the initialization phase with the following goals: to create a
comprehensive overview of all consortia and the terminologies and related services in
use – as well as their requirements and relevant use cases. Based on the development of a
detailed architecture, a first pilot should at least integrate three different terminology
service platforms into an aligned terminology service backend.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="publications" class="section-container">
<object type="text/html" data="./pages/publications.html"></object>
</div>
<div id="people" class="section-container">
<object type="text/html" data="./pages/people.html"></object>
</div>
<div id="events" class="section-container">
<object type="text/html" data="./pages/events.html"></object>
</div>
<div id="contact" class="section-container">
<object type="text/html" data="./pages/contact.html"></object>
</div>
<div class="footers">
<div id="footer-1">
<div class="footer-img-container">
<img src="img/base.png" class="img-fluid base-logo-img" alt="base4nfdi" height="100" width="200">
</div>
<div class="footer-img-container">
<img src="img/dfg.gif" class="img-fluid footer-img" alt="dfg" height="250" width="350">
<br/>
<small>This project is funded as part of Base4NFDI, grant number: 521466146</small>
</div>
<div class="footer-tex-container">
Resources
<ul>
<li>
<a href="https://ts4nfdi.github.io/terminology-service-suite/comp/latest/?path=/docs/overview--docs" target="_blank">
TSS Widgets
</a>
</li>
<li>
<a href="https://github.com/ts4nfdi" target="_blank">GitHub</a>
</li>
</ul>
</div>
</div>
<div class="row" id="footer-2">
<div class="col-sm-12 text-center">
<a class="footer-link" data-page="contact">Contact</a> |
<a href="https://www.zbmed.de/en/legal-notice" target="_blank">Imprint</a> |
<a href="https://www.zbmed.de/en/privacy-policy" target="_blank">Privacy Policy</a> |
<a href="https://base4nfdi.de/accessibility" target="_blank">Accessibility</a>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>