diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index 6343539e..c70e89f4 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -17,7 +17,7 @@ jobs: # submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 3 - name: Cache Conda - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: ~/conda_pkgs_dir key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }} @@ -45,7 +45,7 @@ jobs: run: | Rscript ./dependencies.R - name: Restore Blogdown Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: | ./blogdown @@ -68,7 +68,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70262de3..4728ad5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/.npm key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 661c2288..2494cb42 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -25,7 +25,7 @@ jobs: echo -n "::set-output name=next_tag::" npm version --no-git-tag-version ${{ github.event.inputs.versionName }} - name: Create pull request into main - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: branch: release/${{ steps.version.outputs.next_tag }} commit-message: "chore: release ${{ steps.version.outputs.next_tag }}" diff --git a/.github/workflows/release_main.yml b/.github/workflows/release_main.yml index e696ab5a..5fa0685b 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -47,7 +47,7 @@ jobs: with: node-version: 16 - name: Cache Node.js modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }} diff --git a/assets/images/landing-page/hero-images/research-hero-collaborative-hubs.jpg b/assets/images/landing-page/hero-images/research-hero-collaborative-hubs.jpg new file mode 100644 index 00000000..7460a78c Binary files /dev/null and b/assets/images/landing-page/hero-images/research-hero-collaborative-hubs.jpg differ diff --git a/config.toml b/config.toml index 94d1a2b3..34c86ce6 100644 --- a/config.toml +++ b/config.toml @@ -52,6 +52,11 @@ relativeURLs = false name = "Careers" url = "/about/careers" weight = 7 +[[menu.main]] + parent = "about" + name = "Contact Us" + url = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform" + weight = 8 # covid19 [[menu.main]] diff --git a/content/_index.md b/content/_index.md index 438cab24..87c9ff9c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -29,6 +29,11 @@ carousel: ref: 2021-09-30-ensemble-analysis alt: View Post image: ensemble-hero.jpg + - pre: Research + title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling" + link: https://doi.org/10.2105/AJPH.2022.306831 + alt: View Paper + image: research-hero-collaborative-hubs.jpg - pre: Research title: An Open Repository of Real-Time COVID-19 Indicators link: https://www.medrxiv.org/content/10.1101/2021.07.12.21259660v1 diff --git a/content/about/careers/headless/2021_12_project_manager.md b/content/about/careers/headless/2021_12_project_manager.md deleted file mode 100644 index be4cc6e4..00000000 --- a/content/about/careers/headless/2021_12_project_manager.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -date: 2021-12-14 -title: Project Manager ---- - -We are looking for a talented project manager to coordinate between and manage the group's continually diverse set of ongoing projects, and assist the Delphi leadership team in translating the group's strategy into concrete deliverables. - -[Apply to the Project Manager position at CMU Careers](https://cmu.wd5.myworkdayjobs.com/CMU/job/Pittsburgh-PA/Project-Manager---School-of-Computer-Sciences_2017319). diff --git a/content/about/publications/images/research-teaser-collaborative-hubs.jpg b/content/about/publications/images/research-teaser-collaborative-hubs.jpg new file mode 100644 index 00000000..3ba16c93 Binary files /dev/null and b/content/about/publications/images/research-teaser-collaborative-hubs.jpg differ diff --git a/content/about/publications/index.md b/content/about/publications/index.md index 4ce34e3f..215194bb 100644 --- a/content/about/publications/index.md +++ b/content/about/publications/index.md @@ -1,6 +1,12 @@ --- title: Research papers: + - title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling" + image: research-teaser-collaborative-hubs.jpg + authors: Reich, Lessler, Funk, Viboud, Vespignani, Tibshirani, Shea, Schienle, Runge, Rosenfeld, Ray, Niehus, Johnson, Johansson, Hochheiser, Gardner, Bracher, Borchering, Biggerstaff + link: https://doi.org/10.2105/AJPH.2022.306831 + journal: American Journal of Public Health + year: 2022 - title: "Smooth Multi-Period Forecasting with Application to Prediction of COVID-19 Cases" image: smoothing-paper-teaser.jpg authors: Tuzhilina, Hastie, McDonald, Tay, Tibshirani diff --git a/content/people/headshots/carlyn-van-dyke.jpg b/content/people/headshots/carlyn-van-dyke.jpg new file mode 100644 index 00000000..2d6af751 Binary files /dev/null and b/content/people/headshots/carlyn-van-dyke.jpg differ diff --git a/content/people/headshots/duane-mengo.jpg b/content/people/headshots/duane-mengo.jpg new file mode 100644 index 00000000..5c9f2470 Binary files /dev/null and b/content/people/headshots/duane-mengo.jpg differ diff --git a/content/people/headshots/will-townes.jpg b/content/people/headshots/will-townes.jpg new file mode 100644 index 00000000..d38c1b01 Binary files /dev/null and b/content/people/headshots/will-townes.jpg differ diff --git a/content/people/index.md b/content/people/index.md index 18843b15..fed4776e 100644 --- a/content/people/index.md +++ b/content/people/index.md @@ -471,6 +471,12 @@ people: affiliation: CMU/MLD team: - core +- firstName: Duane + lastName: Mengo + image: duane-mengo.jpg + affiliation: CMU/MLD + team: + - core - key: lmorinishi firstName: Leanna lastName: Morinishi @@ -713,12 +719,24 @@ people: - blog - center-of-excellence description: is a Principal Investigator in the Delphi group, and a Professor in the Department of Statistics & Data Science and the Machine Learning Department at CMU. He is also an Amazon Scholar. +- firstName: Will + lastName: Townes + image: will-townes.jpg + affiliation: CMU/Stat + team: + - core - firstName: Elena lastName: Tuzhilina image: elena-tuzhilina-500x500.jpg affiliation: Stanford University team: - contributors +- firstName: Carlyn + lastName: Van Dyke + image: carlyn-van-dyke.jpg + affiliation: CMU/MLD + team: + - core - firstName: Ana Karina lastName: Van Nortwick image: ana-karina-van-nortwick.jpeg diff --git a/package-lock.json b/package-lock.json index 13389481..95b32973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,28 @@ { "name": "www-main", - "version": "3.0.7", + "version": "3.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "www-main", - "version": "3.0.7", + "version": "3.0.8", "hasInstallScript": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.1", - "highlight.js": "^11.4.0", - "katex": "^0.15.2", - "uikit": "^3.11.1", + "highlight.js": "^11.5.1", + "katex": "^0.15.3", + "uikit": "^3.13.7", "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.0/www-covidcast-3.2.0.tgz", "www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.1/www-covidcast-classic-2.6.1.tgz", "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz" }, "devDependencies": { - "hugo-bin": "^0.83.1", + "hugo-bin": "^0.85.2", "husky": "^7.0.4", - "lint-staged": "^12.3.4", - "prettier": "^2.5.1", - "prettier-plugin-go-template": "^0.0.11", + "lint-staged": "^12.3.8", + "prettier": "^2.6.2", + "prettier-plugin-go-template": "^0.0.12", "rimraf": "^3.0.2", "shx": "^0.3.4" } @@ -1064,9 +1064,9 @@ } }, "node_modules/highlight.js": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", - "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==", + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.1.tgz", + "integrity": "sha512-LKzHqnxr4CrD2YsNoIf/o5nJ09j4yi/GcH5BnYz9UnVpZdS4ucMgvP61TDty5xJcFGRjnH4DpujkS9bHT3hq0Q==", "engines": { "node": ">=12.0.0" } @@ -1078,9 +1078,9 @@ "dev": true }, "node_modules/hugo-bin": { - "version": "0.83.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz", - "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==", + "version": "0.85.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.2.tgz", + "integrity": "sha512-7W9mMTrA9MVRGJIugmzn7MwNQp+KnV4lqNt7hwmTkQzjJ+uOegyr9CyTEjjWifOWmn4CTrzaFcQ7b5De1F2nwg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -1309,9 +1309,9 @@ "dev": true }, "node_modules/katex": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz", - "integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", + "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" @@ -1342,9 +1342,9 @@ } }, "node_modules/lint-staged": { - "version": "12.3.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz", - "integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==", + "version": "12.3.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.8.tgz", + "integrity": "sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -1357,6 +1357,7 @@ "micromatch": "^4.0.4", "normalize-path": "^3.0.0", "object-inspect": "^1.12.0", + "pidtree": "^0.5.0", "string-argv": "^0.3.1", "supports-color": "^9.2.1", "yaml": "^1.10.2" @@ -2126,6 +2127,18 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pidtree": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz", + "integrity": "sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==", + "dev": true, + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, "node_modules/pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", @@ -2182,27 +2195,30 @@ } }, "node_modules/prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", + "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", "dev": true, "bin": { "prettier": "bin-prettier.js" }, "engines": { "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/prettier-plugin-go-template": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.11.tgz", - "integrity": "sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.12.tgz", + "integrity": "sha512-3LGFSjUTwirXa56dY7ZbNETM5nMUc5TKPYyo7cJx/8mdMnWUCMKTVzBQ3K7xUk2+D4g8CLADQ3Nc1HZ5SNWeag==", "dev": true, "dependencies": { "ulid": "^2.3.0" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" }, "peerDependencies": { "prettier": "^2.0.0" @@ -2743,9 +2759,9 @@ } }, "node_modules/uikit": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.11.1.tgz", - "integrity": "sha512-nUUtvE/wZe+oFF+8WLGlvsdHg1KI75SHHEhf5FcSVFG1AHEJkqOKhPhgU6FQLporAiPTsapzURN/bP765gI2bA==" + "version": "3.13.7", + "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.13.7.tgz", + "integrity": "sha512-yQrwf5TThdOgBzODL9TBT4tl5b608qS49FaXD1mKcpjVicCmnRMdtQ9zHcmmMJ2zuayDeg6h3S5+L1BDYOX8EA==" }, "node_modules/ulid": { "version": "2.3.0", @@ -3755,9 +3771,9 @@ } }, "highlight.js": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", - "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==" + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.1.tgz", + "integrity": "sha512-LKzHqnxr4CrD2YsNoIf/o5nJ09j4yi/GcH5BnYz9UnVpZdS4ucMgvP61TDty5xJcFGRjnH4DpujkS9bHT3hq0Q==" }, "http-cache-semantics": { "version": "3.8.1", @@ -3766,9 +3782,9 @@ "dev": true }, "hugo-bin": { - "version": "0.83.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz", - "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==", + "version": "0.85.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.2.tgz", + "integrity": "sha512-7W9mMTrA9MVRGJIugmzn7MwNQp+KnV4lqNt7hwmTkQzjJ+uOegyr9CyTEjjWifOWmn4CTrzaFcQ7b5De1F2nwg==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", @@ -3925,9 +3941,9 @@ "dev": true }, "katex": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz", - "integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", + "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", "requires": { "commander": "^8.0.0" } @@ -3948,9 +3964,9 @@ "dev": true }, "lint-staged": { - "version": "12.3.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.4.tgz", - "integrity": "sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==", + "version": "12.3.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.8.tgz", + "integrity": "sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==", "dev": true, "requires": { "cli-truncate": "^3.1.0", @@ -3963,6 +3979,7 @@ "micromatch": "^4.0.4", "normalize-path": "^3.0.0", "object-inspect": "^1.12.0", + "pidtree": "^0.5.0", "string-argv": "^0.3.1", "supports-color": "^9.2.1", "yaml": "^1.10.2" @@ -4514,6 +4531,12 @@ "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", "dev": true }, + "pidtree": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz", + "integrity": "sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==", + "dev": true + }, "pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", @@ -4552,15 +4575,15 @@ "dev": true }, "prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", + "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", "dev": true }, "prettier-plugin-go-template": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.11.tgz", - "integrity": "sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.12.tgz", + "integrity": "sha512-3LGFSjUTwirXa56dY7ZbNETM5nMUc5TKPYyo7cJx/8mdMnWUCMKTVzBQ3K7xUk2+D4g8CLADQ3Nc1HZ5SNWeag==", "dev": true, "requires": { "ulid": "^2.3.0" @@ -4971,9 +4994,9 @@ "dev": true }, "uikit": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.11.1.tgz", - "integrity": "sha512-nUUtvE/wZe+oFF+8WLGlvsdHg1KI75SHHEhf5FcSVFG1AHEJkqOKhPhgU6FQLporAiPTsapzURN/bP765gI2bA==" + "version": "3.13.7", + "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.13.7.tgz", + "integrity": "sha512-yQrwf5TThdOgBzODL9TBT4tl5b608qS49FaXD1mKcpjVicCmnRMdtQ9zHcmmMJ2zuayDeg6h3S5+L1BDYOX8EA==" }, "ulid": { "version": "2.3.0", diff --git a/package.json b/package.json index 6204e0e2..5394444a 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name": "www-main", - "version": "3.0.7", + "version": "3.0.8", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.1", - "highlight.js": "^11.4.0", - "katex": "^0.15.2", - "uikit": "^3.11.1", + "highlight.js": "^11.5.1", + "katex": "^0.15.3", + "uikit": "^3.13.7", "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.0/www-covidcast-3.2.0.tgz", "www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.1/www-covidcast-classic-2.6.1.tgz", "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz" }, "devDependencies": { - "hugo-bin": "^0.83.1", + "hugo-bin": "^0.85.2", "husky": "^7.0.4", - "lint-staged": "^12.3.4", - "prettier": "^2.5.1", - "prettier-plugin-go-template": "^0.0.11", + "lint-staged": "^12.3.8", + "prettier": "^2.6.2", + "prettier-plugin-go-template": "^0.0.12", "rimraf": "^3.0.2", "shx": "^0.3.4" }, diff --git a/themes/delphi/layouts/partials/nav.html b/themes/delphi/layouts/partials/nav.html index 19895e55..2a5dafcf 100644 --- a/themes/delphi/layouts/partials/nav.html +++ b/themes/delphi/layouts/partials/nav.html @@ -1,6 +1,6 @@ {{- $currentPage := . -}}