Skip to content

Commit f8ff5ea

Browse files
committed
Add placeholder for datalab, with many missing file formats
1 parent 6ea272c commit f8ff5ea

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

yard/data/extractors/datalab.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
id: >-
3+
datalab
4+
name: >-
5+
datalab
6+
description: >-
7+
datalab is an extensible sample-based RDM platform for materials and chemical
8+
with domain support for several characterisation techniques.
9+
supported_filetypes:
10+
- id: pstrace-txt
11+
- id: agilent-asp
12+
- id: topspin-project
13+
- id: jcamp-dx
14+
- id: renishaw-wdf
15+
- id: mettler-toledo-asc
16+
- id: avantes-raw8-txt
17+
- id: panalytical-xrdml
18+
- id: diffrac-eva-xy
19+
- id: rigaku-rasx
20+
license:
21+
spdx: MIT
22+
citations:
23+
- uri: https://github.com/datalab-org/datalab
24+
creators:
25+
- M. Evans
26+
- B. Charmes
27+
- B. Smith
28+
- J. Bocarsly
29+
title: datalab github repository
30+
type: software
31+
source_repository: https://github.com/datalab-org/datalab
32+
documentation: https://docs.datalab-org.io
33+
usage:
34+
- method: python
35+
setup: pydatalab
36+
installation:
37+
- method: pip
38+
packages:
39+
- datalab-server[apps] ~= 0.6
40+
requires_python: '>=3.10'

0 commit comments

Comments
 (0)