-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (110 loc) · 4.32 KB
/
index.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
<head>
<meta charset="utf-8">
<title>Niek van de Pas</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1,
h2,
h3 {
font-family: Arial, sans-serif;
}
img {
max-width: 100%;
height: auto;
/* Vertical spacing between images */
margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
/* Adjust styles for smaller screens if needed */
body {
margin: 10px;
}
}
</style>
</head>
<body>
<h1>Niek van de Pas</h1>
<h2>About</h2>
<p>
I am a PhD candidate at the departments of Cultural Anthropology and of Methodology and Statistics. My PhD project
pertains to notions of Dutchness and Dutch identity and utilizes a combination of ethnographic and text mining
methods.
</p>
<h2>Publications</h2>
<ul>
<li>
van de Pas, N. (2023). [Review of the book <em>Black Man in the Netherlands: An Afro-Antillean Anthropology</em>,
by F. Guadeloupe]. <em>Etnofoor</em>, 35(2). <a
href="https://www.jstor.org/stable/27275340">https://www.jstor.org/stable/27275340</a>
</li>
<li>
van de Pas, N., de Kort, D., Koster, M., & van Meijl, T. (2022). The Political Potential of Urban
Informality
in the Global North: A Rancièrian Perspective. <em>Journal of Developing Societies</em>, 38(2). <a
href="https://doi.org/10.1177/0169796X221089463">https://doi.org/10.1177/0169796X221089463</a>
</li>
</ul>
<h2>Conferences</h2>
<ul>
<li><em>Contextualizing Personality: Insights from Anthropology to Advance Personality Detection.</em> Poster
presented at BNAIC/BeNeLearn 2024, Utrecht, the Netherlands.</li>
</ul>
<h2>Teaching</h2>
<h3>2024-2025</h3>
<ul>
<li>Thesis supervision in the master's programme in Cultural Anthropology, Utrecht University</li>
<li>Thesis supervision in the bachelor's programme in Liberal Arts & Sciences (specialization Cultural
Anthropology), Utrecht University</li>
</ul>
<h3>2023-2024</h3>
<ul>
<li>Leading seminar groups in the course Anthropology of Violence, Utrecht University</li>
<li>Thesis supervision in the bachelor's programme in Cultural Anthropology, Utrecht University</li>
<li>Thesis supervision in the bachelor's programme in Liberal Arts & Sciences (specialization Cultural
Anthropology), Utrecht University</li>
<li>Mini-lecture on using quantitative data in anthropological research</li>
<li>Mentoring on the closing day of the 'Academic Professional' course for Master's students</li>
</ul>
<h3>2022-2023</h3>
<ul>
<li>Thesis supervision in the bachelor's programme in Cultural Anthropology, Utrecht University</li>
<li>Thesis supervision in the master's programme in Cultural Anthropology, Utrecht University</li>
<li>Mentoring on the closing day of the 'Academic Professional' course for Master's students</li>
</ul>
<h2>Professional Activities</h2>
<ul>
<li>Member of the PhD Council for the Faculty of Social Behavioural Sciences, Utrecht University</li>
</ul>
<h2>Some of my current favorite works</h2>
<ul>
<li>
Bostrom, N. (2014). Superintelligence: Paths, Dangers, Strategies. Oxford University Press.
</li>
<li>
Graeber, D. (2015). The Utopia of Rules: on Technology, Stupidity, and the Secret Joys of Bureaucracy. Melville
House.
</li>
<li>
Heldke, L. (2003). Exotic Appetites: Ruminations of a Food Adventurer (1st ed.). Routledge.
<a href="https://doi.org/10.4324/9781315822068">https://doi.org/10.4324/9781315822068</a>
</li>
<li>
Matthijs Kuipers (2017): “Makanlah Nasi! (Eat Rice!)”: Colonial Cuisine and Popular Imperialism in The Netherlands
During the Twentieth Century, Global Food History, <a href="https://doi.org/10.1080/20549547.2017.1279515"
https://doi.org/10.1080/20549547.2017.1279515>https://doi.org/10.1080/20549547.2017.1279515</a>
</li>
<li>
Sparrow, R. (2007). Killer Robots. Journal of Applied Philosophy, 24(1), 62–77.
<a href=http://www.jstor.org/stable/24355087>http://www.jstor.org/stable/24355087</a>
</li>
</ul>
<h2>Photography</h2>
<img src="assets/popcorn.jpg" />
<img src="assets/lights.jpg" />
<img src="assets/boat.jpg" />
<img src="assets/street.jpg" />
</body>