|
31 | 31 | **🛠 Work in progress 🛠**
|
32 | 32 | -->
|
33 | 33 |
|
34 |
| -### How can I visualize the schema for a `protocol` or an `activity`? |
| 34 | +### Which assessments tools will/are supporting this standard? |
35 | 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). |
| 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). |
37 | 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: |
| 38 | +If you want to see those different tools in action using our user interface, |
| 39 | +you can explore them on [schema.repronim.org/](https://schema.repronim.org/rl/). |
40 | 40 |
|
41 |
| -```https://schema.repronim.org/ui/#/?url=url-to-your-schema``` |
42 |
| - |
43 |
| -If you are hosting a schema on github, make sure that you are passing the URL of the **raw** content of the schema. |
44 |
| -For example, our demo protocol can be accessed at this URL: |
45 |
| - |
46 |
| -[https://github.com/ReproNim/reproschema-demo-protocol/blob/7ed1ae49279f75acdd57380fff1f8aaff2c7b511/reproschema_demo_protocol/reproschema_demo_protocol_schema](https://github.com/ReproNim/reproschema-demo-protocol/blob/7ed1ae49279f75acdd57380fff1f8aaff2c7b511/reproschema_demo_protocol/reproschema_demo_protocol_schema) |
47 |
| - |
48 |
| -But to get access to the raw content of that file you must click on the `Raw` button |
49 |
| -once you have opened that page on github that will open this URL: |
50 |
| - |
51 |
| -[https://raw.githubusercontent.com/ReproNim/reproschema-demo-protocol/7ed1ae49279f75acdd57380fff1f8aaff2c7b511/reproschema_demo_protocol/reproschema_demo_protocol_schema](https://raw.githubusercontent.com/ReproNim/reproschema-demo-protocol/7ed1ae49279f75acdd57380fff1f8aaff2c7b511/reproschema_demo_protocol/reproschema_demo_protocol_schema). |
52 |
| - |
53 |
| -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). |
| 41 | +The ReproSchema is also used to develop a checklist to [improve methods and results reporting in neuroimaging](https://github.com/ohbm/cobidas). |
55 | 42 |
|
56 | 43 | ## Linked data and semantic web
|
57 | 44 |
|
|
0 commit comments