https://github.com/psychoinformatics-de/knowledge-base
Sources for the psyinf knowledge base
https://github.com/psychoinformatics-de/knowledge-base
datalad rdm
Last synced: 4 months ago
JSON representation
Sources for the psyinf knowledge base
- Host: GitHub
- URL: https://github.com/psychoinformatics-de/knowledge-base
- Owner: psychoinformatics-de
- License: other
- Created: 2023-04-04T14:57:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:52:39.000Z (over 1 year ago)
- Last Synced: 2025-05-12T21:39:06.864Z (about 1 year ago)
- Topics: datalad, rdm
- Language: Python
- Homepage: https://knowledge-base.psychoinformatics.de
- Size: 373 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://knowledge-base.psychoinformatics.de/?badge=latest)
[](http://isitmaintained.com/project/psychoinformatics-de/knowledge-base "Average time to resolve an issue")
[](http://isitmaintained.com/project/psychoinformatics-de/knowledge-base "Percentage of issues still open")
# The PsyInf Knowledge Base
If you are looking for solutions, please visit the knowledge base at
https://knowledge-base.psychoinformatics.de
If you want to contribute solutions, pelase read on.
The actual knowledge is in the `kbi/` directory. The knowledge base can be
rendered in HTML format by running `make html` in the root of the repository
(requires Sphinx).
## Adding a knowledge base item (KBI)
- Create a new subdirectory in `kbi/` with a zero-padded integer name
(length-4) that matches the successor of the "highest" present directory
(check active PRs for possible conflicts)
- Pick the best matching template from the `prototypes/` directory, and copy it
into the new subdirectory as `index.rst`
- Edit as necessary and propose a PR