Skip to content

Commit

Permalink
Merge pull request #469 from ACCESS-Hive/jasmeen/fix-comm-forum-btn-386
Browse files Browse the repository at this point in the history
Jasmeen/fix comm forum btn 386
  • Loading branch information
KAUR1984 authored Jul 24, 2023
2 parents 481f59e + 84ecdec commit 3d1be38
Show file tree
Hide file tree
Showing 12 changed files with 300 additions and 23 deletions.
Binary file added docs/assets/ACCESS-Logo.png
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.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ IOMB uses the same code base as the International Land Model Benchmarking (ILAMB
<tr>
<td width="25%">
<div align='center' width="100%">
<a href="https://cookbooks.projectpythia.org">Pythia Cookbooks {{ community }}</a>
<a href="https://cookbooks.projectpythia.org">Pythia Cookbooks</a>
</div>
</td>
<td width="10%">
Expand Down
96 changes: 94 additions & 2 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ h3 {


/* ===============================================================
Left Navigation and table of content
Left Navigation and right "On this page" navigation
*/
.md-nav--primary {
font-size: 1.7em;
Expand Down Expand Up @@ -319,6 +319,99 @@ h3 {
color: var(--md-typeset-color);
}

/* ===============================================================
Header Buttons CSS - "Hive Forum", "ACCESS-NRI", "Contribute"
*/
.flex-container {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 0.6em;
}

.header-btn {
border-radius: 0.3em;
border: 0.1em solid;
padding: 0.5em 1em;
font-weight: 500;
margin: 0 0.5em 0 0.5em;
height: 1.7rem;
}

.header-btn:hover {
background-color: var(--md-default-fg-color--lightest);
transition-duration: 0.4s;
transition-property: all;
}

.large-text {
font-size: 1.4em;
}

.nri-orange-border {
border-color: var(--nri-orange);
}

.nri-blue-border {
border-color: var(--nri-blue);
}

.icon-image {
height: 1.3em;
width: auto;
}

/* ===============================================================
Support icons
*/
/* heart animation */
@keyframes heart {
0%, 40%, 80%, 100% {
transform: scale(1);
}
20%, 60% {
transform: scale(1.15);
}
}

.heart {
animation: heart 1000ms infinite;
color: #F82464;
font-size: medium;
margin: 0 0.2em;
}

.heart:hover {
color: #f82464c9;
}

.icon-supported {
color: var(--nri-green);
font-size: medium;
margin: 0 0.2em;
}

.icon-supported:hover {
color: var(--nri-green);
}

.icon-recommended {
color: var(--nri-orange);
font-size: medium;
margin: 0 0.2em;
}

.icon-recommended:hover {
color: var(--nri-orange);
}

/* Vertically center the icons */
.center-icons {
vertical-align: middle;
}


/* ===============================================================
How to contribute image
*/
Expand Down Expand Up @@ -356,7 +449,6 @@ h3 {
flex-grow: 1;
}


/* Single card hover */
.card-container > *:hover {
border-color: var(--md-accent-fg-color);
Expand Down
25 changes: 13 additions & 12 deletions docs/model_evaluation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

<!-- Model evaluation is about measuring how fit for purpose a particular model is. -->

## What is MED about?

ACCESS-NRI's "Model Evaluation and Diagnostics" work is a critical facet of climate modeling, encompassing various tasks designed to ensure the model's reliability and accuracy.

**Evaluation** involves scrutinizing the model through Model/Observation confrontations, checking its performance against real-world observations. It also includes experiment comparisons, testing the model under different scenarios, and inter-model comparisons like the Coupled Model Intercomparison Project (CMIP), assessing how the ACCESS-NRI model fares when compared with other climate models.

**Diagnostics** involves constant monitoring of model runs to detect any anomalies or inconsistencies and a thorough analysis of outputs to verify the model's accuracy over time.

## ACCESS-MED data and tools hosted on Gadi

If you are new to model evaluation and diagnostics, we recommend you read our [Getting Started with MED page](./model_evaluation_getting_started/index.md). Here, we provide catalogs and pointers to [observational data](./model_evaluation_observational_catalogs.md) as well as [model data](./model_evaluation_model_catalogs/index.md) that can be used for evaluation. We also provide a number of [frameworks for model evaluation](./model_evaluation_on_gadi/index.md). We are also working on implementing more frameworks and recipes as well as formatting tools for a better model evaluation and diagnostics.
Expand Down Expand Up @@ -75,14 +69,15 @@ If you are new to model evaluation and diagnostics, we recommend you read our [G
</a>
</div>


### Tools in development

We are currently setting up a range of tools that will help you to better evaluate and diagnose climate models:
* Model Diagnostics for on-the-fly analysis of your models at different snapshots
* Data format processing tools like APP4
* An Evaluation Recipe Gallery with searching functionality
We are currently setting up a range of tools that will help you to better evaluate and diagnose climate models:
* Model Diagnostics for on-the-fly analysis of your models at different snapshots
* Data format processing tools like APP4
* An Evaluation Recipe Gallery with searching functionality

While we are working on these, we have collected a number of links to existing tools in our [community tab](../community_resources/index.md) (note that we are not currating them).
While we are working on these, we have collected a number of links to existing tools in our [community tab](../community_resources/index.md) (note that we are not currating them).

{% include "call_contribute.md" %}

Expand Down Expand Up @@ -119,4 +114,10 @@ TBD: Add APP4 to navigation (replace **Model Format Processing**?)
TBD: Tools to check if data is CMOR-compliant (raise issue)
TBD: Discuss with Dougie: How can we identify what is CMORized and what is not?
-->
-->

## What is MED about?

**Evaluation** involves scrutinizing the model through Model/Observation confrontations, checking its performance against real-world observations. It also includes experiment comparisons, testing the model under different scenarios, and inter-model comparisons like the Coupled Model Intercomparison Project (CMIP), assessing how the ACCESS-NRI model fares when compared with other climate models.

**Diagnostics** involves constant monitoring of model runs to detect any anomalies or inconsistencies and a thorough analysis of outputs to verify the model's accuracy over time.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model Evaluation Environment at Gadi@NCI
# Model Evaluation Environment at NCI's Gadi

At this stage of *Getting Started*, we assume that you already have access to Gadi@NCI. If this is not the case, please go to our instructions on how to get [access to Gadi@NCI](./access_to_gadi_at_nci.md).
At this stage of *Getting Started*, we assume that you already have access to Gadi@NCI. If this is not the case, please go to our instructions on how to get [access to NCI's Gadi](../../get_started).

Here we describe where you can find, load, and evalulate observational and model data on Gadi.

Expand Down
2 changes: 1 addition & 1 deletion docs/models/run-a-model/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ If you are not sure which ACCESS Model is the right one for your needs, check ou
Run ACCESS-OM
</div>
</a>
</div>
</div>
9 changes: 4 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ site_name: ACCESS-Hive
# then used to create the sitemap for search engine indexing
site_url: https://access-hive.org.au
# Git repository
repo_url: https://github.com/ACCESS-Hive/access-hive.github.io
repo_name: ACCESS-Hive
# repo_url: https://github.com/ACCESS-Hive/access-hive.github.io
# repo_name: ACCESS-Hive
# Material default to a "master" branch, need to change to "main"
edit_uri: edit/main/docs
docs_dir: docs
Expand Down Expand Up @@ -172,7 +172,7 @@ nav:
# - NCI Training: community_resources/training/nci-training.md
# - Additional Training: community_resources/training/additional_training.md

- Community Forum: https://forum.access-hive.org.au
# - Community Forum: https://forum.access-hive.org.au

- About:
- Contact: about/contact.md
Expand Down Expand Up @@ -200,8 +200,7 @@ extra:

extra_css:
- "https://fonts.googleapis.com/icon?family=Material+Icons" # Material Icons Reference - https://material.io/resources/icons/?style=baseline
- fontawesome-free-6.4.0-web/css/fontawesome.css
- fontawesome-free-6.4.0-web/css/solid.css
- fontawesome-free-6.4.0-web/css/all.css
- fontello/css/fontello-codes.css
- fontello/css/fontello-ie7-codes.css
- fontello/css/fontello-ie7.css
Expand Down
19 changes: 19 additions & 0 deletions overrides/partials/copyright.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
Copyright (c) 2016-2022 Martin Donath <[email protected]>
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 NON-INFRINGEMENT. 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 was automatically generated - do not edit
-#}
Expand Down
19 changes: 19 additions & 0 deletions overrides/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
Copyright (c) 2016-2022 Martin Donath <[email protected]>
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 NON-INFRINGEMENT. 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.
-->

<footer class="md-footer">

<div class="md-footer-meta md-typeset">
Expand Down
128 changes: 128 additions & 0 deletions overrides/partials/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
<!--
Copyright (c) 2016-2022 Martin Donath <[email protected]>
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 NON-INFRINGEMENT. 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 was automatically generated - do not edit
-#}
{% set class = "md-header" %}
{% if "navigation.tabs.sticky" in features %}
{% set class = class ~ " md-header--shadow md-header--lifted" %}
{% elif "navigation.tabs" not in features %}
{% set class = class ~ " md-header--shadow" %}
{% endif %}
<header class="{{ class }}" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="{{ lang.t('header') }}">
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}" class="md-header__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
{% include "partials/logo.html" %}
</a>
<label class="md-header__button md-icon" for="__drawer">
{% include ".icons/material/menu" ~ ".svg" %}
</label>
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
{{ config.site_name }}
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
{% if page.meta and page.meta.title %}
{{ page.meta.title }}
{% else %}
{{ page.title }}
{% endif %}
</span>
</div>
</div>
</div>
{% if config.theme.palette %}
{% if not config.theme.palette is mapping %}
<form class="md-header__option" data-md-component="palette">
{% for option in config.theme.palette %}
{% set scheme = option.scheme | d("default", true) %}
{% set primary = option.primary | d("indigo", true) %}
{% set accent = option.accent | d("indigo", true) %}
<input class="md-option" data-md-color-media="{{ option.media }}" data-md-color-scheme="{{ scheme | replace(' ', '-') }}" data-md-color-primary="{{ primary | replace(' ', '-') }}" data-md-color-accent="{{ accent | replace(' ', '-') }}" {% if option.toggle %} aria-label="{{ option.toggle.name }}" {% else %} aria-hidden="true" {% endif %} type="radio" name="__palette" id="__palette_{{ loop.index }}">
{% if option.toggle %}
<label class="md-header__button md-icon" title="{{ option.toggle.name }}" for="__palette_{{ loop.index0 or loop.length }}" hidden>
{% include ".icons/" ~ option.toggle.icon ~ ".svg" %}
</label>
{% endif %}
{% endfor %}
</form>
{% endif %}
{% endif %}
{% if config.extra.alternate %}
<div class="md-header__option">
<div class="md-select">
{% set icon = config.theme.icon.alternate or "material/translate" %}
<button class="md-header__button md-icon" aria-label="{{ lang.t('select.language') }}">
{% include ".icons/" ~ icon ~ ".svg" %}
</button>
<div class="md-select__inner">
<ul class="md-select__list">
{% for alt in config.extra.alternate %}
<li class="md-select__item">
<a href="{{ alt.link | url }}" hreflang="{{ alt.lang }}" class="md-select__link">
{{ alt.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
{% endif %}
{% if "material/search" in config.plugins %}
<label class="md-header__button md-icon" for="__search">
{% include ".icons/material/magnify.svg" %}
</label>
{% include "partials/search.html" %}
{% endif %}
<a href="https://forum.access-hive.org.au/" target="_blank">
<div class="flex-container header-btn nri-orange-border large-text bold">
<i class="fa fa-earth-americas" style="font-size: 1.3em;"></i>
<span>Hive Forum</span>
</div>
</a>
<a href="https://www.access-nri.org.au" target="_blank">
<div class="flex-container header-btn nri-blue-border large-text bold">
<img src="../assets/ACCESS-Logo.png" class="icon-image">
<span>ACCESS-NRI</span>
</div>
</a>
<a href="https://github.com/ACCESS-Hive/access-hive.github.io" target="_blank">
<div class="flex-container header-btn large-text">
<i class="fa-brands fa-github" style="font-size: 1.3em;"></i>
<span>Contribute</span>
</div>
</a>
{% if config.repo_url %}
<div class="md-header__source">
{% include "partials/source.html" %}
</div>
{% endif %}
</nav>
{% if "navigation.tabs.sticky" in features %}
{% if "navigation.tabs" in features %}
{% include "partials/tabs.html" %}
{% endif %}
{% endif %}
</header>
Loading

0 comments on commit 3d1be38

Please sign in to comment.