diff --git a/README.md b/README.md index 48876c9..97729b3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This model assesses an organisation's maturity in publishing and using open data ### 2. Data Ethics Maturity Model (Coming Soon) This model will help organisations assess their maturity in handling data ethically, ensuring that data practices are aligned with ethical standards. -### 3. Data Practices Maturity Assessment (Coming Soon) +### 3. Data Practices Maturity Model This assessment will evaluate an organisation's data practices across key areas of data governance and management. ## Installation diff --git a/private/assessments/DPAT2024.json b/private/assessments/DPAT2024.json index a203e12..7194132 100644 --- a/private/assessments/DPAT2024.json +++ b/private/assessments/DPAT2024.json @@ -1,6 +1,6 @@ { "title": "Data Practices Maturity Model (2024)", - "description": "

The Data Practices Maturity Assessment offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards.

", + "description": "

The Data Practices Maturity Model offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards.

", "owner": "info@theodi.org", "organisation": { "name": "The Open Data Institute", diff --git a/views/pages/home.ejs b/views/pages/home.ejs index c36a21f..28c25a6 100644 --- a/views/pages/home.ejs +++ b/views/pages/home.ejs @@ -30,10 +30,10 @@

- Data Practices Maturity Assessment -

Data Practices Maturity Assessment

+ Data Practices Maturity Model +

Data Practices Maturity Model

- The Data Practices Maturity Assessment offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards. + The Data Practices Maturity Model offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards.

diff --git a/views/pages/projects/new.ejs b/views/pages/projects/new.ejs index 8120225..a8824cc 100644 --- a/views/pages/projects/new.ejs +++ b/views/pages/projects/new.ejs @@ -44,7 +44,7 @@ .then(response => response.json()) .then(assessments => { // Create the assessment dropdown - const assessmentLabel = $(''); + const assessmentLabel = $(''); const assessmentDropdown = $(''); assessmentDropdown.append(''); diff --git a/views/pages/projects/view.ejs b/views/pages/projects/view.ejs index 26718ac..402c1b7 100644 --- a/views/pages/projects/view.ejs +++ b/views/pages/projects/view.ejs @@ -39,15 +39,15 @@

- +
-

My evaluations

+

My assessments

-

Evaluations shared with me

+

Assessments shared with me

@@ -95,7 +95,7 @@ function renderMyProjects() { }, { data: 'assessment.title', - title: 'Assessment', + title: 'Model', width: '10%', defaultContent: '' }, @@ -275,7 +275,7 @@ function renderSharedProjects(data) { }, { data: 'assessment.title', - title: 'Assessment', + title: 'Model', width: '10%', defaultContent: '' }, diff --git a/views/partials/header.ejs b/views/partials/header.ejs index e28220f..23ef25a 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -39,7 +39,7 @@