Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psychoinformatics-de/knowledge-base
Sources for the psyinf knowledge base
https://github.com/psychoinformatics-de/knowledge-base
datalad rdm
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:32:36.000Z (4 months ago)
- Last Synced: 2024-09-10T10:31:31.348Z (4 months ago)
- Topics: datalad, rdm
- Language: Python
- Homepage: https://knowledge-base.psychoinformatics.de
- Size: 368 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Documentation Status](https://readthedocs.org/projects/psyinf-knowledge-base/badge/?version=latest&style=for-the-badge)](https://knowledge-base.psychoinformatics.de/?badge=latest)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/psychoinformatics-de/knowledge-base.svg)](http://isitmaintained.com/project/psychoinformatics-de/knowledge-base "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/psychoinformatics-de/knowledge-base.svg)](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.deIf 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