Skip to content

Commit 24e4c62

Browse files
Merge pull request #10 from TidbitSoftware/main
Reordered navigation; added Funding and Brand sections to About ISSM; adding ISSM Logos for download
2 parents 4f7f9d0 + 7427a05 commit 24e4c62

File tree

19 files changed

+5812
-13
lines changed

19 files changed

+5812
-13
lines changed

docs/_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url: https://issmteam.github.io/ISSM-Documentation/
77
color_scheme: issm
88

99
# Site logo
10-
logo: "/assets/img/issm-logo.png"
10+
logo: "/assets/img/brand/ISSMlogo.png"
1111

1212
# Site favicon
1313
favicon_ico: "/assets/img/favicon.ico"
@@ -20,6 +20,12 @@ aux_links:
2020
- "https://issm.ess.uci.edu/forum/"
2121
aux_links_new_tab: true
2222

23+
# External navigation links
24+
nav_external_links:
25+
- title: Virtual Earth System Laboratory
26+
url: https://vesl.jpl.nasa.gov
27+
opens_in_new_tab: true
28+
2329
# Footer content
2430
gh_edit_link: true
2531
gh_edit_link_text: "Edit this page on GitHub."

docs/about-issm/contributors.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Contributors
3+
layout: default
4+
parent: About ISSM
5+
nav_order: 1
6+
has_children: false
7+
has_toc: false
8+
---
9+
10+
# Contributors

docs/about-issm/index.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
---
22
title: About ISSM
33
layout: default
4-
nav_order: 7
4+
nav_order: 2
55
has_children: true
66
has_toc: false
77
---
88

99
# About ISSM
10+
- <a href="./contributors" target="_top">Contributors</a>
1011
- <a href="./development-status" target="_top">Development Status</a>
1112
- <a href="./publications" target="_top">Publications</a>
13+
<!--- - <a href="./news" target="_top">News</a> --->
14+
15+
----
16+
17+
## Funding
18+
ISSM is currently funded (or has been funded in the past) by,
19+
- JPL R&TD (Research and Technology Development)
20+
- NASA's Cryosphere Science Program
21+
- NASA's Modeling Analysis and Prediction Program
22+
- The National Science Foundation (NSF)
23+
24+
## Brand
25+
The ISSM logo is available in several formats,
26+
- <a href="/assets/img/brand/ISSMlogo.pdf" download>PDF</a>
27+
- <a href="/assets/img/brand/ISSMlogo.eps" download>EPS</a>
28+
- <a href="/assets/img/brand/ISSMlogo.jpg" download>JPG</a>
29+
- <a href="/assets/img/brand/ISSMlogo.png" download>PNG</a>
30+
- <a href="/assets/img/brand/ISSMlogo.tex" download>TEX</a>
31+
- <a href="/assets/img/brand/ISSMlogo.svg" download>SVG</a>
32+
33+
If you have any questions about appropriate use of the ISSM logo, please contact us.

docs/about-issm/publications/bin/doi_to_issm_website_markup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################################################################################
33
# Takes as an argument the DOI for a given publication and returns a string
44
# formatted for inclusion on the ISSM Documentation 'Publications' page
5-
# (https://issmteam.github.io/ISSM-Documentation/publications).
5+
# (https://issmteam.github.io/ISSM-Documentation/about-issm/publications).
66
#
77
# Example:
88
#

docs/about-issm/publications/bin/generate_publications_page.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
################################################################################
33
# Generates the 'Publications' page for the ISSM Documentation
4-
# (https://issmteam.github.io/ISSM-Documentation/publications).
4+
# (https://issmteam.github.io/ISSM-Documentation/about-issm/publications).
55
#
66
# Intended to be run from parent of this directory (i.e. publications/).
77
#
@@ -27,6 +27,15 @@ has_children: false
2727
has_toc: true
2828
NOTE: This file was generated automatically by .github/workflows/publications.yml. To make changes, edit the workflow file and commit the changes to the repository.
2929
---
30+
3031
# Publications
32+
33+
{: .note-title }
34+
> Citing ISSM
35+
>
36+
> E. Larour, H. Seroussi, M. Morlighem, and E. Rignot (2012), Continental scale, high order, high spatial resolution, ice sheet modeling using the Ice Sheet System Model, J. Geophys. Res., 117, F01022, doi:10.1029/2011JF002140.
37+
38+
----
39+
3140
The following is a list of articles that feature research conducted in whole or in part using ISSM, as well as articles that cite ISSM."
3241
$(dirname "$0")/issm_pub_list.sh

docs/about-issm/publications/bin/issm_pub_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################################################################################
33
# Generates a series of strings formatted for inclusion on the ISSM
44
# Documentation 'Publications' page
5-
# (https://issmteam.github.io/ISSM-Documentation/publications) for all DOI's in
5+
# (https://issmteam.github.io/ISSM-Documentation/about-issm/publications) for all DOI's in
66
# files in ../doi/.
77
#
88
# Intended to be run from parent of this directory (i.e. publications/).

docs/about-issm/publications/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ has_children: false
77
has_toc: true
88
NOTE: This file was generated automatically by .github/workflows/publications.yml. To make changes, edit the workflow file and commit the changes to the repository.
99
---
10+
1011
# Publications
12+
13+
{: .note-title }
14+
> Citing ISSM
15+
>
16+
> E. Larour, H. Seroussi, M. Morlighem, and E. Rignot (2012), Continental scale, high order, high spatial resolution, ice sheet modeling using the Ice Sheet System Model, J. Geophys. Res., 117, F01022, doi:10.1029/2011JF002140.
17+
18+
----
19+
1120
The following is a list of articles that feature research conducted in whole or in part using ISSM, as well as articles that cite ISSM.
1221

1322
## 2025

0 commit comments

Comments
 (0)