https://github.com/digital-c-fiber/odmltablesformng
Metadata standard for microneurography data
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Metadata standard for microneurography data
Basic Info
- Host: GitHub
- Owner: Digital-C-Fiber
- License: mit
- Language: Python
- Default Branch: master
- Size: 66.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
odMLtablesForMNG
Introduction
Metadata is essential for sharing data according to FAIR principles. Standards are well established for most electrophysiological recording methods, but are still lacking in microneurography. We propose a standard for structuring and recording metadata based on odML and odML-tables by providing two templates for experimental properties adapted to microneurography recordings and installation guidelines to ensure usability. In addition, we present an extension to the odML-tables GUI, in which we integrate a new search functionality for a large database adapted to our needs. With our open-source repository, we encourage all microneurography labs to incorporate odML-based metadata into their lab routines.
Templates
There are two templates. One for general experimental metadata and the other one for individual data recordings. Please take a look at the filled out example templates or check out the github wiki.
Installation
- Get the most recent version of python from https://www.python.org, and download git from https://git-scm.com/downloads.
- Start setup of python installation and make sure python.exe is added to the path by selecting the checkbox "Add python.exe to PATH".

Start setup of git installation.
Open the Command Line window for windows or Terminal for linux/macOS.
Install pipx - a program manager for python:
- Type into command line or terminal and press enter:
console python -m pip install pipx
- Type into command line or terminal and press enter:
Install odmltables:
console pipx install odmltablesNow the standard version of odML-tables was installed. To add the new search functionality, certain files need to be downloaded and used as replacement for the old files.
- Download and save the python files in the same hierarchical structure. For example, click on green button <> Code and select "Download ZIP".
- Navigate to folder where pipx is installed and odmltables is located, for that write in command line or terminal
console pipx list - It should show:
venvs are in YOURPATH\.local\pipx\venvs
Navigate to the folder location in your file system by replacing YOURPATH with your actual path
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables
- Download and save the python files in the same hierarchical structure. For example, click on green button <> Code and select "Download ZIP".
Copy and replace files from Code folder
- Copy odml_table.py to folder
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables - Copy mainwindow.py to folder
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables\gui(in gui folder). - Copy searchpages.py to folder
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables\gui(in gui folder). - Copy searchwiz.py to folder
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables\gui(in gui folder). - Copy searchodml3.svg to folder
YOURPATH\.local\pipx\venvs\odmltables\Lib\site-packages\odmltables\gui\graphics(in gui/graphics folder).
- Copy odml_table.py to folder
Problems or questions
If you observe any problems or questions in this extension of odML-tables please add a issue at the GitHub issue tracker.
Preprint
Owner
- Name: Digital-C-Fiber
- Login: Digital-C-Fiber
- Kind: organization
- Repositories: 2
- Profile: https://github.com/Digital-C-Fiber
GitHub Events
Total
- Issues event: 1
- Push event: 1
- Gollum event: 1
- Fork event: 1
Last Year
- Issues event: 1
- Push event: 1
- Gollum event: 1
- Fork event: 1