SlideShare a Scribd company logo
GraphAware®
Neo4j as a Key Player
in Human Capital
Management
graphaware.com

@graph_aware, @luannem
Luanne Misquitta
(HR)-[:TRANSFORMED_INTO]->(HCM)
GraphAware®
Operational

Efficiency
Industrial Age
People as Workers
Andrew Carnegie

Henry Ford
The Corporation

Is King
Profit, Growth,
Financial Engineering
Management by
Objective
Jack Welch

Peter Drucker
The Executives

Are King
Customer Service,
Employees as Leaders
Servant Leadership

Work Together
Howard Schulz

Steve Jobs
The People

Are King(s)
Mission, Purpose,

Sustainability
Empower the Team
Netfilx, Google,
Facebook, Amazon
The Teams and Team
Leaders Are Kings
The Industrial

Corporation
Hierarchical

Leadership
Collaborative

Management
Network

of Teams
<1950s 1960s-80s 1990s Today 2020
Purpose,Meaning,

andEmpowerment?
Source: Bersin by Deloitte, 2016
WE ARE HERE
CONNECTIONS
GraphAware®
Person
SkillsSKILLS
Publications
Endorsements
Awards Education
Career
path
Certifications
Positions
Experience
Teams
People data is highly connected

Possibly starts off sparse

Interesting aspects implied through second and third level
relationships

What skills do people have that are not part of their formal
job description?

Which people act as top talent attractors?

What learning could be recommended to top performers to
groom them for the next step in their career path?

What is core to our business has to be connected

(Emil Eifrem, GraphConnect 2016)
GraphAware®
VALUE IN RELATIONSHIPS
GraphAware®
NEO4J- A GRAPH DATABASE
Nodes and relationships

Relationships are first class citizens

No need to infer connections using foreign keys, or out-of-
band processing

Simple, intuitive, flexible data model

Efficient querying and finding patterns 

Fully transactional
COMPLEX CONNECTIONS
JOINS
GraphAware®
USE AdventureWorks2008R2;

GO

WITH DirectReports (ManagerID, EmployeeID, Title, DeptID, Level)

AS

(

-- Anchor member definition

SELECT e.ManagerID, e.EmployeeID, e.Title, edh.DepartmentID, 0 AS Level

FROM dbo.MyEmployees AS e

INNER JOIN HumanResources.EmployeeDepartmentHistory AS edh

ON e.EmployeeID = edh.BusinessEntityID AND edh.EndDate IS NULL

WHERE ManagerID IS NULL

UNION ALL

-- Recursive member definition

SELECT e.ManagerID, e.EmployeeID, e.Title, edh.DepartmentID,Level + 1

FROM dbo.MyEmployees AS e

INNER JOIN HumanResources.EmployeeDepartmentHistory AS edh

ON e.EmployeeID = edh.BusinessEntityID AND edh.EndDate IS NULL

INNER JOIN DirectReports AS d

ON e.ManagerID = d.EmployeeID

)

-- Statement that executes the CTE

SELECT ManagerID, EmployeeID, Title, DeptID, Level

FROM DirectReports

INNER JOIN HumanResources.Department AS dp

ON DirectReports.DeptID = dp.DepartmentID

WHERE dp.GroupName = N'Sales and Marketing' OR Level = 0;

GO
CYPHER
GraphAware®
MATCH reportingChain=(p:Person)-[:REPORTS_TO*1..8]->(m:Person)

RETURN reportingChain
GraphAware®
PEOPLE MANAGEMENT SUITES
Recruiting and On-Boarding

Learning

Performance 

Talent

and one more…
71% of companies see people
analytics as a high priority
GraphAware®
PEOPLE ANALYTICS
Deloitte’s Global Human Capital Trends 2017
TALENT ANALYTICS MATURITY MODEL
Bersin by Deloitte Talent Analytics Maturity Model
Predictive Analytics

Development of predictive models • Scenario Planning

Integration with Business & Workforce Planning • Data Governance Model
Advanced Analytics

