Metadata generation, validation, search and visualization.
Project description
FRED
Introduction
Scientific research relies on transparent dissemination of data and its associated interpretations. This task encompasses accessibility of raw data, its metadata, details concerning experimental design, along with parameters and tools employed for data interpretation. Production and handling of these data represents an ongoing challenge, extending beyond publication into individual facilities, institutes and research groups, often termed Research Data Management (RDM). It is foundational to scientific discovery and innovation, and can be paraphrased as Findability, Accessibility, Interoperability and Reusability (FAIR). Although the majority of peer-reviewed journals require the deposition of raw data in public repositories in alignment with FAIR principles, metadata frequently lacks full standardization. This critical gap in data management practices hinders effective utilization of research findings and complicates sharing of scientific knowledge. Here we present a flexible design of a machine-readable metadata format to store experimental metadata, along with an implementation of a generalized tool named FRED (FaiR Experimental Designs). It enables i) dialog based creation of metadata files, ii) structured semantic validation, iii) logical search, iv) an external programming interface (API), and v) a standalone web-front end. The tool is intended to be used by non-computational scientists as well as specialized facilities, and can be seamlessly integrated in existing RDM infrastructure.
For more information about FRED, please see the documentation.
How to install
Via Python package
FRED is published in the Python Package Index (PyPI) under the name fred-metadata. It can be installed with the following command:
pip install fred-metadata
Via Repository
You can install FRED directly from the repository with the following commands:
- Clone the repository
git clone https://github.com/loosolab/FRED.git
- Move to the new repository directory
cd FRED
- (Optional) Create and activate a pip environment
python3 -m venv .venv
source .venv/bin/activate
- Install the package
pip install .
Standalone Version
The standalone web-frontend is provided in a separate Repository. You can find it here:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fred_metadata-1.0.0.tar.gz.
File metadata
- Download URL: fred_metadata-1.0.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fcee7df1631cbb42729eb85a2c972e2b5c9bd0043da6f13809fc96fd95f676
|
|
| MD5 |
fe8197d46fd5e69ffc3725541628abf5
|
|
| BLAKE2b-256 |
4fdf2d6afc966e681dec07f61a2a96d84a18ed8eb498cf10e96c285db784ec95
|
File details
Details for the file fred_metadata-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fred_metadata-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2a2808df3c848d9a559023be0618cbb8484a47fbb3835bbdef9fe6c9b53ac60
|
|
| MD5 |
3b1c35f2788328f71c8e77807783d07f
|
|
| BLAKE2b-256 |
29822253a0a72c5579f5d2f87020a58110413e180579b4309d426db7422822bd
|