Skip to content

Commit c69272c

Browse files
committed
DOC: update README
1 parent 99c321c commit c69272c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33

44
<img src="docs/img/reproschema_logo.png" width="100px" />
55

6-
# Schema Standardization
6+
# ReproSchema: Enhancing Research Reproducibility through Standardized Survey Data Collection
77

8-
To see the documentation concerning the ReproNim schema specification [click here](https://www.repronim.org/reproschema/).
8+
The ReproSchema project integrates five key components designed to standardize research protocols and enhance consistency across various stages of data collection.
9+
- Foundational Schema ([reproschema](https://github.com/ReproNim/reproschema)): This core schema delineates the content and relationships of protocols, assessments, and items to ensure consistency and facilitate data harmonization across studies.
10+
- Assessment Library ([reproschema-library](https://github.com/ReproNim/reproschema-library)): This library provides a comprehensive collection of standardized questionnaires, supporting the application of uniform assessments across time and different studies.
11+
- Python-based CLI Tool ([reproschema-py](https://github.com/ReproNim/reproschema-py)): This command-line interface tool facilitates schema development and validation, aiding researchers in efficiently creating and refining data collection frameworks.
12+
- User Interface ([reproschema-ui](https://github.com/ReproNim/reproschema-ui)): This intuitive user interface simplifies the visualization and interaction with data, enhancing the manageability of the data collection process for researchers.
13+
- Protocol Template ([reproschema-protocol-cookiecutter](https://github.com/ReproNim/reproschema-protocol-cookiecutter)): This customizable template supports the design and implementation of research protocols tailored to specific study requirements.
914

1015
This repository contains:
1116

12-
- the [different terms of the ReproSchema](./terms)
13-
- the [corresponding context files](./contexts)
14-
- a example of [a protocol based on the reproschema](./examples)
15-
- the [documentation](./docs)
17+
- the [different terms of the ReproSchema](./terms)
18+
- the [corresponding context files](./contexts)
19+
- a example of [a protocol based on the reproschema](./examples)
20+
- the [documentation](./docs)
1621

1722

1823
## Licenses
@@ -46,4 +51,5 @@ python scripts/editProperties.py <version>
4651
In addition, this repo uses pre-commit to check styling.
4752

4853
Install: `pip install pre-commit`
54+
4955
Use: run `pre-commit install` in the root directory of the repo.

0 commit comments

Comments
 (0)