Skip to content

Commit

Permalink
adding hardcoded mod times to all .qmd files
Browse files Browse the repository at this point in the history
  • Loading branch information
eldobbins committed Apr 1, 2024
1 parent 1848907 commit 147e384
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
any::readr
# set the file modification times to the time of the last commit for every file
- name: Fix timestamps
run: bash .github/scripts/fix-timestamps.sh
# This did not work as expected, so deactivated. But left in case we want to come back to it.
# - name: Fix timestamps
# run: bash .github/scripts/fix-timestamps.sh

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
2 changes: 2 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "About the Report"
subtitle: "Description of the 2024 Alaska Electricity Trends Report Web Book"
date-modified: "2024-03-26T14:36:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

The Alaska Electrical Trends Report (AETR) Web Book has been produced by the Alaska Center for Energy and Power ([ACEP](https://www.uaf.edu/acep/)) at the University of Alaska Fairbanks ([UAF](https://www.uaf.edu/uaf/index.php)). It is designed to be interactive and dynamically updated when new data becomes available.
Expand Down
2 changes: 2 additions & 0 deletions acronyms.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Acronym Definitions"
subtitle: "Acronyms Commonly used in the Report"
date-modified: "2024-03-26T14:36:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

## Acronyms
Expand Down
2 changes: 2 additions & 0 deletions capacity.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Alaska Generation Capacity"
subtitle: "Total Installed Capacity by Certified Utilities, 2011-2021"
date-modified: "2024-03-26T14:36:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
output:
quarto::quarto_html:
pre_processor: quarto::observable
Expand Down
2 changes: 2 additions & 0 deletions consumption.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Electricity Consumption"
subtitle: "Electricity Sales, 2011-2019"
date-modified: "2024-03-13T15:39:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

## General Overview
Expand Down
2 changes: 2 additions & 0 deletions credits.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Credits"
subtitle: "About the Team that Created the 2024 Alaska Electricity Trends Report"
date-modified: "2024-03-25T09:52:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

The Alaska Electrical Trends web book has been produced by the Alaska Center for Energy and Power ([ACEP](https://www.uaf.edu/acep/)) at the University of Alaska Fairbanks ([UAF](https://www.uaf.edu/uaf/index.php)). It is a collaboration between data scientists, researchers, and policy experts.
Expand Down
14 changes: 1 addition & 13 deletions data.qmd
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
---
title: "Data Portal"
subtitle: "Download the Data Used in the Report's Figures"
date-modified: "2024-03-27T15:44:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
params:
qmd_file: "data.qmd"
db_file: "data/working/aetr.db"
output:
quarto::quarto_html:
pre_processor: quarto::observable
echo: false
---
<br>

```{r, echo=FALSE,warning=FALSE,message=FALSE}
```
This page last modified: `r file.info(params$qmd_file)$mtime`

Database file last modified: `r file.info(params$db_file)$mtime`

&nbsp;



## Data Overview
Expand Down
2 changes: 2 additions & 0 deletions generation.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Alaska Electricity Generation"
subtitle: "Generation by Fuel Type, 2011-2021"
date-modified: "2024-03-13T15:39:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

## General Overview
Expand Down
2 changes: 2 additions & 0 deletions historic_reports.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Historical Electric Power Statistics Reports"
subtitle: "Links to Previous Reports, Data Years 1960-2012"
date-modified: "2024-03-26T12:08:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

# Historical Electric Power Reports
Expand Down
2 changes: 2 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "2024 Alaska Electricity Trends Report"
subtitle: "An Analysis of Electricity in Alaska, Data Years 2011-2021"
date-modified: "2024-03-25T17:22:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---

## Welcome {#welcome}
Expand Down
2 changes: 2 additions & 0 deletions methods.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Data Analysis Methods"
subtitle: "Data Sources, Region Definitions, and Description of the PCE Program"
date-modified: "2024-03-25T10:17:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
---


Expand Down
2 changes: 2 additions & 0 deletions prices.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Price of Electricity"
subtitle: "Electricity Prices for the Residential, Commercial, and Industrial Customer Classes, 2011-2019"
date-modified: "2024-03-29T16:18:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
output:
quarto::quarto_html:
pre_processor: quarto::observable
Expand Down
2 changes: 2 additions & 0 deletions test.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Map"
subtitle: "Map playground"
date-modified: "2024-03-22T12:08:00-08:00"
date-format: "MMM D, YYYY [at] HH:mm z"
output:
quarto::quarto_html:
pre_processor: quarto::observable
Expand Down

0 comments on commit 147e384

Please sign in to comment.