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
|
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
|
-
+
-
-
-
-
-
+
+
+
+
+
|
site_name: Ethics in Contemporary Ethnographic Research
site_author: "John D. Boy"
copyright: "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
site_url: ""
use_directory_urls: false
nav:
- Home: 'index.md'
- Units:
- Weeks:
- 'weeks/1.md'
- 'weeks/2.md'
- 'weeks/3.md'
- 'weeks/4.md'
- 'weeks/5.md'
- 'weeks/6.md'
- Assignments:
- 'assignments/1.md'
- 'assignments/2.md'
- 'assignments/3.md'
- Bibliography: 'bib.md'
- FAQ: 'faq.md'
markdown_extensions:
- smarty
- def_list
plugins:
- search
- with-pdf:
cover_subtitle: "Spring 2023"
toc_title: "Contents"
toc_level: 1
ordered_chapter_level: 1
# - with-pdf:
# cover_subtitle: "Spring 2024"
# toc_title: "Contents"
# toc_level: 1
# ordered_chapter_level: 1
|