diff --git a/README.md b/README.md index d11b5bf..f90edf1 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Readme and the website are automatically generated. In order to add an element t - [talk-to-the-city-reports](https://talktothecity.org/) - Sample reports generated by Talk to the City, an open-source LLM survey tool to improve collective discourse and decision-making by analyzing detailed qualitative responses to questions and generating an easy-to-navigate report based on the input data. [Source](https://github.com/AIObjectives/talk-to-the-city-reports) - 2017-08: [Talkto.NYC](http://talkto.nyc/) - Polis-integrated media platform for the people of NYC to bring their ideas to city politics [Source](https://github.com/g0vNYC/talkto.nyc) - [Tolerance Carousel](http://web.archive.org/web/20230908152124/https://www.reinwardt.ahk.nl/en/research-group-cultural-heritage/projects/project/0/re-tracing-history/) - An interactive exhibit that integrated a fork of Polis into a multimedia Virtual Agora in-person event. [Source](https://github.com/tolerance-carousel/tolerance-carousel) +- 2024-10-15: [Toward building deliberative digital media: From subversion to consensus](https://academic.oup.com/pnasnexus/article/3/10/pgae407/7821166) - This paper (Pentland & Tsai) analyzes Polis "to illustrate how social science might enable design of next-generation digital media suitable for democratic deliberation, and in which generative artificial intelligence might be useful." - [Twitter List: Polis-curious](https://twitter.com/i/lists/1367212756475260933) - A Twitter list of folks who've built, used or just gotten really stoked about Polis or vTaiwan. - [Viewpoints.xyz](https://viewpoints.xyz/) - New UI experiment for a Polis-like platform. [Source](https://github.com/Goodheart-Labs/polislike) - [WePublish](https://wepublish.ch/fr/) - Open Source Headless CMS for Publishers and News Rooms, integrating Polis. Created in Switzerland. [Source](https://github.com/wepublish/wepublish) diff --git a/data/uncategorized.yaml b/data/uncategorized.yaml index 5d9857b..d3a1717 100644 --- a/data/uncategorized.yaml +++ b/data/uncategorized.yaml @@ -341,6 +341,16 @@ content: picture: "" description: > A Twitter list of folks who've built, used or just gotten really stoked about Polis or vTaiwan. + - title: "Toward building deliberative digital media: From subversion to consensus" + website: "https://academic.oup.com/pnasnexus/article/3/10/pgae407/7821166" + source: "" + picture: "/images/pentland-paper.png" + date: "2024-10-15" + description: > + This paper (Pentland & Tsai) analyzes Polis "to illustrate how social + science might enable design of next-generation digital media suitable for + democratic deliberation, and in which generative artificial intelligence + might be useful." # - title: "" # website: "" # source: "" diff --git a/src/static/images/pentland-paper.png b/src/static/images/pentland-paper.png new file mode 100644 index 0000000..8f1f7d8 Binary files /dev/null and b/src/static/images/pentland-paper.png differ