Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

310 write content for how to run access om #442

Merged
merged 17 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/about/policies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <div class="center-icons highlight-bg"> Policies </div>
# <div class="highlight-bg">Policies</div>

- [Procedures and Practices][pandp]: Contains documents outlining how ACCESS-NRI will function. These documents describe what users can expect and justifications for the decisions against criteria that are based on the values of the organisation.

Expand Down
6 changes: 2 additions & 4 deletions docs/community_resources/training/ACCESS_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This page is intended to provide access to training material directly related to
- how to modify a model configuration
- how to test a model modification or validate a model run

## <div class="center-icons"> [JULES tutorials][jules-tutorials] </div>
## JULES tutorials

The JULES tutorials explain how to use FCM, Rose and Cylc both for using the model and for development work. They can be useful to ACCESS users as practical demonstrations of the Rose and Cylc infrastructure.

[jules-tutorials]: https://jules-lsm.github.io/tutorial/bg_info/tutorial_julesrose/index.html
The <a href="https://jules-lsm.github.io/tutorial/bg_info/tutorial_julesrose/index.html" target="_blank">JULES tutorials</a> explain how to use FCM, Rose and Cylc both for using the model and for development work. They can be useful to ACCESS users as practical demonstrations of the Rose and Cylc infrastructure.
95 changes: 42 additions & 53 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
--terminal-animation-directory: var(--nri-green);
--terminal-animation-buttons: var(--nri-orange);
--terminal-animation-buttons-hover: var(--nri-dark-blue);

--note: var(--nri-orange);
--note-bg: var(--md-accent-fg-color--transparent);
}

[data-md-color-scheme="custom-light"] {
Expand Down Expand Up @@ -148,6 +149,8 @@
--terminal-animation-directory: var(--nri-blue);
--terminal-animation-buttons: var(--nri-dark-blue);
--terminal-animation-buttons-hover: var(--nri-orange);
--note: var(--nri-blue);
--note-bg: var(--md-accent-fg-color--transparent);
}


Expand Down Expand Up @@ -316,57 +319,6 @@ h3 {
color: var(--md-typeset-color);
}


/* ===============================================================
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 @@ -624,6 +576,39 @@ pre>code {
word-break: normal;
}

/* ===============================================================
Notes (!! icon marks)
*/
.note {
position: relative;
border: solid 0.01em var(--note);
background-color: var(--note-bg);
border-radius: 0.3em;
padding: 0.2em 0.3em 0.2em 1.5em;
}

.note::before {
position: absolute;
left: 0.3em;
font-family: "fontello";
content: '\e800';
color: var(--note);
}

/* ===============================================================
External links
*/
.external-link::after {
font-family: "fontello";
content: '\e803';
vertical-align: super;
font-size: 0.5em;
margin-left: 0.3em;
display: inline-block;
transform: rotate(-45deg);
}


/* ===============================================================
Miscellaneous
*/
Expand Down Expand Up @@ -684,4 +669,8 @@ pre>code {
/* image cover */
.img-cover {
object-fit: cover;
}
}

.img-contain {
object-fit: contain;
}
4 changes: 0 additions & 4 deletions docs/css/fontello-codes.css

This file was deleted.

62 changes: 0 additions & 62 deletions docs/css/fontello-embedded.css

This file was deleted.

4 changes: 0 additions & 4 deletions docs/css/fontello-ie7-codes.css

This file was deleted.

15 changes: 0 additions & 15 deletions docs/css/fontello-ie7.css

This file was deleted.

Loading
Loading