Skip to content

Commit

Permalink
Copy content from lite
Browse files Browse the repository at this point in the history
  • Loading branch information
mguidon committed Nov 20, 2023
1 parent 82049c1 commit 8752581
Show file tree
Hide file tree
Showing 40 changed files with 52,404 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
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.
21 changes: 21 additions & 0 deletions Makefile
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
15 changes: 14 additions & 1 deletion README.md
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>
29 changes: 29 additions & 0 deletions _footer.html
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>
19 changes: 19 additions & 0 deletions _navbar.md
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/)
16 changes: 16 additions & 0 deletions _sidebar.md
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)
Binary file added assets/dashboard/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dashboard/new_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dashboard/project_card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dashboard/projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dashboard/tutorials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/landingpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/opensmash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/s4l-docs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/s4lintro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/s4llite-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tutorials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8752581

Please sign in to comment.