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