Skip to content
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
2 changes: 1 addition & 1 deletion documentation/wiki/getting-started/data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In addition to training data, the model comes supplied with a set of Stata do fi
SimPaths is designed to read in data describing tax-benefit payments generated by UKMOD.

1. Obtain a copy of the most recent version of UKMOD from the [CeMPA website](https://www.microsimulation.ac.uk/ukmod/access/).
2. Obtain the most recently available "b" series of input data provided for UKMOD as described on the CeMPA website.
2. Obtain the most recently available "Pooled 3-year FRS datasets for regional analysis ('b' datasets)" of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
3. Run desired system years described by (1) UKMOD, using the (2) "b" series dataset - note that the same input data set should be used for all system years. System runs can be performed directly in UKMOD or calling UKMOD from STATA, R, or Python using the respective connectors.
4. Copy the files generated following (3) to model directory: `SimPaths/input/EUROMODoutput/`. Please note that it is required to provide UKMOD output files which include the base price year used by SimPaths (currently 2015). If no UKMOD output file is provided for the base price year, the initial database setup will fail.
5. Run SimPathsStart, and selection option "Load new input data for tax and benefit systems" from the Start-up Options window.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SimPaths is designed to read in data describing tax-benefit payments generated by UKMOD.

1. Obtain a copy of the most recent version of UKMOD from the [CeMPA website](https://www.microsimulation.ac.uk/ukmod/access/).
2. Obtain the most recently available "b" series of input data provided for UKMOD as described on the CeMPA website.
2. Obtain the most recently available "Pooled 3-year FRS datasets for regional analysis ('b' datasets)" of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
3. Run desired system years described by (1) UKMOD, using the (2) "b" series dataset - note that the same input data set should be used for all system years. System runs can be performed directly in UKMOD or calling UKMOD from STATA, R, or Python using the respective connectors.
4. Copy the files generated following (3) to model directory: `SimPaths/input/EUROMODoutput/`. Please note that it is required to provide UKMOD output files which include the base price year used by SimPaths (currently 2015). If no UKMOD output file is provided for the base price year, the initial database setup will fail.
5. Run SimPathsStart, and selection option "Load new input data for tax and benefit systems" from the Start-up Options window.
2 changes: 1 addition & 1 deletion documentation/wiki/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This section walks you through everything needed to run SimPaths for the first t

SimPaths is a Java project. Before running simulations you need:

- Java Development Kit (JDK) 11 or later
- Java Development Kit (JDK) 19 or later
- Maven (for dependency management)
- The required input data files (see [Input Data](data/index.md))

Expand Down
14 changes: 7 additions & 7 deletions documentation/wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ SimPaths builds upon **JAS-mine**, an open-source Java platform designed for dis
<span class="card-link">Developer Guide →</span>
</a>

<a href="jasmine-reference/" class="feature-card">
<a href="validation/" class="feature-card">
<div class="card-icon-wrap card-icon--ref">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/><line x1="9" y1="7" x2="17" y2="7"/><line x1="9" y1="11" x2="15" y2="11"/></svg>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 11l3 3L22 4"/><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"/></svg>
</div>
<h3>JAS-mine Reference</h3>
<p>Statistical packages, alignment and matching libraries, regression tools, and database utilities.</p>
<span class="card-link">Reference →</span>
<h3>Model Validation</h3>
<p>Validation procedures, alignment diagnostics, and comparison against external targets.</p>
<span class="card-link">Validation →</span>
</a>

<a href="research/" class="feature-card">
<div class="card-icon-wrap card-icon--research">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg>
</div>
<h3>Research & Validation</h3>
<p>Published papers, working papers, and model validation results.</p>
<h3>Research</h3>
<p>Published papers, working papers, and ongoing research using SimPaths.</p>
<span class="card-link">Research →</span>
</a>

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ theme:
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
Expand Down Expand Up @@ -112,7 +114,6 @@ nav:
- Single Runs: user-guide/single-runs.md
- Multiple Runs: user-guide/multiple-runs.md
- Graphical User Interface: user-guide/gui.md
- Modifying Parameters: user-guide/modifying-parameters.md
- Modifying Tax-Benefit Settings: user-guide/tax-benefit-parameters.md
- Uncertainty Analysis: user-guide/uncertainty-analysis.md

Expand Down
Loading