Skip to content

Commit

Permalink
Addition of newest report
Browse files Browse the repository at this point in the history
  • Loading branch information
Sydpaltra committed Sep 14, 2023
1 parent d4e32e8 commit 97bbb0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/reports/report-2023-09-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
In this report, we explore the potential of two different types of mobility data for pandemic modeling.
Our previously used mobile cell-based "longitudinal" data is complemented by GPS-based "cross-sectional" data. We explain the advantages and disadvantages of both data sources: GPS-based data are characterized by higher accuracy in terms of location, but are available in a much smaller sample compared to the mobile cell data. However, the higher accuracy allows different activity types (such as school, work or restaurant) to be evaluated separately - this is not easily possible with cellular data.
The integration of GPS data reduces manual effort, reinforces the data-driven nature of the model, and minimizes model assumptions. This report presents preliminary results and validations of GPS data for the first year of the pandemic. The combination of both data sources offers potential to explore behavioral changes during the pandemic in more detail and improve pandemic modeling.

6 changes: 6 additions & 0 deletions src/assets/reports.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const reports: { md: string; title: string; url: string; html: string }[] = [
{
md: '/reports/report-2023-09-14.md',
title: '14 September 2023',
url: 'https://doi.org/10.14279/depositonce-18603',
html: '',
},
{
md: '/reports/report-2023-06-16.md',
title: '16 June 2023',
Expand Down

0 comments on commit 97bbb0d

Please sign in to comment.