Skip to content
Open
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
41 changes: 39 additions & 2 deletions data/kitsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ import GeometryKitLogo from "@site/static/img/kits/geometry/geometry-kit-logo.sv
import CCMKitLogo from "@site/static/img/kits/company-certificate-management/ccm-kit-raw-logo.svg";
import AiServiceKitLogo from "@site/static/img/kits/ai-service/ai-service-kit-raw-logo.svg";
import MaterialAccountingKitLogo from "@site/static/img/kits/material-accounting/material-accounting-kit-raw-logo.svg";
import UPaaSKitLogo from "@site/static/img/kits/unit-process-as-a-service/unit-process-as-a-service-kit-raw-logo.svg";
// Import Material-UI icons for industries
import DirectionsCar from '@mui/icons-material/DirectionsCar';
import PrecisionManufacturing from '@mui/icons-material/PrecisionManufacturing';
Expand Down Expand Up @@ -1148,7 +1149,43 @@ export const kitsData = {
}
}
],
"semiconductor": [],
"semiconductor": [
{
id: 'unit-process-as-a-service',
name: 'Unit Process as a Service KIT',
logo: UPaaSKitLogo,
logoLicencse: {
type: 'CC-BY-4.0',
authors: '2026 Eclipse Tractus-X Contributors',
licenseUrl: '/img/kits/unit-process-as-a-service/unit-process-as-a-service-kit-raw-logo.svg.license',
sourceUrl: '/img/kits/unit-process-as-a-service/unit-process-as-a-service-kit-raw-logo.svg'
}
,
Comment on lines +1157 to +1163
logoHeight: 80,
logoWidth: 80,
route: '/docs-kits/next/kits/unit-process-as-a-service-kit/adoption-view',
/*
next included since docusaurus is routing to current versions otherwise; since UPaaS not yet featured it has to routed as unreleased "next" version to be dispalyed on local server
*/
Comment on lines +1167 to +1169
colors: {
primary: '#0a8276',
gradient: 'linear-gradient(135deg, #5fb4ab 0%, #0a8276 100%)'
},
maturity: {
currentLevel: 'Sandbox',
graduationStatus: 'draft'
},
deprecated: false,
domain: 'Semiconductor Manufacturing',
description: 'Enabling the exchange of data and services related to unit processes in semiconductor production.',
metadata: {
created: '2026-06-29',
lastUpdated: '2026-06-29',
latestVersion: '1.0.0',
new: true
}
Comment on lines +1181 to +1186
}
],
"construction": [],
"automotive": [{
id: 'modular-engineering',
Expand Down Expand Up @@ -1309,7 +1346,7 @@ export const industries = [
},
subtitle: 'Semiconductor Network',
description: 'Contributing to a cross-sector international dataspace and digital twin standards for resilient semiconductor supply chains.',
kits: ['connector', 'digital-twin', 'industry-core', 'traceability', 'pcf', 'dcm']
kits: ['connector', 'digital-twin', 'industry-core', 'traceability', 'pcf', 'dcm', 'unit-process-as-a-service']
}
]
},
Expand Down

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions docs-kits/kits/unit-process-as-a-service-kit/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
id: changelog
title: Changelog
description: 'Changelog Unit Process as a Service KIT'
sidebar_position: 1
---

<!--
Copyright(c) 2026 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This work is made available under the terms of the
Creative Commons Attribution 4.0 International (CC-BY-4.0) license,
which is available at
https://creativecommons.org/licenses/by/4.0/legalcode.

SPDX-License-Identifier: CC-BY-4.0
-->

<!--
KIT LOGO START - Generated automatically from the configuration done in Kit Master Data
Replace Unit-Process-as-a-Service with the id from your kit referenced in `data/kitsData.js`.
Do not remove!
This logo is only visible when compiled with Docusarus (final version of the hosted KIT)
-->

import Kit3DLogo from '@site/src/components/2.0/Kit3DLogo';

<Kit3DLogo kitId="unit-process-as-a-service" />

<!--
KIT LOGO END
-->

## [0.1.0] - 2026-07-27

### Added

- Initial release of the Unit Process-as-a-Service (UPaaS) KIT in the Semiconductor-X dataspace, introducing semiconductor unit processes as tradeable marketplace services, using wafer testing as the reference scenario
- Adoption View and Development View documentation for the KIT
- UPaaS semantic data model (RDF) structured across three levels — supply chain, production planning, and production execution — built on the Product-Process-Resource (PPR) and Capability-Skill-Service (CSS) modeling lines and using the Digital Reference (DR) and SEMIKONG for common semantics
- BPMN 2.0 swimlane business process diagram formalizing the requester–provider interaction lifecycle, from service request through contract signing to unit process execution and result delivery
- Wafer Testing AAS submodel (Metadata + Electrical Testing) aligned with IDTA conventions
- Qualified Synthetic Data (QSD) pipeline for generating realistic but non-confidential wafer-testing data, with yield- and HBIN-mode wafer-map visualizations
- Policy-controlled data-exchange demonstration via the Eclipse Dataspace Connector (EDC) between Infineon Technologies AG and OPAIX

### Changed

- ./.

### Removed

- ./.

## NOTICE

This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: [2026] [Infineon Technologies AG]
- SPDX-FileCopyrightText: [2026] [Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. (Fraunhofer-Institut für Werkzeugmaschinen und Umformtechnik IWU)]
- SPDX-FileCopyrightText: [2026] [EXPO21XX GmbH]
- SPDX-FileCopyrightText: [2026] Contributors to the Eclipse Foundation
- Source URL: [https://github.com/eclipse-tractusx/eclipse-tractusx.github.io](https://github.com/eclipse-tractusx/eclipse-tractusx.github.io)
Loading