From 5927fc83f367b4c6dcc117f6c1df65c8d44dc5cc Mon Sep 17 00:00:00 2001 From: Philip Heltweg Date: Fri, 26 Jul 2024 17:33:53 +0200 Subject: [PATCH 1/3] docs: :memo: Add link to SWC example to docs --- apps/docs/docs/user/examples/README.mdx | 2 +- apps/docs/docs/user/use-cases/README.mdx | 13 +++++++++++++ apps/docs/docs/user/use-cases/README.mdx.license | 3 +++ .../docs/user/use-cases/SWC-JValue-OCDE-Case1.md | 3 +++ .../user/use-cases/SWC-JValue-OCDE-Case1.md.license | 3 +++ 5 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 apps/docs/docs/user/use-cases/README.mdx create mode 100644 apps/docs/docs/user/use-cases/README.mdx.license create mode 100644 apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md create mode 100644 apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md.license diff --git a/apps/docs/docs/user/examples/README.mdx b/apps/docs/docs/user/examples/README.mdx index 3b8b94487..e0b7d9f87 100644 --- a/apps/docs/docs/user/examples/README.mdx +++ b/apps/docs/docs/user/examples/README.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 10 +sidebar_position: 11 --- # Jayvee Examples diff --git a/apps/docs/docs/user/use-cases/README.mdx b/apps/docs/docs/user/use-cases/README.mdx new file mode 100644 index 000000000..d186cac77 --- /dev/null +++ b/apps/docs/docs/user/use-cases/README.mdx @@ -0,0 +1,13 @@ +--- +sidebar_position: 12 +--- + +# Jayvee Use Cases + +Here you can find a selection of more complex projects that use (some form of) Jayvee to accomplish a real world task. + +```mdx-code-block +import DocCardList from '@theme/DocCardList'; + + +``` diff --git a/apps/docs/docs/user/use-cases/README.mdx.license b/apps/docs/docs/user/use-cases/README.mdx.license new file mode 100644 index 000000000..db3db822d --- /dev/null +++ b/apps/docs/docs/user/use-cases/README.mdx.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg + +SPDX-License-Identifier: AGPL-3.0-only diff --git a/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md new file mode 100644 index 000000000..5c0b09cdc --- /dev/null +++ b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md @@ -0,0 +1,3 @@ +# Exploring material science data using Jayvee + +[Exploring material science data using Jayvee on GitHub](https://github.com/jvalue/Exploring-Materials-Science-Data-Using-Jayvee) \ No newline at end of file diff --git a/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md.license b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md.license new file mode 100644 index 000000000..db3db822d --- /dev/null +++ b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg + +SPDX-License-Identifier: AGPL-3.0-only From 3aadff8555f88f3a78a0fa61bbb94e6a1e5f2c6a Mon Sep 17 00:00:00 2001 From: Philip Heltweg Date: Fri, 26 Jul 2024 17:49:37 +0200 Subject: [PATCH 2/3] docs: :memo: Add short summary of the project. --- apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md index 5c0b09cdc..474dad618 100644 --- a/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md +++ b/apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md @@ -1,3 +1,8 @@ # Exploring material science data using Jayvee +During the [Software Campus](https://softwarecampus.de/) project JValue-OCDE-Case1, managed by [Philip Heltweg](https://heltweg.org), Jayvee was applied to develop data pipelines for open data from the materials science domain, provided by the industry partner [Springer Materials](https://materials.springer.com/). + +## Project Link +You can find the source code here: + [Exploring material science data using Jayvee on GitHub](https://github.com/jvalue/Exploring-Materials-Science-Data-Using-Jayvee) \ No newline at end of file From 32492209d905eccc3dbf41b871eb295eea002e97 Mon Sep 17 00:00:00 2001 From: Philip Heltweg Date: Mon, 29 Jul 2024 11:29:47 +0200 Subject: [PATCH 3/3] docs: :memo: Add line welcoming user additions. --- apps/docs/docs/user/use-cases/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/user/use-cases/README.mdx b/apps/docs/docs/user/use-cases/README.mdx index d186cac77..9d2f45dd7 100644 --- a/apps/docs/docs/user/use-cases/README.mdx +++ b/apps/docs/docs/user/use-cases/README.mdx @@ -4,7 +4,7 @@ sidebar_position: 12 # Jayvee Use Cases -Here you can find a selection of more complex projects that use (some form of) Jayvee to accomplish a real world task. +Here you can find a selection of more complex projects that use (some form of) Jayvee to accomplish a real world task. If you have used or spotted Jayvee in the wild, we welcome additions to this list by PR or email to jvalue@group.riehle.org. ```mdx-code-block import DocCardList from '@theme/DocCardList';