-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from NFDI4Chem/fix-mermaid-diagrams
Fix Mermaid diagrams
- Loading branch information
Showing
42 changed files
with
7,615 additions
and
1,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"template": "https://github.com/linkml/linkml-project-cookiecutter", | ||
"commit": "d9b85bbbdcc49163416a3e3e18e23fe2ecce501b", | ||
"commit": "c81851945f83b0217a65a9190219ddf9cd4bee20", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"project_name": "NFDI4Chem_MIChI", | ||
"__project_slug": "nfdi4chem_michi", | ||
"project_name": "MICHI", | ||
"__project_slug": "michi", | ||
"github_org": "NFDI4Chem", | ||
"__source_path": "src/nfdi4chem_michi/schema/nfdi4chem_michi.yaml", | ||
"project_description": "This is the LinkML metadata schema prototype for NFDI4Chem", | ||
"__source_path": "src/michi/schema/michi.yaml", | ||
"project_description": "NFDI4Chem metadata schema", | ||
"full_name": "Philip Strömert", | ||
"email": "[email protected]", | ||
"__author": "Philip Strömert <[email protected]>", | ||
"license": "MIT", | ||
"license": "GNU GPL v3.0", | ||
"main_schema_class": "Dataset", | ||
"create_python_classes": "Yes", | ||
"use_schemasheets": "No", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
###### schema definition variables, used by makefile | ||
|
||
LINKML_SCHEMA_NAME="nfdi4chem_michi" | ||
LINKML_SCHEMA_NAME="MICHI" | ||
LINKML_SCHEMA_AUTHOR="Philip Strömert <[email protected]>" | ||
LINKML_SCHEMA_DESCRIPTION="This is the LinkML metadata schema prototype for NFDI4Chem" | ||
LINKML_SCHEMA_SOURCE_PATH="src/nfdi4chem_michi/schema/nfdi4chem_michi.yaml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
entries: | ||
- id: example:Dataset001 | ||
name: foo bar | ||
|
||
primary_email: [email protected] | ||
age_in_years: 33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Examples of use of nfdi4chem_michi | ||
# Examples of use of michi | ||
|
||
This folder contains example data conforming to nfdi4chem_michi | ||
This folder contains example data conforming to michi | ||
|
||
The source for these is in [src/data](../src/data/examples) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.