Website Code Snippets

PDF Download Button

Simple Button

[📥 Download PDF](./name.pdf){.btn .btn-primary target="\_blank"}

Callout Note

::: callout-note

## Original Text

[Download Nietzsche (1873)](./name.pdf){target="\_blank"}
:::

Post Snippets

Post without listing

---
title: "Machine Perception"
pagetitle: "Machine Perception"
toc: true
toc-depth: 2
toc-title: "Contents"
title-block-banner: true
image: ../../images/mp.png
date: 05/06/2025
description: Course notes from Machine Perception course at ETH 2024
categories: ["Machine Perception", "ai", "computer vision"]
author: Peter Nutter
---

Post with listing

---
title: "Philosophy of Language and Computation II"
title-block-banner: true
image: ../../images/polac.jpg
date: 05/06/2025
description: Course notes from Philosophy of Language and Computation II course at ETH 2024
categories: [nlp, philosphy, science]
author: Peter Nutter
listing:
  id: polac
  type: table
  table-hover: true
  contents:
     - "!cheatsheet.qmd"
     - "!title_page.qmd"
     - "week*.qmd"
  fields: [date, title, topic]
  field-display-names:
    title: "Title"
    topic: "Topic"
  sort:
    - "date"
    - "title"
  sort-ui: [title, date, topic]
  filter-ui: [title, date, topic]
---

Title Page

  • For keeping stable Categories, Title, Date
---
title: "Machine Perception"
date: 05/06/2025
categories: [
  "Manuel Kaufmann", "Xi Wang", "Marcel C. Buehler", "Otmar Hilliges"
]
---