SlideShare ist ein Scribd-Unternehmen logo
1 von 13
SmartAssist:
Open Infrastructure and Platform for AAL Services
HCI International 2013
21-26 July 2013, Mirage Hotel, Las Vegas
Peter Rothenpieler
Institute of Telematics
University of Lübeck, Germany
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
2
Content
 Motivation
 About SmartAssist
 Platform overview
 Service interface
 Mobile framework
 Example application: BikeWars!
 Summary
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
3
Motivation
 Life expectancy is growing worldwide
 Germany [1]
 Declining birthrate
 Increase of people need in medical care (by 58% until 2025)
 Increasing population ageing (by 2055, 30% of population >65 years, currently: 19%)
Ambient Assisted Living (AAL)
 Technologies for providing unobtrusive support in everyday life situations
 Increase quality of life, safety and social integration of elderly people
[1] Statistisches Bundesamt (2006): “11. Koordinierte Bevölkerungsvorausberechnung – Annahmen und Ereignisse”
Available Online: https://www-ec.destatis.de/csp/shop/sfg/vollanzeige.csp?ID=1019439
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
4
Related Work
 Other German and European AAL projects focus on (a combination of):
 Emergency detection & emergency call
 Fall detection (SensFloor, SmartSenior)
 Seizure, heart attack (sens@home, AUTAGEF)
 Monitoring and processing of vital data
 Heart rate, breathing rate (AAL@home, SAMDY)
 Health record (Daily Care Journal)
 Fixed set of services
 Comfort / Smart Home (SOPRANO, DAIDALOS, AMIGO)
 Healthcare, nursing service (easyCare, PAALiativ)
 Marketing of “service packages” or “specialized hardware” from project members
SensFloor
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
5
SmartAssist Project
 September 2009 - December 2012
 Funded by the German Federal Ministry of Education and Research (support code: 16KT0942)
 http://www.smartassist.de
Goal
 Create open platform
 Provide interfaces for external service providers
 Access SmartAssist data
 Provide service for users
 Integrate services of domain experts
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
6
Architecture Overview
Users
Name, Age, Gender,
Height, Mass,
Friends
Social Data
Service Interface
(Extended) OpenSocial
RESTful Web service API
Apache
Android Device
running Dynamix Framework
with SmartAssist plug-In
Service
Providers
Comfort (Smart Home), security (emergency detection),
health (doctors, nurses), entertainment, …
Sensor Network
Temperature, Humidity,
Power Consumption,
Motion Detection,
Sensor Data
Privacy
Settings
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
7
Service Endpoint
Social Data /people/{ID}/@self
Profile of user with {ID}, e.g., Peter (Name, Age, Gender, Address, Height, Weight, …)
/people/{ID}/@friends
Friends of user with {ID} , e.g., Peter
Sensor Data /people/{ID}/sensors/
Available Sensors of user with {ID}
/people/{ID}/sensors/{SENSOR_ID}/
Sensor Data, time interval can be specified (YYYY-MM-DD hh:mm:ss)
Service Interface (extended OpenSocial API)
 Uses RESTful web services
 Provides access to
 Profile data of users
 Friends of users
 Available sensors of user
 Sensor data of sensors
OpenSocial
SmartAssist extension
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
8
Ambient Dynamix
Ambient Dynamix Framework
 Developed during SmartAssist
 Context Framework
 Plug-In: Access to SmartAssist data (social and sensor data)
 http://ambientdynamix.org
 Additional Plug-Ins for
 Heart rate monitor (Zephyr Hx)
 Easy access: Battery Level, NFC, barcode scanner,
sound pressure level, light level, …
 External Hard- and Software: Zeo sleep monitor,
speech-to-text, air quality, art-net controller, health
and fitness (Withings WiFi Scale), …
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
9
Example: Serious Gaming Application using SmartAssist Data
 Sport helps to
 Stay fit and healthy
 Create and maintain social contacts
 Get people to do more sport!
 Problem: Age related limitations in mobility and performance
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
10
BikeWars
Bike
Wars!
SmartAssist
Server
Internet
Internet
Bike
Wars!
Android Tablet running
BikeWars and Ambient Dynamix
Goal
 Make the game
equally challenging
by adapting the
difficulty to the user!
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
11
Adaptation
 Performance Faktor: F(Player) = f(Player.age) * f(Player.gender) * f(Player.BMI)
 Calculated for each player individually
 Adapts speed and difficulty
