Skip to content

Commit

Permalink
Update profiles.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
herrdivad authored Sep 5, 2023
1 parent 878b30d commit e66735a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/services/chemconverter/profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,24 @@ Profile list
currently include in Repo

| Ontology | availability | internal name | generic name & <br /> description (1) | measurement technique: device and/or software | file format | download |
| ----------------- | ----------------- | ----------------------------------- | --------------------------------------------------------------------------------| ------------------------------------------------- | --------- | --------- |
| ----------------- | ----------------- | ----------------------------------- | ---------------------------------------------------------------------------------------| ------------------------------------------------- | ----------- | --------- |
| Circular dichroism spectroscopy| | CDS | CD MS Spectra data from txt, data: +, metadata: - <br /> LCMSsolution; ref location: KIT CN, data: +, metadata: + | LCMS | *.txt | Link |
| Cyclic Voltammetry (CV) | v0.8.0+ | CV Gamry | CV data from DTA, data: +, metadata: + <br /> Gamry Interface Framework; ref location: KIT CN, data: +, metadata: + | CV: Gamry | *.dta | [Link](https://github.com/ComPlat/chemotion_saurus/blob/main/static/files/shared_ChemConverter_files/profiles/CVprofile_Gamry.json) |
| Cyclic Voltammetry (CV) | v0.8.0+ | Nova | CV data from txt, data: +, metadata: (+) <br /> Metrohm Autolab Nova; ref location: Uni Aachen, data: +, metadata: (-) | CV: Metrohm NOVA | *.csv | [Link](https://github.com/ComPlat/chemotion_saurus/blob/main/static/files/shared_ChemConverter_files/profiles/CVprofile_Nova.json) |
| Cyclic Voltammetry (CV) | v0.8.0+ | CV pssession | CV data from pssession, data: +, metadata: + <br /> PalmSens PSTrace; ref location: IPB Leibniz, data: +, metadata: + | CV: PalmSens PSTrace | *.pssession | [Link](https://github.com/ComPlat/chemotion_saurus/blob/main/static/files/shared_ChemConverter_files/profiles/CVprofile_pssession.json) |
| Dynamic light scattering (DLS) | | DLS | DLS data from txt, data: +, metadata: - <br /> ---; ref location: ---, data: +, metadata: - | DLS | *.txt | Link |
| Mass spectrometry | | MS Finnigian | Mass spectrometry from txt, data: +, metadata: - <br /> Finnigian MAT8230, ref location: ---, data: +, metadata: - | MS Finnigian MAT8230 | *.txt | Link |
| Mass spectrometry | | MS xy | Mass spectrometry from general xy format, data: +, metadata: - <br /> generic data table only; ref location: Uni Aachen, data: +, metadata: - | MS | *.xy | Link |
| Material testing | | Tensile Test hight Temp | Tensile test data from txt, data: +, metadata: - <br /> Inspect Table 50kN; ref location: Fraunhofer IWS, data: +, metadata: - ; <br /> HighTemp | Inspect Table 50kN | *.txt | Link |
| Material testing | | Tensile Test low Temp | Tensile test data from txt, data: +, metadata: - <br /> Inspect Table 50kN; ref location: Fraunhofer IWS, data: +, metadata: - ; <br /> LowTemp | Inspect Table 50kN | *.txt | Link |
| UV-VIS | | Cary60 UV-Vis | UV-VIS data from csv, data: +, metadata: - <br /> Cary 60; ref location: KIT CN, data: +, metadata: + | Agilent Cary 60 Spectrophotometer | *.csv | Link |
| X-ray diffraction | | brml | X-ray diffraction data from brml, data: +, metadata: - <br /> ???; ref location: ---, data: +, metadata: - | ??? | *.txt | Link |
| Single-crystal X-ray Diffraction| | CIF | crystallographic metadata from cif, data: -, metadata: + <br /> Stoe StadiVari diffractometer; ref location: KIT CN, data: +, metadata: + | Stoe StadiVari diffractometer | *.cif | Link |
| Sorption-Desorption Measurement | | AIF | (AIF) Sorption-Desorption Measurement from txt, data: +, metadata: + <br /> ---; ref location: TU Dresden, data: +, metadata: + | raw2aifv004 | *.txt | Link |
| UV-VIS | | Cary60 UV-Vis | UV-VIS data from csv, data: +, metadata: - <br /> Cary 60; ref location: KIT CN, data: +, metadata: + | Agilent Cary 60 Spectrophotometer | *.csv | Link |
| UV-VIS | | Horiba UV-Vis | UV-VIS data from txt, data: +, metadata: - <br /> Horiba Duetta; ref location: KIT CN, data: +, metadata: + | Horiba Duetta | *.txt | Link |
| UV-VIS | | JASCO UV-Vis | UV-VIS data from txt, data: +, metadata: - <br /> JASCO V-570; ref location: KIT CN, data: +, metadata: + | JASCO Corp., V-570 | *.txt | Link |
| UV-VIS | | generic UV-Vis | UV-VIS data from general txt, data: +, metadata: - <br /> generic data table only; ref location: ---, data: +, metadata: - | ??? | *.txt | Link |
| X-ray diffraction | | brml | X-ray diffraction data from brml, data: +, metadata: - <br /> ???; ref location: ---, data: +, metadata: - | ??? | *.txt | Link |


(1) The generic name follows the convention that the names should give us a hind about what the profile does (marked by a +) and the description should tell us i.a. what the file could provide.
(1) The generic name follows the convention that the names should give us a hind about what the profile does (marked by a +) and the description should tell us i.a. what the file could provide. <br />
(+) In this case, the file itself does not provide Metadata but some could be calculated by the Reader.

0 comments on commit e66735a

Please sign in to comment.