Statistical Analysis to Solve Business Problems • Identification of Issues

& Actionable Solutions • Centralized Staffing & Integrated Data
Advanced Reporting

Proactive Reporting for Decision-Making • Analysis of Trends & Benchmarks •
Customizable, Self-Service Dashboards
Operational Reporting

Reactive Reporting of Operational & Compliance Measures • Focus on Data Accuracy,
Consistency & Timeliness
4%
10%
30%
56%
Level 4
Level 3
Level 2
Level 1
RECRUITING AND ON-BOARDING
ONE DOES NOT SIMPLY
HIRE BASED ON A RESUMÉ
I DON’T KNOW WHO YOU
ARE…
BUT I WILL FIND YOU ON
LINKEDIN AND RECRUIT YOU
A 2015 study from an online training
company 24x7 Learning found that
only 12% employees apply new
skills learned in training to their
jobs.
GraphAware®
BBC Capital, “Why so many companies get training wrong”, 3 May 2017
LEARNING
Training solutions
only play here Immediate

Performance support and other tools for

point-of-need learning

Q. What do I need to support my success in the
moment?
Intermediate

Current job development and competency expansion

Q. What do I need to grow in my current role?
Transitional

Development of skills and relationships that will meet

long-term business goals

Q. What do I need to grow in my career?
Source: Bersin by Deloitte, 2015
EXPOSUREEDUCATION
EXPERIENCE ENVIRONMENT
RECOMMEND LEARNING
GraphAware®
Person
Certification
Learning
item 4
Learning
item 5
Work
experience
Course 3
Course 2
Course 1
Learning
item 3
Learning
item 2
Learning
item 1
Certification Position
REQUIRES
COMPLETED
HOLDS_CERT
INTERESTED_IN
NEXT_LEARNING
NEXT_LEARNING
FULFILLED_BY
FULFILLED_BY
NEXT_LEARNING
FU
LFILLED
_B
Y
NEXT_LEARNING
FULFILLED_BY
NEXT_LEARNING
FU
LFILLED
_B
Y
PERFORMANCE
GraphAware®
TALENT MANAGEMENT
GraphAware®
First get the right people on the bus, the wrong
people off the bus, and the right people in the
right seats, and then they can figure out where to
drive it.
Jim Collins, Good to Great
TALENT MANAGEMENT
GraphAware®
FINDING HIDDEN POTENTIAL
GraphAware®
Person
Blog 1
Expert
Skill 2
Vacant
position
Course
Blog 2
Skill 1
Position 1
Position 2
Tag 2
Tag 1
Certification
Work

Exp.
DEVELOPS
TAGGED
TAGGED
REQUIRES
TAGGED
TAGGED
TAGGED
TAGGED
EXPERT_IN
INTERESTED_IN
WORK_EXP
LIKES
WROTE
ENROLLED_IN
HAS_SKILL
HOLDS_CERTIFICATION
INCUM
BENT_OF
R
EQ
U
IR
ES
NEXT_POS.
FINDING HIDDEN POTENTIAL
GraphAware®
MATCH (position:Position:Vacant)-[:REQUIRES]->(skill:Skill)

WHERE (person:Person)-[:INTERESTED_IN]->(skill)

WITH person,skill,position

OPTIONAL MATCH (person)-[*1..2]->(tag:Tag)<-[:TAGGED]-(position)

OPTIONAL MATCH (expert)-[:EXPERT_IN]->(skill)

OPTIONAL MATCH (person)<-[:LIKES*2]-(expert)

OPTIONAL MATCH (person)-[*1..2]->(skill)

RETURN person
GraphAware®
PEOPLE ANALYTICS
Brings together HR and Business Data from different parts of the
organisation

Identify high performing people

Analyse flight risk

Predict compliance risks

Identify high value career paths and leadership candidates

Identify characteristics of high performing sales and service
teams

