Skip to content

Commit 743f807

Browse files
authored
Merge pull request #127 from ivanmicetic/mm-indicatorid
Use indicatorId instead of mapping file
2 parents f49445f + 1c2c14e commit 743f807

File tree

5 files changed

+9
-56
lines changed

5 files changed

+9
-56
lines changed

_data/mm_dsh_mapping.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

pages/maturity-model.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ page_img: "icons/icon-mm.svg"
1818
<div class="container-fluid">
1919
<div class="row pb-1">
2020
<div class="col">
21-
<strong>[{{domain.domainLevel}}] {{ domain.domainName }}</strong>
21+
<strong>{{ domain.domainName }}</strong>
2222
</div>
2323
</div>
2424
<div class="row">
@@ -42,13 +42,12 @@ page_img: "icons/icon-mm.svg"
4242
</thead>
4343
<tbody>
4444
{% for indicator in domain_indicators %}
45-
{% assign indicator_key = indicator.indicatorLevel | append: "" %}
46-
{% assign entry_page = site.data.mm_dsh_mapping[indicator_key].page %}
45+
{% assign entry_page = indicator.indicatorId %}
4746
<tr id="{{ entry_page }}">
4847
{% if entry_page %}
49-
<td><a href="{{ entry_page }}">[{{ indicator.indicatorLevel }}] {{ indicator.indicator }}</a></td>
48+
<td><a href="{{ entry_page }}">{{ indicator.indicator }}</a></td>
5049
{% else %}
51-
<td>[{{ indicator.indicatorLevel }}] {{ indicator.indicator }}</td>
50+
<td>{{ indicator.indicator }}</td>
5251
{% endif %}
5352
<td>
5453
<ol>

pages/maturity-model/mm-data/mm-data-accessibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ This indicator assesses how effectively the organisation ensures secure, transpa
3737
* **Automation and APIs:** Access to non-sensitive or approved datasets is facilitated through automated retrieval mechanisms. Authentication and authorisation may be federated through systems such as AAI, eduGAIN or Passport, and metadata is indexed to support advanced discovery.
3838

3939
**Impact:** Data accessibility is seamless, efficient and scalable. Researchers and authorised users can retrieve data quickly and securely, while automation and interoperability ensure compliance, reusability and long-term sustainability.
40+
41+
{% include back-to-mm.html %}

pages/maturity-model/mm-data/mm-data-assets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ This indicator assesses the establishment, completeness and interoperability of
3838
* **Adoption:** The catalog is widely used by researchers and embedded in institutional RDM workflows and policies.
3939

4040
**Impact:** The catalog operates as a sustainable, interoperable component of organisational RDM strategy. It drives FAIR data implementation and seamless integration across research infrastructures.
41+
42+
{% include back-to-mm.html %}

0 commit comments

Comments
 (0)