-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to SWC example to docs (#605)
* docs: 📝 Add link to SWC example to docs * docs: 📝 Add short summary of the project.
- Loading branch information
Showing
5 changed files
with
28 additions
and
1 deletion.
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,5 +1,5 @@ | ||
--- | ||
sidebar_position: 10 | ||
sidebar_position: 11 | ||
--- | ||
|
||
# Jayvee 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. If you have used or spotted Jayvee in the wild, we welcome additions to this list by PR or email to [email protected]. | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
<DocCardList /> | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |
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 |
---|---|---|
@@ -0,0 +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) |
3 changes: 3 additions & 0 deletions
3
apps/docs/docs/user/use-cases/SWC-JValue-OCDE-Case1.md.license
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg | ||
|
||
SPDX-License-Identifier: AGPL-3.0-only |