policy-options-explorer.component.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <div class="container has-fixed-header">
  2. <h2 class="my-5">The Policy Options Explorer</h2>
  3. <div class="row">
  4. <div class="col-6">
  5. <p>The purpose of the Policy Options Explorer is to allow users to explore how different policy choices and
  6. strategies play out in their region in the future. The Policy Options Explorer builds on <a
  7. routerLink="/system-dynamics-modelling">PoliRural SDM ed.3</a>. However, this general model was adapted to
  8. represent the dynamics present in the PoliRural pilot regions, resulting in 10 different models through which
  9. impacts of different policies in the PoliRural pilot regions can be simulated.
  10. </p>
  11. </div>
  12. <div class="col-6 px-5 pb-5">
  13. <div class="card">
  14. <img src="assets/fig/fig-02-sdm.png" class="card-img-top">
  15. <div class="card-body">
  16. <h5 class="card-title">Policy Options Explorer</h5>
  17. <p class="card-text">The Policy Options Explorer is a stand-alone tool. If you wish to test the
  18. tool, you may login with the credentials demo/demo</p>
  19. </div>
  20. <div class="card-body">
  21. <a href="https://polirural-sdm.avinet.no" class="card-link" target="_blank">Open the Policy Options
  22. Explorer (opens a new browser window)</a>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. <p>The model adaptation was realised through two series of meetings with the main responsible contacts of the
  28. different pilots. In the first round of meetings, the model was fully explained so that pilots could understand
  29. the dynamics explained and the assumptions made. Additionally, the meetings were designed to best fit local
  30. dynamics into the template model. In the second round of meetings, a period was open for pilots to gather data.
  31. This period was open to clarification to find the best proxies, and discussion about qualitative data
  32. collection. Finally, the calibration was intended with the available data.</p>
  33. <div class="card col-6 mx-auto my-5 shadow">
  34. <img class="card-img-top" src="assets/fig/fig-03-popt.png" />
  35. <div class="card-body">
  36. <p class="card-text">Overview of available models in the Policy Options Explorer</p>
  37. </div>
  38. </div>
  39. <p>For more details, see: Project deliverable <a
  40. href="https://polirural.eu/wp-content/uploads/2022/06/D5.4-PoliRural-Model-4_final.pdf">D5.4 “Polirural Model ed
  41. 4“</a>.</p>
  42. <p>Or continue to the <a routerLink="/rural-attractiveness-explorer">Rural Attractiveness Explorer</a>.</p>
  43. </div>