@@ -1,18 +0,0 @@ | |||||
--- | |||||
title: "André Dao" | |||||
--- | |||||
## Unsound Machine Listening Session I: (Against) The Coming World of Listening Machines | |||||
[documentation](https://www.youtube.com/watch?v=ddnvR7IGpes "Unsound Machine Listening Session I") | |||||
Runsheet: | |||||
{< nosup >}}[Sean Dockray Always Learning (2020)] (http://www.youtube.com/watch?v=ddnvR7IGpes&t=1m10s){< nosup >}} | |||||
{< nosup >}}[Kate Crawford] (http://www.youtube.com/watch?v=aM5SVoMBnKI%3Ft%3D42m47s&t=42m47s){< nosup >}} | |||||
{< nosup >}}[Stefan Maier] (http://www.youtube.com/watch?v=ddnvR7IGpes&t=83m28s) {< nosup >}} | |||||
{< nosup >}}[Jennifer Walshe] (http://www.youtube.com/watch?v=ddnvR7IGpes&t=142m1s) {< nosup >}} | |||||
{< nosup >}}[Tom Smith] (https://liquidarchitecture.org.au/artists/tom-smith) {< nosup >}} |
@@ -0,0 +1,3 @@ | |||||
--- | |||||
title: "James Parker" | |||||
--- |
@@ -0,0 +1,3 @@ | |||||
--- | |||||
title: "Joel Stern" | |||||
--- |
@@ -0,0 +1,3 @@ | |||||
--- | |||||
title: "Sean Dockray" | |||||
--- |
@@ -1,14 +1,13 @@ | |||||
--- | --- | ||||
title: "Shannon Mattern" | title: "Shannon Mattern" | ||||
Description: "Leading off from [Shannon's](https://wordsinspace.net/shannon/) essay [\"Urban Auscultation; or, Perceiving the Action of the Heart\"](https://placesjournal.org/article/urban-auscultation-or-perceiving-the-action-of-the-heart/), which addresses machine listening in the pandemic, we talk about the stethoscope, the decibel and other histories of machine listening, along with its epistemic and political dimensions and artistic deployments." | |||||
Description: "Leading off from Shannon's essay \"Urban Auscultation; or, Perceiving the Action of the Heart\", which addresses machine listening in the pandemic, we talk about the stethoscope, the decibel and other histories of machine listening, along with its epistemic and political dimensions and artistic deployments." | |||||
aliases: [] | aliases: [] | ||||
author: "Machine Listening" | author: "Machine Listening" | ||||
date: "2020-08-18T00:00:00-05:00" | date: "2020-08-18T00:00:00-05:00" | ||||
episode: "8" | |||||
episode_image: "images/ml.gif" | episode_image: "images/ml.gif" | ||||
explicit: "no" | explicit: "no" | ||||
guests: ["jlong", "kgrant", "chamilton"] | |||||
images: ["img/episode/default-social.jpg"] | |||||
hosts: ["james-parker", "joel-stern", "sean-dockray"] | |||||
images: ["images/ml.gif"] | |||||
news_keywords: [] | news_keywords: [] | ||||
podcast_duration: "00:55:00" | podcast_duration: "00:55:00" | ||||
podcast_file: "https://machinelistening.exposed/library/Shannon%20Mattern/Shannon%20Mattern%20(19)/Shannon%20Mattern%20-%20Shannon%20Mattern.mp3" | podcast_file: "https://machinelistening.exposed/library/Shannon%20Mattern/Shannon%20Mattern%20(19)/Shannon%20Mattern%20-%20Shannon%20Mattern.mp3" | ||||
@@ -1,5 +1,8 @@ | |||||
--- | --- | ||||
title: "Unsound Machine Listening Session I" | title: "Unsound Machine Listening Session I" | ||||
contributors: [ | |||||
"andre.dao.md", | |||||
] | |||||
--- | --- | ||||
# (Against) The Coming World of Listening Machines | # (Against) The Coming World of Listening Machines | ||||
@@ -1,3 +1,4 @@ | |||||
<?xml version="1.0" encoding="UTF-8" ?> | |||||
<rss version="2.0" | <rss version="2.0" | ||||
xmlns:content="http://purl.org/rss/1.0/modules/content/" | xmlns:content="http://purl.org/rss/1.0/modules/content/" | ||||
xmlns:wfw="http://wellformedweb.org/CommentAPI/" | xmlns:wfw="http://wellformedweb.org/CommentAPI/" | ||||
@@ -75,7 +76,7 @@ | |||||
{{ $hosts := (.Params.hosts) }} | {{ $hosts := (.Params.hosts) }} | ||||
{{ $len := (len $hosts) }} | {{ $len := (len $hosts) }} | ||||
{{ range $index, $element := $hosts }} | {{ range $index, $element := $hosts }} | ||||
{{ range where (where $.Site.Pages "Type" "host" ) ".File.BaseFileName" "=" . }} | |||||
{{ range where (where $.Site.Pages "Type" "contributor" ) ".File.BaseFileName" "=" . }} | |||||
{{- if eq $len 1 -}} | {{- if eq $len 1 -}} | ||||
{{ .Title }} | {{ .Title }} | ||||
{{- else -}} | {{- else -}} | ||||
@@ -106,7 +107,7 @@ | |||||
{{ .Description | plainify | truncate 243 "..." }} | {{ .Description | plainify | truncate 243 "..." }} | ||||
{{ end }} | {{ end }} | ||||
{{"]]></itunes:subtitle>" | safeHTML}} | {{"]]></itunes:subtitle>" | safeHTML}} | ||||
<itunes:summary>{{ .Description | plainify }}</itunes:summary> | |||||
<itunes:summary>{{ htmlEscape (.Description | plainify) }}</itunes:summary> | |||||
<description>{{ .Description | plainify }}</description> | <description>{{ .Description | plainify }}</description> | ||||
<googleplay:description>{{ .Description | plainify }}</googleplay:description> | <googleplay:description>{{ .Description | plainify }}</googleplay:description> | ||||
{{ "<content:encoded><![CDATA[" | safeHTML }}{{ .Content | safeHTML }}{{"]]></content:encoded>" | safeHTML}} | {{ "<content:encoded><![CDATA[" | safeHTML }}{{ .Content | safeHTML }}{{"]]></content:encoded>" | safeHTML}} | ||||