Sentiment analysis- identifying toxic leaders and positive
influencers
Bersin Predictions Report 2017 claims that it is nearly impossible to standardise on one
technology vendor for all of your HR services.
GraphAware®
“Our latest research found that the average company
has seven different ‘systems of record’, and that
problem is never likely to go away”.
NETWORK OF TEAMS
GraphAware®
Source: Bersin by Deloitte, 2016
CONNECTORS IN ORGANISATIONS
GraphAware®
PEOPLE MANAGEMENT, REVISITED
GraphAware®
Learning Talent
Recruiting
Performance
CONNECT!
GraphAware®
Person
Blog
Expert
Skill
Vacant
position
Course
Blog
Skill
Position
Position
Tag
Tag
Certification
Work

Exp.
Team
Person
Person
Team
Feedb
ack
Project
Sentim
ent Person
Compe
tency
Project
Endors
ement
Team
Sentim
ent
People in organisations naturally fit into graph data models

A wealth of information lies in the relationships

The power of the graph opens up unexplored avenues

Apply graph algorithms for finding cohesive teams, detecting
communities, influencers and talent attractors

GraphAware is equipped with the experience and skills required
to help you add value to your HCM Product with Neo4j

We’d love to meet you at our booth!
GraphAware®
SUMMARY
www.graphaware.com

@graph_aware
Thank you
GraphAware®

More Related Content

What's hot

Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans CanadaExperiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Neo4j
 
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4jNeo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
Neo4j
 
GraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j ServicesGraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j Services
Neo4j
 
How to Make your Graph DB Project Successful with Neo4j Services
How to Make your Graph DB Project Successful with Neo4j ServicesHow to Make your Graph DB Project Successful with Neo4j Services
How to Make your Graph DB Project Successful with Neo4j Services
Neo4j
 
A field guide to the Financial Times, Rhys Evans, Financial Times
A field guide to the Financial Times, Rhys Evans, Financial TimesA field guide to the Financial Times, Rhys Evans, Financial Times
A field guide to the Financial Times, Rhys Evans, Financial Times
Neo4j
 
Social media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge GraphSocial media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge Graph
GraphAware
 
Beyond Big Data: Leverage Large-Scale Connections
Beyond Big Data: Leverage Large-Scale ConnectionsBeyond Big Data: Leverage Large-Scale Connections
Beyond Big Data: Leverage Large-Scale Connections
Neo4j
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
Machine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
Machine Learning Services Benchmark - Inês Almeida @ PAPIs ConnectMachine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
Machine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
PAPIs.io
 
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
Digital Graph tour Rome:  "Connect the Dots, Lorenzo SperanzoniDigital Graph tour Rome:  "Connect the Dots, Lorenzo Speranzoni
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
Neo4j
 
How To Run A Successful BI Project with Hadoop
How To Run A Successful BI Project with HadoopHow To Run A Successful BI Project with Hadoop
How To Run A Successful BI Project with Hadoop
Mammoth Data
 
Data Thinking Workshop 03
Data Thinking Workshop 03Data Thinking Workshop 03
Data Thinking Workshop 03
Chia-Hsin Liu
 
Solr Migration at Scale: A LexisNexis Journey
Solr Migration at Scale: A LexisNexis JourneySolr Migration at Scale: A LexisNexis Journey
Solr Migration at Scale: A LexisNexis Journey
Lucidworks
 
Graph Algorithms for Developers
Graph Algorithms for DevelopersGraph Algorithms for Developers
Graph Algorithms for Developers
Neo4j
 
Cohort Analysis at Scale
Cohort Analysis at ScaleCohort Analysis at Scale
Cohort Analysis at Scale
Blake Irvine
 

What's hot (15)

Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans CanadaExperiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
 
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4jNeo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
Neo4j GraphTalk Amsterdam - Next Generation Solutions using Neo4j
 
GraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j ServicesGraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j Services
 
How to Make your Graph DB Project Successful with Neo4j Services
How to Make your Graph DB Project Successful with Neo4j ServicesHow to Make your Graph DB Project Successful with Neo4j Services
How to Make your Graph DB Project Successful with Neo4j Services
 
