Skip to content
Open
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
50 changes: 0 additions & 50 deletions _data/mm_dsh_mapping.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions pages/maturity-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ page_img: "icons/icon-mm.svg"
<div class="container-fluid">
<div class="row pb-1">
<div class="col">
<strong>[{{domain.domainLevel}}] {{ domain.domainName }}</strong>
<strong>{{ domain.domainName }}</strong>
</div>
</div>
<div class="row">
Expand All @@ -42,13 +42,12 @@ page_img: "icons/icon-mm.svg"
</thead>
<tbody>
{% for indicator in domain_indicators %}
{% assign indicator_key = indicator.indicatorLevel | append: "" %}
{% assign entry_page = site.data.mm_dsh_mapping[indicator_key].page %}
{% assign entry_page = indicator.indicatorId %}
<tr id="{{ entry_page }}">
{% if entry_page %}
<td><a href="{{ entry_page }}">[{{ indicator.indicatorLevel }}] {{ indicator.indicator }}</a></td>
<td><a href="{{ entry_page }}">{{ indicator.indicator }}</a></td>
{% else %}
<td>[{{ indicator.indicatorLevel }}] {{ indicator.indicator }}</td>
<td>{{ indicator.indicator }}</td>
{% endif %}
<td>
<ol>
Expand Down
2 changes: 2 additions & 0 deletions pages/maturity-model/mm-data/mm-data-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ This indicator assesses how effectively the organisation ensures secure, transpa
* **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.

**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.

{% include back-to-mm.html %}
2 changes: 2 additions & 0 deletions pages/maturity-model/mm-data/mm-data-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ This indicator assesses the establishment, completeness and interoperability of
* **Adoption:** The catalog is widely used by researchers and embedded in institutional RDM workflows and policies.

**Impact:** The catalog operates as a sustainable, interoperable component of organisational RDM strategy. It drives FAIR data implementation and seamless integration across research infrastructures.

{% include back-to-mm.html %}
Loading