diff --git a/docs/assets/working_groups_icons/atmosphere.png b/docs/assets/working_groups_icons/atmosphere.png new file mode 100644 index 000000000..8c673603f Binary files /dev/null and b/docs/assets/working_groups_icons/atmosphere.png differ diff --git a/docs/assets/working_groups_icons/cosima.png b/docs/assets/working_groups_icons/cosima.png new file mode 100644 index 000000000..252324a77 Binary files /dev/null and b/docs/assets/working_groups_icons/cosima.png differ diff --git a/docs/assets/working_groups_icons/cryosphere.png b/docs/assets/working_groups_icons/cryosphere.png new file mode 100644 index 000000000..82b744af8 Binary files /dev/null and b/docs/assets/working_groups_icons/cryosphere.png differ diff --git a/docs/assets/working_groups_icons/earth_system_modelling.png b/docs/assets/working_groups_icons/earth_system_modelling.png new file mode 100644 index 000000000..9a1231d7b Binary files /dev/null and b/docs/assets/working_groups_icons/earth_system_modelling.png differ diff --git a/docs/assets/working_groups_icons/forecasting.png b/docs/assets/working_groups_icons/forecasting.png new file mode 100644 index 000000000..16baf3ba2 Binary files /dev/null and b/docs/assets/working_groups_icons/forecasting.png differ diff --git a/docs/assets/working_groups_icons/land.png b/docs/assets/working_groups_icons/land.png new file mode 100644 index 000000000..224f5db49 Binary files /dev/null and b/docs/assets/working_groups_icons/land.png differ diff --git a/docs/community_resources/community_working_groups.md b/docs/community_resources/community_working_groups.md index 9fcb8f71b..75b9f2807 100644 --- a/docs/community_resources/community_working_groups.md +++ b/docs/community_resources/community_working_groups.md @@ -1,75 +1,46 @@ # Community Working Groups -The ACCESS Community and the ACCESS-NRI have established [Community Working Groups](https://www.access-nri.org.au/working-groups/) to assess and prioritise the needs of the modelling community as well as encourage collaboration within. These working groups are open to the community and welcome new members. +The ACCESS Community and the ACCESS-NRI have established Community Working Groups to assess and prioritise the needs of the modelling community as well as encourage collaboration within. These working groups are open to the community and welcome new members. -The working group activities are coordinated through the [ACCESS Hive Community Forum](https://forum.access-hive.org.au/): +The working group activities are coordinated through the ACCESS Hive Community Forum. +To join a working group follow the instructions on the ACCESS-NRI website. - - - - - - - - - - - -
- -
- -
-
- Atmospheric Modelling +
- -
- -
-
- Land Surface Modelling + +
+ Atmosphere
+
Land Surface Modelling
-
- -
- -
-
- COSIMA
(Ocean and Sea-Ice) +
+
+ Atmosphere
+
COSIMA
(Ocean and Sea-Ice)
-
- -
- -
-
- Forecasting and Prediction + +
+ Atmosphere
+
Forecasting and Prediction
-
- -
- -
-
- Earth System Modelling + +
+ Atmosphere
+
Earth System Modelling
-
- -
- -
-
- Cryosphere + +
+ Atmosphere
+
Cryosphere
-
- + -To join a working group follow the [instructions on the ACCESS-NRI website](https://www.access-nri.org.au/how-to-join-a-working-group/), and to participate in the activities of the working group visit the [ACCESS-hive forum](https://forum.access-hive.org.au/). diff --git a/docs/js/miscellaneous.js b/docs/js/miscellaneous.js index 6f5ad658c..1c1d6602f 100644 --- a/docs/js/miscellaneous.js +++ b/docs/js/miscellaneous.js @@ -168,7 +168,7 @@ function addCardContainerChildrenNumber() { Fit text to div if overflowing (for 'card-text-container' and 'fitText' class) */ function fitText() { - const coeff = 0.98; + const coeff = 0.9; function isOverflowing(el) { return el.scrollHeight > el.clientHeight || el.scrollWidth > el.clientWidth; }