SlideShare a Scribd company logo
1 of 49
Download to read offline
Extracting Resources that Help
Tell Events' Stories
Raphaël Troncy
raphael.troncy@eurecom.fr
Mor Naaman
mor.naaman@cornell.edu
Carlo Andrea Conte
carloandreaconte@icloud.com
@mrgreenh!
InputsIntroduction
People share a huge amount of diverse content about real-world events
Links to these resources are often associated with #hashtags
OutputsIntroduction
Assuming that Real-world events can
be associated to particular #hashtags at particular points in time
Resources can be filtered and aggregated into storylines
Our ApproachIntroduction
Near Realtime!
~ 15-30 mins.
Extracting links from an event's tweets
Resolving shortened urls
Rank (and filter when necessary) links
Collect data by dereferencing those links
ExperimentalResults
Conclusions
Experiments
System Architecture
Outline
- Seen.co
- System description
- Ranking methods
- Events Dataset
- Interface
- Storylines
- Ranking performances
- Sources analysis
Results -
Future Work -
Conclusions
Experiments
System Architecture
Seen.coSystem Architecture
- Starting point for our system
- Rich database of #hashtag-defined events
- For every event, raw Twitter data is available
Seen.coSystem Architecture
Automatically organizes content shared on
Twitter and Instagram about an event.!
The resulting narrations highlight the most
important moments and let the user quickly see
what happened.
Seen.coSystem Architecture
Our system aims at gathering together a more
diverse set of media, by focusing on the
referenced resources rather than on the tweets
themselves.
RequirementsSystem Architecture
- Extracting links from an event's tweets
- Resolving shortened urls
- Rank links
- Collect metadata by dereferencing those links
Near Realtime!
~ 15-30 mins.
Severe Bottlenecks
RequirementsSystem Architecture
Process Parallelization
- Extracting links from an event's tweets
- Resolving shortened urls
- Rank links
- Collect metadata by dereferencing those links
Near Realtime!
~ 15-30 mins.
Severe Bottlenecks
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
Links AppearancesSystem Architecture
Links
Appearances
Link A Tweet 1
Link B Tweet 2
Link A Tweet 3
Link C Tweet 4
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links
Resolutor
Page Scrapers
Server 1
save
lookup
save
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
Event LinksSystem Architecture
Event Links
Score
Link A 2
Link B 1
Link C 1
ArchitectureSystem Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
Queues and WorkersSystem Architecture
Links Resolutor
Queue
Links Metadata
Queue
Queues
Page ScrapersLinks Resolutor
"Workers" pop jobs from the queues
Setup flexibility, easily scalable
Link Score Processors (LSP)System Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
Decider
LSP
Link Score Processors (LSP)System Architecture
Responsible of ranking extracted links
Decider
LSP
Link Score Processors (LSP)System Architecture
Links
Dispatcher
Server 2
Content db
WebDB
Links	

Mapping	

Collection
Pages	

Metadata	

Collection
Event	

Links	

Collection
Links	

Appearances	

Collection
Links Resolutor
Queue
Decider Links Metadata
Queue
Links Mappings
save
lookup
Links
Appearances
save
query
Pages Metadata	

 Event Links
Links Resolutor Page Scrapers
Server 1
save
lookup
save
Decider
LSP
LSP
LSP
Link Score Processors (LSP)System Architecture
Decider
LSP
LSP
LSP
Multiple LSPs can be defined to
adopt different score functions
- Velocity based LSP
- Volume based LSP
Velocity BasedRanking Methods
Velocity Based ProcessorVolume
Time
Score
LSP Window
Volume BasedRanking Methods
Volume Based ProcessorCumulativeVolume
Time
Score
LSP Window
Conclusions
Experiments
System Architecture
#KanyeEvents Dataset
Kanye West at Barclays Center
- Music event
- 5 hours
- 794 links (low volume)
#TDisruptEvents Dataset
Tech Crunch Disrupt
- Conference
- 3 days
- 1201 links

