-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.ftl
62 lines (49 loc) · 2.12 KB
/
index.ftl
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
<!-- Macros -->
<#include "libs/header.ftl">
<#include "models/index.ftl">
<!DOCTYPE html>
<html lang="${.lang}">
<head>
<title>${config.name!""}</title>
<#include "libs/head.ftl">
</head>
<body id="index-page" class="hold-transition layout-top-nav layout-navbar-fixed">
<div class="wrapper">
<!-- Navbar -->
<#include "libs/top-navbar.ftl">
<!-- /.navbar -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">NFDI4Health - COVID-19 Questionnaires</h1>
<p class="lead" style="white-space: nowrap; font-size: medium;">The NFDI4Health Taskforce COVID-19 is a platform for centralized data cataloging of epidemiological studies on COVID-19 conducted in Germany.</p>
<p>Beta Version 0.9.4</p>
<p>This website provides semantic search functionalities for selected COVID-19 survey instruments and item banks of relevance for epidemiologic and public health studies. The focus is on German studies. Information on these and other studies can be accessed through <a href="http://covid19.studyhub.nfdi4health.de" target="_blank">http://covid19.studyhub.nfdi4health.de/</a>. This site also provides instruments for download in their original formatting.</p>
</div>
</div>
<!-- Main content -->
<div class="content">
<div class="container">
<@homeModel/>
</div><!-- /.container-fluid -->
</div>
<div class="acknowledgements">
<div class="container">
<h1>Acknowledgements</h1>
This work was done as part of the NFDI4Health Task Force COVID-19
(www.nfdi4health.de/task-force-covid-19-2). We gratefully acknowledge the financial
support of the German Research Foundation (DFG) – Project Number 451265285, PI
345/17-1/SCHM 2744/9-1, and from the Klaus Tschira Foundation.
</div>
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<#include "libs/footer.ftl">
</div>
<!-- ./wrapper -->
<#include "libs/scripts.ftl">
<#include "libs/index-scripts.ftl">
</body>
</html>