40%
50%
60%
70%
80%
90%
100%
15 20 25 30 35 40 45 50 55 60 65 70 75 80
Age [years]
RelativePerformance
Male
Female
H. Schroeter-Janssen: “Age dependency of the performance of
long distance runners” Available Online:
http://www.lauftreff.de/publikationen/agegrade/index.html
9.6 %
 Example:
 F(Player) = 80%
 +20% Speed
 -20% Difficulty (upward gradient)
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
12
Summary
 AAL tries to solve problems caused by increasing life expectancy
 Many AAL projects focus on limited set of Hardware- and Software components
 SmartAssist provides an open platform for deploying AAL services
 Extension of OpenSocial standard
 Ambient Dynamix Framework (mobile Android devices)
 Integration of external service providers (domain experts)
 Example application: BikeWars!
 Adapt difficulty to social data of users
Dipl.-Inf. Peter Rothenpieler
rothenpieler@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de/users/rothenpieler
13
Thank you for your attention!

Weitere ähnliche Inhalte

Was ist angesagt?

IoT and Crime Prevention
IoT and Crime PreventionIoT and Crime Prevention
IoT and Crime PreventionIoTUK
 
PETRAS Hub Overview
PETRAS Hub OverviewPETRAS Hub Overview
PETRAS Hub OverviewIoTUK
 
Living Labs, Social Innovation Ecosystems and Collaboratories
Living Labs, Social Innovation Ecosystems and CollaboratoriesLiving Labs, Social Innovation Ecosystems and Collaboratories
Living Labs, Social Innovation Ecosystems and CollaboratoriesArtur Serra
 
Ambient Intelligence – Useful and non intrusive technology
Ambient Intelligence – Useful and non intrusive technologyAmbient Intelligence – Useful and non intrusive technology
Ambient Intelligence – Useful and non intrusive technologyRui M. Barreira
 
Engineering Ambient Intelligence Systems using Agent Technology
Engineering Ambient Intelligence Systems using Agent TechnologyEngineering Ambient Intelligence Systems using Agent Technology
Engineering Ambient Intelligence Systems using Agent TechnologyNikolaos Spanoudakis
 
Ambient Intelligence: An Overview
Ambient Intelligence: An OverviewAmbient Intelligence: An Overview
Ambient Intelligence: An OverviewLuigi De Russis
 
PERSONA and universAAL EU-Projects ICT for Inclusion
PERSONA and universAAL EU-Projects ICT for InclusionPERSONA and universAAL EU-Projects ICT for Inclusion
PERSONA and universAAL EU-Projects ICT for InclusionFundació TicSalut
 
PowerOnt: an ontology-based approach for power consumption estimation in Smar...
PowerOnt: an ontology-based approach for power consumption estimation in Smar...PowerOnt: an ontology-based approach for power consumption estimation in Smar...
PowerOnt: an ontology-based approach for power consumption estimation in Smar...Luigi De Russis
 
Future Profiles of e-Research
Future Profiles of e-Research Future Profiles of e-Research
Future Profiles of e-Research Ian Miles
 
E-Waste - How to face this issue with the Technology itself
E-Waste - How to face this issue with the Technology itselfE-Waste - How to face this issue with the Technology itself
E-Waste - How to face this issue with the Technology itselfBruno Croci
 
Internet of Things for healthcare: data integration and security/privacy issu...
Internet of Things for healthcare: data integration and security/privacy issu...Internet of Things for healthcare: data integration and security/privacy issu...
Internet of Things for healthcare: data integration and security/privacy issu...PayamBarnaghi
 
Ambient intellegence
Ambient intellegenceAmbient intellegence
Ambient intellegenceLovely Singla
 

Was ist angesagt? (20)

IoT and Crime Prevention
IoT and Crime PreventionIoT and Crime Prevention
IoT and Crime Prevention
 
PETRAS Hub Overview
PETRAS Hub OverviewPETRAS Hub Overview
PETRAS Hub Overview
 
Living Labs, Social Innovation Ecosystems and Collaboratories
Living Labs, Social Innovation Ecosystems and CollaboratoriesLiving Labs, Social Innovation Ecosystems and Collaboratories
Living Labs, Social Innovation Ecosystems and Collaboratories
 
Ambient Intelligence – Useful and non intrusive technology
Ambient Intelligence – Useful and non intrusive technologyAmbient Intelligence – Useful and non intrusive technology
Ambient Intelligence – Useful and non intrusive technology
 
