policy-options-explorer.component.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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
  8. adapted to
  9. represent the dynamics present in the PoliRural
  10. pilot regions, resulting in 10 different models through which impacts of different policies in the
  11. PoliRural
  12. pilot regions can be simulated.
  13. </p>
  14. </div>
  15. <div class="col-6 px-5 pb-5">
  16. <div class="card">
  17. <img src="assets/fig/fig-02-sdm.png" class="card-img-top">
  18. <div class="card-body">
  19. <h5 class="card-title">Policy Options Explorer</h5>
  20. <p class="card-text">The Policy Options Explorer is a stand-alone tool. If you wish to test the
  21. tool, you may login with the credentials demo/demo</p>
  22. </div>
  23. <div class="card-body">
  24. <a href="https://polirural-sdm.avinet.no" class="card-link" target="_blank">Open the Policy Options
  25. Explorer (opens a new browser windows)</a>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. <p>The model adaptation was realised through two series of meetings with the main responsible contacts of the
  31. different pilots. In the first round of meetings, the model was fully explained so that pilots could understand
  32. the dynamics explained and the assumptions made. Additionally, the meetings were designed to best fit local
  33. dynamics into the template model. In the second round of meetings, a period was open for pilots to gather data.
  34. This period was open to clarification to find the best proxies, and discussion about qualitative data
  35. collection.</p>
  36. <p>Finally, the calibration was intended with the available data. For more details, see:
  37. </p>
  38. <ul>
  39. <li>deliverable 5.4 (tbd.)</li>
  40. <li>links to newsletters (tbd.)</li>
  41. </ul>
  42. <p>Or continue to the <a routerLink="/rural-attractiveness-explorer">Rural Attractiveness Explorer</a>.</p>
  43. <div class="card col-6 mx-auto my-5">
  44. <figure>
  45. <img class="card-img-top" src="assets/fig/fig-03-popt.png" />
  46. <figcaption>Policy options explorer</figcaption>
  47. </figure>
  48. <div class="card-body">
  49. <p class="card-text">Fig 3: Overview of available models in the Policy Options Explorer</p>
  50. </div>
  51. </div>
  52. </div>