-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Urban-Analytics-Technology-Platform/aspics
Aspics With fix
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
firstName: "Fernando" | ||
lastName: "Benitez" | ||
avatarURL: "https://www.turing.ac.uk/sites/default/files/styles/people/public/2021-08/benitez.jpg?itok=c5dscrY3" | ||
--- | ||
|
||
Fernando Benitez-Paez is a researcher in GIScience with a solid knowledge of remote sensing, holding a PhD in Geo-Informatics from the Department of Informatics at University Jaume I in Spain with the support of Marie Sklodowska-Curie actions. Since April 2021 he works as Research Associate at The Alan Turing Institute as part of the AI for science and government (ASG) initiative, particularly in the Shocks and Resilience project to develop spatial modelling methods that can be integrated within the epidemiologic-socio-economic models in order to tackle policy questions that are relevant at the sub-national level. | ||
|
||
Previously he held a research fellowship at the University of Jaume I - Spain, supported by the Government of Spain and the European Social Fund (ESF). In 2019 he worked as a postdoctoral researcher at the University of St Andrews in Scotland, developing a novel data fusion method to annotate Earth’s magnetic field data from satellite sources to GPS trajectories in collaboration with experts from the British Geological Survey - BGS. | ||
|
||
Fernando has experience in the geospatial industry as a former development and business partner manager, and head of the geographic innovation team in Esri-Colombia supporting several local and national authorities in multiple countries, especially in Colombia and Spain. His main research interests include the science of movement ( human and animal), urban analytics, GIScience, and data fusion methods. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: "Agent-based Simulation of ePIdemics at Country Scale (ASPICS)" | ||
description: "SEIR model meant to work with SPC that models a pandemic in Great Britain" | ||
image: | ||
url: "https://github.com/alan-turing-institute/uatk-aspics/blob/main/docs/logo.png" | ||
alt: "aspics logo" | ||
tags: ["modelling", "epidemics", "SEIR"] | ||
github: "https://github.com/alan-turing-institute/uatk-aspics" | ||
link: "https://pubmed.ncbi.nlm.nih.gov/34717286/" | ||
tier: 2 | ||
pi: | ||
- mark_birkin | ||
team: | ||
- hadrien_salat | ||
- fernando_benitez | ||
funders: "Formerly RAMP" | ||
--- | ||
|
||
The Agent-based Simulation of ePIdemics at Country Scale (ASPICS) models the spread of an epidemic within any area of England. It is an extension to the national level of an earlier model called [DyME](https://www.sciencedirect.com/science/article/pii/S0277953621007930) (Dynamic Microsimulation for epidemics), with improvements to some elements of the modelling and much faster runtimes. It is currently pre-calibrated to run a simulation of the COVID-19 virus and is meant to use SPC's outputs as input. |