A field guide to the Financial Times, Rhys Evans, Financial Times
A field guide to the Financial Times, Rhys Evans, Financial TimesA field guide to the Financial Times, Rhys Evans, Financial Times
A field guide to the Financial Times, Rhys Evans, Financial Times
 
Social media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge GraphSocial media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge Graph
 
Beyond Big Data: Leverage Large-Scale Connections
Beyond Big Data: Leverage Large-Scale ConnectionsBeyond Big Data: Leverage Large-Scale Connections
Beyond Big Data: Leverage Large-Scale Connections
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
 
Machine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
Machine Learning Services Benchmark - Inês Almeida @ PAPIs ConnectMachine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
Machine Learning Services Benchmark - Inês Almeida @ PAPIs Connect
 
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
Digital Graph tour Rome:  "Connect the Dots, Lorenzo SperanzoniDigital Graph tour Rome:  "Connect the Dots, Lorenzo Speranzoni
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
 
How To Run A Successful BI Project with Hadoop
How To Run A Successful BI Project with HadoopHow To Run A Successful BI Project with Hadoop
How To Run A Successful BI Project with Hadoop
 
Data Thinking Workshop 03
Data Thinking Workshop 03Data Thinking Workshop 03
Data Thinking Workshop 03
 
Solr Migration at Scale: A LexisNexis Journey
Solr Migration at Scale: A LexisNexis JourneySolr Migration at Scale: A LexisNexis Journey
Solr Migration at Scale: A LexisNexis Journey
 
Graph Algorithms for Developers
Graph Algorithms for DevelopersGraph Algorithms for Developers
Graph Algorithms for Developers
 
Cohort Analysis at Scale
Cohort Analysis at ScaleCohort Analysis at Scale
Cohort Analysis at Scale
 

Viewers also liked

2017-01-08-scaling tribalknowledge
2017-01-08-scaling tribalknowledge2017-01-08-scaling tribalknowledge
2017-01-08-scaling tribalknowledge
Christopher Williams
 
Relevant Search Leveraging Knowledge Graphs with Neo4j
Relevant Search Leveraging Knowledge Graphs with Neo4jRelevant Search Leveraging Knowledge Graphs with Neo4j
Relevant Search Leveraging Knowledge Graphs with Neo4j
GraphAware
 
Power of Polyglot Search
Power of Polyglot SearchPower of Polyglot Search
Power of Polyglot Search
Janos Szendi-Varga
 
Real-Time Recommendations and the Future of Search
Real-Time Recommendations and the Future of SearchReal-Time Recommendations and the Future of Search
Real-Time Recommendations and the Future of Search
GraphAware
 
Webinar about Spring Data Neo4j 4
Webinar about Spring Data Neo4j 4Webinar about Spring Data Neo4j 4
Webinar about Spring Data Neo4j 4
GraphAware
 
Graph Database Prototyping made easy with Graphgen
Graph Database Prototyping made easy with GraphgenGraph Database Prototyping made easy with Graphgen
Graph Database Prototyping made easy with Graphgen
GraphAware
 
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
Christophe Willemsen
 

Viewers also liked (7)

2017-01-08-scaling tribalknowledge
2017-01-08-scaling tribalknowledge2017-01-08-scaling tribalknowledge
2017-01-08-scaling tribalknowledge
 
Relevant Search Leveraging Knowledge Graphs with Neo4j
Relevant Search Leveraging Knowledge Graphs with Neo4jRelevant Search Leveraging Knowledge Graphs with Neo4j
Relevant Search Leveraging Knowledge Graphs with Neo4j
 
Power of Polyglot Search
Power of Polyglot SearchPower of Polyglot Search
Power of Polyglot Search
 
Real-Time Recommendations and the Future of Search
Real-Time Recommendations and the Future of SearchReal-Time Recommendations and the Future of Search
Real-Time Recommendations and the Future of Search
 
Webinar about Spring Data Neo4j 4
Webinar about Spring Data Neo4j 4Webinar about Spring Data Neo4j 4
Webinar about Spring Data Neo4j 4
 
