28 lines
1.7 KiB
Markdown
28 lines
1.7 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
|
|
- **[OAuth 2.0]({{% ref "references/terms/oauth2" %}}) and 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
|
|
- [Submit to the Knowledge Pool]({{% ref "howtos/pool-tool/" %}}) for submitting, editing, and browsing records in the web UI
|
|
- [Generate an Access Token on the Hub]({{% ref "advanced/generate-token/" %}}) for generating a personal access token for authentication purposes, particularly when working with the programmatic API
|
|
- [`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.
|