You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQ.md
-24
Original file line number
Diff line number
Diff line change
@@ -31,29 +31,6 @@
31
31
**🛠 Work in progress 🛠**
32
32
-->
33
33
34
-
### How can I visualize the schema for a `protocol` or an `activity`?
35
-
36
-
If you want to see what the assessment that are already supported by the ReproSchema would look like using our ReproSchema user-interface, you can visualize them directly on [schema.repronim.org](https://schema.repronim.org/rl).
37
-
38
-
If you just want to view a protocol or activity you are developing using the `reproschema-ui`,
39
-
you can pass the URL of the schema to the `url` query parameter like this:
If you want to visualize the graph represented by the JSON-LD file,
54
-
we explain how to do this in [From JSON to JSON-LD](#from-json-to-json-ld).
55
-
56
-
57
34
### Which assessments tools will/are supporting this standard?
58
35
59
36
At the moment, all the assessments that support this standard are listed in [this folder](https://github.com/ReproNim/reproschema-library/tree/master/activities) or the [reproschema-library repository](https://github.com/ReproNim/reproschema-library).
@@ -63,7 +40,6 @@ you can explore them on [schema.repronim.org/](https://schema.repronim.org/rl/).
63
40
64
41
The ReproSchema is also used to develop a checklist to [improve methods and results reporting in neuroimaging](https://github.com/ohbm/cobidas).
At the moment, all the assessments that support this standard are listed in [this folder](https://github.com/ReproNim/reproschema-library/tree/master/activities) of the [reproschema-library repository](https://github.com/ReproNim/reproschema-library).
8
+
9
+
For convenience we are listing them in the table below.
10
+
11
+
If you want to see those different tools in action using our user interface,
12
+
you can explore them on [schema.repronim.org/](https://schema.repronim.org/rl/).
Copy file name to clipboardExpand all lines: docs/project-structure.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,7 @@ questionnaire for your next participant or patient. Also you can mix and match
51
51
items from this library, knowing that the information is tracked in your protocol.
52
52
53
53
All assessments are listed in [the `activity` folder](https://github.com/ReproNim/reproschema-library/tree/master/activities)
54
-
and are served [here](https://schema.repronim.org/rl/) if you want to visualize
55
-
them.
54
+
and are served [here](https://schema.repronim.org/rl/) if you want to visualize them.
56
55
57
56
-**Standard Alignment:** Each element in the library aligns with the ReproSchema framework, ensuring uniformity in terms and structure and upholding validation protocols for consistency across the ecosystem.
58
57
-**Research Protocol Integration:** Researchers can utilize these assessments in various combinations to align with specific protocol needs, customizing their application per study objectives. This process can be integrated using the reproschema-protocol-cookiecutter for constructing user interfaces.
0 commit comments