Skip to content

Commit 643f808

Browse files
committed
Add podcast link
1 parent 7accae6 commit 643f808

8 files changed

+5
-1
lines changed

_bibliography/working_papers.bib

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ @article{campbellLiquidDemocracyTwo2024
1111
doi = {10.3386/w30794},
1212
urldate = {2023-10-08},
1313
nber={w30794},
14+
podcast={https://podcasts.apple.com/us/podcast/mathematics-and-voting/id1629115184?i=1000670679237},
1415
langid = {english},
1516
arxiv = {arXiv:2212.09715},
1617
abstract = {Proponents of participatory democracy praise Liquid Democracy: decisions are taken by referendum, but voters delegate their votes freely. When better informed voters are present, delegation can increase the probability of a correct decision. However, delegation must be used sparely because it reduces the information aggregated through voting. In two different experiments, we find that delegation underperforms both universal majority voting and the simpler option of abstention. In a tightly controlled lab experiment where the subjects' precision of information is conveyed in precise mathematical terms and very salient, the result is due to overdelegation. In a perceptual task run online where the precision of information is not known precisely, delegation remains very high and again underperforms both majority voting and abstention. In addition, subjects substantially overestimate the precision of the better informed voters, underlining that Liquid Democracy is fragile to multiple sources of noise. The paper makes an innovative methodological contribution by combining two very different experimental procedures: the study of voting rules would benefit from complementing controlled experiments with known precision of information with tests under ambiguity, a realistic assumption in many voting situations.},

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ enable_publication_badges:
302302
dimensions: true # Dimensions badge (https://badge.dimensions.ai/)
303303

304304
# Filter out certain bibtex entry keywords used internally from the bib output
305-
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric, nber]
305+
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric, nber, podcast]
306306

307307
# Maximum number of authors to be shown for each publication (more authors are visible on click)
308308
max_author_limit: 5 # leave blank to always show all authors

_layouts/bib.html

+3
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
{%- if entry.nber %}
191191
<a href="https://www.nber.org/papers/{{ entry.nber }}" class="btn btn-sm z-depth-0" role="button">NBER</a>
192192
{%- endif %}
193+
{%- if entry.podcast %}
194+
<a href="{{ entry.podcast }}" class="btn btn-sm z-depth-0" role="button">Podcast</a>
195+
{%- endif %}
193196
</div>
194197
{% if site.enable_publication_badges %}
195198
{% assign entry_has_altmetric_badge = entry.altmetric or entry.doi or entry.eprint or entry.pmid or entry.isbn %}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)