<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Clawdite</title><link>/</link><description>Recent content on Clawdite</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 04 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Orchestrator REST API</title><link>/v0.3/how-to/orchestrator-rest-api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.3/how-to/orchestrator-rest-api/</guid><description>&lt;h2 id="create-and-read-entities">Create and read entities&lt;/h2>
&lt;p>The &lt;strong>Orchestrator REST API&lt;/strong> enables to create and read all the different kinds of Digital Twin entities described
in &lt;a href="/v0.3/model/">Model&lt;/a> section.&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>Orchestrator&lt;/code>
from
external components.&lt;/p></description></item><item><title>Orchestrator REST API</title><link>/v0.4/how-to/orchestrator-rest-api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.4/how-to/orchestrator-rest-api/</guid><description>&lt;h2 id="create-and-read-entities">Create and read entities&lt;/h2>
&lt;p>The &lt;strong>Orchestrator REST API&lt;/strong> enables to create and read all the different kinds of Digital Twin entities described
in &lt;a href="/v0.4/model/">Model&lt;/a> section.&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>Orchestrator&lt;/code>
from
external components.&lt;/p></description></item><item><title>IIoT Middleware</title><link>/v0.3/how-to/iiot-middleware/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.3/how-to/iiot-middleware/</guid><description>&lt;h2 id="save-and-read-real-time-metrics-and-states">Save and read real-time metrics and states&lt;/h2>
&lt;p>The &lt;strong>IIoT Middleware&lt;/strong> enables dynamic data published from &lt;code>Gateways&lt;/code> and &lt;code>Functional Modules&lt;/code> to be collected and made
available to other interested modules, such as the &lt;code>HDM&lt;/code> which is in charge of persisting them.&lt;/p>
&lt;p>Currently only the &lt;code>MQTT&lt;/code> protocol is supported, so modules need to publish and subscribe to specific topics. &lt;code>MQTT&lt;/code> clients
are available for different languages, in the following a few examples in &lt;code>Python&lt;/code> and &lt;code>Java&lt;/code> will be provided.
Please refer to the official documentation to learn more about how to use the client in your project.&lt;/p></description></item><item><title>IIoT Middleware</title><link>/v0.4/how-to/iiot-middleware/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.4/how-to/iiot-middleware/</guid><description>&lt;h2 id="save-and-read-real-time-metrics-and-states">Save and read real-time metrics and states&lt;/h2>
&lt;p>The &lt;strong>IIoT Middleware&lt;/strong> enables dynamic data published from &lt;code>Gateways&lt;/code> and &lt;code>Functional Modules&lt;/code> to be collected and made
available to other interested modules, such as the &lt;code>HDM&lt;/code> which is in charge of persisting them.&lt;/p>
&lt;p>Currently only the &lt;code>MQTT&lt;/code> protocol is supported, so modules need to publish and subscribe to specific topics. &lt;code>MQTT&lt;/code>
clients
are available for different languages, in the following a few examples in &lt;code>Python&lt;/code> and &lt;code>Java&lt;/code> will be provided.
Please refer to the official documentation to learn more about how to use the client in your project.&lt;/p></description></item><item><title>HDM REST API</title><link>/v0.3/how-to/hdm-rest-api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.3/how-to/hdm-rest-api/</guid><description>&lt;h2 id="read-historical-metrics-and-states">Read historical metrics and states&lt;/h2>
&lt;p>The &lt;strong>HDM REST API&lt;/strong> enables to get all the historical data related to metrics and states (i.e. dynamic data) that were
published to the &lt;code>IIoT Middleware&lt;/code> and persisted through the &lt;code>HDM&lt;/code>, as described
in &lt;a href="/v0.3/architecture/">Architecture&lt;/a> section.&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>HDM&lt;/code> from
external components.&lt;/p></description></item><item><title>HDM REST API</title><link>/v0.4/how-to/hdm-rest-api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.4/how-to/hdm-rest-api/</guid><description>&lt;h2 id="read-historical-metrics-and-states">Read historical metrics and states&lt;/h2>
&lt;p>The &lt;strong>HDM REST API&lt;/strong> enables to get all the historical data related to metrics and states (i.e. dynamic data) that were
published to the &lt;code>IIoT Middleware&lt;/code> and persisted through the &lt;code>HDM&lt;/code>, as described
in &lt;a href="/v0.4/architecture/">Architecture&lt;/a> section.&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>HDM&lt;/code> from
external components.&lt;/p></description></item><item><title>Skills modelling</title><link>/v0.3/how-to/skills-modelling/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.3/how-to/skills-modelling/</guid><description>&lt;h2 id="model-operators-skills">Model operators skills&lt;/h2>
&lt;p>The &lt;strong>Orchestrator REST API&lt;/strong> enables to create and read all the Digital Twin entities described
in &lt;a href="/v0.3/model/">Model&lt;/a> section, in particular the characteristics (i.e. quasi-static data). &lt;code>CharacteristicDescriptor&lt;/code> and
&lt;code>CharacteristicValue&lt;/code> are used in order to model operator skills (e.g., work experience, manual dexterity), besides the
general features (e.g., sex, age, handedness).&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>Orchestrator&lt;/code>
from external components.&lt;/p></description></item><item><title>Skills modelling</title><link>/v0.4/how-to/skills-modelling/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v0.4/how-to/skills-modelling/</guid><description>&lt;h2 id="model-operators-skills">Model operators skills&lt;/h2>
&lt;p>The &lt;strong>Orchestrator REST API&lt;/strong> enables to create and read all the Digital Twin entities described
in &lt;a href="/v0.4/model/">Model&lt;/a> section, in particular the characteristics (i.e. quasi-static data). &lt;code>CharacteristicDescriptor&lt;/code> and
&lt;code>CharacteristicValue&lt;/code> are used in order to model operator skills (e.g., work experience, manual dexterity), besides the
general features (e.g., sex, age, handedness).&lt;/p>
&lt;p>This API is available through a dedicated &lt;code>Swagger&lt;/code> interface for each Clawdite instance. Furthermore, it is possible to
generate API clients for several languages, such as &lt;code>Python&lt;/code>, &lt;code>Java&lt;/code> and &lt;code>JavaScript&lt;/code>. The mentioned clients are already
generated and available within each Clawdite instance and make it possible to interact with Clawdite&amp;rsquo;s &lt;code>Orchestrator&lt;/code>
from external components.&lt;/p></description></item><item><title>Clawdite v0.4</title><link>/blog/2025/08/04/clawdite-v0.4/</link><pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate><guid>/blog/2025/08/04/clawdite-v0.4/</guid><description>&lt;p>We’re thrilled to announce the release of &lt;strong>Clawdite v0.4&lt;/strong>, a substantial update powered by real-world feedback and the growing adoption of the platform across &lt;a href="/blog/2024/11/18/clawdite-joins-xr5.0/">&lt;strong>XR5.0&lt;/strong>&lt;/a> partners and pilots.&lt;br>
This version strengthens our commitment to &lt;strong>intelligent, interoperable workforce data&lt;/strong>, with a sharp focus on &lt;strong>integration, validation, and scalability&lt;/strong>.&lt;/p>
&lt;h2 id="whats-new">What’s New?&lt;/h2>
&lt;p>Clawdite v0.4 delivers critical updates to both the &lt;strong>technical infrastructure&lt;/strong> and &lt;strong>user-facing services&lt;/strong>, ensuring the platform can support increasingly complex Human Digital Twin use cases in industrial environments.&lt;/p></description></item><item><title>Skill Mapping in the Circular TwAIn Project</title><link>/blog/2025/05/13/skill-mapping-in-the-circular-twain-project/</link><pubDate>Tue, 13 May 2025 00:00:00 +0000</pubDate><guid>/blog/2025/05/13/skill-mapping-in-the-circular-twain-project/</guid><description>&lt;p>The &lt;a href="https://www.circular-twain-project.eu/">Circular TwAIn&lt;/a> project is redefining workforce optimization by integrating AI technologies into the industrial ecosystem. At the heart of this transformation lies &lt;strong>Clawdite&lt;/strong>, our versatile platform, which plays a pivotal role in the &lt;strong>Human Digital Twin (HDT)&lt;/strong> component. One of the project’s key achievements is the successful &lt;strong>mapping of operator skills to the O*NET Content Model&lt;/strong>, enabling smarter and more efficient workforce management through AI-powered task assignment.&lt;/p>
&lt;h2 id="mapping-operator-skills-with-onet">Mapping Operator Skills with O*NET&lt;/h2>
&lt;p>To model and standardize operator skills, we leveraged the &lt;strong>O*NET Content Model&lt;/strong> (&lt;a href="https://www.onetcenter.org/content.html">O*NET Content Model&lt;/a>), a comprehensive taxonomy designed by the U.S. Department of Labor. This model serves as a structured foundation to describe work and worker characteristics in a consistent and analyzable format.&lt;/p></description></item><item><title>Clawdite Joins XR5.0</title><link>/blog/2024/11/18/clawdite-joins-xr5.0/</link><pubDate>Mon, 18 Nov 2024 00:00:00 +0000</pubDate><guid>/blog/2024/11/18/clawdite-joins-xr5.0/</guid><description>&lt;p>&lt;strong>Clawdite&lt;/strong> is now an integral component of the newly launched &lt;strong>&lt;a href="https://xr50.eu/">XR5.0 project&lt;/a>&lt;/strong>, a forward-looking European initiative that merges cutting-edge &lt;strong>XR technology&lt;/strong>, &lt;strong>AI&lt;/strong>, and &lt;strong>Human Digital Twins&lt;/strong> to redefine how people and machines collaborate in Industry 5.0 environments.&lt;/p>
&lt;h2 id="what-is-xr50">What Is XR5.0?&lt;/h2>
&lt;p>&lt;strong>XR5.0&lt;/strong> aims to revolutionize industrial extended reality (XR) by combining &lt;strong>AI&lt;/strong>, &lt;strong>human-centric digital twins&lt;/strong>, and &lt;strong>European-made XR technologies&lt;/strong> to support a wide range of Industry 5.0 applications. These include:&lt;/p>
&lt;ul>
&lt;li>Ergonomic and personalized training,&lt;/li>
&lt;li>Intelligent asset maintenance,&lt;/li>
&lt;li>Worker guidance and monitoring,&lt;/li>
&lt;li>Human-AI collaboration via explainable and generative AI.&lt;/li>
&lt;/ul>
&lt;p>XR5.0 will implement and test six high-TRL pilot applications across real manufacturing environments, creating a strong foundation for sustainable industrial XR adoption in Europe.&lt;/p></description></item><item><title>Clawdite v0.3</title><link>/blog/2024/02/06/clawdite-v0.3/</link><pubDate>Tue, 06 Feb 2024 00:00:00 +0000</pubDate><guid>/blog/2024/02/06/clawdite-v0.3/</guid><description>&lt;p>We’re excited to announce the release of &lt;strong>Clawdite v0.3&lt;/strong>, a major step forward in our mission to create a more intelligent, structured, and actionable representation of workforce data.
This version brings significant enhancements to the data model, focusing on a comprehensive approach to &lt;strong>modeling worker skills, tasks, and exemptions&lt;/strong>, laying the foundation for AI-driven decision support in manufacturing and industrial environments.&lt;/p>
&lt;h2 id="whats-new">What&amp;rsquo;s New?&lt;/h2>
&lt;p>The Clawdite v0.3 release introduces a suite of new capabilities specifically designed to support advanced workforce intelligence systems like the &lt;strong>Human Digital Twin (HDT)&lt;/strong> used in the &lt;a href="https://www.circular-twain-project.eu/">Circular TwAIn project&lt;/a>.&lt;/p></description></item><item><title>Clawdite v0.2</title><link>/blog/2023/10/17/clawdite-v0.2/</link><pubDate>Tue, 17 Oct 2023 00:00:00 +0000</pubDate><guid>/blog/2023/10/17/clawdite-v0.2/</guid><description>&lt;p>We announce the release of &lt;strong>Clawdite v0.2&lt;/strong>, a significant update focused on making the platform more &lt;strong>resilient, modern, and developer-friendly&lt;/strong>.
This release includes deep upgrades to our data infrastructure, enhanced data availability features, and a fully unified API documentation system designed to streamline integration and usage.&lt;/p>
&lt;h2 id="key-highlights">Key Highlights&lt;/h2>
&lt;p>Clawdite v0.2 is primarily a &lt;strong>technical refinement release&lt;/strong>, aimed at making the platform faster, cleaner, and more accessible.
While the functional data model from v0.1 remains stable, this version brings a host of improvements across the stack.&lt;/p></description></item><item><title>Clawdite will be presented at CIRP-CMS2022</title><link>/blog/2022/06/09/clawdite-will-be-presented-at-cirp-cms2022/</link><pubDate>Thu, 09 Jun 2022 00:00:00 +0000</pubDate><guid>/blog/2022/06/09/clawdite-will-be-presented-at-cirp-cms2022/</guid><description>&lt;p>&lt;a href="/blog/2022/05/26/clawdite-published-in-procedia-cirp/">Our paper&lt;/a> on Clawdite will be presented at &lt;a href="https://www.cirp-cms2022.org/">CMS2022&lt;/a>, the 55th edition of the CIRP International Conference on Manufacturing Systems. The conference is organised by the University of Applied Sciences and Arts of Southern Switzerland - Department of Innovative Technologies and it will be held in Lugano between the 28th of June and the 1st of July.&lt;/p></description></item><item><title>Selecting Wearable Devices using AHP</title><link>/blog/2022/06/01/selecting-wearable-devices-using-ahp/</link><pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate><guid>/blog/2022/06/01/selecting-wearable-devices-using-ahp/</guid><description>&lt;p>Adopting wearable devices is crucial in Industry 5.0 applications, where humans become part of the digital representation of the factory, the so called Human Digital Twins. However, the selection of the devices to use turns to be cumbersome for practitioners and researchers, because of the wide availability of devices in the market.&lt;/p>
&lt;p>We faced this criticality while adopting Clawdite in a real-world application, where the aim was to monitor worker&amp;rsquo;s physiological data so that to enhance the human-in-the-loop control of a production system.&lt;/p></description></item><item><title>Clawdite published in Procedia CIRP</title><link>/blog/2022/05/26/clawdite-published-in-procedia-cirp/</link><pubDate>Thu, 26 May 2022 00:00:00 +0000</pubDate><guid>/blog/2022/05/26/clawdite-published-in-procedia-cirp/</guid><description>&lt;p>In the context of the Industry 4.0 approach, applications and solutions supporting monitoring, simulation, optimisation, and decision-making in production systems are exponentially growing.&lt;/p>
&lt;p>Digital twins are the silver bullet for these solutions, given their capability of providing comprehensive digital representations of production systems, which are continuously updated by leveraging IIoT (Industrial Internet of Things) systems.&lt;/p>
&lt;p>However, digital twins designed for Industry 4.0 applications are limited in representing human operators, which instead are a key component in the emerging Industry 5.0 paradigm.&lt;/p></description></item><item><title>Clawdite v0.1</title><link>/blog/2022/01/05/clawdite-v0.1/</link><pubDate>Wed, 05 Jan 2022 00:00:00 +0000</pubDate><guid>/blog/2022/01/05/clawdite-v0.1/</guid><description>&lt;p>Checkout the first version of the Clawdite platform from &lt;a href="https://gitlab-core.supsi.ch/dti-isteps/spslab/public/clawdite/-/tree/604dc2890c9ca5b13eef7ab8628dffd944ac73b3">GitLab&lt;/a>.&lt;/p>
&lt;p>This is the version we demoed during the first &lt;a href="https://star-ai.eu/">STAR&lt;/a> project review meeting. While the core functionalities of Clawdite are there, this version is still &lt;strong>not production-ready&lt;/strong>, thus we recommend to use it in &lt;strong>development environments&lt;/strong> only.&lt;/p></description></item><item><title>Search Results</title><link>/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/search/</guid><description/></item></channel></rss>