Skip to content

Supporting information to a manuscript describing echemdb's approach to RDM.

License

Notifications You must be signed in to change notification settings

echemdb/manuscript_echemdb_rdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Welcome to manuscript_echemdb_rdm

This repository contains supporting information for the manuscript denoted echemdb Toolkit - a Lightweight Approach to Getting Data Ready for Data Management Solutions. The manuscript illustrates how echemdb's toolbox can be used for local research data management. It provides information on file naming convention (FNC), automatic/programmatic metadata acquisition, and converting data into frictionless Data Packages. Furthermore, the our unitpackages API is introduced (based on the frictionless Python framework), which allows creating, interacting, and exploring these Data Packages.

The examples from the manuscript and the usage of our tools for RDM applications are also illustrated in a specific documentation.

Structure

The doc folder contains two Jupyter notebooks

and a folder with

Installation

The required packages can be found in the [environment.yml], which can be installed manually with pip or conda/mamba

conda env create -f environment.yml