diff --git a/docs/Scientific_Computing/Supported_Applications/index.md b/docs/Scientific_Computing/Supported_Applications/index.md index 0ab4dc585..0a19fc08f 100644 --- a/docs/Scientific_Computing/Supported_Applications/index.md +++ b/docs/Scientific_Computing/Supported_Applications/index.md @@ -1,11 +1,10 @@ --- title: Supported Applications +template: supportedApplications.html --- - - - -=== "Mahuika" +For more information on environment-modules see [Finding Software](../HPC_Software_Environment/Finding_Software.md). + diff --git a/docs/assets/stylesheets/supportedApplications.css b/docs/assets/stylesheets/supportedApplications.css index c0269ec46..7163eabc5 100644 --- a/docs/assets/stylesheets/supportedApplications.css +++ b/docs/assets/stylesheets/supportedApplications.css @@ -61,6 +61,19 @@ color: var(--md-primary-bg-color); background-color: #972220; } + +.grid.flex-card-parent { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-content: stretch; + align-items: stretch; + justify-content: space-between; +} + +.flex-card { + flex-grow: 1; +} .app-list-header { display: inline; } @@ -248,3 +261,7 @@ div#updated { #srchbar{ border-right:0; } +.md-source-file{ + display: none; + /* This is lazy */ +} \ No newline at end of file diff --git a/overrides/partials/.appCardBig.html.dep b/overrides/partials/.appCardBig.html.dep deleted file mode 100644 index 6bf04f373..000000000 --- a/overrides/partials/.appCardBig.html.dep +++ /dev/null @@ -1,13 +0,0 @@ -

{{ app.description }}

-{% if app.homepage or app.url -%} -

{% include ".icons/material/home.svg" %} -{{ application }} Homepage

-{% endif -%} -{% if app.licence_type == "proprietary" -%} -
-

Licence

-

{{ application }} is proprietary software. Make sure you meet the requirements for it's usage.

-
-{% endif -%} -

Modules Available

-{% include "partials/appVersion.html" -%} \ No newline at end of file diff --git a/overrides/partials/appCard.html b/overrides/partials/appCard.html index 92a9c4982..9d59092d1 100644 --- a/overrides/partials/appCard.html +++ b/overrides/partials/appCard.html @@ -25,15 +25,18 @@

{{ app_name }}

{{ app.description }}

-
- {% include "partials/appVersion.html" -%} -
- Links +
+
+
Available Modules
+ {% include "partials/appVersion.html" -%} +
+
+
Links
-
- {% if app.licence_type %} - - - -

Licence {{ app_name }} is {{ app.licence_type }} software.

- {% if app.licences %} -

Access to a valid licence token is required to run {{ app_name }}, a list of which can be found - here.

- {% endif %} - - {% endif %} + {% if app.licence_type %} +
+
Licence
+ +

Licence {{ app_name }} is {{ app.licence_type }} software.

+ {% if app.network_licences %} +

Access to a valid licence token is required to run {{ app_name }}. + {% include "partials/appNetworkLicence.html" -%} + {% endif %} +

+ {% endif %} +
\ No newline at end of file diff --git a/overrides/partials/appHeader.md b/overrides/partials/appHeader.md index 3831c73c6..e6a7de53a 100644 --- a/overrides/partials/appHeader.md +++ b/overrides/partials/appHeader.md @@ -21,6 +21,8 @@ ## Licences +

The following network licence servers can be accessed from the NeSI cluster.

{% include "partials/appNetworkLicence.html" -%} +

If you do not have access, or want a server connected {% include "partials/support_request.html" %}.

{% endif -%} diff --git a/overrides/partials/appNetworkLicence.html b/overrides/partials/appNetworkLicence.html index dc5703328..696e3aa2e 100644 --- a/overrides/partials/appNetworkLicence.html +++ b/overrides/partials/appNetworkLicence.html @@ -1,5 +1,3 @@ -

The following network licence servers can be accessed from the NeSI cluster.

-

If you do not have access, or want a server connected {% include "partials/support_request.html" %}.

diff --git a/overrides/partials/supportedApplicationsList.html b/overrides/partials/supportedApplicationsList.html index 487098a89..7a33d9c1d 100644 --- a/overrides/partials/supportedApplicationsList.html +++ b/overrides/partials/supportedApplicationsList.html @@ -1,5 +1,7 @@
+ +
@@ -25,4 +27,6 @@

+

If the application you are looking for is not here you can make software installation request or try compiling it yourself.

+ You can help contribute to this list by tagging software here.
diff --git a/overrides/supportedApplications.html b/overrides/supportedApplications.html index e93ce231a..ab8512e38 100644 --- a/overrides/supportedApplications.html +++ b/overrides/supportedApplications.html @@ -1,9 +1,18 @@ {% extends "base.html" -%} {% block head -%} {% endblock -%} +{% block libs %} + {{ super() }} + + + +{% endblock -%} +{% block styles %} +{{ super() }} + +{% endblock -%} + {% block content -%} {{ super() }} {% include "partials/supportedApplicationsList.html" %} -

If the application you are looking for is not here you can make software installation request or try compiling it yourself.

-You can help contribute to this list by tagging software here. {% endblock %} \ No newline at end of file