Watch
1
0
Fork
You've already forked docs.trr379.de
0
forked from q04/docs.trr379.de
docs.trr379.de/content/references/services/knowledge-pooling/_index.md

27 lines
1.6 KiB
Markdown

---
title: Knowledge Pooling Tool
weight: 40
---
The knowledge pooling tool is a system used for aggregating information on research progress and outputs across TRR379 partner sites and projects.
It comprises:
- A **web UI** for submitting, editing, and browsing records such as people, projects, and publications
- A **backend API** allowing scripts and applications to contribute or retrieve metadata
- **Token-based authentication** that integrates with Forgejo teams on the [collaboration platform]({{% ref "/references/services/collaboration-platform" %}}) to manage read and write permissions
The current (generation v0) tool can be accessed at:
- UI: https://pool.v0.trr379.de/ui/
- API: https://pool.v0.trr379.de/api/docs
For technical information on the knowledge pooling tool and its data and privacy policy, visit:
- https://pool.v0.trr379.de/
For information on using the knowledge pooling tool, see:
- [Accounts & Access]({{% ref "start/accounts/" %}}) for getting set up, including creating a linked [Hub]({{% ref "references/services/collaboration-platform/" %}}) account and a personal access token for authentication purposes
- [Submit to the Knowledge Pool]({{% ref "howtos/pool-tool/" %}}) for submitting, editing, and browsing records in the web UI
- [`shacl-vue` Documentation](https://shacl-vue.psychoinformatics.de/) (external link) for the documentation for the knowledge pool's web UI.
- [Dump Things Service Documentation](https://dump-things-service.readthedocs.io/en/latest/) (external link) for the documentation for the knowledge pool's backend API.