(medium volume)
#SFBatkidEvents Dataset
San Francisco's Batkid
- Breaking News
- 9 hours
- 8842 links (high volume)
Building a StorylineExperiments
Front-end Interface
- The story follows a chronological timeline
- Links are illustrated with metadata extracted from
those resources
How to visualize the extracted links in order to tell a story?
Front-end InterfaceExperiments
Front-end InterfaceExperiments
- Filtering on score
- Top score and number of links
Front-end InterfaceExperiments
- Filtering on score
- Top score and number of links
- Source domains composition
Front-end InterfaceExperiments
- Filtering on score
- Top score and number of links
- Source domains composition
- Possibility to mark links as false positives
Front-end InterfaceExperiments
- Filtering on score
- Top score and number of links
- Source domains composition
- Possibility to mark links as false positives
Example LinksExperiments
Instagram
#Kanye Volume Based
Threshold: 2
Instagram
Instagram
Example LinksExperiments
App 1 (scandal)
App 2
Apologies
#TCDisrupt Velocity Based
Threshold: 5
Example LinksExperiments
#SFBatkid Volume Based
Threshold: 32
News
News
News
ProblemsExperiments
- Spam (e.g. tweets advertising unrelated pages,
Twitter bots) easily reaches high volumes
- Content is sometimes removed after publication
(broken links)
- Query parameters in urls cause some duplicated links
NumberofLinks
1
10
100
1000
Score Range
1 10 19 28 35
Results True-positives
LSP PerformancesExperiments
Tech Crunch Disrupt
- In this particular case, volume
based results have higher
precision
- Links are better classified
along the scores range
NumberofLinks
1
10
100
1000
Score Range
1 27 53 79 102
Results True-positives
Volume Based
Velocity Based
5
LSP PerformancesExperimentsNumberofLinks
1
10
100
1000
10000
Threshold
1 301 601 887
Results True-positives
Volume Based
SFBatkid
Velocity Based
President Obama's Vine
- In the velocity based results,
the top relevant links usually
occupy a relatively big slice
of the topmost part of the
scores range
NumberofLinks
1
10
100
1000
10000
Threshold
1 301 601 901 1201 1501 1801 2101
Results True-positives
32
Sources CompositionExperiments
TCDisrupt (no filtering)
Sources Composition
- Different classes of events
have different sources
composition
- This division changes with
increasing threshold
- It is possible to define
"fingerprints" for different
classes of event
Given a specific "fingerprint",
outliers can help define official
sources
Sources CompositionExperiments
Music event: mostly visual and
instant sources
Breaking news: bigger slices
represent typical news sources
and mass media
Conclusions
Experiments
System Architecture
Conclusions
- Development of a system that automatically generates
(kind of) storylines out of social media aggregated around
hashtags, following links being shared
- Extracting, ranking, filtering links
- Select the content which is the most shared
- Generate the results while the event is happening (with
a 15 - 30 minutes delay)
- Implementation of a front-end interface for exploring the
stories generated:
- Fills up a template, following a chronological timeline
- Different genres of events generate different outputs
- Musical events are illustrated with photos and videos,
while breaking news events are described with articles
from newspapers and blogs
Conclusions
- More experiments are needed to confirm the pattern we
have described with those three events
- Can we automatically classify an event based on its
signature? Can we train a classifier where the features
would be tweets, velocity and the source domains
composition?
- Implementation of an advanced scoring function taking
into account additional features of the user (lists in which
the user is appearing, etc.) and of the tweets (number of
favorites, number of RT, etc.)
Future work
Thank you!
for listeningConclusions
Experiments
System Architecture
Link to slideshare!

More Related Content

What's hot

Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...
Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...
Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...M. Atif Qureshi
 
Development of Twitter Application #6 - Trends
Development of Twitter Application #6 - TrendsDevelopment of Twitter Application #6 - Trends
Development of Twitter Application #6 - TrendsMyungjin Lee
 
Development of Twitter Application #7 - Search
Development of Twitter Application #7 - SearchDevelopment of Twitter Application #7 - Search
Development of Twitter Application #7 - SearchMyungjin Lee
 
Links & rankings, the story in the data - BrightonSEO April 2017
Links & rankings, the story in the data - BrightonSEO April 2017Links & rankings, the story in the data - BrightonSEO April 2017
Links & rankings, the story in the data - BrightonSEO April 2017Tom Capper
 