Graph Database Prototyping made easy with Graphgen
Graph Database Prototyping made easy with GraphgenGraph Database Prototyping made easy with Graphgen
Graph Database Prototyping made easy with Graphgen
 
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
 

Similar to Neo4j as a Key Player in Human Capital Management (HCM), GraphAware

HR Must Deliver on TRANSFORMATION
HR Must Deliver on TRANSFORMATION HR Must Deliver on TRANSFORMATION
HR Must Deliver on TRANSFORMATION
Bhupesh Chaurasia
 
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATATHE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
Human Capital Media
 
Talent Management Paper April 2009
Talent Management Paper   April 2009Talent Management Paper   April 2009
Talent Management Paper April 2009
phil_isherwood
 
CIO Review Announcement and Article
CIO Review Announcement and ArticleCIO Review Announcement and Article
CIO Review Announcement and ArticleLinda Ginac
 
Global Human Capital Trends 2015Leading in the new world of .docx
Global Human Capital Trends 2015Leading in the new world of .docxGlobal Human Capital Trends 2015Leading in the new world of .docx
Global Human Capital Trends 2015Leading in the new world of .docx
whittemorelucilla
 
Get a 3D view of your workforce
Get a 3D view of your workforceGet a 3D view of your workforce
Get a 3D view of your workforce
Access Group
 
Overcoming Global Talent Shifts with RPO 3.0
Overcoming Global Talent Shifts with RPO 3.0 Overcoming Global Talent Shifts with RPO 3.0
Overcoming Global Talent Shifts with RPO 3.0
Cielo
 
LinkedIn-Workplace-Learning-Report-2024.pdf
LinkedIn-Workplace-Learning-Report-2024.pdfLinkedIn-Workplace-Learning-Report-2024.pdf
LinkedIn-Workplace-Learning-Report-2024.pdf
bunaiyaibun
 
Employer Branding in the Era of Talent Intelligence
Employer Branding in the Era of Talent IntelligenceEmployer Branding in the Era of Talent Intelligence
Employer Branding in the Era of Talent Intelligence
Rebecca Feldman
 
HR Technology Trend
HR Technology TrendHR Technology Trend
HR Technology Trend
wilsonten
 
Performance appraisals strike back - Accelerating productivity on-the-go
Performance appraisals strike back - Accelerating productivity on-the-goPerformance appraisals strike back - Accelerating productivity on-the-go
Performance appraisals strike back - Accelerating productivity on-the-go
Alix Bourras
 
Performance Appraisals Strike Back - Accelerating Productivity on-the-go
Performance Appraisals Strike Back - Accelerating Productivity on-the-goPerformance Appraisals Strike Back - Accelerating Productivity on-the-go
Performance Appraisals Strike Back - Accelerating Productivity on-the-go
Cornerstone OnDemand
 
Crafting a talent analytics function and building strategic partnership
Crafting a talent analytics function and building strategic partnershipCrafting a talent analytics function and building strategic partnership
Crafting a talent analytics function and building strategic partnership
William Gaker
 
HR Services Profile - Cloudedots
HR Services Profile - CloudedotsHR Services Profile - Cloudedots
HR Services Profile - Cloudedots
Devendra Gohel
 
Bersin Global Human Capital Trends 2015 clean
Bersin Global Human Capital Trends 2015  cleanBersin Global Human Capital Trends 2015  clean
Bersin Global Human Capital Trends 2015 cleanHelena Wilton
 
Global Human Capital Trends 2015
Global Human Capital Trends 2015Global Human Capital Trends 2015
Global Human Capital Trends 2015
Robbert Remmers
 
DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015Will Gosling
 
DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015Terri Le
 
Global Human Capital Trends 2015
Global Human Capital Trends 2015Global Human Capital Trends 2015
Global Human Capital Trends 2015
Sage HR
 
Global human capital trends 2015
Global human capital trends 2015Global human capital trends 2015
Global human capital trends 2015
James Woodworth
 

Similar to Neo4j as a Key Player in Human Capital Management (HCM), GraphAware (20)

