Skip to content

Latest commit

 

History

History
125 lines (85 loc) · 4.06 KB

File metadata and controls

125 lines (85 loc) · 4.06 KB

Badge Reference

Copy-paste badges for ZKM projects.


"Developed at" Section (with Logo)

Place this at the bottom of your README, after License. The logo automatically switches between dark and light versions based on the user's color scheme preference.

## Developed at

This project is developed at [ZKM | Center for Art and Media Karlsruhe](https://zkm.de), a publicly funded cultural institution exploring the intersection of art, science, and technology.

<a href="https://zkm.de">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo-light.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo.svg">
    <img alt="ZKM" src="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo.svg" width="120">
  </picture>
</a>

Copyright (c) 2026 ZKM | Karlsruhe

GitLab Version

## Developed at

This project is developed at [ZKM | Center for Art and Media Karlsruhe](https://zkm.de), a publicly funded cultural institution exploring the intersection of art, science, and technology.

<a href="https://zkm.de">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://git.zkm.de/zkm-open-source/-/raw/main/assets/zkm-logo-light.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://git.zkm.de/zkm-open-source/-/raw/main/assets/zkm-logo.svg">
    <img alt="ZKM" src="https://git.zkm.de/zkm-open-source/-/raw/main/assets/zkm-logo.svg" width="120">
  </picture>
</a>

Copyright (c) 2026 ZKM | Karlsruhe

Organization Badges

[![ZKM](https://img.shields.io/badge/ZKM-Karlsruhe-blue)](https://zkm.de)
[![ZKM Open Source](https://img.shields.io/badge/ZKM-Open%20Source-blue)](https://github.com/zkmkarlsruhe)

Licenses

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![License: BSD](https://img.shields.io/badge/License-BSD-blue.svg)](LICENSE)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](LICENSE)

Technologies

[![openFrameworks](https://img.shields.io/badge/openFrameworks-addon-pink)](https://openframeworks.cc/)
[![Python](https://img.shields.io/badge/Python-3.x-blue)](https://python.org)
[![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-orange)](https://tensorflow.org)
[![Pure Data](https://img.shields.io/badge/Pure%20Data-patch-lightblue)](https://puredata.info/)

Status

[![Status: Active](https://img.shields.io/badge/Status-Active-success)]()
[![Status: Maintenance](https://img.shields.io/badge/Status-Maintenance-yellow)]()
[![Status: Archived](https://img.shields.io/badge/Status-Archived-lightgrey)]()

Complete README Example

# Project Name

[![ZKM](https://img.shields.io/badge/ZKM-Karlsruhe-blue)](https://zkm.de)
[![ZKM Open Source](https://img.shields.io/badge/ZKM-Open%20Source-blue)](https://github.com/zkmkarlsruhe)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

> One-line description

---

## Features
...

---

## License

MIT License - see [LICENSE](LICENSE)

---

## Developed at

This project is developed at [ZKM | Center for Art and Media Karlsruhe](https://zkm.de), a publicly funded cultural institution exploring the intersection of art, science, and technology.

<a href="https://zkm.de">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo-light.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo.svg">
    <img alt="ZKM" src="https://raw.githubusercontent.com/zkmkarlsruhe/zkm-open-source/main/assets/zkm-logo.svg" width="120">
  </picture>
</a>

Copyright (c) 2026 ZKM | Karlsruhe