forked from healthinnovation/harmonize-visor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
81 lines (56 loc) · 1.51 KB
/
index.qmd
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
---
page-layout: full
comments: false
css: css/innova.css
---
::: {#welcome-message-title .h1}
:::
::: grid
::: {.g-col-12 .g-col-md-10 .g-start-md-2}
:::
::: {.g-col-12 .g-col-md-10 .g-start-md-2}
::: {#welcome-message-title2 .h3}
<p class="multipleStrings">
</p>
:::
:::
::: {.g-col-12 .g-col-md-4}
::: {.card .mb-2}
::: card-body
<h5 class="card-title">
Fieldwork
</h5>
<p class="card-text">
A web map-based monitoring system for the collection of geo-referenced information in the field using open source applications.
</p>
<a href="webmap.html" class="btn btn-info stretched-link">Start reading</a>
:::
:::
:::
::: {.g-col-12 .g-col-md-4}
::: {.card .mb-2}
::: card-body
<h5 class="card-title">
Statistical methods
</h5>
<p class="card-text">
Stratification and sampling of population centers in Loreto, Peru using Agglomerative Hierarchical Clustering and Stratified Sampling.
</p>
<a href="methodology.html" class="btn btn-warning stretched-link">Browse</a>
:::
:::
:::
::: {.g-col-12 .g-col-md-4}
::: {.card .mb-2}
::: card-body
<h5 class="card-title">
Data audit
</h5>
<p class="card-text">
Is a comprehensive summarize of databases on climate, health and sociodemographic variables. We include a metadata of all the main characteristics of each database. Our aim is to provide a friendly-user tool to visualize and select the most appropiate database to use.
</p>
<br> <a href="https://healthinnovation.github.io/harmonize-dashboard/" class="btn btn-danger stretched-link">Take me there</a>
:::
:::
:::
:::