-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
136 lines (107 loc) · 3.81 KB
/
about.qmd
File metadata and controls
136 lines (107 loc) · 3.81 KB
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
---
title: "About"
subtitle: ""
toc: false
page-layout: full
---
<style>
/* Custom CSS styling */
.instructor-header {
background: #2780e3;
color: white;
padding: 4rem 1.5rem;
margin-bottom: 3rem;
text-align: center;
border-radius: 0.5rem;
}
.instructor-header h1 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.instructor-header .subtitle {
font-size: 1.1rem;
opacity: 0.9;
}
.bio-section {
max-width: 800px;
margin: 0 auto;
padding: 2rem 1rem;
}
.contact-card {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 0.5rem;
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
}
.social-icons {
display: flex;
justify-content: center;
gap: 1rem;
margin-top: 1rem;
flex-wrap: wrap;
}
.social-icons a {
display: inline-block;
padding: 0.3rem;
border-radius: 0.25rem;
transition: transform 0.2s ease;
}
.social-icons a:hover {
transform: translateY(-2px);
}
.social-icons img {
width: 24px;
height: 24px;
}
.course-highlight {
background: white;
border-left: 4px solid #667eea;
padding: 1.5rem;
margin: 2rem 0;
}
.target-audience {
background: #f1f5f9;
border-radius: 0.5rem;
padding: 1.5rem;
margin: 2rem 0;
}
</style>
<div class="instructor-header">
<h1>spatial-epi-101</h1>
<p class="subtitle">An Introduction to Spatial Epidemiology using R</p>
</div>
<div class="bio-section">
## About This Page
This workbook provides a comprehensive introduction to spatial epidemiology, designed to equip you with the essential skills needed to analyze, visualize, and interpret spatial health data using R. Through hands-on exercises and real-world examples, you'll learn how to apply spatial statistical methods to understand disease patterns, identify clusters, and explore environmental determinants of health.
<div class="course-highlight">
### What You'll Learn
By the end of this workbook, you will be able to handle complex spatial datasets, create compelling visualizations, conduct spatial statistical analyses, and interpret results in the context of public health research. The curriculum emphasizes reproducible research practices and ethical considerations when working with health data.
</div>
<div class="target-audience">
### Who This Page Is For
**Ideal for:**
Epidemiologists seeking to incorporate spatial methods, Graduate students in public health, geography, or related fields, Data scientists working with health or environmental data.Anyone interested in understanding spatial patterns in health outcomes
**Prerequisites:**
- Basic knowledge of R programming, Fundamental understanding of epidemiological concepts, Familiarity with basic statistical methods, No prior experience with spatial analysis required
</div>
## Learning Approach
The workbook follows a practical, hands-on approach where theory is immediately applied through coding exercises and case studies. Each module builds upon previous knowledge, progressing from basic spatial data handling to advanced statistical modeling techniques. You'll work with real datasets and tackle authentic public health challenges throughout the workbook.
<div class="contact-card">
**Questions about the workbook?**
Contact: max.lang[at]stx.ox.ac.uk
<div class="social-icons">
<a href="https://linkedin.com/in/MaxMLang" target="_blank" rel="noopener" aria-label="LinkedIn">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn">
</a>
<a href="https://github.com/MaxMLang" target="_blank" rel="noopener" aria-label="GitHub">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub">
</a>
<a href="https://orcid.org/0009-0004-6815-5321" target="_blank" rel="noopener" aria-label="ORCID">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/ORCID_iD.svg/512px-ORCID_iD.svg.png" alt="ORCID">
</a>
</div>
</div>
</div>