diff --git a/content/interview/feldman-li-mills-pfeiffer.md b/content/interview/feldman-li-mills-pfeiffer.md index 83b0763..90a56b1 100644 --- a/content/interview/feldman-li-mills-pfeiffer.md +++ b/content/interview/feldman-li-mills-pfeiffer.md @@ -1,6 +1,7 @@ --- title: "Mara Mills, Xiaochang Li, Jessica Feldman, Michelle Pfeifer" -Description: "Mara, Xiaochang, Jessica and Michelle talk us through the history and politics of machine listening, from 'affect recognition' and the 'statistical turn' in ASR to automated accent detection at the German border, voiceprints and the 'assistive pretext'. This is an expansive conversation with an amazing group of scholars, who share a common connection to the Media, Culture, and Communications department at NYU, founded by Neil Postman in 1971 at the urging of Marshall McLuhan." +Description: "[Mara](http://maramills.org/), [Xiaochang](https://comm.stanford.edu/faculty-li/), [Jessica](http://jessicafeldman.org/) and [Michelle](https://steinhardt.nyu.edu/people/michelle-pfeifer) talk us through the history and politics of machine listening, from 'affect recognition' and the 'statistical turn' in ASR to automated accent detection at the German border, voiceprints and the 'assistive pretext'. This is an expansive conversation with an amazing group of scholars, who share a common connection to the [Media, Culture, and Communications department at NYU](https://steinhardt.nyu.edu/departments/media-culture-and-communication), founded by Neil Postman in 1971 at the urging of Marshall McLuhan." +Description2: "Mara, Xiaochang, Jessica and Michelle talk us through the history and politics of machine listening, from 'affect recognition' and the 'statistical turn' in ASR to automated accent detection at the German border, voiceprints and the 'assistive pretext'. This is an expansive conversation with an amazing group of scholars, who share a common connection to the Media, Culture, and Communications department at NYU, founded by Neil Postman in 1971 at the urging of Marshall McLuhan." aliases: [] author: "Machine Listening" date: "2021-03-01T00:00:00-05:00" @@ -16,14 +17,9 @@ youtube: "" categories: [] series: [] tags: [] +transcript: "http://git.metadada.xyz/machinelistening/curriculum/src/branch/master/content/transcript/feldman-li-mills-pfeiffer.md" --- -[Mara](http://maramills.org/), [Xiaochang](https://comm.stanford.edu/faculty-li/), [Jessica](http://jessicafeldman.org/) and [Michelle](https://steinhardt.nyu.edu/people/michelle-pfeifer) talk us through the history and politics of machine listening, from ‘affect recognition’ and the ‘statistical turn’ in ASR to automated accent detection at the German border, voiceprints and the ‘assistive pretext’. This is an expansive conversation with an amazing group of scholars, who share a common connection to the [Media, Culture, and Communications department at NYU](https://steinhardt.nyu.edu/departments/media-culture-and-communication), founded by Neil Postman in 1971 at the urging of Marshall McLuhan. - -![Interview conducted on 1 March, 2021](audio:https://machinelistening.exposed/_preview/library/Mara%20Mills/Mara%20Mills,%20Xiaochang%20Li,%20Jessica%20F%20(535)/Mara%20Mills,%20Xiaochang%20Li,%20Jessi%20-%20Mara%20Mills.mp3) - -{{}}[Transcript](http://git.metadada.xyz/machinelistening/curriculum/src/branch/master/content/transcript/feldman-li-mills-pfeiffer.md){{}} - diff --git a/content/interview/shannon-mattern.md b/content/interview/shannon-mattern.md index e3d769d..5e387f8 100644 --- a/content/interview/shannon-mattern.md +++ b/content/interview/shannon-mattern.md @@ -1,6 +1,7 @@ --- title: "Shannon Mattern" -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." +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." +Description2: "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: [] author: "Machine Listening" date: "2020-08-18T00:00:00-05:00" @@ -17,6 +18,3 @@ categories: [] series: [] tags: [] --- -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. - -![Interview conducted on 18 August, 2020](audio:https://machinelistening.exposed/library/Shannon%20Mattern/Shannon%20Mattern%20(19)/Shannon%20Mattern%20-%20Shannon%20Mattern.mp3) diff --git a/content/topic/interviews.md b/content/topic/interviews.md index 32ae20c..c5cd6a3 100644 --- a/content/topic/interviews.md +++ b/content/topic/interviews.md @@ -4,9 +4,9 @@ has_experiments: [] --- # Interviews -## Mara Mills, Xiaochang Li, Jessica Feldman, Michelle Pfeifer +{{% interview "feldman-li-mills-pfeiffer.md" %}} + -{{< content "interview/feldman-li-mills-pfeiffer.md" >}} ## Lauren Lee McCarthy @@ -91,9 +91,9 @@ Thomas is CEO of [Paranoid Inc](https://paranoid.com/#paranoid), which makes dev ![Part 2: Interview conducted on 21 August, 2020](audio:https://machinelistening.exposed/library/Mark%20Andrejevic/Mark%20Andrejevic%20(part%202)%20(17)/Mark%20Andrejevic%20(part%202)%20-%20Mark%20Andrejevic.mp3) -## Shannon Mattern -{{< content "interview/shannon-mattern.md" >}} +{{% interview "shannon-mattern.md" %}} + ## Kathy Reid diff --git a/layouts/interview/summary.html b/layouts/interview/summary.html new file mode 100644 index 0000000..c067960 --- /dev/null +++ b/layouts/interview/summary.html @@ -0,0 +1,13 @@ +{{ $date := dateFormat "2 January, 2006" .Params.date }} +{{ $audio := .Params.podcast_file }} + +{{ with .Params.Title }}## {{ . }}{{ end }} + +{{ with .Params.Description }}{{ . }}{{ end }} + +![Interview conducted on {{ $date }}](audio:{{ $audio }}) + +{{ with .Params.transcript }} +{{ $transcript := (printf "[Transcript](%s)" . ) }} +{{ $transcript }} +{{ end }} diff --git a/layouts/section/interview.rss.xml b/layouts/section/interview.rss.xml index 69409f4..d03ee00 100644 --- a/layouts/section/interview.rss.xml +++ b/layouts/section/interview.rss.xml @@ -105,9 +105,9 @@ {{ .Description | plainify | truncate 243 "..." }} {{ end }} {{"]]>" | safeHTML}} - {{ htmlEscape (.Description | plainify) }} - {{ .Description | plainify }} - {{ .Description | plainify }} + {{ (.Description | markdownify | plainify) }} + {{ .Description | markdownify | plainify }} + {{ .Description | markdownify | plainify }} {{ "" | safeHTML}} {{- with .Params.episode_image -}} diff --git a/layouts/shortcodes/content.html b/layouts/shortcodes/content.html deleted file mode 100644 index 6bcccad..0000000 --- a/layouts/shortcodes/content.html +++ /dev/null @@ -1,2 +0,0 @@ -{{$file := .Get 0}} -{{ with .Site.GetPage "page" $file }}{{ .Content | markdownify }}{{ end }} \ No newline at end of file diff --git a/layouts/shortcodes/interview.html b/layouts/shortcodes/interview.html new file mode 100644 index 0000000..806a16f --- /dev/null +++ b/layouts/shortcodes/interview.html @@ -0,0 +1,4 @@ +{{$file := .Get 0}} +{{ with .Site.GetPage "page" (printf "/interview/%s" $file) }} + {{ .Render "summary" }} +{{ end }} \ No newline at end of file