All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 33s
21 lines
830 B
Markdown
21 lines
830 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"></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.
|