Skip to content

Commit cb58df6

Browse files
authored
Merge pull request #25 from NFDI4Chem/development
Development
2 parents 0aae3ad + 1c3c9cf commit cb58df6

File tree

5 files changed

+17744
-1222
lines changed

5 files changed

+17744
-1222
lines changed

docs/michi/intro.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ sidebar_position: 1
33
---
44

55
# Introduction
6+
In NFDI4Chem, we provide reporting guidelines, which we refer to as MIChIs (Minimum Information about Chemical Investigation), to cover the chemical investigations in various fields of chemistry.
67

7-
Here you can find all the MIChI that are still in the draft phase along with published ones.
8+
Our initial purpose was, as most MIs do, to support reproducibility in the field. However, being a digitization initiative, we expanded our goals to cover domain-specific findability along with interoperability and knowledge building. When we draft our guidelines, we keep the following questions in mind:
9+
- What metadata does the researcher need to reproduce the experiment?
10+
- What metadata would a data analyst look for in a search service?
11+
- What domain-prominent controlled vocabulary can be used to provide the best description of the metadata?
12+
- What high-level controlled vocabulary can be used to provide the best interoperability with the rest of the guidelines and help connect research from different fields to build knowledge?
13+
14+
Fulfilling these requirements renders our guidelines rather strict. While we understand the difficulty in validating a present-day dataset against our guidelines, we keep in mind that guidelines are about how things are supposed to be and not about how they currently are. One of the purposes of our MIChIs is to fill the gap of metadata in the data files generated from the different techniques by leveraging electronic lab notebooks (ELNs) and repositories to request these metadata directly from the user, meaning that a more realistic approach for validating against our MIChIs would include, in addition to the analysis datasets, a "metadata" file complying with the MIChI. We recommend that repositories provide this combination as a package.

docs/michi/nmr/v1/table.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ Level 2: Recommended. Can be identified by cardinality starting from 0 and by by
141141
<td>Acquisition Nucleus</td>
142142
<td>nfdi.nmr.acquisition.nucleus</td>
143143
<td><a href="https://terminology.nfdi4chem.de/ts/ontologies/nmrcv/terms?iri=http%3A%2F%2FnmrML.org%2FnmrCV%23NMR%3A1400083" style={{ textDecoration: 'underline'}}>Acquisition Nucleus (NMR:1400083)</a></td>
144-
<td><b>The nuclei of atoms</b> identified by ChEBI IDs that are leaves of the ontology term <a href="https://terminology.nfdi4chem.de/ts/ontologies/chebi/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FCHEBI_33250&obsoletes=false" style={{ textDecoration: 'underline'}}>atom (CHEBI:33250)</a>
145-
</td>
144+
<td><b>The nuclei of atoms</b> identified by ChEBI IDs that are leaves of the ontology term <a href="https://terminology.nfdi4chem.de/ts/ontologies/chebi/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FCHEBI_33250&obsoletes=false" style={{ textDecoration: 'underline'}}>atom (CHEBI:33250)</a></td>
146145
<td style={{ whiteSpace: 'nowrap'}}>1-d</td>
147146
<td>13C</td>
148147
<td>The nucleus of <a href="https://terminology.nfdi4chem.de/ts/ontologies/chebi/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FCHEBI_36928&obsoletes=false" style={{ textDecoration: 'underline'}}>CHEBI:36928</a></td>

docusaurus.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
33

4-
const lightCodeTheme = require('prism-react-renderer/themes/github');
5-
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
4+
const { themes } = require('prism-react-renderer');
5+
const lightCodeTheme = themes.github;
6+
const darkCodeTheme = themes.dracula;
67

78
/** @type {import('@docusaurus/types').Config} */
89
const config = {
910
title: 'Minimum Information Requirements',
1011
tagline: 'NFDI4Chem Workshop Series' ,
11-
url: 'https://github.com/NFDI4Chem/workshops',
12-
baseUrl: '/workshops/',
12+
url: 'https://github.com',
13+
baseUrl: '/NFDI4Chem/workshops/',
1314
onBrokenLinks: 'throw',
1415
onBrokenMarkdownLinks: 'warn',
1516
favicon: 'img/logo.png',

0 commit comments

Comments
 (0)