-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
52,404 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 ZMT | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,21 @@ | ||
.PHONY: install show public help sync | ||
|
||
UID:=$(shell stat -c %u $(CURDIR)) | ||
CURRENT_BRANCH:=$(shell git branch | grep \* | cut -d ' ' -f2) | ||
|
||
install: ## one time installation | ||
npm i docsify-cli -g | ||
|
||
show: ## serves website locally in http://localhost:3000/ | ||
docsify serve . | ||
|
||
public: sync ## pushes to main repo and publishes website | ||
git push | ||
|
||
sync: ## updates current repository with latest changes in github | ||
git pull | ||
|
||
help: ## This help. | ||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | ||
|
||
.DEFAULT_GOAL := help |
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 +1,14 @@ | ||
# s4l-manual | ||
# Welcome | ||
|
||
Welcome to the **_S4L_<sup>_lite_</sup>** Dashboard Manual. This user manual is intended to provide you with detailed information and background on about how to use the dashboard in **_S4L_<sup>_lite_</sup>**. | ||
|
||
If you don't have a user account yet, please request your login via the [**_S4L_<sup>_lite_</sup>** webpage](https://zmt.swiss/support/support/s4l-web-lite/). You can log in at https://s4l-lite.io with a valid email address and password combination. | ||
|
||
Under the ```TUTORIALS``` dashboard tab, you will find a set of pre-built read-only tutorial projects with results and scripts that illustrate how **_S4L_<sup>_lite_</sup>** can be used to solve various simulation problems. | ||
|
||
For more specific technical information, please refer to the **_S4L_<sup>_lite_</sup>** manual. | ||
|
||
<br> | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/ZurichMedTech/s4l-assets/main/app/lite/logo/s4llite-white.png" width="50%" /> | ||
</p> |
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,29 @@ | ||
<style> | ||
|
||
footer { | ||
display: flex; | ||
} | ||
.flex-1 { | ||
flex: 1 | ||
} | ||
.flex-2 { | ||
flex: 2 | ||
} | ||
</style> | ||
<footer> | ||
<div class="flex-1"> | ||
<br/><br/><br/><br/> | ||
<p style="font-weight: bold;font-size:80%;">ZMT Zurich MedTech AG</p> | ||
<p style="text-align:left;font-size:80%;"> | ||
<a href="https://zmt.swiss/about/about-zmt/contact/" target="_blank">Contact ZMT</a><br/> | ||
<a href="https://zmt.swiss" target="_blank">ZMT Website</a> | ||
</p> | ||
</div> | ||
<div class="flex-2"> | ||
<br/><br/><br/><br/> | ||
<p style="text-align:right;font-weight: bold;font-size:80%;">Who We Are</p> | ||
<p style="text-align:right;font-size:80%;"> | ||
<a href="https://zmt.swiss/about/about-zmt/zmt/" target="_blank">About ZMT</a> | ||
</p> | ||
</div> | ||
</footer> |
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,19 @@ | ||
<!-- _navbar.md See https://docsify.js.org/#/custom-navbar?id=custom-navbar--> | ||
|
||
* ZMT | ||
|
||
* [ZMT](https://zmt.swiss/) | ||
|
||
* Powered By | ||
|
||
* [Sim4Life](https://zmt.swiss/academic/s4l-academic/) | ||
* [oSPARC](https://github.com/ITISFoundation/osparc-simcore) | ||
* [Adminer](https://www.adminer.org/) | ||
* [Celery](https://docs.celeryproject.org/en/stable/) | ||
* [Dask](https://dask.org/) | ||
* [Docker](https://www.docker.com/) | ||
* [Flower](https://github.com/mher/flower) | ||
* [Github](https://github.com/) | ||
* [MinIO](https://min.io/) | ||
* [Portainer](https://www.portainer.io/) | ||
* [Redis](https://redis.io/) |
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,16 @@ | ||
<!-- _sidebar.md --> | ||
|
||
* [Welcome](README.md) | ||
* [What is **_S4L_<sup>_lite_</sup>**](/docs/what_is_s4l_lite.md) | ||
* [Overview](/docs/overview/platform.md) | ||
* [Landing Page](/docs/overview/landing_page.md) | ||
* [Dashboard](/docs/overview/dashboard/dashboard.md) | ||
* [Project Management](/docs/overview/dashboard/new_project.md) | ||
* [Tutorials](/docs/overview/dashboard/tutorials.md) | ||
* [Sharing and Publishing](/docs/overview/dashboard/share.md) | ||
* [**_S4L_<sup>_lite_</sup>** Manual](/docs/overview/s4l_lite.md) | ||
* [License Agreements](/docs/licensing/license.md) | ||
* [Sim4Life](/docs/licensing/copyright_Sim4Life.md) | ||
* [Release Notes](/docs/release/releases.md) | ||
* [Known Issues](/docs/release/knownbugs.md) | ||
* [Support](/docs/support/support.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.