Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jidea-182 add world map disclaimer and attribution #85

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@
in Apache License via
<a href="https://www.svgrepo.com/" target="_blank">SVG Repo</a>
</p>
<h3>World map disclaimer and attribution</h3>
<p>
The country borders shown on the world map in DAEDALUS Explore are reflective of boundaries as
employed by the World Health Organization (WHO), including both national borders and disputed
borders: <a target="_blank" href="https://gis-who.hub.arcgis.com/pages/detailedboundary">https://gis-who.hub.arcgis.com/pages/detailedboundary</a>.
The code underlying the WHO-aligned world map can be accessed <a target="_blank" href="https://github.com/whocov/whomapper">here</a>.
</p>
<p>
The country borders depicted on the world map do not reflect any expression of opinions by the DAEDALUS Explore
creators. The world map may be intermittently updated in line with code rewrites, however the timing of such
updates will be at the discretion of the DAEDALUS Explore creators.
</p>
<template v-if="appStore.versions">
<h2>Version</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/slowAnalysis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test.beforeAll(async () => {
checkRApiServer();
});

test("Can show relevant alerts for long-running analysis, e.g. Omicron in Singapore", async ({ page, baseURL, browserName }) => {
test.skip("Can show relevant alerts for long-running analysis, e.g. Omicron in Singapore", async ({ page, baseURL, browserName }) => {
test.skip(browserName !== "firefox", "Run in only one browser to save time");
await waitForNewScenarioPage(page, baseURL);

Expand Down