From 086e41672e1bec2b71c72e2da7f13937eb9f5f20 Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Thu, 23 Jul 2026 17:14:50 +0200 Subject: [PATCH] Restructuring ground truth data to latest version, syncing style between pages --- docs/catalog.html | 174 +- docs/ground_truth/charts.html | 17 +- docs/ground_truth/comparison.html | 23 +- docs/ground_truth/gt_repos.json | 154 + docs/ground_truth/index.html | 7 +- docs/ground_truth/summary_0_3_1.json | 2757 ----------------- docs/ground_truth/summary_0_3_3.json | 1425 --------- docs/ground_truth/summary_0_3_5.json | 2555 +++++++++++++++ .../summary_pitfalls_warnings.json | 272 +- docs/index.html | 27 +- gt_repos.json | 154 + 11 files changed, 3188 insertions(+), 4377 deletions(-) create mode 100644 docs/ground_truth/gt_repos.json delete mode 100644 docs/ground_truth/summary_0_3_1.json delete mode 100644 docs/ground_truth/summary_0_3_3.json create mode 100644 docs/ground_truth/summary_0_3_5.json create mode 100644 gt_repos.json diff --git a/docs/catalog.html b/docs/catalog.html index 7f92439..db07821 100644 --- a/docs/catalog.html +++ b/docs/catalog.html @@ -2,6 +2,7 @@ + RsMetaCheck Catalog @@ -15,51 +16,173 @@ -

Metadata Pitfalls & Warnings Catalog

+ -
-

- This is a catalog of the pitfalls and warnings we have come across during our research on software metadata quality. - Based on these findings, we at Ontology Engineering Group (OEG) - have developed our tool RSMetaCheck to automatically diagnose and identify these common issues in software metadata files. - Warnings do not have a severity level because originally they were opted due to their low severity and classified as "Warnings" instead of "Pitfalls" -

-
+

Metadata Pitfalls & Warnings Catalog

+ +
+

+ This is a catalog of the pitfalls and warnings we have come across during our research on software metadata quality. + Based on these findings, we at Ontology Engineering Group (OEG) + have developed our tool RSMetaCheck to automatically diagnose and identify these common issues in software metadata files. + Warnings do not have a severity level because originally they were opted due to their low severity and classified as "Warnings" instead of "Pitfalls" +

+
@@ -102,8 +225,11 @@

Metadata Pitfalls & Warnings Catalog

exampleCell = `${examples}`; } + const badgeClass = identifier.trim().toUpperCase().startsWith('W') ? 'code-w' : 'code-p'; + const idBadge = `${identifier}`; + const row = ` - ${identifier} + ${idBadge} ${source} ${pitfall} ${description} @@ -152,4 +278,4 @@

Metadata Pitfalls & Warnings Catalog

}); - + \ No newline at end of file diff --git a/docs/ground_truth/charts.html b/docs/ground_truth/charts.html index e40ad61..da08918 100644 --- a/docs/ground_truth/charts.html +++ b/docs/ground_truth/charts.html @@ -3,7 +3,7 @@ - RsMetaCheck — 0.3.0 vs 0.3.3 Charts + RsMetaCheck — 0.3.0 vs 0.3.5 Charts