Recent Releases of decoding-inequality-2025

decoding-inequality-2025 - Initial public release

v1.0.0

Highlights

  • Course repository scaffold for “Decoding Inequality: Kritische Perspektiven auf Machine Learning und gesellschaftliche Ungleichheit,” Spring 2025.
  • Public Quarto site enabled via GitHub Pages.
  • Dual licensing: code under AGPL-3.0; content and data under CC BY-SA 4.0.
  • Reproducibility tooling: formatting and checks, commit message wizard, and changelog generation.
  • Governance and meta: CITATION.cff, Code of Conduct, Contributing guide, Security policy.
  • Semantic Versioning declared.

Added

  • Quarto config and entry points (_quarto.yml, index.qmd), site assets, and course content skeleton.
  • Node-based project scripts

    • npm run check to validate formatting
    • npm run format to apply formatting
    • npm run commit to guide conventional commit messages
    • npm run changelog to generate CHANGELOG.md
    • quarto preview for local docs preview.
  • Repository structure: .github/, .husky/, assets/, contents/, licenses, and project metadata. (

Documentation

  • README with install and usage instructions, support channels, roadmap, and authorship.

Notes on licensing

  • Code: GNU AGPL-3.0 (LICENSE-AGPL.md).
  • Content/data: CC BY-SA 4.0 (LICENSE-CCBYSA.md).

Getting started

```bash

prerequisites: Node.js

npm install npm run prepare npm run check npm run format npm run commit npm run changelog quarto preview ```

Commands as documented in the README.

- Markdown
Published by maehr 8 months ago

decoding-inequality-2025 - Init

v0.1.0 — Initial public release

Highlights

  • Course repository scaffold for “Decoding Inequality: Kritische Perspektiven auf Machine Learning und gesellschaftliche Ungleichheit,” Spring 2025.
  • Public Quarto site enabled via GitHub Pages.
  • Dual licensing: code under AGPL-3.0; content and data under CC BY-SA 4.0.
  • Reproducibility tooling: formatting and checks, commit message wizard, and changelog generation.
  • Governance and meta: CITATION.cff, Code of Conduct, Contributing guide, Security policy.
  • Semantic Versioning declared.

Added

  • Quarto config and entry points (_quarto.yml, index.qmd), site assets, and course content skeleton.
  • Node-based project scripts

    • npm run check to validate formatting
    • npm run format to apply formatting
    • npm run commit to guide conventional commit messages
    • npm run changelog to generate CHANGELOG.md
    • quarto preview for local docs preview.
  • Repository structure: .github/, .husky/, assets/, contents/, licenses, and project metadata. (

Documentation

  • README with install and usage instructions, support channels, roadmap, and authorship.

Notes on licensing

  • Code: GNU AGPL-3.0 (LICENSE-AGPL.md).
  • Content/data: CC BY-SA 4.0 (LICENSE-CCBYSA.md).

Getting started

```bash

prerequisites: Node.js

npm install npm run prepare npm run check npm run format npm run commit npm run changelog quarto preview ```

Commands as documented in the README.

- Markdown
Published by maehr 8 months ago