Search Engine Optimization - Aykut Aslantaş
Search Engine Optimization - Aykut AslantaşSearch Engine Optimization - Aykut Aslantaş
Search Engine Optimization - Aykut AslantaşAykut Aslantaş
 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESSubhajit Sahu
 
PageRank_algorithm_Nfaoui_El_Habib
PageRank_algorithm_Nfaoui_El_HabibPageRank_algorithm_Nfaoui_El_Habib
PageRank_algorithm_Nfaoui_El_HabibEl Habib NFAOUI
 
page ranking algorithm
page ranking algorithmpage ranking algorithm
page ranking algorithmJaved Khan
 
Comparative study of different ranking algorithms adopted by search engine
Comparative study of  different ranking algorithms adopted by search engineComparative study of  different ranking algorithms adopted by search engine
Comparative study of different ranking algorithms adopted by search engineEchelon Institute of Technology
 
Ranking Correlation Study: Early Data By Cyrus Shepard
Ranking Correlation Study: Early Data By Cyrus ShepardRanking Correlation Study: Early Data By Cyrus Shepard
Ranking Correlation Study: Early Data By Cyrus ShepardSearch Marketing Expo - SMX
 
JPJ1423 Keyword Query Routing
JPJ1423   Keyword Query RoutingJPJ1423   Keyword Query Routing
JPJ1423 Keyword Query Routingchennaijp
 
CML's Presentation at FengChia University
CML's Presentation at FengChia UniversityCML's Presentation at FengChia University
CML's Presentation at FengChia UniversityTunghai University
 
PageRank and Markov Chain
PageRank and Markov ChainPageRank and Markov Chain
PageRank and Markov ChainGenioAladino
 
A Novel Interface to a Web Crawler using VB.NET Technology
A Novel Interface to a Web Crawler using VB.NET TechnologyA Novel Interface to a Web Crawler using VB.NET Technology
A Novel Interface to a Web Crawler using VB.NET TechnologyIOSR Journals
 

What's hot (20)

Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...
Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...
Master's Thesis Defense: Improving the Quality of Web Spam Filtering by Using...
 
Development of Twitter Application #6 - Trends
Development of Twitter Application #6 - TrendsDevelopment of Twitter Application #6 - Trends
Development of Twitter Application #6 - Trends
 
Development of Twitter Application #7 - Search
Development of Twitter Application #7 - SearchDevelopment of Twitter Application #7 - Search
Development of Twitter Application #7 - Search
 
Links & rankings, the story in the data - BrightonSEO April 2017
Links & rankings, the story in the data - BrightonSEO April 2017Links & rankings, the story in the data - BrightonSEO April 2017
Links & rankings, the story in the data - BrightonSEO April 2017
 
Cookie surveillance
Cookie surveillanceCookie surveillance
Cookie surveillance
 
Search Engine Optimization - Aykut Aslantaş
Search Engine Optimization - Aykut AslantaşSearch Engine Optimization - Aykut Aslantaş
Search Engine Optimization - Aykut Aslantaş
 
Pagerank
PagerankPagerank
Pagerank
 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTES
 
PageRank_algorithm_Nfaoui_El_Habib
PageRank_algorithm_Nfaoui_El_HabibPageRank_algorithm_Nfaoui_El_Habib
PageRank_algorithm_Nfaoui_El_Habib
 
Ranking Web Pages
Ranking Web PagesRanking Web Pages
Ranking Web Pages
 
page ranking algorithm
page ranking algorithmpage ranking algorithm
page ranking algorithm
 
Comparative study of different ranking algorithms adopted by search engine
Comparative study of  different ranking algorithms adopted by search engineComparative study of  different ranking algorithms adopted by search engine
Comparative study of different ranking algorithms adopted by search engine
 
Seo and page rank algorithm
Seo and page rank algorithmSeo and page rank algorithm
Seo and page rank algorithm
 
Spam Wars
Spam WarsSpam Wars
Spam Wars
 
