-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
660 lines (647 loc) · 46.5 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE HTML>
<!--
Urban by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<link rel="shortcut icon" type="image/jpg" href="https://vooruitproject.nl/wp-content/uploads/2019/12/vu-vrije-universiteit-amsterdam.jpg"/>
<meta charset="utf-8">
<title> Mariken A.C.G. van der Velden, Vrije Universiteit Amsterdam</title>
<meta name="Mariken A.C.G. van der Velden" content="Communication Science Vrije Universiteit Amsterdam: Comparative Political Communication and Computational Social Sciences"
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135180008-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135180008-1');
</script>
</head>
<body data-spy="scroll" data-target="#my-navbar">
<!-- Navbar -->
<nav class="navbar navbar-default navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="" class="navbar-brand">Mariken A.C.G. van der Velden</a>
</div><!-- Navbar Header-->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#about">About</a>
<li><a href="#research">Research</a>
<li><a href="#teaching">Teaching</a>
<li><a href="#media">Media</a>
</ul>
</div>
</div><!-- End Container-->
</nav><!-- End navbar -->
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>Mariken A.C.G. van der Velden</h1>
<p>Dep. Communication Science | Vrije Universiteit Amsterdam<br>
Political Communication, Comparative Politics, and Computational Social Science</p>
</header>
</div>
</section>
<!-- About -->
<div id="about">
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<!-- 2 Columns -->
<div class="flex flex-2">
<div class="col col1">
<br> <br> <br>
<div class="image fit">
<img src="images/pic_website.png" alt="" />
</div>
</div>
<div class="col col2">
<h3>Welcome!</h3>
<p style="text-align:justify">I am an Associate Professor of Political Communication in the Department of Communication Science
at the <a href="https://vu.nl/en/about-vu/faculties/faculty-of-social-sciences/departments/communication-science" target="_blank"> <i>Vrije Universiteit</i> Amsterdam</a>.
I received my PhD in Political Science from the <a href="https://vu.nl/en/about-vu/faculties/faculty-of-social-sciences/departments/political-science-and-public-administration" target="_blank"> <i>Vrije Universiteit</i> Amsterdam</a>.
Before joining the Department of Communication Science, I was a postdoctoral researcher at the <a href="https://www.ipz.uzh.ch/de.html" target="_blank"> Institute of Political Science
at the University of Zurich</a>, and visiting researcher of the Departments of Political Science at <a href="https://politicalscience.unc.edu/" target="_blank"> the University of North Carolina</a>,
Chapel Hill and <a href="https://www.politics.ox.ac.uk/" target="_blank"> the University of Oxford</a>. </p>
<p style="text-align:justify">My research interest comprise the areas of political communication, political behavior, and computational social science.
I am motivated by key societal challenges that face democracies today, such as the crisis of representative
democracy and increasing political fragmentation. Specifically, I apply advanced computational approaches to study the
communication and rhetoric of politicians, and how this affects political decision making and its electoral consequences
in multi-party systems. </p>
<p style="text-align:justify">In my current work, I examine the legitimacy of political decision-making.
In one project, I study the electoral ramifications of (un)compromising politicians.
This research project is funded through a <a href="https://www.nwo.nl/en/researchprogrammes/nwo-talent-programme/projects-veni/2019" target="_blank">Innovation Grant (VENI)</a> by the Netherlands Organisation for Scientific Research (NWO).
In another project, I look at the perceived legitimacy of goverment communication, which is funded through a <a href="https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa/innovation-and-networks-nwa/small-projects-nwa-routes" target="_blank">National Science Agenda Grant </a> by NWO.
Moreover, as part of the <a href="https://opted.eu/" target="_blank">OPTED H2020 consortium </a> funded by the European Research Council, I work on methods to compare textual data
in multilangual settings.
</p>
<br>
<br>
<h4>Contact </h4>
<ul class="list-inline">
<li><a href="mailto:[email protected]" target="_blank" color="#2A52BE"><span class="glyphicon glyphicon-envelope"></span> [email protected]</a></li>
<li><a href="https://twitter.com/MarikenVelden" target="_blank"><i class="fa fa-twitter"></i>@MarikenVelden</a></li>
<li><a href="https://github.com/MarikenvdVelden" target="_blank"><i class="fa fa-github"></i> MarikenvdVelden</a></li>
<li>Download my <a href="docs/CV_MvdV.pdf" target="_blank">C.V.</a></li>
</ul>
</div><!-- End column -->
</div><!-- End flex -->
</div><!--End inner-->
</section><!--End section-->
</div><!--End about-->
<!-- Research -->
<section>
<div class="well" id="research">
<div class="container">
<h3 align="center"> Publications </h3>
<br>
<div class="row">
</div>
<div class="row">
<div class="col-md-10">
<h4>'Das Volk' or 'Bürger'? The Implications of Ethnic and Civic Conceptions of the People for the Measurement of Populist Attitudes.
<small>
<br> (with Maurits J. Meijers)
<br> Forthcoming in <i> European Journal of Political Research </i>.
<br> <a href="https://ejpr-onlinelibrary-wiley-com/doi/10.1111/1475-6765.12578" target="_blank"> Article </a> | <a href="https://github.com/MarikenvdVelden/wording-experiment-populist-attitudes/" target="_blank"> Open source code </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Populists believe in the sovereignty of the people. Yet, the people can be construed in ethnic terms or in civic terms. Using a novel wording experiment in Germany (N=7,034), we examine whether ethnic or civic conceptions of 'the people' affect respondents' adherence agreement to key populist attitude items. '<i>Volk</i>' in German has an ethno-nationalist connotation and has been used throughout history to signify 'ethnic Germans'. The concept '<i>Bürger</i>', or citizens, by contrast, lacks an ethnic undercurrent. Similar ethnic connotations of 'the people' are also common in other languages. We find that there are statistically significant differences between items framed in an ethnic and a civic manner -- and that this differs per item. This relationship is significantly moderated by respondents' degree of exclusive national identity and voting behaviour for the radical right. Our findings suggest that the way in which the people is conceptualized has important implications for the measurement of populist attitudes. When populist attitudes are measured with an ethnic understanding of the 'the people', the construct is biased toward right-wing populism, inhibiting the measurement of populism as a `thin-ideology'. Moreover, we demonstrate the importance of careful translations in comparative research, since some translated synonyms carry different meanings, and thereby change the concept under investigation."
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/ejpr.jpg" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4> Content Analysis in the Research Field of Political Coverage
<small>
<br> (with Felicia Loecherbach)
<br> Book chapter in <i> Standardisierte Inhaltsanalyse in der Kommunikationswissenschaft–Standardized Content Analysis in Communication Research </i>. Springer.
<br> <a href="https://link-springer-com/chapter/10.1007/978-3-658-36179-2_8" target="_blank"> Book chapter </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> The coverage of politics, and more specifically policies or political issues, in news media has been abundantly studied by scholars of agenda setting (see for example, McCombs and Shaw, 1972, 1993; Baumgartner and Jones, 2010, 1991; Soroka, 1999; Walgrave and Van Aelst, 2016; Vliegenthart and Walgrave, 2011; Walgrave and Van Aelst, 2016; Baumgartner et al., 2006). Building on Walter Lippmann’s (1957) argument of the media’s ability to construct social realities in the public mind, agenda setting refers to the transfer of often covered topics in news media to its salience in the public agenda. McCombs and Shaw (1972) pioneered this field, surveying voters in North Carolina (USA) on the most important political issues and comparing these results to a media content analysis of nine local news media outlets. This finding has been coined the first-level agenda setting theory. Ever since the seminal study of McCombs and Shaw (1972), this finding has been replicated hundreds of times all across the world – ranging from other locations in the USA, to Europe, Asia, Latin America and Australia – for both election and non-election settings over a broad range of public issues and other aspects of political communication. Moreover, the agenda-setting theory has been extended from objects of attention to attributes, known as the second-level (McCombs, 1992; McCombs and Shaw, 1993; McCombs et al., 2014). From the second-level, it became apparent that “the media not only can be successful in telling us what to think about, they also can be successful in telling us how to think about it” (McCombs, 2005, p.546, emphasis in original). In the early 2010’s, the theory extended with a third-level (Guo et al., 2012; Guo and McCombs, 2011). This level includes a network component to the theory. In this chapter, we will describe the state-of-the-art of agenda-setting theory for the coverage of politics, and especially policies and political issues in media in three trends. Thereafter, we discuss the most common used research designs (pp.5–8), and we conclude with the limitations and possible future directions of the field (pp.8–10).
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/ca_bookcover.jpeg" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4>Fueling Toxicity? Studying Deceitful Opinion Leaders and Behavioral Changes of Their Followers
<small>
<br> (with Puck Guldemond and Andreu Casas Salleras)
<br> <i> Politics and Governance </i>.
<br> <a href="https://www.cogitatiopress.com/politicsandgovernance/article/view/5756" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> The spread of deceiving content on social media platforms is a growing concern amongst scholars, policymakers, and the public at large. We examine the extent to which influential users (i.e., “deceitful opinion leaders”) on Twitter engage in the spread of different types of deceiving content, thereby overcoming the compartmentalized state of the field. We introduce a theoretical concept and approach that puts these deceitful opinion leaders at the center, instead of the content they spread. Moreover, our study contributes to the understanding of the effects that these deceiving messages have on other Twitter users. For 5,574 users and 731,371 unique messages, we apply computational methods to study changes in messaging behavior after they started following a set of eight Dutch deceitful opinion leaders on Twitter during the Dutch 2021 election campaign. The results show that users apply more uncivil language, become more affectively polarized, and talk more about politics after following a deceitful opinion leader. Our results thereby underline that this small group of deceitful opinion leaders change the norms of conversation on these platforms. Hence, this accentuates the need for future research to study the literary concept of deceitful opinion leaders.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/Politics and Governance_0.png" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4>Three Gaps in Computational Text Analysis Methods for Social Sciences: A Research Agenda
<small>
<br> (with Christian Baden, Christian Pipal, and Martijn Schoonvelde)
<br> <i> Computational Methods and Measures </i>.
<br> <a href="https://www-tandfonline-com/doi/full/10.1080/19312458.2021.2015574" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> We identify three gaps that limit the utility and obstruct the progress of computational text analysis methods (CTAM) for social science research. First, we contend that CTAM development has prioritized technological over validity concerns, giving limited attention to the operationalization of social scientific measurements. Second, we identify a mismatch between CTAMs’ focus on extracting specific contents and document-level patterns, and social science researchers’ need for measuring multiple, often complex contents in the text. Third, we argue that the dominance of English language tools depresses comparative research and inclusivity toward scholarly communities examining languages other than English. We substantiate our claims by drawing upon a broad review of methodological work in the computational social sciences, as well as an inventory of leading research publications using quantitative textual analysis. Subsequently, we discuss implications of these three gaps for social scientists’ uneven uptake of CTAM, as well as the field of computational social science text research as a whole. Finally, we propose a research agenda intended to bridge the identified gaps and improve the validity, utility, and inclusiveness of CTAM. </p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/CMM.jpg" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4> Epistemic Overconfidence in Algorithmic News Selection
<small>
<br> (with Felicia Loecherbach)
<br> Forthcoming at <i> Media and Communication </i>
<br> <a href="#" target="_blank"> Article </a> | <a href="https://github.com/MarikenvdVelden/Epistemic-Overconfidence-in-Algorithmic-News-Selection" target="_blank"> Open source code </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> The process of news consumption has undergone great changes over the past decade: Information is now available in an ever-increasing amount from a plethora of sources. Recent work suggests that most people would favor algorithmic solutions over human editors. This stands in contrast to public and scholarly debate about the pitfalls of algorithmic news selection - i.e. so-called “filter bubbles”. This study therefore investigates the reasons and motivations which might lead people to prefer algorithmic gatekeepers over human ones. We expect that people have more algorithmic appreciation when consuming news to pass time, entertain oneself or out of escapism than when using news to keep up-to-date with politics (H1). Secondly, we hypothesize the extent to which people are confident in their own cognitive abilities moderates that relationship: When people are overconfident in their own capabilities to estimate the relevance of information, they are more likely to have higher levels of algorithmic appreciation, due to the third person effect (H2). For testing those <a href="https://osf.io/2tqwy" target="_blank"> two pre-registered hypothesis </a>, we conducted an online survey with a sample of 268 U.S. participants, and replicated our study using a sample of 384 Dutch participants. The results show that the first hypothesis cannot be supported by our data. However, a positive interaction between overconfidence and algorithmic appreciation in case the gratification of news usage is surveillance (i.e. gaining information about the world, society, and politics) was found in both samples. Thereby, our study contributes to our understanding of the underlying reasons people have for choosing different forms of gatekeeping when selecting news.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/MediaCommunication.png" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4> Media, politics, and affect
<small>
<br> (with Isabella Rebasso)
<br> Book chapter in <i> Routledge Handbook of Emotions and Media </i>
<br> <a href="docs/Affect-Politics-Media_Rebasso-vanderVelden.pdf" target="_blank"> Book chapter </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Ever since the seminal campaign of Lyndon B. Johnson in 1964 where Daisy was introduced, emotions are present in political campaigns and other political processes. Their effect used to be understudied by scholars of political communication, however, until the early 2000s. Scholars have demonstrated ample times that making emotional appeals matters for their electoral strategy. Moreover, it has been shown that specific emotions elicit behavioral effects on citizens. This review shows how emotions are applied by political elites, their effects on citizens as well as how to study these emotional appeals in political communication.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/HandbookEmotions.jpg" class="img-responsive">
</div>
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4> The Validity of Sentiment Analysis: Comparing Manual Annotation, Crowd-Coding, Dictionary Approaches, and Machine Learning Algorithms
<small>
<br> (with Wouter van Atteveldt & Mark Boukes)
<br> <i> Communication Methods and Measures </i>
<br> <a href="https://doi.org/10.1080/19312458.2020.1869198" target="_blank"> Article </a> | <a href="https://github.com/vanatteveldt/ecosent" target="_blank"> Open source code </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Sentiment is central to many studies of communication science, from negativity and polarization in political communication to analyzing product reviews and social media comments in other sub-fields. This study provides an exhaustive comparison of sentiment analysis methods, using a validation set of Dutch economic headlines to compare the performance of manual annotation, crowd coding, numerous dictionaries and machine learning using both traditional and deep learning algorithms. The three main conclusions of this article are that: (1) The best performance is still attained with trained human or crowd coding; (2) None of the used dictionaries come close to acceptable levels of validity; and (3) machine learning, especially deep learning, substantially outperforms dictionary-based methods but falls short of human performance. From these findings, we stress the importance of always validating automatic text analysis methods before usage. Moreover, we provide a recommended step-by-step approach for (automated) text analysis projects to ensure both efficiency and validity.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/CMM.jpg" class="img-responsive">
</div><!-- End column -->
</div>
<br>
<div class="row">
<div class="col-md-10">
<h4> Selecting in or Selecting Out? Gender Gaps and Political Methodology in Europe
<small>
<br> (with Malu A.C. Gatto, Anita R. Gohdes & Denise Traber)
<br> <i> PS: Political Science & Politics </i>
<br> <a href="https://doi.org/110.1017/S1049096519001288" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Studies investigating gender gaps in the doctoral training of political science students have focused so far overwhelmingly on the US context. Although important research within this context has made strides in identifying the persistent challenges to women’s incorporation in political methodology, much remains unknown about whether women and men have different experiences in methods training during their PhD programs. We contribute to this debate by analyzing data from an original survey on the methods-training experiences of political science PhD students at different European universities. We assess whether gender gaps exist with respect to PhD students’ methods training and confidence in employing methods skills. Our findings show that women cover significantly fewer methods courses in their doctoral training. When women do participate in methods training, they show levels of method employment similar to their male colleagues. We discuss the implications of these findings in the context of European doctoral training.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/ps_politicalsciencepolitics.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> A new dataset of Dutch and Danish party congress speeches
<small>
<br> (with Gijs Schumacher, Daniel Hansen & Sander Kunst)
<br> <i> Research & Politics </i>
<br> <a href="https://doi.org/10.1177/2053168019838352" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> We present a new dataset of speeches given by Danish and Dutch politicians at party congresses between 1946 and 2017. The dataset is a unique collection of materials from different party archives and digital repositories. It offers a unique opportunity to analyse the issues discussed in these speeches, the positions taken and the rhetoric used by party elites over time and between countries. We describe the data and illustrate them with one application: a sentiment analysis that describes differences between parties and over time.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/RAP.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> The Use and Usefulness of p-Values in Political Science: Introduction
<small>
<br> (with Daniel Bischof)
<br> <i> Swiss Political Science Review </i>
<br> <a href=" https://doi.org/10.1111/spsr.12376" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> P-values are the most frequently employed metric to assess the significance of statistical findings in the social sciences. Since the earliest years of their usage the meaning and usefulness of p-values were topics of heated discussion (Berkson 1942; Fisher 1935). Lately the reproduction/replication crisis resuscitated this debate (Benjamin et al. 2018; Gelman 2018; Lakens et al. 2018; McShane et al. 2019; Nuzzo 2014; Trafimow and Marks 2015). Meanwhile, the skepticism has not stopped at the gates of political science. Most prominently the journal “Political Analysis” banned p-values “in regression tables or elsewhere” after the new editor took over the board of editors in 2017 (Gill 2018: 1).1 Also political scientists contributed to a swelling debate suggesting to lower the threshold for p-values to 0.005 (Benjamin et al. 2018; Esarey 2017).
This present debate seeks to contribute to the discussion on p-values by summarizing the main arguments of it, providing an encompassing discussion of p-values – also from an epistemological perspective – as well as advice for the discipline about the Do's and Don'ts for p-values. In doing so it contributes to two ongoing debates: First, the actual meaning of p-values – the mathematical definition. Second, the potential to misuse p-values – even if correctly understood and defined. In February 2018 the Department of Political Science at the University of Zurich held a workshop containing public lectures about the use and usefulness of p-values. The goal of the workshop was to cover a wide spectrum of opinions on p-values, covering frequentist, bayesian and more epistemological views. The present contribution summarizes these public lectures but also goes beyond them by giving each author the opportunity to engage with the position of the remaining authors on the one hand and by adding a critical discussion of all lectures in the conclusion on the other hand.
Our introduction first gives a brief history of p-values and their definition before summarizing the discussion about the use and “misuse” of p-values in the discipline and situates this into the larger debate on the replication crisis; Vera Troeger (2019) discusses the logic of statistical inference and significance testing and the implications of significance testing for empirical research; Susumu Shikano (2019) provides a detailed insight into two Bayesian approaches to hypothesis testing; Marco R. Steenbergen (2019) takes a stronger epistemological view on to p or not to p; and finally, Simon Hug (2019) critically discusses the contributions of this debate by emphasizing that none of the discussed approaches appear to provide a “silver bullet” for the issues they seek to address.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/SPSR.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Studying Political Decision Making With Automatic Text Analysis
<small>
<br> (with Wouter van Atteveldt & Kasper Welbers)
<br> <i> Oxford Research Encyclopedia of Politics </i>
<br> <a href="https://doi.org/10.1093/acrefore/9780190228637.013.957" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Analyzing political text can answer many pressing questions in political science, from understanding political ideology to mapping the effects of censorship in authoritarian states. This makes the study of political text and speech an important part of the political science methodological toolbox. The confluence of increasing availability of large digital text collections, plentiful computational power, and methodological innovations has led to many researchers adopting techniques of automatic text analysis for coding and analyzing textual data. In what is sometimes termed the “text as data” approach, texts are converted to a numerical representation, and various techniques such as dictionary analysis, automatic scaling, topic modeling, and machine learning are used to find patterns in and test hypotheses on these data. These methods all make certain assumptions and need to be validated to assess their fitness for any particular task and domain.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/oxford_research_encyclopedias.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Living in the past or living in the future? Analyzing parties’ platform change in between elections, the Netherlands 1997–2014
<small>
<br> (with Gijs Schumacher & Barbara Vis)
<br> <i> Political Communication </i>
<br> <a href="https://doi.org/10.1080/10584609.2017.1384771" target="_blank"> Article </a>
</small>
</h4>
<p class="text-justify">
<strong> Abstract:</strong> Do parties change their platform in anticipation of electoral losses? Or do parties respond to experienced losses at the previous election? These questions relate to two mechanisms to align public opinion with party platforms: (1) rational anticipation, and (2) electoral performance. While extant work empirically tested, and found support for, the latter mechanism, the effect of rational anticipation has not been put to an empirical test yet. We contribute to the literature on party platform change by theorizing and assessing how party performance motivates parties to change their platform in-between elections. We built a new and unique dataset of >20,000 press releases issued by 15 Dutch national political parties that were in parliament between 1997 and 2014. Utilizing automated text analysis (topic modeling) to measure parties’ platform change, we show that electoral defeat motivates party platform change in-between elections. In line with existing findings, we demonstrate that parties are backward-looking.
</p>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/polcom.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<br>
<h3 align="center"> Working Papers <small>(selection)</small> </h3>
<br>
<div class="row">
<div class="col-md-4">
<h4> Don't Budge! The Reputational Cost of Political Compromises
<small>
<br> (with Maurits J. Meijers)
</small>
</h4>
<p class="text-justify"> <b> Abstract </b> <br>
Extant research shows that citizens support he abstract democratic principle of political compromise, but tend to reject specific compromises between political parties. Yet, it remains unclear how positional flexibility during coalition negotiations affect the perceived trustworthiness and credibility of parties. We examine whether compromises by one's in-party during coalition negotiations can breed political distrust and dissatisfaction with representation using a pre-registered survey experiment in Germany fielded just after the 2021 parliamentary elections (`N=8,000`), in which we 1) isolate the effect of parties’ negotiation position from success or failure in the negotiations; and 2) delve into the social psychological mechanisms that drive voters’ responses to compromise. We find that compromises signficantly harm citizens' evaluations of trust, credibility and representational performance. This effect is particularly pronounced among highly principled citizens and citizens with low social trust. Finally, in a pre-registered observational study we examine whether the negative relationship between citizens' anti-compromise attitudes and political trust holds across 20 modern democracies, showing that anti-compromise attitudes coincide with lower levels of political trust. Our study sheds light on the reputational costs associated with party compromises in coalition negotiations. Thereby, our study has important implications for the study of political representation. </p>
</div><!-- End column -->
<div class="col-md-4">
<h4> When the Cat’s Away, the Mice will Play? How Journalistic Intervention Influences Political Parties' Decision to Go Negative
<small>
<br> (with Dirck de Kleer)
<br> <a href="docs/goingnegative.pdf" target="_blank"> Draft </a> | <a href="https://github.com/MarikenvdVelden/goingnegative" target="_blank"> Open Source Material </a>
</small>
</h4>
<p class="text-justify"> <b> Abstract </b> <br>
Negative campaigning is widely studied in the context of American and Western European elections. Studies that seek to explain when political actors "go negative" often locate these determinants in contextual or party characteristics, such as parties’ position in the polls, their incumbency status or political ideologically.
Against the backdrop of our current high-choice media environment, a crucial element that is often overlooked is that parties can also weigh their rhetorical strategies across communication channels, based on the amount of journalistic intervention that takes place and the audience political parties can reach.
Focusing on the 2017 Dutch General Elections, we examine how Dutch political parties use negative campaigning strategies across different communication channels.
Analyzing 1490 appeals that appeared in newspaper articles, talk shows and in parties' Facebook posts, we show that in increase in journalistic intervention is associated with more negative appeals.
Our findings highlight the importance of studying communication channels in comparative perspective and add more nuance to our understanding of rhetorical strategies during campaigns.
</p>
</div><!-- End column -->
<div class="col-md-4">
<h4> Do Coalition Partners Drift Apart or Stick Together? An analysis of party platform changes in 8 Western European countries
<small>
<br> (with Gijs Schumacher)
<br> <a href="docs/Drifting_Apart_or_Sticking_Together.pdf" target="_blank"> Draft </a> | <a href="https://github.com/MarikenvdVelden/compendium-driftingapartorstickingtogether" target="_blank"> Open Source Material </a>
</small>
</h4>
<p class="text-justify"> <b> Abstract </b> <br>
Coalition governments are the norm in West European democracies. Yet, we do not know whether governing together affects parties' calculations about setting their policy position in their next election manifesto. Therefore we ask: do coalition parties drift apart or stick together after a spell in office? We hypothesize that government parties stick together in anticipation of government continuation. Coalition parties are more likely to expect continuation if they are popular, have no inter-party conflict and have experience in co-governing. If this is not the case, coalition parties drift apart as they seek new coalition formation opportunities. We empirically substantiate our hypotheses with an innovative measure of party platform change analyzing 1,193 platform changes in 8 European democracies between 1968 and 2013 using new opinion poll data and several existing data sets. We demonstrate that parties plant the seeds of future coalition participation in their platforms: the more experienced and the more popular coalition parties are, the more they converge. Encountering conflict, on the contrary, leads them to diverge.
</p>
</div><!-- End column -->
</div> <!-- End row -->
<div class="col-md-4">
</div><!-- End column -->
</div><!-- end Container-->
<br>
</div><!-- end Style-->
</section>
<!-- Teaching -->
<section>
<div class="wrapper style1" id="teaching">
<div class="container">
<h3 align="center"> Teaching Materials </h3>
<br>
<div class="row">
</div>
<div class="row">
<div class="col-md-2">
<img src="images/pcpo.jpg" class="img-responsive">
</div>
<div class="col-md-10">
<h4> Political Communication & Public Opinion
<small>
<br> <a href="docs/NIDA_Syllabus.pdf" target="_blank"> Syllabus </a> | <a href="https://github.com/MarikenvdVelden/Replication-Hackathons" target="_blank"> R Excersises </a>
</small>
</h4>
</div><!-- End column -->
</div>
<br>
<div class="row">
<div class="col-md-2">
<img src="images/DS_VAR.png" class="img-responsive">
</div>
<div class="col-md-10">
<h4> Data Science: Visualizations & Analytics in R
<small>
<br> <a href="docs/DS_VAR.pdf" target="_blank"> Syllabus </a> | <a href="docs/DS_VAR_assignments.pdf" target="_blank"> R Excersises </a>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-4">
</div>
</div><!-- End row -->
</div><!-- end Container-->
<br>
</div><!-- end style-->
</section>
<!-- Media -->
<section>
<div class="well" id="media">
<div class="container">
<h3 align="center"> In the Media </h3>
<br>
<div class="row">
</div>
<div class="row">
<div class="col-md-10">
<h4> StukRoodVlees
<small>
<br> I regularly write articles for the Dutch political science blog <a href="https://stukroodvlees.nl/" target="_blank"> Stuk Rood Vlees </a>. Read my contributions <a href="https://stukroodvlees.nl/author/marikenvandervelden/" target="_blank"> here</a>.
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/srv.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Hoe anders kan Rutte IV worden als dezelfde partijen doorgaan? 'Zorg voor nieuwe gezichten in het kabinet'
<small>
<br> <a href="https://eenvandaag.avrotros.nl/item/hoe-anders-kan-rutte-iv-worden-als-dezelfde-partijen-doorgaan-zorg-voor-nieuwe-gezichten-in-het-kabinet/" target="_blank"> Radio and TV interview </a> with Dutch news program <i>EenVandaag</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://eenvandaag.assets.avrotros.nl/_processed_/0/8/csm_70a7237f29b6d2d09369_4060f5fff6.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Een minderheidskabinet: waarom eigenlijk niet?
<small>
<br> <a href="https://www.nrc.nl/nieuws/2021/09/10/een-minderheidskabinet-waarom-eigenlijk-niet-a4057958" target="_blank"> Interview </a> with Dutch quality newspaper <i>NRC Handelsblad</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/nrc_011021.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Polarisatie in de polder
<small>
<br> <a href="https://dezwijger.nl/programma/polarisatie-in-de-polder" target="_blank"> Table host </a> to discuss cooperation and polarization in Dutch politics at the Amsterdam Debating Center <i>Pakhuis de Zwijger </i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/polarisatie_polder.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Betrouwbare boodschapper
<small>
<br> <a href="https://dezwijger.nl/programma/debetrouwbareboodschapper" target="_blank"> Table host </a> to discuss the reliability of Dutch (new) media at the Amsterdam Debating Center <i>Pakhuis de Zwijger </i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/betrouwbare_boodschapper.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Wederzijds wantrouwen
<small>
<br> <a href="https://dezwijger.nl/programma/wederzijds-wantrouwen" target="_blank"> Table host </a> to discuss the state of political (dis)trust in Dutch Politics at the Amsterdam Debating Center <i>Pakhuis de Zwijger </i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="images/wederzijds_wantrouwen.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Coalitie onmogelijk? In deze landen leek dat ook zo, maar lukte het toch
<small>
<br> <a href="https://www.rtlnieuws.nl/nieuws/buitenland/artikel/5224207/coalitie-formatie-mark-rutte-belgie-record-partijen-formeren" target="_blank"> Interview </a> with Dutch commercial broadcaster <i>RTL Nieuws</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://www.rtlnieuws.nl/sites/default/files/content/images/2021/04/08/ANP-423443640.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> NOS Journaal
<small>
<br> <a href="https://www.npostart.nl/nos-journaal/18-03-2021/POW_04816939" target="_blank"> Explaining </a> the 2021 Dutch Election results on the Dutch Publication national broadcasting <i>NOS</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://i.imgur.com/J7iTtR5.png" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Verkiezingsavond: de weerbare democratie
<small>
<br> <a href="https://dezwijger.nl/programma/de-weerbare-democratie" target="_blank"> Explaining </a> the 2021 Dutch Election results at the Amsterdam Debating Center <i>Pakhuis de Zwijger </i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://admin.dezwijger.nl/wp-content/uploads/2021/02/Keynote-template-NL-Kiest.001.jpeg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Iedere partij een eigen journaal. Welkome stemhulp of bron van desinformatie?
<small>
<br> <a href="https://www.vpro.nl/argos/lees/onderwerpen/artikelen/2021/politieke-sociale-mediakanalen.html" target="_blank"> Interview </a> with <i>Argos Media Logica </i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://i.ytimg.com/vi/9jaORgd9NZg/maxresdefault.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Welke partijen waren het meest in beeld?
<small>
<br> <a href="https://www.nrc.nl/nieuws/2021/03/15/welke-partijen-waren-het-meest-in-beeld-a4035626" target="_blank"> Interview with and data analysis for </a> Dutch Newspaper <i>NRC Handelsblad</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://images.nrc.nl/VOJYoSsWXFmcsptR4OP_R771VB8=/1920x/filters:no_upscale():format(webp)/s3/static.nrc.nl/images/gn4/stripped/data68470150-3751fa.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Dutch elections: How COVID-19 salvaged Mark Rutte's bid amid scandal
<small>
<br> <a href="https://p.dw.com/p/3qNcr" target="_blank"> Interview with and data analysis for </a> for German international broadcaster <i>Deutsche Welle</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://static.dw.com/image/56832191_303.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Wilders en Baudet groot op sociale media dankzij harde kern van fans
<small>
<br> <a href="https://www.nrc.nl/nieuws/2021/03/10/wilders-en-baudet-groot-op-sociale-media-dankzij-harde-kern-van-fans-a4035031" target="_blank"> Interview with and data analysis for </a> Dutch Newspaper <i>NRC Handelsblad</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://images.nrc.nl/wkVC-fA9GfnWBic4P90EYfI9zok=/1920x/filters:no_upscale():format(webp)/s3/static.nrc.nl/bvhw/files/2021/03/data68392921-678269.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Hoe de media onze stem beïnvloeden. Teruggebracht tot tweestrijd
<small>
<br> <a href="https://www.groene.nl/artikel/teruggebracht-tot-tweestrijd?utm_source=De+Groene+Amsterdammer&utm_campaign=0c6464378a-Dagelijks-2021-03-10&utm_medium=email&utm_term=0_853cea572a-0c6464378a-70907053" target="_blank"> Interview </a> with Dutch Weekly paper <i>Groene Amsterdammer</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://www.groene.nl/uploads/image/file/000/027/018/large_ANP-428740944.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Propaganda in partij-journaals?
<small>
<br> <a href="ttps://www.npo3.nl/propaganda/04-03-2021/KN_1725474/POMS_KN_16454883" target="_blank"> Televised interview </a> with Dutch tv-show <i>Propaganda</i> on the Dutch public national broadcasting
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://pbs.twimg.com/profile_images/1351497342516649984/_IC68I6H.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<br>
<div class="row">
<div class="col-md-10">
<h4> Wat de kiezer leest, volgt, en kijkt
<small>
<br> <a href="https://www.nrc.nl/nieuws/2021/02/22/wat-de-kiezer-leest-volgt-en-kijkt-a4032777" target="_blank"> Interview with and data analysis for </a> Dutch Newspaper <i>NRC Handelsblad</i>
</small>
</h4>
</div><!-- End column -->
<div class="col-md-2">
<img src="https://images.nrc.nl/kVf3c0AxIUWCtOgA5HP2-lbfrrc=/1920x/filters:no_upscale():format(webp)/s3/static.nrc.nl/bvhw/files/2021/02/data67813076-249536.jpg" class="img-responsive">
</div><!-- End column -->
</div><!-- End row -->
<div class="col-md-4">
</div><!-- End column -->
</div><!-- end Container-->
<br>
</div><!-- end Style-->
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>