Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b07bd8d
chore(deps): bump katex from 0.16.3 to 0.16.4
dependabot[bot] Jan 1, 2023
04ebd3c
chore(deps-dev): bump hugo-bin from 0.93.0 to 0.98.0
dependabot[bot] Feb 1, 2023
ac721bf
Merge pull request #754 from cmu-delphi/dependabot/npm_and_yarn/dev/k…
krivard Mar 30, 2023
7fbc14b
chore(deps): bump uikit from 3.15.17 to 3.16.13
dependabot[bot] Mar 30, 2023
acc6f35
Merge pull request #761 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
krivard Mar 30, 2023
6da1f3d
chore(deps): bump http-cache-semantics and hugo-bin
dependabot[bot] Mar 30, 2023
2d280c8
Merge pull request #774 from cmu-delphi/dependabot/npm_and_yarn/http-…
krivard Mar 30, 2023
e2ed71e
chore(deps-dev): bump prettier from 2.8.1 to 2.8.7
dependabot[bot] Mar 30, 2023
16b27f7
Drop ignore rule
krivard Mar 30, 2023
515d865
Merge pull request #777 from cmu-delphi/dependabot/npm_and_yarn/dev/u…
krivard Mar 30, 2023
6ebbc0f
Merge pull request #778 from cmu-delphi/dependabot/npm_and_yarn/dev/p…
krivard Mar 30, 2023
93ed9f8
Revert "chore(deps): bump uikit from 3.15.17 to 3.16.13"
krivard Mar 30, 2023
3b9f333
Keep preview builds
krivard Mar 30, 2023
3e4107b
Merge pull request #780 from cmu-delphi/revert-777-dependabot/npm_and…
krivard Mar 30, 2023
78f654f
chore(deps-dev): bump lint-staged from 13.0.3 to 13.2.0
dependabot[bot] Mar 30, 2023
5c16b78
Merge pull request #779 from cmu-delphi/dependabot/npm_and_yarn/dev/l…
krivard Mar 30, 2023
6b957ee
Update mission to include epidemiological tracking
carlynvandyke Apr 4, 2023
134a2f4
Merge pull request #785 from cmu-delphi/carlynvandyke-mission-update
carlynvandyke Apr 12, 2023
649b5be
Convert from arXiv to PLOS Computational Biology
christymelucci Apr 13, 2023
72fb9dd
Merge pull request #787 from cmu-delphi/cmelucci/research-page-update
christymelucci Apr 13, 2023
5d68834
chore: release v3.1.3
carlynvandyke Apr 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ relativeURLs = false

[params]
description = "Developing the Theory and Practice of Epidemiological Forecasting"
mission = "Develop the theory and practice of epidemiological forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
mission = "Develop the theory and practice of epidemiological tracking and forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
apiUrl = "https://cmu-delphi.github.io/delphi-epidata"
twitter = "CmuDelphi"
contactForm = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"
Expand Down
6 changes: 3 additions & 3 deletions content/about/publications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ papers:
- title: "Recalibrating Probabilistic Forecasts of Epidemics"
image: recalibrating-thumb.jpg
authors: Rumack, Tibshirani, Rosenfeld
link: https://arxiv.org/abs/2112.06305
journal: arXiv
year: 2021
link: https://doi.org/10.1371/journal.pcbi.1010771
journal: PLOS Computational Biology
year: 2022
- title: "Big Data, Big Problems: Responding to \"Are We There Yet?\""
image: response.jpg
authors: Reinhart, Tibshirani
Expand Down
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[build]
ignore = "git log -1 --pretty=%B | grep dependabot"
publish = "public"
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"

Expand Down
Loading