From d996c24500fad8d7a173a45437c810b9b706d5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Sch=C3=BCtz?= Date: Sun, 28 Jul 2024 05:24:48 +0200 Subject: [PATCH] prep-r24.08 --- CHANGELOG | 38 -------------- _data/{R24.03.json => r24.03/standards.json} | 0 _data/{R24.05.json => r24.05/standards.json} | 0 charts/chord/r24.03.js | 2 +- charts/chord/r24.05.js | 2 +- css/dashboard.css | 4 +- index.html | 14 +++-- r24.03.html | 54 ++++++++++++++++++++ r24.05.html | 54 ++++++++++++++++++++ 9 files changed, 118 insertions(+), 50 deletions(-) delete mode 100644 CHANGELOG rename _data/{R24.03.json => r24.03/standards.json} (100%) rename _data/{R24.05.json => r24.05/standards.json} (100%) create mode 100644 r24.03.html create mode 100644 r24.05.html diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 9cab731..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,38 +0,0 @@ -# Changelog - -## [0.5.0] - 2024-07-27 - -### Added - -- Added names of selected and referenced standards for more clarity -- Added links to the selected and references standards - -## [0.4.0] - 2024-07-01 - -### Changed - -- Moved from PHP to JavaScript to enable gh-pages and a general accessability (https://jschuetz88.github.io/cx-dependencies/). - -## [0.3.1] - 2024-06-24 - -### Fixed - -- Improved the parser to cover syntactically non-compliant references. - -## [0.3.0] - 2024-05-31 - -### Added - -- Recognition and visualisation of deprecated references (usage of BAMM aspect models and deprecated standards) - -## [0.2.0] - 2024-05-24 - -### Added - -- Recognition of referenced aspect models (BAMM and SAMM). - -## [0.1.0] - 2024-05-16 - -### Added - -- First PoC: Recognition and visualisation of cross-references in standards. diff --git a/_data/R24.03.json b/_data/r24.03/standards.json similarity index 100% rename from _data/R24.03.json rename to _data/r24.03/standards.json diff --git a/_data/R24.05.json b/_data/r24.05/standards.json similarity index 100% rename from _data/R24.05.json rename to _data/r24.05/standards.json diff --git a/charts/chord/r24.03.js b/charts/chord/r24.03.js index 8e30015..2e8a6aa 100644 --- a/charts/chord/r24.03.js +++ b/charts/chord/r24.03.js @@ -1,4 +1,4 @@ -d3.json("./_data/R24.03.json").then(function(dataset) { +d3.json("./_data/r24.03/standards.json").then(function(dataset) { release_data = dataset; // Dimensionen Generieren -> Zuordnung von Index zu Standard-Id. var dim_titles = []; diff --git a/charts/chord/r24.05.js b/charts/chord/r24.05.js index 3850742..d29f623 100644 --- a/charts/chord/r24.05.js +++ b/charts/chord/r24.05.js @@ -4,7 +4,7 @@ var release_data; d3.json("./_data/db.json").then(function(dataset) { master_data = dataset; -d3.json("./_data/R24.05.json").then(function(dataset) { +d3.json("/_data/r24.05/standards.json").then(function(dataset) { release_data = dataset; // Dimensionen Generieren -> Zuordnung von Index zu Standard-Id. var dim_titles = []; diff --git a/css/dashboard.css b/css/dashboard.css index 9167b0b..a45386a 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -1,8 +1,8 @@ -a{ +#content a{ color: #FFA600; } -a:hover{ +#content a:hover{ color: #b3cb2c; } diff --git a/index.html b/index.html index 99c72f8..f632624 100644 --- a/index.html +++ b/index.html @@ -24,16 +24,14 @@ diff --git a/r24.03.html b/r24.03.html new file mode 100644 index 0000000..86937e0 --- /dev/null +++ b/r24.03.html @@ -0,0 +1,54 @@ + + + + Catena-X Dependency Management + + + + + + + + + + + + + + + + + + +
+ +
+

R24.03

+
+
+ +
+
+

 


+

+
+ +
+ +
+ + + diff --git a/r24.05.html b/r24.05.html new file mode 100644 index 0000000..f632624 --- /dev/null +++ b/r24.05.html @@ -0,0 +1,54 @@ + + + + Catena-X Dependency Management + + + + + + + + + + + + + + + + + + +
+ +
+

R24.05

+
+
+ +
+
+

 


+

+
+ +
+ +
+ + +