Ranking Correlation Study: Early Data By Cyrus Shepard
Ranking Correlation Study: Early Data By Cyrus ShepardRanking Correlation Study: Early Data By Cyrus Shepard
Ranking Correlation Study: Early Data By Cyrus Shepard
 
JPJ1423 Keyword Query Routing
JPJ1423   Keyword Query RoutingJPJ1423   Keyword Query Routing
JPJ1423 Keyword Query Routing
 
Transitivity of Trust
Transitivity of TrustTransitivity of Trust
Transitivity of Trust
 
CML's Presentation at FengChia University
CML's Presentation at FengChia UniversityCML's Presentation at FengChia University
CML's Presentation at FengChia University
 
PageRank and Markov Chain
PageRank and Markov ChainPageRank and Markov Chain
PageRank and Markov Chain
 
A Novel Interface to a Web Crawler using VB.NET Technology
A Novel Interface to a Web Crawler using VB.NET TechnologyA Novel Interface to a Web Crawler using VB.NET Technology
A Novel Interface to a Web Crawler using VB.NET Technology
 

Viewers also liked

Viewers also liked (7)

PW
PWPW
PW
 
Presentación abalar
Presentación abalarPresentación abalar
Presentación abalar
 
Juliane assange
Juliane assangeJuliane assange
Juliane assange
 
Project final groupno 08
Project final groupno 08Project final groupno 08
Project final groupno 08
 
How to: Optimise Facebook & Youtube for your Business
How to: Optimise Facebook & Youtube for your BusinessHow to: Optimise Facebook & Youtube for your Business
How to: Optimise Facebook & Youtube for your Business
 
D3000 nikon
D3000 nikonD3000 nikon
D3000 nikon
 
01 intro adv-xl_mat
01   intro adv-xl_mat01   intro adv-xl_mat
01 intro adv-xl_mat
 

Similar to Extracting Resources that Help Tell Events' Stories

Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search EngineNIKHIL NAIR
 
IRJET - Review on Search Engine Optimization
IRJET - Review on Search Engine OptimizationIRJET - Review on Search Engine Optimization
IRJET - Review on Search Engine OptimizationIRJET Journal
 
Web Page Recommendation using Domain Knowledge and Web Usage Knowledge
Web Page Recommendation using Domain Knowledge and Web Usage KnowledgeWeb Page Recommendation using Domain Knowledge and Web Usage Knowledge
Web Page Recommendation using Domain Knowledge and Web Usage KnowledgeIRJET Journal
 
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)Angela Lozano
 
How to govern and secure a Data Mesh?
How to govern and secure a Data Mesh?How to govern and secure a Data Mesh?
How to govern and secure a Data Mesh?confluent
 
Automatic Detection of Web Trackers by Vasia Kalavri
Automatic Detection of Web Trackers by Vasia KalavriAutomatic Detection of Web Trackers by Vasia Kalavri
Automatic Detection of Web Trackers by Vasia KalavriFlink Forward
 
IRJET- Page Ranking Algorithms – A Comparison
IRJET- Page Ranking Algorithms – A ComparisonIRJET- Page Ranking Algorithms – A Comparison
IRJET- Page Ranking Algorithms – A ComparisonIRJET Journal
 
Jeremy cabral search marketing summit - scraping data-driven content (1)
Jeremy cabral   search marketing summit - scraping data-driven content (1)Jeremy cabral   search marketing summit - scraping data-driven content (1)
Jeremy cabral search marketing summit - scraping data-driven content (1)Jeremy Cabral
 
How sitecore depends on mongo db for scalability and performance, and what it...
How sitecore depends on mongo db for scalability and performance, and what it...How sitecore depends on mongo db for scalability and performance, and what it...
How sitecore depends on mongo db for scalability and performance, and what it...Antonios Giannopoulos
 
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.iosrjce
 
A synonym based approach of data mining in SEO
A synonym based approach of data mining in SEOA synonym based approach of data mining in SEO
A synonym based approach of data mining in SEOhussein khateb
 
Analyzing a Link with Google's Eyes by Matteo Monari
Analyzing a Link with Google's Eyes by Matteo MonariAnalyzing a Link with Google's Eyes by Matteo Monari
Analyzing a Link with Google's Eyes by Matteo MonariBizup
 
