www-from-model/content/explore.md
Michael Hanke cef468caf3
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 42s
fix: left-align graph node type controls
The copies are bad. This should be a single partial.
2026-05-21 19:43:15 +02:00

21 lines
848 B
Markdown

---
title: Explore the project
---
Use the interactive network graph below to explore what the psychoinformatics
project is about: what we do, why we do it, and how it all connects. Select a
node to see its links. Click again to visit the respective page.
{{< rawhtml >}}
<script type="module" crossorigin src="/graph.js"></script>
<div class="relative">
<div id="sigma-node-type-controls" class="absolute z-10 left-2">
<div id="sigma-controls-list" class="text-left"></div>
</div>
<div id="sigma-container" class="w-full h-screen m-0 p-0 bg-neutral-100 dark:bg-neutral-600"></div>
</div>
{{< /rawhtml >}}
The network chart is automatically generated from public information in the
[psychoinformatics knowledge pool](https://pool.psychoinformatics.de/ui/). In
fact, this entire website it auto-generated daily by querying this source.