|
3 | 3 |
|
4 | 4 | <img src="docs/img/reproschema_logo.png" width="100px" />
|
5 | 5 |
|
6 |
| -# Schema Standardization |
| 6 | +# ReproSchema: Enhancing Research Reproducibility through Standardized Survey Data Collection |
7 | 7 |
|
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. |
9 | 14 |
|
10 | 15 | This repository contains:
|
11 | 16 |
|
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) |
16 | 21 |
|
17 | 22 |
|
18 | 23 | ## Licenses
|
@@ -46,4 +51,5 @@ python scripts/editProperties.py <version>
|
46 | 51 | In addition, this repo uses pre-commit to check styling.
|
47 | 52 |
|
48 | 53 | Install: `pip install pre-commit`
|
| 54 | + |
49 | 55 | Use: run `pre-commit install` in the root directory of the repo.
|
0 commit comments