Final Presentation
Final PresentationFinal Presentation
Final PresentationLove Tyagi
 
Googling of GooGle
Googling of GooGleGoogling of GooGle
Googling of GooGlebinit singh
 
Ranking algorithms
Ranking algorithmsRanking algorithms
Ranking algorithmsAnkit Raj
 
SharePoint Search Topology and Optimization
SharePoint Search Topology and OptimizationSharePoint Search Topology and Optimization
SharePoint Search Topology and OptimizationMike Maadarani
 
Stream Processing – Concepts and Frameworks
Stream Processing – Concepts and FrameworksStream Processing – Concepts and Frameworks
Stream Processing – Concepts and FrameworksGuido Schmutz
 

Similar to Extracting Resources that Help Tell Events' Stories (20)

Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search Engine
 
IRJET - Review on Search Engine Optimization
IRJET - Review on Search Engine OptimizationIRJET - Review on Search Engine Optimization
IRJET - Review on Search Engine Optimization
 
Web Page Recommendation using Domain Knowledge and Web Usage Knowledge
Web Page Recommendation using Domain Knowledge and Web Usage KnowledgeWeb Page Recommendation using Domain Knowledge and Web Usage Knowledge
Web Page Recommendation using Domain Knowledge and Web Usage Knowledge
 
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)
Matraca industrial evaluation (Cha-Q tool demo event Dec 2016)
 
How to govern and secure a Data Mesh?
How to govern and secure a Data Mesh?How to govern and secure a Data Mesh?
How to govern and secure a Data Mesh?
 
Automatic Detection of Web Trackers by Vasia Kalavri
Automatic Detection of Web Trackers by Vasia KalavriAutomatic Detection of Web Trackers by Vasia Kalavri
Automatic Detection of Web Trackers by Vasia Kalavri
 
IRJET- Page Ranking Algorithms – A Comparison
IRJET- Page Ranking Algorithms – A ComparisonIRJET- Page Ranking Algorithms – A Comparison
IRJET- Page Ranking Algorithms – A Comparison
 
Jeremy cabral search marketing summit - scraping data-driven content (1)
Jeremy cabral   search marketing summit - scraping data-driven content (1)Jeremy cabral   search marketing summit - scraping data-driven content (1)
Jeremy cabral search marketing summit - scraping data-driven content (1)
 
How sitecore depends on mongo db for scalability and performance, and what it...
How sitecore depends on mongo db for scalability and performance, and what it...How sitecore depends on mongo db for scalability and performance, and what it...
How sitecore depends on mongo db for scalability and performance, and what it...
 
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.
Smart Crawler: A Two Stage Crawler for Concept Based Semantic Search Engine.
 
E017624043
E017624043E017624043
E017624043
 
A synonym based approach of data mining in SEO
A synonym based approach of data mining in SEOA synonym based approach of data mining in SEO
A synonym based approach of data mining in SEO
 
Analyzing a Link with Google's Eyes by Matteo Monari
Analyzing a Link with Google's Eyes by Matteo MonariAnalyzing a Link with Google's Eyes by Matteo Monari
Analyzing a Link with Google's Eyes by Matteo Monari
 
Final Presentation
Final PresentationFinal Presentation
Final Presentation
 
Sree saranya
Sree saranyaSree saranya
Sree saranya
 
Sree saranya
Sree saranyaSree saranya
Sree saranya
 
Googling of GooGle
Googling of GooGleGoogling of GooGle
Googling of GooGle
 
Ranking algorithms
Ranking algorithmsRanking algorithms
Ranking algorithms
 
SharePoint Search Topology and Optimization
SharePoint Search Topology and OptimizationSharePoint Search Topology and Optimization
SharePoint Search Topology and Optimization
 
Stream Processing – Concepts and Frameworks
Stream Processing – Concepts and FrameworksStream Processing – Concepts and Frameworks
Stream Processing – Concepts and Frameworks
 

Recently uploaded

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 

Recently uploaded (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 

Extracting Resources that Help Tell Events' Stories