-
Notifications
You must be signed in to change notification settings - Fork 0
/
fieldwork.html
155 lines (152 loc) · 5.68 KB
/
fieldwork.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, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>FieldWork Research</title>
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Muli:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<header
class="masthead pt-5"
style="background-image: url('assets/img/post-bg.jpg')"
>
<button class="btn btn-danger" style="margin-left: 10px">
<a
href="javascript:void(0);"
class="text-white"
onclick="history.back();"
>Go Back</a
>
</button>
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="post-heading">
<h1 class="text-danger">FIELDWORK RESEARCH IN KANO STATE</h1>
<span class="meta">February 29, 2024 </span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content-->
<article class="mb-4 mt-5">
<div class="w-100 d-flex justify-content-center">
<img
class="img-fluid research-img rounded"
src="assets/img/fieldwork.jpeg"
alt="..."
/>
</div>
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<p class="mt-5">
The field work event at Kano state which was chosen as a case
study entails citizen ethnography training and research. it took
place between January 15th - February 7th 2024.
</p>
<div>
<p>Activities:</p>
<ul>
<li class="mb-2">
Key Informant Interviews (KII) with various stakeholders
(staff, community leaders, healthcare workers, etc.)
</li>
<li class="mb-2">Transcription and debriefing sessions</li>
<li class="mb-2">Power mapping workshops</li>
<li class="mb-2">Ethnography training and fieldwork</li>
<li class="mb-2">
Workshops with Red Cross officials, researchers, and
ethnographers
</li>
<li class="mb-2">Analysis and debriefing sessions</li>
</ul>
</div>
<div>
<p>Responsibilities:</p>
<ul>
<li class="mb-2">
Dr. Dukku: Lead facilitator, community leader engagement, and
citizen ethnography training
</li>
<li class="mb-2">
Dr. Amina: Healthcare worker and community member engagement
</li>
<li class="mb-2">
Dr. Sani: Healthcare worker, community member, and public
health official engagement
</li>
<li class="mb-2">
Jameelu: Red Cross branch staff and community member
engagement
</li>
<li class="mb-2">
Umar: IFRC Abuja staff and RC HQ staff engagement
</li>
<li class="mb-2">
Dr. Yashua: IFRC Abuja staff and RC HQ staff engagement
</li>
</ul>
</div>
<p class="mt-3">
This event aims to conduct research and training on citizen
ethnography, engaging various stakeholders to gather insights and
feedback. The schedule outlines a series of activities, including
interviews, workshops, and debriefing sessions, to achieve this
goal.
</p>
</div>
</div>
</div>
</article>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7 pt-5 pb-5">
<div class="small text-center text-muted fst-italic">
Copyright © Childcare and Wellness clinics 2024
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>