Changes for page Application details

Last modified by lzehl on 2021/10/13 13:11

From version 32.1
edited by lzehl
on 2021/02/25 14:30
Change comment: There is no comment for this version
To version 32.2
edited by lzehl
on 2021/02/25 18:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -78,9 +78,20 @@
78 78  
79 79  === The openMINDS Python API ===
80 80  
81 -(% style="text-align: justify;" %)
82 -For users with at least some programming experience, one possible way to write openMINDS conform JSON-LDs is to use the openMINDS Python API.
81 +One possible way to write openMINDS conform JSON-LDs is to use the openMINDS Python API which will help you to interact with the EBRAINS openMINDS metadata models and schemas. It consists of two sub-modules: 
83 83  
83 +The ~*~*openMINDS.generator~*~* (coming soon) facilitates the translation of the openMINDS schema template syntax to other established formats, such as HTML and JSON-Schema (cf. [[Technical details>>doc:Collabs.openminds.openMINDS core.Implementation details.WebHome]]).
84 +\\The ~*~*openMINDS.compiler~*~* allows you the dynamic usage of openMINDS metadata models and schemas in your Python application for generating your own collection of openMINDS conform metadata representations (instances) as JSON-LDs (as described above).
85 +
86 +===== Installation =====
87 +
88 +The official versions are available at the [[Python Package Index>>https://pypi.org/project/openMINDS/]] and can be installed using `pip install` in your console:
89 +
90 +{{code}}
91 +pip install openminds
92 +{{/code}}
93 +
94 +
84 84  === The openMINDS spreadsheet templates ===
85 85  
86 86  (% style="text-align: justify;" %)
Public

openMINDS