From 7ce1e254504b5315bbe2f16eebce25448a87b400 Mon Sep 17 00:00:00 2001 From: Hrushikesh Kalakandra Date: Thu, 12 Mar 2026 10:59:43 +0000 Subject: [PATCH] Update README with web version link Added a link to the web-based version of SimPaths in the documentation. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6417b97a6..853823b15 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # SimPaths -by Matteo Richiardi, Patryk Bronka, Justin van de Ven - ## What is SimPaths and how to use it? SimPaths is an open-source framework for modelling individual and household life course events across multiple domains. The framework projects life histories over time, developing detailed representations of career paths, family and intergenerational relationships, health, and financial circumstances. As a family of models, SimPaths offers a dynamic simulation of how life events evolve and interact within populations. SimPaths models currently exist for the UK, Greece, Hungary, Italy, and Poland. This page refers to the UK model; the other European models are available at the corresponding [SimPathsEU](https://github.com/centreformicrosimulation/SimPathsEU) page. -The entire SimPaths documentation is available on its [WikiPage](https://github.com/centreformicrosimulation/SimPaths/wiki), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development. +The entire SimPaths documentation is available on its [WikiPage](https://github.com/centreformicrosimulation/SimPaths/wiki), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development. For the web based version [click here](https://centreformicrosimulation.github.io/SimPaths/) @@ -117,4 +115,4 @@ In our open-source project, we follow a clear and consistent branch naming conve - `docs/documentation-topic`: Prefix documentation branches with `docs` for updating or creating documentation. For example, `docs/update-readme`. These branch naming conventions are designed to make it easy for our contributors to understand the purpose of each branch and maintain consistency within our repository. Please adhere to these conventions when creating branches for your contributions. ---> \ No newline at end of file +-->