Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 80 additions & 79 deletions data/kitsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,84 +563,6 @@ export const kitsData = {
new: false
}
},
{
id: 'puris',
name: 'PURIS KIT',
logo: PurisKitLogo,
logoHeight: 80,
logoWidth: 80,
route: '/docs-kits/kits/puris-kit/adoption-view',
colors: {
primary: '#A159FF',
gradient: 'linear-gradient(135deg, #E5CCFF 0%, #A159FF 100%)'
},
maturity: {
currentLevel: 'Graduated',
graduatedAt: '2025-08-16'
},
deprecated: false,
domain: 'Supply Chain',
industries: ['automotive'],
description: 'Predictive Unit Realtime Information Service',
metadata: {
created: '2023-11-29',
lastUpdated: '2025-08-16',
latestVersion: '0.4.0',
new: false
}
},
{
id: 'model-based-production',
name: 'MODEL BASED PRODUCTION KIT',
logo: ModelBasedProductionLogo,
logoHeight: 100,
logoWidth: 100,
route: '/docs-kits/kits/model-based-development-and-data-processing-kit/adoption-view',
colors: {
primary: '#FEBC02',
gradient: 'linear-gradient(135deg, #FFC357 0%, #FEBC02 100%)'
},
maturity: {
currentLevel: 'Sandbox',
graduationStatus: 'draft'
},
deprecated: false,
domain: 'Engineering',
industries: ['automotive'],
description: 'Federated simulation and data processing.',
metadata: {
created: '2023-12-08',
lastUpdated: '2024-05-27',
latestVersion: '1.0.0',
new: false
}
},
{
id: 'behavior-twin',
name: 'BEHAVIOUR TWIN KIT',
logo: BehaviorTwinKitLogo,
logoHeight: 80,
logoWidth: 80,
route: '/docs-kits/kits/behaviour-twin-kit/overview',
colors: {
primary: '#FFA601',
gradient: 'linear-gradient(135deg, #FFC357 0%, #FFA601 100%)'
},
maturity: {
currentLevel: 'Incubating',
graduationStatus: 'draft'
},
deprecated: false,
domain: "Simulations",
industries: ['automotive'],
description: 'Maximize the potential of usage data through calculation services and simulations.',
metadata: {
created: '2024-05-16',
lastUpdated: '2024-05-21',
latestVersion: '1.0.0',
new: false
}
},
{
id: 'data-driven-quality',
name: 'DATA DRIVEN QUALITY KIT',
Expand Down Expand Up @@ -752,7 +674,86 @@ export const kitsData = {
],
"semiconductor": [],
"construction": [],
"automotive": [],
"automotive": [
{
id: 'puris',
name: 'PURIS KIT',
logo: PurisKitLogo,
logoHeight: 80,
logoWidth: 80,
route: '/docs-kits/kits/puris-kit/adoption-view',
colors: {
primary: '#A159FF',
gradient: 'linear-gradient(135deg, #E5CCFF 0%, #A159FF 100%)'
},
maturity: {
currentLevel: 'Graduated',
graduatedAt: '2025-08-16'
},
deprecated: false,
domain: 'Supply Chain',
industries: ['automotive'],
description: 'Predictive Unit Realtime Information Service',
metadata: {
created: '2023-11-29',
lastUpdated: '2025-08-16',
latestVersion: '0.4.0',
new: false
}
},
{
id: 'model-based-production',
name: 'MODEL BASED PRODUCTION KIT',
logo: ModelBasedProductionLogo,
logoHeight: 100,
logoWidth: 100,
route: '/docs-kits/kits/model-based-development-and-data-processing-kit/adoption-view',
colors: {
primary: '#FEBC02',
gradient: 'linear-gradient(135deg, #FFC357 0%, #FEBC02 100%)'
},
maturity: {
currentLevel: 'Sandbox',
graduationStatus: 'draft'
},
deprecated: false,
domain: 'Engineering',
industries: ['automotive'],
description: 'Federated simulation and data processing.',
metadata: {
created: '2023-12-08',
lastUpdated: '2024-05-27',
latestVersion: '1.0.0',
new: false
}
},
{
id: 'behavior-twin',
name: 'BEHAVIOUR TWIN KIT',
logo: BehaviorTwinKitLogo,
logoHeight: 80,
logoWidth: 80,
route: '/docs-kits/kits/behaviour-twin-kit/overview',
colors: {
primary: '#FFA601',
gradient: 'linear-gradient(135deg, #FFC357 0%, #FFA601 100%)'
},
maturity: {
currentLevel: 'Incubating',
graduationStatus: 'draft'
},
deprecated: false,
domain: "Simulations",
industries: ['automotive'],
description: 'Maximize the potential of usage data through calculation services and simulations.',
metadata: {
created: '2024-05-16',
lastUpdated: '2024-05-21',
latestVersion: '1.0.0',
new: false
}
}
],
"chemical": []
}
};
Expand Down
40 changes: 21 additions & 19 deletions utils/generated/kitNavItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
* Generated from data/kitsData.js
* Content hash: d16339d3fb52d8bc53d3a22afb7494eaa91200b9aa9359ef2a8e69e41b35628a
* Content hash: b9dc4c5ee45fdc09a6deb927908660906c35ce79b6cc169826a59fb3ae564341
*
* To regenerate: npm run generate:nav-items
*
Expand Down Expand Up @@ -145,24 +145,6 @@ const kitsByCategory = {
"route": "/docs-kits/kits/online-simulation-kit/adoption-view",
"deprecated": false
},
{
"id": "puris",
"name": "PURIS KIT",
"route": "/docs-kits/kits/puris-kit/adoption-view",
"deprecated": false
},
{
"id": "model-based-production",
"name": "MODEL BASED PRODUCTION KIT",
"route": "/docs-kits/kits/model-based-development-and-data-processing-kit/adoption-view",
"deprecated": false
},
{
"id": "behavior-twin",
"name": "BEHAVIOUR TWIN KIT",
"route": "/docs-kits/kits/behaviour-twin-kit/overview",
"deprecated": false
},
{
"id": "data-driven-quality",
"name": "DATA DRIVEN QUALITY KIT",
Expand Down Expand Up @@ -190,6 +172,26 @@ const kitsByCategory = {
"route": "/docs-kits/kits/modular-production-kit/adoption-view",
"deprecated": false
}
],
"automotive": [
{
"id": "puris",
"name": "PURIS KIT",
"route": "/docs-kits/kits/puris-kit/adoption-view",
"deprecated": false
},
{
"id": "model-based-production",
"name": "MODEL BASED PRODUCTION KIT",
"route": "/docs-kits/kits/model-based-development-and-data-processing-kit/adoption-view",
"deprecated": false
},
{
"id": "behavior-twin",
"name": "BEHAVIOUR TWIN KIT",
"route": "/docs-kits/kits/behaviour-twin-kit/overview",
"deprecated": false
}
]
}
};
Expand Down