Quellcode durchsuchen

!publish! some podcast feed work

master
Sean Dockray vor 3 Jahren
Ursprung
Commit
3e64282ed9
7 geänderte Dateien mit 18 neuen und 24 gelöschten Zeilen
  1. +0
    -18
      content/contributor/andre.dao.md
  2. +3
    -0
      content/contributor/james-parker.md
  3. +3
    -0
      content/contributor/joel-stern.md
  4. +3
    -0
      content/contributor/sean-dockray.md
  5. +3
    -4
      content/interview/shannon-mattern.md
  6. +3
    -0
      content/session/unsound-2020-session-1.md
  7. +3
    -2
      layouts/section/interview.rss.xml

+ 0
- 18
content/contributor/andre.dao.md Datei anzeigen

@@ -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 >}}

+ 3
- 0
content/contributor/james-parker.md Datei anzeigen

@@ -0,0 +1,3 @@
---
title: "James Parker"
---

+ 3
- 0
content/contributor/joel-stern.md Datei anzeigen

@@ -0,0 +1,3 @@
---
title: "Joel Stern"
---

+ 3
- 0
content/contributor/sean-dockray.md Datei anzeigen

@@ -0,0 +1,3 @@
---
title: "Sean Dockray"
---

+ 3
- 4
content/interview/shannon-mattern.md Datei anzeigen

@@ -1,14 +1,13 @@
---
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: []
author: "Machine Listening"
date: "2020-08-18T00:00:00-05:00"
episode: "8"
episode_image: "images/ml.gif"
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: []
podcast_duration: "00:55:00"
podcast_file: "https://machinelistening.exposed/library/Shannon%20Mattern/Shannon%20Mattern%20(19)/Shannon%20Mattern%20-%20Shannon%20Mattern.mp3"


+ 3
- 0
content/session/unsound-2020-session-1.md Datei anzeigen

@@ -1,5 +1,8 @@
---
title: "Unsound Machine Listening Session I"
contributors: [
"andre.dao.md",
]
---
# (Against) The Coming World of Listening Machines


+ 3
- 2
layouts/section/interview.rss.xml Datei anzeigen

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
@@ -75,7 +76,7 @@
{{ $hosts := (.Params.hosts) }}
{{ $len := (len $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 -}}
{{ .Title }}
{{- else -}}
@@ -106,7 +107,7 @@
{{ .Description | plainify | truncate 243 "..." }}
{{ end }}
{{"]]></itunes:subtitle>" | safeHTML}}
<itunes:summary>{{ .Description | plainify }}</itunes:summary>
<itunes:summary>{{ htmlEscape (.Description | plainify) }}</itunes:summary>
<description>{{ .Description | plainify }}</description>
<googleplay:description>{{ .Description | plainify }}</googleplay:description>
{{ "<content:encoded><![CDATA[" | safeHTML }}{{ .Content | safeHTML }}{{"]]></content:encoded>" | safeHTML}}


Laden…
Abbrechen
Speichern