Data-based design at the Folkwang University examines the aesthetics of the information society.

What is information design?

Imagine a map. At first glance, it seems like a neutral guide, a tool to navigate space. But look closer: what is included, what is omitted, and how is it represented? Information design is not just about presenting data—it is about choices, priorities, and values embedded in the visual and structural form. A map that highlights borders emphasizes division; one that shows trade routes foregrounds connection. Information design shapes perception and influences decisions. To understand it critically, we must ask: whose perspective does it serve, and what realities does it obscure or illuminate?

Why information design?

Data and algorithms are the building blocks of information technology. They are the driving forces behind hiped topics such as Artificial Intelligence, Machine Learning, Virtual Reality, Big Data, Crypto Currencies and much more. While these topics are oftentimes explored within studying computer science design plays a crucial role in bridging the gap between human and technological concepts. Design can make data visible, explorable, and understandable. But not only that, it allows to question and reflect upon the meaning of technology in society.

Thus, information designers are individuals who shape how humans interact, engage, imagine, and reflect upon themselves truth technology. From such an education there are vast opportunities to work in journalism, start-ups NGOs, cooperations, research among others.

Markdown

Why are you not?!

Here is a simple footnote1. With some additional text after it.


  1. My reference. 

Massa vitae

Here is a simple footnote[^1]. With some additional text after it.

[^1]: My reference.

No alt text so far
Horrible Trump Chart

H1

H2

H3

H4

H5
<?php snippet('header') ?>

<main class="mx-auto p-20 flex flex-row flex-wrap justify-center">
  <?php foreach ($page->children()->listed() as $note): ?>
    <a class="hover:blur" href="<?= $note->url() ?>">
      <article class="max-w-96 basis-auto p-4 flex flex-row">
      <?php if($file = $note->cover()->toFile()): ?>
        <img class="max-w-40 " src="<?= $file->resize(600, 600)->url() ?>">
      <?php endif ?>
        <div class="text-sm border-l divide-y w-fit">

          <p class="p-1 w-fit"><?= ucfirst($note->category()) ?></p>
          <h2 class="p-1 w-fit"><?= $note->title() ?></h2>
          <h3 class="p-1 w-fit"><?= $note->authors() ?></h3>
          <p class="p-1 w-fit"><?= $note->source() ?></p>
          <p class="p-1 w-fit"><?= $note->year() ?></p>

          <?php if($note->tags()->isNotEmpty()): ?>
            <p class="p-1 w-fit"><?= $note->tags() ?></p>
          <?php endif ?>
        </div>
      </article>
    </a>
  <?php endforeach ?>
</main>

<?php snippet('footer') ?>

Hello World H2

H1