Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Mermaid diagrams #2

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .cruft.json
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",
Expand Down
2 changes: 1 addition & 1 deletion .env.public
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing to NFDI4Chem_MIChI
# Contributing to MICHI

:+1: First of all: Thank you for taking the time to contribute!

The following is a set of guidelines for contributing to
NFDI4Chem_MIChI. These guidelines are not strict rules.
MICHI. These guidelines are not strict rules.
Use your best judgment, and feel free to propose changes to this document
in a pull request.

Expand All @@ -22,7 +22,7 @@ in a pull request.

## Code of Conduct

The NFDI4Chem_MIChI team strives to create a
The MICHI team strives to create a
welcoming environment for editors, users and other contributors.
Please carefully read our [Code of Conduct](CODE_OF_CONDUCT.md).

Expand Down Expand Up @@ -73,7 +73,7 @@ Please submit a [Pull Request][pulls] to submit a new term for consideration.
- Never work on the main branch, always work on an issue/feature branch
- Core developers can work on branches off origin rather than forks
- Always create a PR on a branch to maximize transparency of what you are doing
- PRs should be reviewed and merged in a timely fashion by the NFDI4Chem_MIChI technical leads
- PRs should be reviewed and merged in a timely fashion by the MICHI technical leads
- PRs that do not pass GitHub actions should never be merged
- In the case of git conflicts, the contributor should try and resolve the conflict
- If a PR fails a GitHub action check, the contributor should try and resolve the issue in a timely fashion
Expand Down Expand Up @@ -115,7 +115,7 @@ Core developers should read the material on the [LinkML site](https://linkml.io/
[about-branches]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
[about-issues]: https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues
[about-pulls]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
[issues]: https://github.com/NFDI4Chem/NFDI4Chem_MIChI/issues/
[pulls]: https://github.com/NFDI4Chem/NFDI4Chem_MIChI/pulls/
[issues]: https://github.com/NFDI4Chem/MICHI/issues/
[pulls]: https://github.com/NFDI4Chem/MICHI/pulls/

We recommend also reading [GitHub Pull Requests: 10 Tips to Know](https://blog.mergify.com/github-pull-requests-10-tips-to-know/)
695 changes: 674 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ examples/%.ttl: src/data/examples/%.yaml

test-examples: examples/output

examples/output: src/nfdi4chem_michi/schema/nfdi4chem_michi.yaml
examples/output: src/michi/schema/michi.yaml
mkdir -p $@
$(RUN) linkml-run-examples \
--output-formats json \
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# NFDI4Chem_MIChI
# MICHI

This is the LinkML metadata schema prototype for NFDI4Chem
NFDI4Chem metadata schema

## Website

[https://NFDI4Chem.github.io/MIChI](https://NFDI4Chem.github.io/MIChI)
[https://NFDI4Chem.github.io/MICHI](https://NFDI4Chem.github.io/MICHI)

## Repository Structure

* [examples/](examples/) - example data
* [project/](project/) - project files (do not edit these)
* [src/](src/) - source files (edit these)
* [nfdi4chem_michi](src/nfdi4chem_michi)
* [schema](src/nfdi4chem_michi/schema) -- LinkML schema
* [michi](src/michi)
* [schema](src/michi/schema) -- LinkML schema
(edit this)
* [datamodel](src/nfdi4chem_michi/datamodel) -- generated
* [datamodel](src/michi/datamodel) -- generated
Python datamodel
* [tests/](tests/) - Python tests

Expand Down
3 changes: 2 additions & 1 deletion examples/Dataset-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
entries:
- id: example:Dataset001
name: foo bar

primary_email: [email protected]
age_in_years: 33
4 changes: 2 additions & 2 deletions examples/README.md
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)
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
site_name: "NFDI4Chem MIChI"
site_name: "MICHI"
theme:
name: material
# palette:
Expand All @@ -10,6 +10,8 @@ theme:
plugins:
- search
- mermaid2
- mermaid2:
version: 10.9.0
nav:
# - Home: home.md
- Index: index.md
Expand Down
Loading
Loading