HR Must Deliver on TRANSFORMATION
HR Must Deliver on TRANSFORMATION HR Must Deliver on TRANSFORMATION
HR Must Deliver on TRANSFORMATION
 
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATATHE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
THE SKILLS CURRENCY: UNLOCKING INTERNAL MOBILITY WITH REAL SKILLS DATA
 
Talent Management Paper April 2009
Talent Management Paper   April 2009Talent Management Paper   April 2009
Talent Management Paper April 2009
 
CIO Review Announcement and Article
CIO Review Announcement and ArticleCIO Review Announcement and Article
CIO Review Announcement and Article
 
Global Human Capital Trends 2015Leading in the new world of .docx
Global Human Capital Trends 2015Leading in the new world of .docxGlobal Human Capital Trends 2015Leading in the new world of .docx
Global Human Capital Trends 2015Leading in the new world of .docx
 
Get a 3D view of your workforce
Get a 3D view of your workforceGet a 3D view of your workforce
Get a 3D view of your workforce
 
Overcoming Global Talent Shifts with RPO 3.0
Overcoming Global Talent Shifts with RPO 3.0 Overcoming Global Talent Shifts with RPO 3.0
Overcoming Global Talent Shifts with RPO 3.0
 
LinkedIn-Workplace-Learning-Report-2024.pdf
LinkedIn-Workplace-Learning-Report-2024.pdfLinkedIn-Workplace-Learning-Report-2024.pdf
LinkedIn-Workplace-Learning-Report-2024.pdf
 
Employer Branding in the Era of Talent Intelligence
Employer Branding in the Era of Talent IntelligenceEmployer Branding in the Era of Talent Intelligence
Employer Branding in the Era of Talent Intelligence
 
HR Technology Trend
HR Technology TrendHR Technology Trend
HR Technology Trend
 
Performance appraisals strike back - Accelerating productivity on-the-go
Performance appraisals strike back - Accelerating productivity on-the-goPerformance appraisals strike back - Accelerating productivity on-the-go
Performance appraisals strike back - Accelerating productivity on-the-go
 
Performance Appraisals Strike Back - Accelerating Productivity on-the-go
Performance Appraisals Strike Back - Accelerating Productivity on-the-goPerformance Appraisals Strike Back - Accelerating Productivity on-the-go
Performance Appraisals Strike Back - Accelerating Productivity on-the-go
 
Crafting a talent analytics function and building strategic partnership
Crafting a talent analytics function and building strategic partnershipCrafting a talent analytics function and building strategic partnership
Crafting a talent analytics function and building strategic partnership
 
HR Services Profile - Cloudedots
HR Services Profile - CloudedotsHR Services Profile - Cloudedots
HR Services Profile - Cloudedots
 
Bersin Global Human Capital Trends 2015 clean
Bersin Global Human Capital Trends 2015  cleanBersin Global Human Capital Trends 2015  clean
Bersin Global Human Capital Trends 2015 clean
 
Global Human Capital Trends 2015
Global Human Capital Trends 2015Global Human Capital Trends 2015
Global Human Capital Trends 2015
 
DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015
 
DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015DUP_GlobalHumanCapitalTrends2015
DUP_GlobalHumanCapitalTrends2015
 
Global Human Capital Trends 2015
Global Human Capital Trends 2015Global Human Capital Trends 2015
Global Human Capital Trends 2015
 
Global human capital trends 2015
Global human capital trends 2015Global human capital trends 2015
Global human capital trends 2015
 

More from Neo4j

Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Neo4j
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
Neo4j
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
Neo4j
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
Neo4j
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
Neo4j
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
Neo4j
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
Neo4j
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
Neo4j
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Neo4j
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
Neo4j
 
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit MilanWorkshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Neo4j
 

More from Neo4j (20)

Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
 
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit MilanWorkshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
 

Recently uploaded

Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
Jen Stirrup
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 

Recently uploaded (20)

Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 

