<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>AI Archives - Francesco Lelli %</title> <atom:link href="https://francescolelli.info/tag/ai/feed/" rel="self" type="application/rss+xml" /><link>https://francescolelli.info/tag/ai/</link> <description>Information Management, Computer Science,  Economics, Finance and more</description> <lastBuildDate>Fri, 25 Aug 2023 12:41:51 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=6.8.5</generator><image> <url>https://francescolelli.info/wp-content/uploads/2018/11/cropped-InstrumentElement-32x32.jpg</url><title>AI Archives - Francesco Lelli %</title><link>https://francescolelli.info/tag/ai/</link> <width>32</width> <height>32</height> </image> <site
xmlns="com-wordpress:feed-additions:1">156264324</site> <item><title>An Introduction to Generative AI</title><link>https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/</link> <comments>https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Mon, 10 Jul 2023 09:21:55 +0000</pubDate> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[AI Programming]]></category> <category><![CDATA[GAN]]></category> <category><![CDATA[generation]]></category> <category><![CDATA[Generative AI]]></category> <category><![CDATA[Large Language Models]]></category> <category><![CDATA[LLM]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[VAEs]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2497</guid><description><![CDATA[<p>In this article, I will provide a brief introduction to the topic, explore the differences between specific areas AI, Generative AI and Large Language Models. Generative AI, also known as generative artificial intelligence, refers to a field of artificial intelligence that focuses on creating models and algorithms capable of generating new, original content. Unlike traditional [&#8230;]</p><p>The post <a
href="https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/">An Introduction to Generative AI</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>In this article, I will provide a brief introduction to the topic, explore the differences between specific areas AI,  Generative AI and Large Language Models.</p><p>Generative AI, also known as generative artificial intelligence, refers to a field of artificial intelligence that focuses on creating models and algorithms capable of generating new, original content. Unlike traditional AI approaches that rely on explicit programming and rules, generative AI aims to develop systems that can autonomously generate outputs that are coherent, diverse, and often indistinguishable from those created by humans.</p><figure
class="wp-block-image size-full"><img
fetchpriority="high" decoding="async" width="1880" height="1253" data-attachment-id="2498" data-permalink="https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/attachment/pexels-photo-373543/" data-orig-file="https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;Photo by Pixabay on &lt;a href=\&quot;https:\/\/www.pexels.com\/photo\/blue-bright-lights-373543\/\&quot; rel=\&quot;nofollow\&quot;&gt;Pexels.com&lt;\/a&gt;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;blue bright lights&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pexels-photo-373543" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-300x200.jpeg" data-large-file="https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-1024x682.jpeg" src="https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543.jpeg?8011c3&amp;8011c3" alt="blue bright lights" class="wp-image-2498" srcset="https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543.jpeg 1880w, https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-300x200.jpeg 300w, https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-1024x682.jpeg 1024w, https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-768x512.jpeg 768w, https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-600x400.jpeg 600w, https://francescolelli.info/wp-content/uploads/2023/07/pexels-photo-373543-1536x1024.jpeg 1536w" sizes="(max-width: 1880px) 100vw, 1880px" /></figure><p>Generative AI and Large Language Models (LLMs) are related concepts within the field of artificial intelligence, but they are not synonymous. While LLMs are a specific type of generative AI model, not all generative AI models fall under the category of LLMs. While LLMs are capable of generating text, their primary focus is on language-related tasks, making them particularly powerful in natural language processing applications. They leverage the principles of generative AI to generate human-like text, but the term &#8220;generative AI&#8221; encompasses a wider range of techniques and applications beyond just language generation. Example of techniques includes Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), and autoregressive models.</p><p>These models are employed in different domains like image generation, text generation, music composition, and more. Example of Applications where Generative AI techniques are currently used includes:</p><ol
class="wp-block-list"><li><strong><em>Image Generation</em></strong>: Generative models can create new, realistic images based on patterns and examples learned from training data. .</li><li><strong><em>Text Generation</em></strong>: Language models and other generative models are employed to generate human-like text. They can be used for tasks such as language translation, text summarization, dialogue generation, and creative writing.</li><li><strong><em>Music Generation</em></strong>: Generative models can compose original pieces of music based on patterns and styles observed in training data. These models can learn to generate melodies, harmonies, and even entire musical compositions.</li><li><strong><em>Video Generation</em></strong>: Generative AI techniques can be applied to generate realistic videos or video frames. By learning from large datasets of videos, models can generate new video sequences, modify existing videos, or fill in missing frames.</li><li><strong><em>Speech and Audio Generation</em></strong>: Generative models can synthesize human-like speech or other audio signals. These models find applications in voice assistants, text-to-speech systems, and even music synthesis.</li><li><strong><em>3D Object Generation</em></strong>: Generative models can create new 3D objects based on learned patterns and examples. This has applications in areas like computer graphics, virtual reality, and product design.</li><li><strong><em>Data Augmentation</em></strong>: Generative models can be used to augment existing datasets by generating additional synthetic samples. This can help in improving the performance of machine learning models, especially in scenarios where data is limited.</li><li><strong>Programming</strong>: Generative models can be used for generate code aim at aiding developers in code generation, optimization, bug detection, generation of documentation and automated testing.</li><li><strong><em>Art Style Transfer:</em></strong> Generative models can transfer the style of one image onto another, allowing for artistic transformations. By learning the style characteristics of different artworks, these models can generate images with a specific artistic style while preserving the content.</li><li><strong><em>Drug Discovery</em>:</strong> Generative AI techniques can assist in the discovery and design of new pharmaceutical compounds. By generating novel chemical structures and predicting their properties, generative models can aid in the development of new drugs and accelerate the drug discovery process.</li><li><strong><em>Virtual Characters and Avatars</em>:</strong> Generative models can create virtual characters and avatars with realistic appearances, movements, and behaviors. These models can be used in video games, virtual reality environments, and other interactive applications to generate lifelike and responsive virtual entities.</li><li><strong><em>Simulation and Scenario Generation</em>: </strong>Generative AI can generate synthetic data and scenarios for simulation purposes. This can be valuable in various fields, including autonomous driving, robotics, and training models for decision-making in complex environments.</li><li><strong><em>Design and Creativity Support</em>: </strong>Generative AI can assist designers and artists in the creative process by generating design variations, suggesting new ideas, or providing inspiration. It can serve as a tool for exploring new design possibilities and aiding in the creation of novel and innovative designs.</li><li><strong><em>Fraud Detection</em>: </strong>Generative models can be employed to detect anomalies and patterns indicative of fraudulent activities. By learning from normal data distributions, these models can identify suspicious patterns and flag potential fraud cases in various domains, such as finance, cybersecurity, and e-commerce.</li></ol><hr
/><p><em>An extensive but not complete list of applications of Generative AI: image generation, text synthesis, music composition, video creation, speech generation, and more! #GenerativeAI #AI #Creativity&quot;</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fmachine-learning%2Fan-introduction-to-generative-ai%2F&#038;text=An%20extensive%20but%20not%20complete%20list%20of%20applications%20of%20Generative%20AI%3A%20image%20generation%2C%20text%20synthesis%2C%20music%20composition%2C%20video%20creation%2C%20speech%20generation%2C%20and%20more%21%20%23GenerativeAI%20%23AI%20%23Creativity%22&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p>The list provided covers a wide range of applications for generative AI, however the field is continuously evolving, and new applications are being explored regularly. The applications mentioned are some of the prominent and well-known uses of generative AI, but it is possible that additional applications exist or may emerge in the future. Consequently, if there are any specific applications or areas that were not covered in the list, I apologize for the oversight. At the time of writing, Generative AI is a vast and dynamic field, and it is challenging to capture every possible application in a comprehensive manner.</p><h2 class="wp-block-heading"><strong>Generative AI as a research field</strong></h2><p>Overall Generative AI is not a specific domain but should be considered more as a research area that ecomaps several discipline and domains where researchers focus on investigating and advancing knowledge in a particular subject. Key research areas include:</p><ol
class="wp-block-list"><li><strong><em>Generative Adversarial Networks</em></strong> (GANs): GANs are a prominent research domain within generative AI. GANs consist of two components—a generator and a discriminator—that compete against each other in a training process. The generator generates new samples, while the discriminator tries to distinguish between real and generated samples. Through iterative training, GANs learn to generate increasingly realistic outputs. Researchers continue to explore various aspects of GANs, including improving training stability, enhancing the diversity and quality of generated samples, addressing mode collapse (when a generator fails to capture the entire distribution), and developing novel architectures and loss functions.</li><li><strong><em>Variational Autoencoders</em></strong> (VAEs): VAEs are another active research area within generative AI. VAEs are a type of generative model that employs an encoder and a decoder. The encoder compresses input data into a lower-dimensional representation (latent space), and the decoder reconstructs the original data from the latent space. VAEs allow for the generation of new data by sampling from the latent space. Researchers are working on enhancing VAE models to improve the quality and diversity of generated samples, developing better latent space representations, exploring different decoding strategies, and incorporating additional components such as disentangled representations and hierarchical structures.</li><li><strong><em>Reinforcement Learning for Generation</em></strong>: Researchers are investigating the application of reinforcement learning techniques to generative models. This involves using rewards and reinforcement signals to guide the generation process, allowing models to learn to generate samples that align with desired objectives or exhibit specific behaviors.</li><li><strong><em>Representation Learning</em></strong>: Representation learning focuses on learning meaningful and useful representations of data. In the context of generative AI, researchers are exploring techniques to learn disentangled representations that separate independent factors of variation in the data. This allows for more explicit control over the generated samples and enables targeted manipulation of specific attributes.</li><li><strong><em>Autoregressive Models</em></strong>: Autoregressive models, such as the Transformer architecture, generate output sequentially, conditioning each step on previously generated tokens. This approach is often used in language generation tasks.</li><li><strong><em>Cross-Modal Generation</em></strong>: Cross-modal generation involves generating data in one modality (such as generating an image from text descriptions or generating textual descriptions from images). Researchers are actively investigating techniques that bridge different modalities to enable multi-modal generation, leading to applications like image captioning, text-to-image synthesis, and audio-visual generation.</li><li><strong><em>Explainability and Interpretability</em></strong>: Understanding and interpreting the workings of generative models is an important research direction. Researchers are working on methods to explain and interpret generative AI models to gain insights into the internal processes, improve transparency, and ensure reliable and accountable use of generative AI systems.</li><li><strong><em>Ethical and Fair Generative AI</em></strong>: As generative AI systems become more powerful, addressing ethical considerations and fairness becomes crucial. Research in this domain focuses on understanding the biases present in training data, developing methods to mitigate bias in generated samples, and ensuring that generative AI systems adhere to ethical guidelines and societal norms.</li></ol><hr
/><p><em>Generative AI is a research area bridging various disciplines. #GenerativeAI #AIresearch #Interdisciplinary</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fmachine-learning%2Fan-introduction-to-generative-ai%2F&#038;text=Generative%20AI%20is%20a%20research%20area%20bridging%20various%20disciplines.%20%23GenerativeAI%20%23AIresearch%20%23Interdisciplinary&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><h2 class="wp-block-heading">In summary and take home message:</h2><p>Generative AI is a field of artificial intelligence that focuses on creating models and algorithms capable of generating new and original content. It encompasses various techniques, such as Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), and autoregressive models. Generative AI has applications in image generation, text generation, music composition, video generation, speech and audio generation, 3D object generation, data augmentation, and more. Generative AI is not synonymous with Large Language Models (LLMs). LLMs are a specific type of generative AI model that excel in language processing tasks. They are trained on vast amounts of text data and can generate coherent and contextually relevant text. While LLMs focus on language-related tasks, generative AI encompasses a wider range of techniques and applications beyond language generation.</p><hr
/><p><em>Generative AI &amp; Large Language Models (LLMs): related concepts in AI, but not synonymous. They focus on content creation &amp; language processing. #GenerativeAI #LLMs #AI</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fmachine-learning%2Fan-introduction-to-generative-ai%2F&#038;text=Generative%20AI%20%26%20Large%20Language%20Models%20%28LLMs%29%3A%20related%20concepts%20in%20AI%2C%20but%20not%20synonymous.%20They%20focus%20on%20content%20creation%20%26%20language%20processing.%20%23GenerativeAI%20%23LLMs%20%23AI&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p>Continue the conversation in Reader App</p><div
class="wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions"><div><div><div><p > <a
href="https://francescolelli.info/?post_type=post&#038;p=2497" style="font-size: 16px;padding: 15px 23px 15px 23px;margin: 0; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF; text-decoration: none; white-space: nowrap; margin-left: 0">Subscribe</a></p></div></div></div></div><p>The post <a
href="https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/">An Introduction to Generative AI</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/machine-learning/an-introduction-to-generative-ai/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2497</post-id> </item> <item><title>OpenAI: What is Service Oriented Architecture (SOA) ?</title><link>https://francescolelli.info/machine-learning/openai-what-is-service-oriented-architecture-soa/</link> <comments>https://francescolelli.info/machine-learning/openai-what-is-service-oriented-architecture-soa/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Fri, 02 Dec 2022 12:38:29 +0000</pubDate> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[more]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[AI Generated Text]]></category> <category><![CDATA[nlp]]></category> <category><![CDATA[OpenAI]]></category> <category><![CDATA[OpenAIChat]]></category> <category><![CDATA[Service Oriented Architecture]]></category> <category><![CDATA[SOA]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2434</guid><description><![CDATA[<p>I just asked to Chat.openai what is Service Oriented Architecture (see picture below) and what follows is its opinion on the topic. Folks at OpenAI developed the ChatGPT model as a way to optimizing language models for dialogues. I found this idea quite challenging with a lot of potential. Therefore, I asked to Chat.OpenAI an [&#8230;]</p><p>The post <a
href="https://francescolelli.info/machine-learning/openai-what-is-service-oriented-architecture-soa/">OpenAI: What is Service Oriented Architecture (SOA) ?</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>I just asked to <a
href="https://openai.com/blog/chatgpt/" target="_blank" rel="noreferrer noopener">Chat.openai</a> what is Service Oriented Architecture (see picture below) and what follows is its opinion on the topic.</p><figure
class="wp-block-image size-full"><img
decoding="async" width="1024" height="502" data-attachment-id="152" data-permalink="https://francescolelli.info/service-oriented-architecture-master-class/attachment/service-oriented-architecture/" data-orig-file="https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture.png" data-orig-size="1024,502" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Service-Oriented-Architecture" data-image-description="&lt;p&gt;Service Oriented Architecture (SOA) refers to a set of techniques for enhancing and re-design the IT infrastructure of a companies in order to achieve more flexibility and re-usability  &lt;/p&gt;
" data-image-caption="&lt;p&gt;Service Oriented Architecture (SOA)&lt;/p&gt;
" data-medium-file="https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture-300x147.png" data-large-file="https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture.png" src="https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture.png?8011c3&amp;8011c3" alt="Service Oriented Architecture (SOA)" class="wp-image-152" srcset="https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture.png 1024w, https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture-300x147.png 300w, https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture-768x377.png 768w, https://francescolelli.info/wp-content/uploads/2018/12/Service-Oriented-Architecture-600x294.png 600w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Service Oriented Architecture (SOA)</figcaption></figure><p>Folks at OpenAI developed the ChatGPT model as a way to optimizing language models for dialogues. I found this idea quite challenging with a lot of potential. Therefore, I asked to Chat.OpenAI an open question that on a topic that I am familiar with. As ChatGPT is design for dialog I asked also a few sub-questions as well where I was searching for more details. What follows is the unedited answers:</p><h1 class="wp-block-heading">What is Service Oriented Architecture</h1><p>Service-oriented architecture (SOA) is a software design approach that focuses on building a network of independent, modular components that provide services to other components over a network in order to form a complete application. This architecture is designed to make it easier to develop, deploy, and manage complex applications by breaking them down into smaller, independent units of functionality that can be developed, tested, and deployed independently. SOA is often used in distributed systems and relies on communication protocols such as web services to enable components to interact with each other.</p><p>Some of the key features of service-oriented architecture (SOA) include:</p><ol
class="wp-block-list"><li><strong>Modularity</strong>: SOA is based on the idea of breaking down complex applications into smaller, independent components that can be developed, tested, and deployed independently.</li><li><strong>Independence</strong>: Each component in an SOA-based system is independent and can be managed and maintained separately from other components, which makes it easier to develop, deploy, and update applications.</li><li><strong>Standardized communication protocols</strong>: SOA relies on standardized communication protocols, such as web services, to enable components to interact with each other. This allows different components to be developed using different programming languages and technologies, as long as they can communicate using the same protocol.</li><li><strong>Reusability</strong>: Because components in an SOA-based system are independent and modular, they can be easily reused in other applications, which can save time and effort during development.</li><li><strong>Flexibility</strong>: SOA allows for flexibility by enabling components to be added, removed, or updated without disrupting the overall functionality of the application. This makes it easier to adapt to changing business requirements and technology needs.</li></ol><h2 class="wp-block-heading">Modularity</h2><p>Modularity is one of the key features of service-oriented architecture (SOA), and refers to the idea of breaking down complex applications into smaller, independent components that can be developed, tested, and deployed independently. This allows each component to be managed and maintained separately from other components, which makes it easier to develop, deploy, and update applications.</p><p>In SOA, each component is called a &#8220;service&#8221; and provides a specific function or piece of functionality. For example, a service might be responsible for handling user authentication, or for performing calculations, or for storing and retrieving data from a database. By designing an application as a network of interconnected services, developers can create more modular and scalable applications that are easier to maintain and update over time.</p><p>Modularity is an important concept in SOA because it enables developers to create applications that are flexible and adaptable to changing business requirements and technology needs. For example, if a new service is needed to support a new feature, it can be added to the application without disrupting the existing services or the overall functionality of the application. Similarly, if a service needs to be updated or replaced, it can be done without affecting the rest of the application. This makes it easier to evolve and improve an application over time without having to redesign the entire system.</p><h2 class="wp-block-heading">Independence</h2><p>Independence is another key feature of service-oriented architecture (SOA), and refers to the idea that each component in an SOA-based system is independent and can be managed and maintained separately from other components. This means that developers can work on different parts of the application without having to worry about how their changes will affect other parts of the system.</p><p>Independence is an important concept in SOA because it enables developers to create applications that are flexible and adaptable to changing business requirements and technology needs. For example, if a service needs to be updated or replaced, it can be done without affecting the rest of the application. This makes it easier to evolve and improve an application over time without having to redesign the entire system.</p><p>Additionally, because each service in an SOA-based system is independent, it can be developed using different programming languages and technologies, as long as it can communicate with other services using a standardized protocol. This allows developers to choose the best tools and technologies for each individual service, which can make the development process more efficient and effective.</p><h2 class="wp-block-heading">Standardized Communication Protocols</h2><p>Standardized communication protocols are an important aspect of service-oriented architecture (SOA), and refer to the use of specific rules and standards for enabling components to communicate with each other. In SOA, these protocols are used to enable services to send and receive messages and data to each other in order to perform their designated functions and contribute to the overall functionality of the application.</p><p>One of the most common protocols used in SOA is the web services protocol, which is a set of rules and standards for exchanging data between applications or services over a network. This protocol allows services to be developed using different programming languages and technologies, as long as they can communicate using the same protocol. This enables developers to create more modular and scalable applications that are easier to maintain and update over time.</p><p>In addition to the web services protocol, there are many other standardized communication protocols that are commonly used in SOA, such as REST, JSON, and XML. These protocols are designed to enable services to communicate with each other in a standardized and interoperable way, which makes it easier to develop and deploy complex applications.</p><p>Overall, the use of standardized communication protocols is an important aspect of SOA because it allows different components to be developed and maintained independently, while still being able to work together to form a complete application. This makes it easier to create flexible and adaptable applications that can evolve and improve over time.</p><h2 class="wp-block-heading">Reusability</h2><p>Reusability is a key benefit of service-oriented architecture (SOA), and refers to the ability to use components or services in multiple applications or contexts. In SOA, each component is called a &#8220;service&#8221; and provides a specific function or piece of functionality. By designing an application as a network of interconnected services, developers can create more modular and scalable applications that are easier to maintain and update over time.</p><p>One of the key advantages of this modular approach is that it allows services to be easily reused in other applications. For example, if a service is developed to handle user authentication, that service can be used in multiple applications without having to be redeveloped for each application. This can save time and effort during the development process, and can also help to ensure that services are well-tested and reliable.</p><p>Reusability is an important concept in SOA because it allows developers to create more flexible and adaptable applications that can evolve and improve over time. For example, if a new service is needed to support a new feature, it can be added to the application without disrupting the existing services or the overall functionality of the application. Similarly, if a service needs to be updated or replaced, it can be done without affecting the rest of the application.</p><p>Overall, the ability to reuse services in multiple applications is a key benefit of SOA, and can help to save time and effort during development, as well as improve the reliability and flexibility of applications.</p><h2 class="wp-block-heading">Flexibility</h2><p>Flexibility is one of the key advantages of service-oriented architecture (SOA), and refers to the ability to easily add, remove, or update components without disrupting the overall functionality of the application. In SOA, each component is called a &#8220;service&#8221; and provides a specific function or piece of functionality. By designing an application as a network of independent services, developers can create more modular and scalable applications that are easier to maintain and update over time.</p><p>One of the key benefits of this modular approach is that it allows developers to make changes to an application without having to redesign the entire system. For example, if a new service is needed to support a new feature, it can be added to the application without disrupting the existing services or the overall functionality of the application. Similarly, if a service needs to be updated or replaced, it can be done without affecting the rest of the application.</p><p>Flexibility is an important concept in SOA because it enables developers to create applications that are adaptable to changing business requirements and technology needs. For example, if the requirements for an application change over time, it is relatively easy to update or replace services as needed without having to redesign the entire application. This makes it easier to evolve and improve an application over time without having to start from scratch.</p><p>Overall, the ability to easily add, remove, or update components is a key advantage of SOA, and can help to improve the flexibility and adaptability of applications. This can make it easier to respond to changing business needs and technology trends, and can help to ensure that applications remain relevant and effective over time.</p><h2 class="wp-block-heading">Summary (Still According to Chat.OpenAI)</h2><p>Service-oriented architecture (SOA) is a software design approach that focuses on building a network of independent, modular components that provide services to other components over a network in order to form a complete application. This architecture is designed to make it easier to develop, deploy, and manage complex applications by breaking them down into smaller, independent units of functionality that can be developed, tested, and deployed independently. SOA is often used in distributed systems and relies on communication protocols such as web services to enable components to interact with each other.</p><p>Some of the key features of SOA include modularity, independence, and the use of standardized communication protocols. Modularity refers to the idea of breaking down complex applications into smaller, independent components that can be developed, tested, and deployed independently. Independence refers to the idea that each component in an SOA-based system is independent and can be managed and maintained separately from other components. Standardized communication protocols refer to the use of specific rules and standards for enabling components to communicate with each other.</p><p>Some of the key benefits of SOA include reusability, flexibility, and the ability to easily adapt to changing business requirements and technology needs. Reusability refers to the ability to use components or services in multiple applications or contexts. Flexibility refers to the ability to easily add, remove, or update components without disrupting the overall functionality of the application. The ability to adapt to changing business requirements and technology needs refers to the ability of SOA to enable applications to evolve and improve over time without having to redesign the entire system.</p><hr
/><p><em>Does #OpenAI ( #OpenAIChat ) knows what is Service Oriented Architecture? #SOA #SoftwareEngineering #API</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fmachine-learning%2Fopenai-what-is-service-oriented-architecture-soa%2F&#038;text=Does%20%23OpenAI%20%28%20%23OpenAIChat%20%29%20knows%20what%20is%20Service%20Oriented%20Architecture%3F%20%23SOA%20%23SoftwareEngineering%20%23API&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><h2 class="wp-block-heading">Final Note (from the author) on OpenAI answering to What is Service Oriented Architecture</h2><p>If we exclude the picture, the opening text and this closing text, the content is entirely generated by Chat.OpenAI using ChatGPT. The content of the answer looks sound and consistent and, from time to time, a bit redundant. In addition, the information are clearly correct and touch relevant sub-topics. Finally, strictly talking of the deepness of the content, it is sufficiently informative for a non expert but a bit useless for a domain expert as it can be classified as &#8220;a good introduction&#8221;.  Is short? Does OpenAI knows what is Service Oriented Architecture? Well&#8230; the answer looks correct <img
src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p><p>If you are curious and you want to know more, <a
href="https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/" target="_blank" rel="noreferrer noopener">at this link you can find another example of AI assisted writing</a></p><p></p><p>The post <a
href="https://francescolelli.info/machine-learning/openai-what-is-service-oriented-architecture-soa/">OpenAI: What is Service Oriented Architecture (SOA) ?</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/machine-learning/openai-what-is-service-oriented-architecture-soa/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2434</post-id> </item> <item><title>StairwAI and supporting SME in their AI based digital strategy: Open Letter</title><link>https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/</link> <comments>https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Sun, 25 Sep 2022 11:17:10 +0000</pubDate> <category><![CDATA[Big Data]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Internet of Things]]></category> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[data]]></category> <category><![CDATA[Data Science]]></category> <category><![CDATA[digital strategy]]></category> <category><![CDATA[Industry 4.0]]></category> <category><![CDATA[SME]]></category> <category><![CDATA[Tensorflow]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2428</guid><description><![CDATA[<p>Dear participant to the StariwAI SMEs pilot implementation, congratulation for been in the final 14-een that has managed to join the program! Dear SMEs that are not in the pilot, do not despair there will be other opportunities, this is just the beginning! In both cases you have my respect and support for trying to [&#8230;]</p><p>The post <a
href="https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/">StairwAI and supporting SME in their AI based digital strategy: Open Letter</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>Dear participant to the StariwAI SMEs pilot implementation, congratulation for been in the final 14-een that has managed to join the program! Dear SMEs that are not in the pilot, do not despair there will be other opportunities, this is just the beginning!</p><figure
class="wp-block-image size-full"><img
decoding="async" width="1880" height="1253" data-attachment-id="2431" data-permalink="https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/attachment/pexels-photo-8386440/" data-orig-file="https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;Photo by Tara Winstead on &lt;a href=\&quot;https:\/\/www.pexels.com\/photo\/robot-pointing-on-a-wall-8386440\/\&quot; rel=\&quot;nofollow\&quot;&gt;Pexels.com&lt;\/a&gt;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;robot pointing on a wall&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pexels-photo-8386440" data-image-description="" data-image-caption="&lt;p&gt;Photo by Tara Winstead on &lt;a href=&quot;https://www.pexels.com/photo/robot-pointing-on-a-wall-8386440/&quot; rel=&quot;nofollow&quot;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-300x200.jpeg" data-large-file="https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-1024x682.jpeg" src="https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440.jpeg?8011c3&amp;8011c3" alt="SME in their AI based digital strategy" class="wp-image-2431" srcset="https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440.jpeg 1880w, https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-300x200.jpeg 300w, https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-1024x682.jpeg 1024w, https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-768x512.jpeg 768w, https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-600x400.jpeg 600w, https://francescolelli.info/wp-content/uploads/2022/09/pexels-photo-8386440-1536x1024.jpeg 1536w" sizes="(max-width: 1880px) 100vw, 1880px" /></figure><p>In both cases you have my respect and support for trying to understand how HPC, AI, Big Data and Industry 4.0 can be used in your business.</p><p>I am honored and humbled that you selected me as part of your portfolio of experts for understanding how to leverage AI based technologies in your company. I am also expressing my gratitude to the StarwAI for supporting candidature as expert.</p><p>Please consider the following, prior contacting me:</p><ul
class="wp-block-list"><li>StairwAI is using a matchmaking tool to propose to each SME the list of AI Experts that fit the pilot&#8217;s scope and needs. Obviously you make the final decision on the Expert or Experts that would like to cooperate with. In addition, you free to select any Experts from the list of validated Experts, not proposed by the matchmaking tool. However, you may want to give a shot to the matchmaking tool first.</li><li>You may want to <a
href="https://francescolelli.info/contacts/">drop me a line informally</a> before moving forward, I will be happy to answer to your questions and take a virtual (or physical) coffee and discuss your ideas. In this way I may be able to understand if we are a good fit for each other and if I can really provide value to you.</li><li>StairwAI is planning a second support program in 2023. Therefore if we will not have the possibility to work together in this round, do not despair; we will be able to do it at the next iteration.</li></ul><p>Where to know more:</p><ul
class="wp-block-list"><li><a
href="https://www.ai4europe.eu/" target="_blank" rel="noreferrer noopener">AI4Europe</a></li><li><a
href="https://www.ai4europe.eu/ai-community/projects/stairwai" target="_blank" rel="noreferrer noopener">StarwAI Project</a></li></ul><p>Finally, let me thanks AI4EU for bring together AI stakeholders and resources, overcoming fragmentation issues and encouraging the acceleration of AI-based innovations. In particular for supporting SMEs that may be left behind due to their limited capability to acquire competences in this current market.</p><hr
/><p><em>Happy to support the StarwAI Project and AI4EU in their mission of supporting SMEs in their strategies for #DataScience #AI #industry40 and #hpc . </em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fbig-data%2Fstairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter%2F&#038;text=Happy%20to%20support%20the%20StarwAI%20Project%20and%20AI4EU%20in%20their%20mission%20of%20supporting%20SMEs%20in%20their%20strategies%20for%20%23DataScience%20%23AI%20%23industry40%20and%20%23hpc%20.%20&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p></p><p>The post <a
href="https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/">StairwAI and supporting SME in their AI based digital strategy: Open Letter</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/big-data/stairwai-and-supporting-sme-in-their-ai-based-digital-strategy-open-letter/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2428</post-id> </item> <item><title>AI Assisted writing: Cartolibreria Biondi adopts a Researcher</title><link>https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/</link> <comments>https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Fri, 25 Feb 2022 14:52:11 +0000</pubDate> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[more]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[AI Generated Text]]></category> <category><![CDATA[Cartolibreria Biondi]]></category> <category><![CDATA[Donation]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2409</guid><description><![CDATA[<p>AI assisted writing refer to to a particular technique where a human writer use AI tools for generating portion of the text. The human then embed this text in the article that is writing. This blog (so far) is 100% human written, however you can refer to this article as an example of AI assisted [&#8230;]</p><p>The post <a
href="https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/">AI Assisted writing: Cartolibreria Biondi adopts a Researcher</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>AI assisted writing refer to to a particular technique where a human writer use AI tools for generating portion of the text. The human then embed this text in the article that is writing. This blog (so far) is 100% human written, however you can refer to <a
href="https://www.bloglovin.com/@francescolelli1/ai-assisted-outline-for-building-a-better" target="_blank" rel="noreferrer noopener">this article as an example of AI assisted writing</a> where i experimented the technique for later on giving a thesis on the topic to one of my students.</p><p>A friend that is part of the management of Cartolibreria Biondi sent me a nice and appreciated gift. They are a collection of paper based items that I am sure they will support my creativity and the one of my partner. As a way to thank him what follows is an AI assisted article that I wrote for supporting this shop. I challenge you in discovering what was written by me and what was written by the machine!</p><p>This blog, like any other curious driven initiatives, survives thanks to donors and patrons that support the time and the effort that the contributors dedicate.</p><p>Donating to a researcher is important because it allows scientists to continue their important work and make new discoveries. Donations can also help support the work of research centers, including the cost of staff, equipment, and supplies</p><p>This post is an example of both a real support as well as a research artifact that is a tangible outcome of this donation. This article is generated by a human in cooperation with an AI that assists the writer by providing ideas as well as text. Both the human and the machine, are changeling you in defining where the human and and the machine begin.</p><p>francescolelli.info is thankful to <a
href="https://cartolibreriabiondi.com/" target="_blank" rel="noreferrer noopener">Cartolibreria Biondi</a> for his support in vintage digital resources! You can also connect to the shop and its fantastic employees with the following socials:</p><ul
class="wp-block-list"><li><a
href="https://www.facebook.com/CartolibreriaBiondi/">https://www.facebook.com/CartolibreriaBiondi/</a></li><li><a
href="https://www.instagram.com/cartolibreriabiondi/">https://www.instagram.com/cartolibreriabiondi/</a></li><li><a
href="https://twitter.com/biondicartolibr">https://twitter.com/biondicartolibr</a></li></ul><p>Here you can find the address if you plan a visit</p><iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11511.830552107978!2d13.0289268!3d43.8359763!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x6fbc5cfcd99b210b!2sCartoLibreria%20Biondi!5e0!3m2!1sen!2snl!4v1645798311368!5m2!1sen!2snl" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe><p> The customer support is simply unmatched and you can count on them for achieving the impossible. I can not stop recommending this shop to everybody that is searching a fashion school bag. <br>There are many reasons why you should buy a fashion schoolbag. Some reasons include that a fashion schoolbag is stylish and will make you look fashionable, it is a great way to show your personality, and it is also a great way to show your school spirit. Additionally, a fashion schoolbag is a great way to carry all of your school supplies, and it will help keep you organized. Lastly, a fashion schoolbag is a great way to show your support for your favorite fashion designer or brand.</p><p>Cartolibria biondi offer also a personalized way to source school books and I definitively recommend it for several reasons. One reason is that it can be helpful to have someone else keep track of what textbooks are needed for each class and when they are due. This can be helpful for students who have a lot of classes and may forget to order a book for a class they are not even thinking about. Another reason to buy a personalized source service is that often times the company will offer a discount for buying all of your textbooks from them. This can be helpful for students who are on a tight budget. Finally, many students find that having their textbooks delivered directly to them is more convenient than having to go to the bookstore every time they need a new book.</p><p>Finally I definitively recommend Cartolibreria Biondi for your paper based vintage shopping. Scholars that value the importance of paper in a digital era should rush into this idea for several reasons. Perhaps the most obvious is that vintage paper products have a certain aesthetic appeal that is missing from most digital products. Additionally, many people believe that vintage items are built to last, whereas most digital products are not. Finally, buying vintage paper products can be a way to support sustainable practices and help reduce the amount of waste produced by the digital era.</p><p>In summary Cartolibreria Biondi is the best place in town to buy books. The website also has a section where customers can leave reviews of the shop. Shopping this website would be a good idea because the shop is certified by PayPal and has been collaborating with Google Shopping, Amazon, and Ebay for many years. The website also has a section where customers can leave reviews of the shop, which makes it more reliable.</p><p>You do not believe me? Check this out:</p><figure
class="wp-block-image size-large"><a
href="https://cartolibreriabiondi.com/"><img
loading="lazy" decoding="async" width="1024" height="762" data-attachment-id="2410" data-permalink="https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/attachment/whatsapp-image-2022-02-25-at-15-44-42/" data-orig-file="https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42.jpeg" data-orig-size="2000,1488" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="WhatsApp-Image-2022-02-25-at-15.44.42" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-300x223.jpeg" data-large-file="https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-1024x762.jpeg" src="https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-1024x762.jpeg?8011c3&amp;8011c3" alt="" class="wp-image-2410" srcset="https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-1024x762.jpeg 1024w, https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-300x223.jpeg 300w, https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-768x571.jpeg 768w, https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-600x446.jpeg 600w, https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42-1536x1143.jpeg 1536w, https://francescolelli.info/wp-content/uploads/2022/02/WhatsApp-Image-2022-02-25-at-15.44.42.jpeg 2000w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure><p>Thanks Cartoliberia Biondi!</p><p></p><p>The post <a
href="https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/">AI Assisted writing: Cartolibreria Biondi adopts a Researcher</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/machine-learning/ai-assisted-writing-cartolibreria-biondi-adopts-a-researcher/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2409</post-id> </item> <item><title>AI beyond efficiency: Interoperability towards Industry 5.0</title><link>https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/</link> <comments>https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Fri, 31 Dec 2021 11:46:31 +0000</pubDate> <category><![CDATA[Big Data]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Internet of Things]]></category> <category><![CDATA[Research]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[Best practices]]></category> <category><![CDATA[beyond efficiency]]></category> <category><![CDATA[call for papers]]></category> <category><![CDATA[Data Spaces]]></category> <category><![CDATA[human centric approach]]></category> <category><![CDATA[i-ESA]]></category> <category><![CDATA[Industry 4.0]]></category> <category><![CDATA[Industry 5.0]]></category> <category><![CDATA[intelligent interoperability]]></category> <category><![CDATA[smart devices]]></category> <category><![CDATA[SME]]></category> <category><![CDATA[Testing and Experimentation]]></category> <category><![CDATA[Workshop]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2338</guid><description><![CDATA[<p>AI beyond efficiency: Interoperability towards Industry 5.0. Call for Workshop Papers: event collocated with i-ESA 2022 Objectives of the Workshop: Industry 4.0 is the integration of IoT, artificial intelligence (AI), cyber-physical systems, and Cloud that brought us smart factories, putting technology at the forefront of manufacturing. It heavily focusses on maximizing given set of mainly [&#8230;]</p><p>The post <a
href="https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/">AI beyond efficiency: Interoperability towards Industry 5.0</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p
class="has-text-align-center">AI beyond efficiency: Interoperability towards Industry 5.0. <strong>Call for Workshop Papers</strong>: event collocated with <a
href="http://i-esa2022.webs.upv.es/" target="_blank" rel="noreferrer noopener">i-ESA 2022</a></p><h3 class="wp-block-heading">Objectives of the Workshop:</h3><p>Industry 4.0 is the integration of IoT, artificial intelligence (AI), cyber-physical systems, and Cloud that brought us smart factories, putting technology at the forefront of manufacturing. It heavily focusses on maximizing given set of mainly technology and economic KPIs: in other words, the systems efficiency. Industry 5.0 provides a vison of industry that aims beyond efficiency and productivity as the sole goals and reinforces the<br>role and the contribution of industry to society.<br>The workshop will discuss what are the drivers, the barriers and the implications of leveraging the technological solutions developed in Industry 4.0 (I4.0) to address relevant societal impacts, so aligning with the <a
href="https://ec.europa.eu/info/research-and-innovation/research-area/industrial-research-and-innovation/industry-50_en" target="_blank" rel="noreferrer noopener">EC agenda</a>.</p><figure
class="wp-block-image size-large"><img
loading="lazy" decoding="async" width="800" height="283" data-attachment-id="2343" data-permalink="https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/attachment/800px-industry_5-0_diagram/" data-orig-file="https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram.png" data-orig-size="800,283" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="800px-Industry_5.0_diagram" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram-300x106.png" data-large-file="https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram.png" src="https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram.png?8011c3&amp;8011c3" alt="" class="wp-image-2343" srcset="https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram.png 800w, https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram-300x106.png 300w, https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram-768x272.png 768w, https://francescolelli.info/wp-content/uploads/2021/12/800px-Industry_5.0_diagram-600x212.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><p>With the final goal of further interconnecting Civil Society, Government &amp; Policy Makers, Academia and Industry, the workshop will discuss how to shape the Industry 5.0 (I5.0) paradigm to enable a human-centric, resilient society, the green transition, and the related awareness, what is the role of interoperability, and how the SMEs can contribute to this process.<br>It will discuss methodological approaches and models to describe from both an ICT and Social Science perspective the ever-increasing complexity of socio-technical systems that are core of I4.0 and I5.0 and foresee an extensive use of AI-based solutions. This will include, but not limit to, how to identify, measure, monitor and feedback key features and attributes to keep all the stakeholders informed and satisfied.<br>The workshop will also touch upon the key concepts of Data Spaces and Testing and Experimentation Facilities as a way to answer current challenges in I4.0 and support the transition to I5.0 exploring interoperability challenges reaching solutions to industry.</p><h3 class="wp-block-heading">Topics of interest:</h3><ul
class="wp-block-list"><li>Interoperability in the transition to the human centric approach.</li><li>Interoperable socio-technical systems.</li><li>SME supporting interoperability in I5.0.</li><li>AI as a support to Civil Society, Government &amp; Policy Makers.</li><li>Digital Education and impact of ICT and data sharing on the green agenda.</li><li>Multi-Stakeholders monitoring models and  tools.</li><li>The role of AI in governing the transitioning I4.0 to I5.0.</li><li>The workforce in I5.0.</li><li>Methodologies, prototypes, and tools addressing the human-centric approach in socio-technical systems.</li><li>SME vs large industry approach to provide tools in interoperable socio-technical systems.</li><li>Addressing privacy and trust in interoperable human-centered systems.</li><li>Best practices and guidelines to foster the collaboration among Social and ICT Scientists.</li><li>Practical experiences of AI solution used beyond efficiency improvement.</li><li>Experiences, insights, and vision on setting up and use of Data Spaces to support I5.0.</li><li>Experiences on setting up and use of Testing and Experimentation Facilities to support I5.0</li></ul><h3 class="wp-block-heading">AI Beyond Efficiency: Paper Submission</h3><div
class="wp-block-group"><div
class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <figure
class="wp-block-image alignwide size-large"><img
loading="lazy" decoding="async" width="1024" height="579" data-attachment-id="2341" data-permalink="https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/attachment/workshop/" data-orig-file="https://francescolelli.info/wp-content/uploads/2021/12/Workshop.jpeg" data-orig-size="1400,791" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Workshop" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2021/12/Workshop-300x170.jpeg" data-large-file="https://francescolelli.info/wp-content/uploads/2021/12/Workshop-1024x579.jpeg" src="https://francescolelli.info/wp-content/uploads/2021/12/Workshop-1024x579.jpeg?8011c3&amp;8011c3" alt="" class="wp-image-2341" srcset="https://francescolelli.info/wp-content/uploads/2021/12/Workshop-1024x579.jpeg 1024w, https://francescolelli.info/wp-content/uploads/2021/12/Workshop-300x170.jpeg 300w, https://francescolelli.info/wp-content/uploads/2021/12/Workshop-768x434.jpeg 768w, https://francescolelli.info/wp-content/uploads/2021/12/Workshop-600x339.jpeg 600w, https://francescolelli.info/wp-content/uploads/2021/12/Workshop.jpeg 1400w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><p>Papers must be in English, describes original work and must follow the <a
href="http://ceur-ws.org/HOWTOSUBMIT.html" target="_blank" rel="noreferrer noopener">CEUR guidelines for authors</a>. Paper length should be <strong>6 pages for a full paper</strong> and<strong> 4 pages for a short paper</strong>.<br>Authors should submit their contributions by email to the Workshop Chairs: sdm2d11@soton.ac.uk, mjnunez@aidimme.es, <a
href="https://francescolelli.info/contacts/">F.Lelli@tilburguniversity.edu</a>, davide.dallecarbonare@eng.it</p></div></div><h3 class="wp-block-heading">Important Dates:</h3><ul
class="wp-block-list"><li><em><strong><s>January 31st</s>, February the 7th, 2022 First draft paper submission</strong></em></li><li>February 15th, 2022 Notification of acceptance</li><li>March 23rd, 24th, 2022 I-ESA 2022 Workshops</li><li>April 18th, 2022 Camera-ready</li><li>June 20th, 2022 Publication of Proceedings</li></ul><h3 class="wp-block-heading">Further Information about the co-location with I-ESA, venues and proceeding</h3><figure
class="wp-block-image size-large"><img
loading="lazy" decoding="async" width="720" height="90" data-attachment-id="2339" data-permalink="https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/attachment/industry5-0andai/" data-orig-file="https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI.png" data-orig-size="720,90" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Industry5.0andAI" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI-300x38.png" data-large-file="https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI.png" src="https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI.png?8011c3&amp;8011c3" alt="" class="wp-image-2339" srcset="https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI.png 720w, https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI-300x38.png 300w, https://francescolelli.info/wp-content/uploads/2021/12/Industry5.0andAI-600x75.png 600w" sizes="(max-width: 720px) 100vw, 720px" /></figure><p>Since several years, <a
href="http://www.i-esa.org/" target="_blank" rel="noreferrer noopener">I-ESA</a> is the major event regarding Enterprise Interoperability and the official conference of Virtual Laboratory for Enterprise Interoperability (<a
href="http://www.interop-vlab.eu/" target="_blank" rel="noreferrer noopener">INTEROP-VLab</a>) with the sponsorship of the International Federation for Information Processing (<a
href="http://www.ifip.org/" target="_blank" rel="noreferrer noopener">IFIP</a>).<br>Accepted and presented papers will be published by <a
href="http://ceur-ws.org/" target="_blank" rel="noreferrer noopener">CEUR Workshops Proceedings</a></p><p>Please, consider that at least one author per paper must register to the Workshops. If none of the authors is registered, the paper will not be included in the workshop program and in the proceedings</p><h3 class="wp-block-heading"><strong>Workshop Chairs:</strong></h3><ul
class="wp-block-list"><li><strong>Stefano Modafferi</strong> (University of Southampton, UK),</li><li><strong>Maria José Nunez</strong> (AIDIMME, SP),</li><li><strong><a
href="https://francescolelli.info/biography/">Francesco Lelli</a></strong> (University of Tilburg, NL),</li><li><strong>Davide Dalle Carbonare</strong> (Engineering, IT)</li></ul><h3 class="wp-block-heading"><strong>Program Committee (alphabetical order):</strong></h3><ul
class="wp-block-list"><li>Emiel Caron (University of Tilburg, NL);</li><li>Luca Caviglione (CNR-IMATI, IT);</li><li>Francesco D’Andria (Atos ARI, SP);</li><li>Angelo Di Iorio (Universita’ di Bologna, IT);</li><li>Akpofure Enughwure (Nigeria Maritime University, NG);</li><li>Nicholas Fair (University of Southampton, UK);</li><li>Alessia Focareta (FIDIA SPA, IT);</li><li>Simone Fratini (Solenix Enineering GmbH, DE);</li><li>Javed Khan (Sappi Europe, BE);</li><li>Florian Kunneman (Vrije Universiteit Amsterdam, NL);</li><li>Manuel Mazzara (Innopolis University, RU);</li><li>Rashid Mehmood (King Abdulaziz University, SA)</li><li>Raffaele Montella (Universita’ di Napoli Partenope, IT);</li><li>Alexandros Nizamis (CERTH/ITI, GR);</li><li>Antonio Nocera (Universita’ di Pavia);</li><li>Joao Sarraipa (Universidade NOVA de Lisboa, PT);  </li><li>Usman Wajid (Information Catalyst, UK).</li></ul><p></p><p>Help us spread the voice:</p><hr
/><p><em>First #workshop on #AI Beyond Efficiency: Interoperability towards Industry 5.0.#Industry40 #BigData #MachineLearning #artificialintelligence #iot #DataScience #coding #pythoncode #Software #service</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Finternet-of-things%2Fai-beyond-efficiency-interoperability-towards-industry-5-0%2F&#038;text=First%20%23workshop%20on%20%23AI%20Beyond%20Efficiency%3A%20Interoperability%20towards%20Industry%205.0.%23Industry40%20%23BigData%20%23MachineLearning%20%23artificialintelligence%20%23iot%20%23DataScience%20%23coding%20%23pythoncode%20%23Software%20%23service&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p></p><p>The post <a
href="https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/">AI beyond efficiency: Interoperability towards Industry 5.0</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/internet-of-things/ai-beyond-efficiency-interoperability-towards-industry-5-0/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2338</post-id> </item> <item><title>Internships and Fellowships at the European Space Agency ( ESA )</title><link>https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/</link> <comments>https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Wed, 10 Jun 2020 08:02:18 +0000</pubDate> <category><![CDATA[Thesis]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[Big Data]]></category> <category><![CDATA[European Space Agency]]></category> <category><![CDATA[fellowship]]></category> <category><![CDATA[Internship]]></category> <category><![CDATA[thesis proposal]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=1507</guid><description><![CDATA[<p>Thesis Topic: Internships and Fellowships at the European Space Agency ( ESA ) plus Thesis Mentor: Francesco Lelli External Supervisor: Assigned by ESA case by case The European Space Agency (ESA) offer a set of internship for students that want to do a thesis and contribute to the success of the European space program.&#160; Some [&#8230;]</p><p>The post <a
href="https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/">Internships and Fellowships at the European Space Agency ( ESA )</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p><strong>Thesis Topic</strong>: Internships and Fellowships at the European Space Agency ( ESA ) plus Thesis</p><p><strong>Mentor</strong>: Francesco
Lelli</p><p><strong>External Supervisor</strong>:
Assigned by ESA case by
case</p><div
class="wp-block-image"><figure
class="alignright is-resized"><img
loading="lazy" decoding="async" data-attachment-id="1510" data-permalink="https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/attachment/esa_european-space-agency-logo2/" data-orig-file="https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2.jpg" data-orig-size="437,236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="esa_European-Space-Agency-logo2" data-image-description="&lt;p&gt;Internships and Fellowships at the European Space Agency ( ESA )&lt;/p&gt;
" data-image-caption="&lt;p&gt;Internships and Fellowships at the European Space Agency ( ESA )&lt;/p&gt;
" data-medium-file="https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2-300x162.jpg" data-large-file="https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2.jpg" src="https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2.jpg?8011c3&amp;8011c3" alt="Internships and Fellowships at the European Space Agency ( ESA )" class="wp-image-1510" width="295" height="159" srcset="https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2.jpg 437w, https://francescolelli.info/wp-content/uploads/2019/06/esa_European-Space-Agency-logo2-300x162.jpg 300w" sizes="(max-width: 295px) 100vw, 295px" /><figcaption>Internships and Fellowships at the European Space Agency ( ESA )</figcaption></figure></div><p>The European Space Agency (ESA) offer a set of internship for students that want to do a thesis and contribute to the success of the European space program.&nbsp; Some require you to be (just) graduated and some can be done in conjunction of your master thesis. They span in all the areas of Engineering, Computer Science and Information Management.&nbsp; The department of Management has a collaboration in the areas of Software Engineering and Information Management with particular interest in AI and Big Data. In this respect, you are welcome to be an intern at ESA while pursuing your thesis for graduating in Information Management. &nbsp;&nbsp;</p><p>4 different types of internship
are available:</p><h3 class="wp-block-heading"><strong><em>Student Internship</em></strong></h3><p>This internship cover a period of
3-6 months and is specifically focused on building a thesis at ESA. There are
windows of time when they can apply and they are renewed every 6 months.</p><p>Link for more information:</p><ul
class="wp-block-list"><li><a
href="https://www.esa.int/About_Us/Careers_at_ESA/Student_Internships2">https://www.esa.int/About_Us/Careers_at_ESA/Student_Internships2</a></li></ul><h3 class="wp-block-heading"><strong>YGT: Young graduate trainee</strong></h3><p>This program is for students that
are willing to consider a longer staying at ESA, the duration is 1+1 year and
require you to be a graduate students or that the thesis is the only thing that
you are missing. You are going to receive a proper salary and you will be
employed in one of the 4 centers (Frankfurt, Leiden, Madrid or Rome) of the
agency for the duration of your full time contract.</p><p>Link for more information:</p><ul
class="wp-block-list"><li><a
href="https://www.esa.int/About_Us/Careers_at_ESA/Apply_now_for_new_Young_Graduate_Trainee_opportunities">https://www.esa.int/About_Us/Careers_at_ESA/Apply_now_for_new_Young_Graduate_Trainee_opportunities</a></li></ul><h3 class="wp-block-heading"><strong>National trainee</strong></h3><p>These internships follow a
similar trajectory of the YGT program, however a specific for a particular
country and will require you to have a specific nationality.</p><p>Link for more information:</p><ul
class="wp-block-list"><li><a
href="https://www.esa.int/About_Us/Careers_at_ESA/Graduates_National_Trainees">https://www.esa.int/About_Us/Careers_at_ESA/Graduates_National_Trainees</a></li></ul><p>These positions also require an
interaction with you and the national initiatives.</p><h3 class="wp-block-heading"><strong>Specific Trainee positions</strong>:</h3><p>Link for more information  (look for “trainee”) :&nbsp;</p><ul
class="wp-block-list"><li><a
href="https://career2.successfactors.eu/career?company=esa">https://career2.successfactors.eu/career?company=esa</a></li></ul><p>In this DB you can find all the positions that are currently open at ESA, if a particular research group requires a specific intern is advertise it here. You should look using the keyword “trainee”.</p><h2 class="wp-block-heading">A Final Note on Internships and Fellowships at the European Space Agency</h2><p>Our specific collaboration focus on the <a
href="https://www.esa.int/About_Us/ESOC">ESOC</a> and <a
href="https://www.esa.int/About_Us/ESTEC">ESTEC</a> programs nevertheless the internships program is a single program for all the initiatives that are currently pursued at ESA.</p><p>Within this respect, the first
selection process at ESA is centralized and equal for all the candidates.
Consequently, if you are interested in pursuing a “thesis plus internship” you
need to pass the first stage of the selection before been able to
propose/define a topic of investigation.&nbsp;
The selection process and definition of the topic will follow this
trajectory:</p><p><strong>Phase 1</strong>: Interested candidates should apply for the proper
internship program.</p><p><strong>Phase 2</strong>: the candidate will be assessed by the ESA-HR</p><p><strong>Phase 3</strong>: If successful, the candidate will be part of the trainee
and inserted in an internal DB at ESA where scientists will look at your
profile in search for a match with their interest.&nbsp;</p><p><strong>Phase 4</strong>: you will be contacted by ESA with a few possibilities for
pursuing the internship</p><p><strong>Phase 5</strong>: You will get in touch with me and we will decide how to finalize your thesis proposal in order to be able to do your thesis in Information Management as part of the ESA program.</p><hr
/><p><em>#thesis plus #internships or Fellowships at the European Space Agency ( #ESA ) in the areas of #BigData and #AI</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fthesis%2Finternships-and-fellowships-at-the-european-space-agency-esa%2F&#038;text=%23thesis%20plus%20%23internships%20or%20Fellowships%20at%20the%20European%20Space%20Agency%20%28%20%23ESA%20%29%20in%20the%20areas%20of%20%23BigData%20and%20%23AI&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p> For a complete list of available thesis please visit the following link:&nbsp;<br><a
href="https://francescolelli.info/thesis/">https://francescolelli.info/thesis/</a></p><figure
class="wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-francesco-lelli"><div
class="wp-block-embed__wrapper"><blockquote
class="wp-embedded-content" data-secret="p7SNhpI6kP"><a
href="https://francescolelli.info/thesis/">Thesis</a></blockquote><iframe
class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="&#8220;Thesis&#8221; &#8212; Francesco Lelli" src="https://francescolelli.info/thesis/embed/#?secret=SlcxAEqGRI#?secret=p7SNhpI6kP" data-secret="p7SNhpI6kP" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div></figure><p>The post <a
href="https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/">Internships and Fellowships at the European Space Agency ( ESA )</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/thesis/internships-and-fellowships-at-the-european-space-agency-esa/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">1507</post-id> </item> <item><title>Human and Smart Device Interaction: Help Wanted</title><link>https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/</link> <comments>https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Mon, 30 Mar 2020 07:16:00 +0000</pubDate> <category><![CDATA[Generic]]></category> <category><![CDATA[Internet of Things]]></category> <category><![CDATA[Research]]></category> <category><![CDATA[AI]]></category> <category><![CDATA[Big Data]]></category> <category><![CDATA[HCI]]></category> <category><![CDATA[IoT]]></category> <category><![CDATA[psycology]]></category> <category><![CDATA[relationship]]></category> <category><![CDATA[smart device]]></category> <category><![CDATA[smart devices]]></category> <category><![CDATA[survey]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=1951</guid><description><![CDATA[<p>The topic of human and smart device interaction touches everybody in their everyday life. Why do you like a particular smart device? Why do you choose that particular object? At a first look these questions look really obvious, to the point that they do not really need to be answered. However, &#8220;the obvious&#8221; is what [&#8230;]</p><p>The post <a
href="https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/">Human and Smart Device Interaction: Help Wanted</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>The topic of human and smart device interaction touches everybody in their everyday life. Why do you like a particular smart device? Why do you choose that particular object?</p><div
class="wp-block-image"><figure
class="alignright size-large is-resized"><a
href="https://tilburgss.co1.qualtrics.com/jfe/form/SV_8GMjalxLgvKO1ox"><img
loading="lazy" decoding="async" data-attachment-id="1952" data-permalink="https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/attachment/opinion2/" data-orig-file="https://francescolelli.info/wp-content/uploads/2020/03/opinion2.png" data-orig-size="369,275" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="opinion2" data-image-description="" data-image-caption="" data-medium-file="https://francescolelli.info/wp-content/uploads/2020/03/opinion2-300x224.png" data-large-file="https://francescolelli.info/wp-content/uploads/2020/03/opinion2.png" src="https://francescolelli.info/wp-content/uploads/2020/03/opinion2.png?8011c3&amp;8011c3" alt=" Human-Smart Devices Interaction: take the survey " class="wp-image-1952" width="292" height="218" srcset="https://francescolelli.info/wp-content/uploads/2020/03/opinion2.png 369w, https://francescolelli.info/wp-content/uploads/2020/03/opinion2-300x224.png 300w" sizes="(max-width: 292px) 100vw, 292px" /></a><figcaption> Human-Smart Device Interaction: click on the image and take the survey! </figcaption></figure></div><p>At a first look these questions look really obvious, to the point that they do not really need to be answered. However, &#8220;the obvious&#8221; is what most often shapes our behavior without us being aware of it. In particular, our relation with the objects around us, from an anthropological perspective, is what literally allowed us to become humans and helped us in interacting and modifying the surrounding  environment.</p><p>This study intends to provide an introspective analysis of the way we approach the relationship we have with &#8220;things&#8221;. As a result, this study may foster a deeper understanding of ourselves and help us in prioritizing what we need, what we want and what we desire in life.</p><p><a
href="https://www.heiditoivonen.com/">Dr. Heidi Toivonen</a> and me decided to develop a multidisciplinary research on human-smart devices interaction that will try to answer some of these questions in a scientifically sound manner. &nbsp;</p><p>In this respect we need your help! In particular, we are inviting you to take part in a little survey regarding your relationship with smart devices. In taking this survey, you will be able to reflect on how you relate to technology. At the same time you will be contributing to a study that aims to foster a deeper understanding of human interaction with personal smart devices that are becoming a more and more pervasive element of our everyday life.&nbsp;<br> <br> We sincerely appreciate your support and collaboration.&nbsp;<br> <br> Completing the survey will take you no more than 5 minutes.</p><h2 class="has-text-align-center wp-block-heading"><strong>Follow this link to the Survey: </strong><br><a
href="https://tilburgss.co1.qualtrics.com/jfe/form/SV_8GMjalxLgvKO1ox"><strong>Human-Smart Device Interaction</strong></a></h2><p>You are also welcome to extend this invitation to anybody you think may be interested in participating in this research. Please share this link and help us spread the voice!</p><hr
/><p><em>Participate to a scientific #research that will #help #understanding the #interactive #relationships between #humans and smart devices. It takes only 5 minutes of your time! #IoT #HCI #psychology #AI #BigData </em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fresearch%2Fhuman-and-smart-device-interaction-help-wanted%2F&#038;text=Participate%20to%20a%20scientific%20%23research%20that%20will%20%23help%20%23understanding%20the%20%23interactive%20%23relationships%20between%20%23humans%20and%20smart%20devices.%20It%20takes%20only%205%20minutes%20of%20your%20time%21%20%23IoT%20%23HCI%20%23psychology%20%23AI%20%23BigData%20%20&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p>You can <a
href="https://francescolelli.info/contacts/">contact us if you have any questions or feedback to share. </a>In addition, if you have done work that you believe is relevant for this research, we look forward to learning from you!&nbsp;<br><br>Thanks for your contribution to science!</p><p><br><br></p><p>The post <a
href="https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/">Human and Smart Device Interaction: Help Wanted</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/research/human-and-smart-device-interaction-help-wanted/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">1951</post-id> </item> </channel> </rss>