Skip to content

Commit 664acb1

Browse files
committed
content+copy
1 parent dc32067 commit 664acb1

7 files changed

Lines changed: 15 additions & 13 deletions

File tree

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ website:
8888
title: "Analysis"
8989
style: "docked"
9090
search: true
91-
collapse-level: 1
91+
collapse-level: 2
9292
contents:
9393
- text: Analyzing data
9494
href: pages/analysis/index.qmd

custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ body.quarto-dark .ciesin-logo-dark { display: block; }
364364
.sidebar-item-section > .sidebar-item-container .sidebar-item-text {
365365
font-weight: 600;
366366
font-size: 0.8rem;
367-
text-transform: uppercase;
367+
/* text-transform: uppercase; */
368368
letter-spacing: 0.04em;
369369
color: var(--bs-body-color);
370370
opacity: 0.85;

pages/analysis/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Analysis"
3-
subtitle: "Apply GRID3 data to spatial workflows"
3+
subtitle: "Apply CIESIN data to spatial workflows"
44
format:
55
html:
66
toc: false

pages/data-access/accessing_data_by_admin_unit.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Extracting and Mapping GRID3 Data by administrative units"
2+
title: "Data Extraction"
33
order: 2
44
output: html_document
55
date: "2026-04-15"

pages/data-access/index.qmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
22
title: "Data Access"
3-
subtitle: "Find, download, and load GRID3 datasets"
3+
subtitle: "Find, download, and load CIESIN datasets"
44
format:
55
html:
66
toc: false
77
back-to-top-navigation: false
88
page-layout: full
99
---
1010

11-
This section covers how to locate GRID3 datasets, access them programmatically or through a browser, and load them into GIS software and Python environments.
11+
This section covers how to locate CIESIN datasets, access them programmatically or through a browser, and load them into GIS software and Python environments.
1212

1313

1414
## Guides in this section
1515

1616
- [Extracting and Mapping GRID3 Data by Administrative Units](accessing_data_by_admin_unit.qmd)
17-
Access GRID3 raster friction surface and administrative boundary data for Nigeria and Democratic Republic of Congo.
17+
<br>
18+
Access GRID3 raster friction surface and administrative boundary data for Nigeria and the Democratic Republic of Congo.
1819

1920
---
2021

pages/resources/index.qmd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@ format:
1414

1515
### Data downloads
1616

17-
- [GRID3 on Columbia Academic Commons](https://academiccommons.columbia.edu/search?f%5Bseries_ssim%5D%5B%5D=GRID3&only_path=true)
17+
- [Columbia Academic Commons](https://academiccommons.columbia.edu/search?f%5Bseries_ssim%5D%5B%5D=GRID3&only_path=true)
1818
- [GRID3 Data Hub](https://data.grid3.org/)
1919
- [CIESIN STAC Index](https://ciesin.github.io/stac-browser/#/)
20+
- [IPCC Data Distribution Centre](https://ipcc-data.climate.columbia.edu/content/data-catalog)
2021

2122
### Maps
2223

24+
- [CIESIN Static Map Archive (alpha)](https://maps.ciesin.app/)
2325
- [CIESIN Map Tiles (alpha)](https://tiles.ciesin.app/)
2426

25-
### Other documentation & resources
27+
<!-- ### Other documentation & resources -->
28+
29+
## Tools & libraries
2630

2731
- [Protomaps vector tile documentation](https://docs.protomaps.com/)
2832
- [PMTiles data viewer](https://pmtiles.io/)
29-
- [IPCC Data Distribution Centre](https://ipcc-data.climate.columbia.edu/content/data/)
30-
31-
---
3233

3334
## Glossary of terms
3435

theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $headings-color: #fdfdfd;
99
$link-color: #a8ccf2;
1010
$link-hover-color: lighten(#7ab3e8, 10%);
1111
$border-color: #c7c7c7;
12-
$code-color: #a8ccf2;
12+
$code-color: #005abb;
1313
$secondary: #a5a5a5;
1414

1515

0 commit comments

Comments
 (0)