From 330d3418f2f9ba9e09d07f7367be1231b07d340c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 May 2026 15:02:01 +0000 Subject: [PATCH] Update About Us page to reflect new broader project scope beyond Catena-X Agent-Logs-Url: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/sessions/e2e19012-cd2b-4d8f-8f6f-d5d9a00a6730 --- src/components/AboutUsContent/index.js | 28 ++++++++++++++++---------- src/components/AboutUsHeader/index.js | 2 +- src/pages/index.js | 4 ++-- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/components/AboutUsContent/index.js b/src/components/AboutUsContent/index.js index 48925b48d7b5..cbf597c292e1 100644 --- a/src/components/AboutUsContent/index.js +++ b/src/components/AboutUsContent/index.js @@ -31,10 +31,10 @@ export default function AboutUsContent() {
-

Background

+

Our Mission

- The Eclipse Tractus-X™ project is the official open-source project in the Catena-X ecosystem and several other Manufacturing-X ecosystems under the umbrella of the Eclipse Foundation. The Eclipse Foundation is a not-for-profit corporation that is supported by over 320 members, and represents the worlds largest sponsored collection of Open Source projects and developers. + Eclipse Tractus-X™ — Where we build dataspaces! Is a collaborative, open-source project aimed at driving the digital transformation of various industries, including automotive, manufacturing, chemical, semiconductor and construction. Our mission is to enable secure, self-sovereign and efficient data exchange, powered by seamless collaboration across the supply chain and built on trusted open standards.

@@ -48,32 +48,38 @@ export default function AboutUsContent() { />
-

- The Catena-X ecosystem consists of the following three areas, which are connected by the Tractus-X project: -

+

What We Do

- (1) The Catena-X Automotive Network e.V. (in the following called ‘association’) is responsible for standardization, certifications, and governance of the Catena-X ecosystem and is managing the Eclipse Tractus-X project. Association members can participate in working groups to actively shape the Catena-X ecosystem. + Eclipse Tractus-X™ is the home of the reference implementations used in Catena-X and several Manufacturing-X initiatives. We develop open, interoperable solutions that foster collaboration between diverse stakeholders, providing a foundation for scalable, data-driven applications. This includes reference implementations and domain models for supply chain, compliance, sustainability, and more.

+

KITs — Keep It Together

+

- (2) The development environment is responsible for the development of the initial reference implementations of the core and enabling services. The reference implementations are managed in the Tractus-X repositories, that contain, among other things, source code, technical documentation, and deployment instructions. + We are also the home of the Eclipse Tractus-X™ KITs (Keep It Together) — modular architecture blueprints co-created by multiple stakeholders. The KITs accelerate the adoption of dataspace technologies and use cases across complex data ecosystems.

+

Open-Source Software

+

- (3) In the operating environment, the open-source reference implementations can be freely used, modified, and operated by providers - including core service provider (e.g., marketplace), enablement service provider (e.g., Eclipse Dataspace Connector), and business application provider (e.g., traceability applications). + Our open-source software includes demonstrators, libraries, reference implementations, and incubating components, empowering service providers to build their own solutions based on the Eclipse Tractus-X KITs blueprints.

- Tractus-X supports developers to accelerate the development and operation of services / applications and to contribute significantly to the rapid scaling of the ecosystem. Therefore Tractus-X provides reference implementations of core and enabling services as well as KITs to accelerate the development of interoperable and innovative applications and the on-boarding to the Catena-X ecosystem. + Reference implementations are released under the Apache 2.0 license. According to the Apache 2.0 license, anyone can freely use, modify, and distribute the reference implementations in any environment.

+

Who Participates

+

- Reference implementations are free and open-source software (FOSS) components, which are managed in the associated Eclipse Tractus-X project. Other reference implementations (e.g., DAPS) used by the Catena-X ecosystem but developed by other projects such as Gaia-X or IDSA can also be found in the Eclipse Tractus-X project. + Participants in Eclipse Tractus-X™ include both users and providers from across the automotive value chain and beyond — from large enterprises to small and medium-sized companies. We place a particular focus on supporting the integration and participation of SMEs in the data economy.

+

Governance

+

- Reference implementations are released under the Apache 2.0 license. According to the Apache 2.0 license, anyone can freely use, modify, and distribute the reference implementations in any environment. Reference implementations are usually not market-ready solutions and require a certain industrialization effort, which can vary depending on the software component. As part of the development environment, the Catena-X consortium provides the first open-source Catena-X reference implementations for core and enabling services. + Eclipse Tractus-X™ is a project under the purview of the Eclipse Dataspace Working Group (EDWG), operating under the umbrella of the Eclipse Foundation. The Eclipse Foundation is a not-for-profit corporation that is supported by over 320 members, and represents the world’s largest sponsored collection of Open Source projects and developers.

diff --git a/src/components/AboutUsHeader/index.js b/src/components/AboutUsHeader/index.js index 71e33043a107..e1008d1de93d 100644 --- a/src/components/AboutUsHeader/index.js +++ b/src/components/AboutUsHeader/index.js @@ -46,7 +46,7 @@ export default function AboutUsHeader() {

About Tractus X

- Eclipse Tractus-X™ is the official open-source project in the Catena-X ecosystem and several other Manufacturing-X ecosystems under the umbrella of the Eclipse Foundation. + Eclipse Tractus-X™ — Where we build dataspaces! A collaborative, open-source project aimed at driving the digital transformation of various industries, enabling secure, self-sovereign and efficient data exchange across the supply chain.

diff --git a/src/pages/index.js b/src/pages/index.js index 8838388d3652..95e02a5f6cb1 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -48,8 +48,8 @@ export default function Home() { const aboutInput = { highlightText: "Welcome to the community", title: "The magic behind Eclipse Tractus-X", - descriptionHighlight: "The Eclipse Tractus-X™ project", - description: " is the official open-source project in the Catena-X ecosystem and several other Manufacturing-X ecosystems under the umbrella of the Eclipse Foundation. The Eclipse Foundation is a not-for-profit corporation that is supported by over 320 members, and represents the worlds largest sponsored collection of Open Source projects and developers.", + descriptionHighlight: "Eclipse Tractus-X™", + description: " — Where we build dataspaces! A collaborative, open-source project driving the digital transformation of various industries. We enable secure, self-sovereign and efficient data exchange, powered by seamless collaboration across the supply chain and built on trusted open standards.", buttonText: "About Us", link: "/AboutUs" }