Neo4j as a Key Player in Human Capital Management (HCM), GraphAware

  • 1. GraphAware® Neo4j as a Key Player in Human Capital Management graphaware.com @graph_aware, @luannem Luanne Misquitta
  • 3. GraphAware® Operational
 Efficiency Industrial Age People as Workers Andrew Carnegie
 Henry Ford The Corporation
 Is King Profit, Growth, Financial Engineering Management by Objective Jack Welch
 Peter Drucker The Executives
 Are King Customer Service, Employees as Leaders Servant Leadership
 Work Together Howard Schulz
 Steve Jobs The People
 Are King(s) Mission, Purpose,
 Sustainability Empower the Team Netfilx, Google, Facebook, Amazon The Teams and Team Leaders Are Kings The Industrial
 Corporation Hierarchical
 Leadership Collaborative
 Management Network
 of Teams <1950s 1960s-80s 1990s Today 2020 Purpose,Meaning,
 andEmpowerment? Source: Bersin by Deloitte, 2016 WE ARE HERE
  • 5. People data is highly connected Possibly starts off sparse Interesting aspects implied through second and third level relationships What skills do people have that are not part of their formal job description? Which people act as top talent attractors? What learning could be recommended to top performers to groom them for the next step in their career path? What is core to our business has to be connected
 (Emil Eifrem, GraphConnect 2016) GraphAware® VALUE IN RELATIONSHIPS
  • 6. GraphAware® NEO4J- A GRAPH DATABASE Nodes and relationships Relationships are first class citizens No need to infer connections using foreign keys, or out-of- band processing Simple, intuitive, flexible data model Efficient querying and finding patterns Fully transactional
  • 8. JOINS GraphAware® USE AdventureWorks2008R2;
 GO
 WITH DirectReports (ManagerID, EmployeeID, Title, DeptID, Level)
 AS
 (
 -- Anchor member definition
 SELECT e.ManagerID, e.EmployeeID, e.Title, edh.DepartmentID, 0 AS Level
 FROM dbo.MyEmployees AS e
 INNER JOIN HumanResources.EmployeeDepartmentHistory AS edh
 ON e.EmployeeID = edh.BusinessEntityID AND edh.EndDate IS NULL
 WHERE ManagerID IS NULL
 UNION ALL
 -- Recursive member definition
 SELECT e.ManagerID, e.EmployeeID, e.Title, edh.DepartmentID,Level + 1
 FROM dbo.MyEmployees AS e
 INNER JOIN HumanResources.EmployeeDepartmentHistory AS edh
 ON e.EmployeeID = edh.BusinessEntityID AND edh.EndDate IS NULL
 INNER JOIN DirectReports AS d
 ON e.ManagerID = d.EmployeeID
 )
 -- Statement that executes the CTE
 SELECT ManagerID, EmployeeID, Title, DeptID, Level
 FROM DirectReports
 INNER JOIN HumanResources.Department AS dp
 ON DirectReports.DeptID = dp.DepartmentID
 WHERE dp.GroupName = N'Sales and Marketing' OR Level = 0;
 GO
  • 10. GraphAware® PEOPLE MANAGEMENT SUITES Recruiting and On-Boarding Learning Performance Talent and one more…
  • 11. 71% of companies see people analytics as a high priority GraphAware® PEOPLE ANALYTICS Deloitte’s Global Human Capital Trends 2017
  • 12. TALENT ANALYTICS MATURITY MODEL Bersin by Deloitte Talent Analytics Maturity Model Predictive Analytics Development of predictive models • Scenario Planning
 Integration with Business & Workforce Planning • Data Governance Model Advanced Analytics Statistical Analysis to Solve Business Problems • Identification of Issues
 & Actionable Solutions • Centralized Staffing & Integrated Data Advanced Reporting Proactive Reporting for Decision-Making • Analysis of Trends & Benchmarks • Customizable, Self-Service Dashboards Operational Reporting Reactive Reporting of Operational & Compliance Measures • Focus on Data Accuracy, Consistency & Timeliness 4% 10% 30% 56% Level 4 Level 3 Level 2 Level 1
  • 13. RECRUITING AND ON-BOARDING ONE DOES NOT SIMPLY HIRE BASED ON A RESUMÉ I DON’T KNOW WHO YOU ARE… BUT I WILL FIND YOU ON LINKEDIN AND RECRUIT YOU
  • 14. A 2015 study from an online training company 24x7 Learning found that only 12% employees apply new skills learned in training to their jobs. GraphAware® BBC Capital, “Why so many companies get training wrong”, 3 May 2017
  • 15. LEARNING Training solutions only play here Immediate Performance support and other tools for
 point-of-need learning
 Q. What do I need to support my success in the moment? Intermediate Current job development and competency expansion
 Q. What do I need to grow in my current role? Transitional Development of skills and relationships that will meet
 long-term business goals
 Q. What do I need to grow in my career? Source: Bersin by Deloitte, 2015 EXPOSUREEDUCATION EXPERIENCE ENVIRONMENT
  • 16. RECOMMEND LEARNING GraphAware® Person Certification Learning item 4 Learning item 5 Work experience Course 3 Course 2 Course 1 Learning item 3 Learning item 2 Learning item 1 Certification Position REQUIRES COMPLETED HOLDS_CERT INTERESTED_IN NEXT_LEARNING NEXT_LEARNING FULFILLED_BY FULFILLED_BY NEXT_LEARNING FU LFILLED _B Y NEXT_LEARNING FULFILLED_BY NEXT_LEARNING FU LFILLED _B Y
  • 18. TALENT MANAGEMENT GraphAware® First get the right people on the bus, the wrong people off the bus, and the right people in the right seats, and then they can figure out where to drive it. Jim Collins, Good to Great
  • 20. FINDING HIDDEN POTENTIAL GraphAware® Person Blog 1 Expert Skill 2 Vacant position Course Blog 2 Skill 1 Position 1 Position 2 Tag 2 Tag 1 Certification Work
 Exp. DEVELOPS TAGGED TAGGED REQUIRES TAGGED TAGGED TAGGED TAGGED EXPERT_IN INTERESTED_IN WORK_EXP LIKES WROTE ENROLLED_IN HAS_SKILL HOLDS_CERTIFICATION INCUM BENT_OF R EQ U IR ES NEXT_POS.
  • 21. FINDING HIDDEN POTENTIAL GraphAware® MATCH (position:Position:Vacant)-[:REQUIRES]->(skill:Skill) WHERE (person:Person)-[:INTERESTED_IN]->(skill) WITH person,skill,position OPTIONAL MATCH (person)-[*1..2]->(tag:Tag)<-[:TAGGED]-(position) OPTIONAL MATCH (expert)-[:EXPERT_IN]->(skill)
 OPTIONAL MATCH (person)<-[:LIKES*2]-(expert) OPTIONAL MATCH (person)-[*1..2]->(skill) RETURN person
  • 22. GraphAware® PEOPLE ANALYTICS Brings together HR and Business Data from different parts of the organisation Identify high performing people Analyse flight risk Predict compliance risks Identify high value career paths and leadership candidates Identify characteristics of high performing sales and service teams Sentiment analysis- identifying toxic leaders and positive influencers
  • 23. Bersin Predictions Report 2017 claims that it is nearly impossible to standardise on one technology vendor for all of your HR services. GraphAware® “Our latest research found that the average company has seven different ‘systems of record’, and that problem is never likely to go away”.
  • 24. NETWORK OF TEAMS GraphAware® Source: Bersin by Deloitte, 2016
  • 26. PEOPLE MANAGEMENT, REVISITED GraphAware® Learning Talent Recruiting Performance
  • 28. People in organisations naturally fit into graph data models A wealth of information lies in the relationships The power of the graph opens up unexplored avenues Apply graph algorithms for finding cohesive teams, detecting communities, influencers and talent attractors GraphAware is equipped with the experience and skills required to help you add value to your HCM Product with Neo4j We’d love to meet you at our booth! GraphAware® SUMMARY