Engineering Ambient Intelligence Systems using Agent Technology
Engineering Ambient Intelligence Systems using Agent TechnologyEngineering Ambient Intelligence Systems using Agent Technology
Engineering Ambient Intelligence Systems using Agent Technology
 
Ambient Intelligence: An Overview
Ambient Intelligence: An OverviewAmbient Intelligence: An Overview
Ambient Intelligence: An Overview
 
PERSONA and universAAL EU-Projects ICT for Inclusion
PERSONA and universAAL EU-Projects ICT for InclusionPERSONA and universAAL EU-Projects ICT for Inclusion
PERSONA and universAAL EU-Projects ICT for Inclusion
 
PowerOnt: an ontology-based approach for power consumption estimation in Smar...
PowerOnt: an ontology-based approach for power consumption estimation in Smar...PowerOnt: an ontology-based approach for power consumption estimation in Smar...
PowerOnt: an ontology-based approach for power consumption estimation in Smar...
 
Future Profiles of e-Research
Future Profiles of e-Research Future Profiles of e-Research
Future Profiles of e-Research
 
E-Waste - How to face this issue with the Technology itself
E-Waste - How to face this issue with the Technology itselfE-Waste - How to face this issue with the Technology itself
E-Waste - How to face this issue with the Technology itself
 
Internet of Things for healthcare: data integration and security/privacy issu...
Internet of Things for healthcare: data integration and security/privacy issu...Internet of Things for healthcare: data integration and security/privacy issu...
Internet of Things for healthcare: data integration and security/privacy issu...
 
Global Opportunities through borderless Living Labs at Cantillon 2017
Global Opportunities through borderless Living Labs at Cantillon 2017  Global Opportunities through borderless Living Labs at Cantillon 2017
Global Opportunities through borderless Living Labs at Cantillon 2017
 
03 v pevtschin
03 v pevtschin03 v pevtschin
03 v pevtschin
 
Best Living Lab Project Awards of 2016
Best Living Lab Project Awards of 2016Best Living Lab Project Awards of 2016
Best Living Lab Project Awards of 2016
 
OpenLivingLab Days'17 Preparatory Webinar
OpenLivingLab Days'17 Preparatory Webinar OpenLivingLab Days'17 Preparatory Webinar
OpenLivingLab Days'17 Preparatory Webinar
 
03 v pevtschin
03 v pevtschin03 v pevtschin
03 v pevtschin
 
Brainstorm session on: Start-up and scale up support
Brainstorm session on: Start-up and scale up supportBrainstorm session on: Start-up and scale up support
Brainstorm session on: Start-up and scale up support
 
Living Lab Project Award of 2017
Living Lab Project Award of 2017Living Lab Project Award of 2017
Living Lab Project Award of 2017
 
Fire Brochure 2014
Fire Brochure 2014Fire Brochure 2014
Fire Brochure 2014
 
Ambient intellegence
Ambient intellegenceAmbient intellegence
Ambient intellegence
 

Ähnlich wie SmartAssist: Open Infrastructure and Platform for AAL Services

Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab
 
kuijper 201012 - iippsw-sra-xmas2010
kuijper 201012 - iippsw-sra-xmas2010kuijper 201012 - iippsw-sra-xmas2010
kuijper 201012 - iippsw-sra-xmas2010Michiel Kuijper
 
Smart Data for Behavioural Change: Towards Energy Efficient Buildings
Smart Data for Behavioural Change: Towards Energy Efficient BuildingsSmart Data for Behavioural Change: Towards Energy Efficient Buildings
Smart Data for Behavioural Change: Towards Energy Efficient BuildingsAnna Fensel
 
Privacy concerns in a remote monitoring and social networking platform for as...
Privacy concerns in a remote monitoring and social networking platform for as...Privacy concerns in a remote monitoring and social networking platform for as...
Privacy concerns in a remote monitoring and social networking platform for as...Peter Rothenpieler
 
10 years of IBM Connections
10 years of IBM Connections10 years of IBM Connections
10 years of IBM ConnectionsLetsConnect
 
Report from workshop 31 january 2014. selected papers
Report from workshop 31 january 2014. selected papersReport from workshop 31 january 2014. selected papers
Report from workshop 31 january 2014. selected papersKim Balle
 
Visualizing Real Data in a Virtual World
Visualizing Real Data in a Virtual WorldVisualizing Real Data in a Virtual World
Visualizing Real Data in a Virtual WorldMelanie Swan
 
