-
Notifications
You must be signed in to change notification settings - Fork 93
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
97 changed files
with
2,403 additions
and
3,066 deletions.
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
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
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
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
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 @@ | ||
{% extends '!footer.html' %} | ||
|
||
{% block extrafooter %} | ||
<HR> | ||
<div class="footer-extra"> | ||
<p> | ||
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Version" src="https://img.shields.io/conda/vn/conda-forge/mss.svg" /></a> | ||
<a class="reference external" href="https://doi.org/10.5281/zenodo.6572620"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.6572620.svg" /></a> | ||
<a class="reference external" href="https://www.fz-juelich.de/en/rse/jurse-community/jurse-code-of-the-month/july-2024"><img alt="JuRSE Code Pick" src="https://img.shields.io/badge/JuRSE_Code_Pick-July_2024-blue" /></a> | ||
<a class="reference external" href="https://github.com/Open-MSS/MSS/issues"><img alt="GitHub Issues" src="https://img.shields.io/github/issues/Open-MSS/MSS" /></a> | ||
<a class="reference external" href="https://coveralls.io/github/Open-MSS/MSS?branch=develop"><img alt="Coverage Status" src="https://coveralls.io/repos/github/Open-MSS/MSS/badge.svg?branch=develop" /></a> | ||
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Platforms" src="https://img.shields.io/conda/pn/conda-forge/mss.svg" /></a> | ||
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Recipe" src="https://img.shields.io/badge/recipe-mss-green.svg" /></a> | ||
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Downloads" src="https://img.shields.io/conda/dn/conda-forge/mss.svg" /></a> | ||
</p> | ||
<p> | ||
<a href="https://web.libera.chat/?channels=#mss-general" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/libera.chat-%23MSS_General-blue" alt="IRC: #mss-general on libera.chat"></a> | ||
<a href="https://web.libera.chat/?channels=#mss-gsoc" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/libera.chat-%23MSS_GSoC-brightgreen" alt="IRC: #mss-gsoc on libera.chat"></a> | ||
</p> | ||
</div> | ||
{% endblock %} |
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
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
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
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
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
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 |
---|---|---|
|
@@ -14,3 +14,7 @@ | |
margin-bottom: auto; | ||
margin-left: auto; | ||
} | ||
|
||
video { | ||
max-width: 100%; | ||
} |
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
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
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
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,36 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
|
||
mslib.msidp.conf.py.example | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
config for msidp | ||
|
||
This file is part of mss. | ||
|
||
:copyright: Copyright 2023 Nilupul Manodya | ||
:copyright: Copyright 2023-2024 by the MSS team, see AUTHORS. | ||
:license: APACHE-2.0, see LICENSE for details. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
""" | ||
import os | ||
|
||
|
||
# our default dir for mss content | ||
BASE_DIR = os.path.join(os.path.expanduser("~"), 'mss') | ||
|
||
DATA_DIR = os.path.join(BASE_DIR, "colabdata") | ||
|
||
# dir where mscolab single sign-on process files are stored | ||
SSO_DIR = os.path.join(DATA_DIR, 'datasso') |
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.