You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>Color Gradient</b>: The base color of each category is assigned uniquely, while the dimensions inherit the same base color with varying opacity based on their score. As the score increases, the opacity of the color increases, making the slice more visible.</li>
69
+
<li><b>Color Gradient</b>: The base color of each category is assigned uniquely, while the dimensions inherit the same base color with varying opacity based on their score. As the score increases, the opacity of the color increases,
70
+
making the slice more visible.
71
+
</li>
70
72
<li><b>Stars & Score in Center</b>: The chart center displays the total DQ&U score and a star rating:
<p> ★☆☆☆☆ = 25% of DQ&U reached <br> ★★☆☆☆ = 45% of DQ&U reached <br> ★★★☆☆ = 60% of DQ&U reached <br> ★★★★☆ = 80% of DQ&U reached <br> ★★★★★ = ≥90% of DQ&U reached</p>
183
-
</p>
184
-
<hr>
185
-
<p>
186
-
<b>Final Score Calculation:</b>
187
-
<br>
188
-
</p>
189
-
<divclass="text-center overflow-auto">
190
-
<p> The Total Score is a weighted average that measures the dataset's quality and utility. Each dimension's score is based on its importance (compared to the other dimensions) multiplied by the performance of its
191
-
metrics. The
192
-
dimension score is normalized by the total weight of all dimensions and then summed with all the other dimension scores.</p><br>
<p> ★☆☆☆☆ = 25% of DQ&U reached <br> ★★☆☆☆ = 45% of DQ&U reached <br> ★★★☆☆ = 60% of DQ&U reached <br> ★★★★☆ = 80% of DQ&U reached <br> ★★★★★ = ≥90% of DQ&U reached</p>
192
+
</p>
193
+
<hr>
194
+
<p>
195
+
<b>Final Score Calculation:</b>
196
+
<br>
197
+
</p>
198
+
<divclass="text-center overflow-auto">
199
+
<p> The Total Score is a weighted average that measures the dataset's quality and utility. Each dimension's score is based on its importance (compared to the other dimensions) multiplied by the performance of its
200
+
metrics. The
201
+
dimension score is normalized by the total weight of all dimensions and then summed with all the other dimension scores.</p><br>
Copy file name to clipboardExpand all lines: webapp/templates/dq_dashboard.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@
8
8
9
9
{% block content %}
10
10
11
+
<divclass="card card-body alert alert-warning">
12
+
<span>
13
+
In the QUANTUM labelling tool, data catalogues and datasets are expected to be entered manually only during the piloting phase. In the future, this information will be automatically linked to existing metadata repositories and platforms across the EU.</b>
<divclass="fluid-container mt-5"><!-- class in Bootstrap ensures that the container is full-width and responsive. It is used to contain, pad, and (sometimes) center the content. -->
0 commit comments