Harnessing DDS in Next Generation Healthcare Systems
Harnessing DDS in Next Generation Healthcare SystemsHarnessing DDS in Next Generation Healthcare Systems
Harnessing DDS in Next Generation Healthcare SystemsADLINK Technology IoT
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your HealthmateIRJET Journal
 
Internet of Things and Large-scale Data Analytics
Internet of Things and Large-scale Data Analytics Internet of Things and Large-scale Data Analytics
Internet of Things and Large-scale Data Analytics PayamBarnaghi
 
Research Group 'Multimedia Communication' Presentation (March 2015)
Research Group 'Multimedia Communication' Presentation (March 2015)Research Group 'Multimedia Communication' Presentation (March 2015)
Research Group 'Multimedia Communication' Presentation (March 2015)hellwagner
 
Windows10_IoT_business_challenge-Avinash
Windows10_IoT_business_challenge-AvinashWindows10_IoT_business_challenge-Avinash
Windows10_IoT_business_challenge-AvinashAvinash Misra
 
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...Application of Big Data Analysis and Internet of Things to the Intelligent Ac...
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...gerogepatton
 
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...ijaia
 
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...gerogepatton
 
20210325 jim spohrer future ai v11
20210325 jim spohrer future ai v1120210325 jim spohrer future ai v11
20210325 jim spohrer future ai v11ISSIP
 

Ähnlich wie SmartAssist: Open Infrastructure and Platform for AAL Services (20)

Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
 
kuijper 201012 - iippsw-sra-xmas2010
kuijper 201012 - iippsw-sra-xmas2010kuijper 201012 - iippsw-sra-xmas2010
kuijper 201012 - iippsw-sra-xmas2010
 
Smart Data for Behavioural Change: Towards Energy Efficient Buildings
Smart Data for Behavioural Change: Towards Energy Efficient BuildingsSmart Data for Behavioural Change: Towards Energy Efficient Buildings
Smart Data for Behavioural Change: Towards Energy Efficient Buildings
 
Privacy concerns in a remote monitoring and social networking platform for as...
Privacy concerns in a remote monitoring and social networking platform for as...Privacy concerns in a remote monitoring and social networking platform for as...
Privacy concerns in a remote monitoring and social networking platform for as...
 
10 years of IBM Connections
10 years of IBM Connections10 years of IBM Connections
10 years of IBM Connections
 
ICT Resilience in EU
ICT Resilience in EUICT Resilience in EU
ICT Resilience in EU
 
Report from workshop 31 january 2014. selected papers
Report from workshop 31 january 2014. selected papersReport from workshop 31 january 2014. selected papers
Report from workshop 31 january 2014. selected papers
 
Visualizing Real Data in a Virtual World
Visualizing Real Data in a Virtual WorldVisualizing Real Data in a Virtual World
Visualizing Real Data in a Virtual World
 
Harnessing DDS in Next Generation Healthcare Systems
Harnessing DDS in Next Generation Healthcare SystemsHarnessing DDS in Next Generation Healthcare Systems
Harnessing DDS in Next Generation Healthcare Systems
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your Healthmate
 
Artemis spring event 2013
Artemis spring event 2013Artemis spring event 2013
Artemis spring event 2013
 
Internet of Things and Large-scale Data Analytics
Internet of Things and Large-scale Data Analytics Internet of Things and Large-scale Data Analytics
Internet of Things and Large-scale Data Analytics
 
Iot2014program
Iot2014programIot2014program
Iot2014program
 
iot monitoring
iot monitoringiot monitoring
iot monitoring
 
Research Group 'Multimedia Communication' Presentation (March 2015)
Research Group 'Multimedia Communication' Presentation (March 2015)Research Group 'Multimedia Communication' Presentation (March 2015)
Research Group 'Multimedia Communication' Presentation (March 2015)
 
Windows10_IoT_business_challenge-Avinash
Windows10_IoT_business_challenge-AvinashWindows10_IoT_business_challenge-Avinash
Windows10_IoT_business_challenge-Avinash
 
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...Application of Big Data Analysis and Internet of Things to the Intelligent Ac...
Application of Big Data Analysis and Internet of Things to the Intelligent Ac...
 
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
 
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
APPLICATION OF BIG DATA ANALYSIS AND INTERNET OF THINGS TO THE INTELLIGENT AC...
 
20210325 jim spohrer future ai v11
20210325 jim spohrer future ai v1120210325 jim spohrer future ai v11
20210325 jim spohrer future ai v11
 

Kürzlich hochgeladen

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

SmartAssist: Open Infrastructure and Platform for AAL Services