Prechádzať zdrojové kódy

💬 add chapter 4 text

jmacura 3 rokov pred
rodič
commit
d66ce09eae

+ 22 - 11
src/app/app.component.html

@@ -50,19 +50,29 @@ Links to POLIRURAL paper with Milos et al...
 Link to page 4 entitled “The Policy Options Explorer”
 Link to page 5 entitled “The Rural Attractiveness Explorer”
 -->
-  <!-- TODO: </div>
+  <!-- </div> -->
 
   <div class="page">
-    <a name="4-policy-options"></a><h1 class="pl-2">The Policy Options Explorer</h1>-->
-  <!--
-A short text explaining how the global model was adapted for each of the regions.
+    <a name="4-policy-options"></a>
+    <h1 class="pl-2">The Policy Options Explorer</h1>
+    <p>The starting point for all the pilot’s models was PoliRural SDM ed.3. Then, a series of meetings with those
+      responsible for the pilots were scheduled. The aim of the meetings was in the first place to fully explain the
+      model so that pilots could understand the dynamics explained and the assumptions made. In the second place, the
+      meetings were designed to best fit local dynamics into the template model.</p>
+    <p>After the first round of meetings, a period was open for pilots to gather data. This period was open to
+      clarification to find the best proxies, and discussion about qualitative data collection.</p>
+    <p>Finally, the calibration was intended with the available data.</p>
+    <figure>
+      <img src="{{assetsPath}}policy-options-explorer.png" class="img-fluid">
+      <figcaption>Policy options explorer</figcaption>
+    </figure>
 
+    <!--
 Links to SDM related project deliverables
 Links to newsletter and related articles
 Link to the “The Policy Options Explorer” (pages of Runar and Antoni, or separate links for each region)
-
     -->
-  <!-- </div> -->
+  </div>
 
   <div class="page">
     <a name="5-attractiveness"></a>
@@ -87,7 +97,8 @@ Link to the “The Policy Options Explorer” (pages of Runar and Antoni, or sep
       <li>cultural.</li>
     </ul>
 
-    <p>This minimum agreement provided the basis for the development of a <strong>Rural Attractiveness Index</strong>. This index is made
+    <p>This minimum agreement provided the basis for the development of a <strong>Rural Attractiveness Index</strong>.
+      This index is made
       up of 6 sub-indices - one sub-index for each of the generally relevant areas mentioned above. Each of the
       sub-indices includes a number of sub-sub indices, e.g. the social sub-index could include sub-sub indices
       measuring the age composition or unemployment rate of the population in a region.
@@ -102,10 +113,10 @@ Link to the “The Policy Options Explorer” (pages of Runar and Antoni, or sep
       Explorer as a value of the Rural Attractiveness Index and visualise the results of that in different ways. For
       this purpose, we adapted the Rural Attractiveness Index to fit with the Policy Options Explorer as follows
       (notably, the version of the Rural Attractiveness Index used here consists of only 4 instead of 6 sub-indices):
-      <figure>
-        <img src="{{assetsPath}}rai-composition.png" class="img-fluid">
-        <figcaption>Composition of the Rural Attractiveness Index used in the Rural Attractiveness Explorer</figcaption>
-      </figure>
+    <figure>
+      <img src="{{assetsPath}}rai-composition.png" class="img-fluid">
+      <figcaption>Composition of the Rural Attractiveness Index used in the Rural Attractiveness Explorer</figcaption>
+    </figure>
     </p>
     <!-- 
 Links to RA related project deliverables

+ 2 - 2
src/app/menu/menu.component.ts

@@ -21,8 +21,8 @@ export class MenuComponent {
         order: 3,
         link: 'sdm',
         label: 'System Dynamic Modelling applied to Regional Foresight',
-      },
-      {order: 4, link: 'policy-options', label: 'The Policy Options Explorer'},*/
+      },*/
+      {order: 4, link: 'policy-options', label: 'The Policy Options Explorer'},
       {
         order: 5,
         link: 'attractiveness',

BIN
src/assets/policy-options-explorer.png