SlideShare uma empresa Scribd logo
1 de 73
Baixar para ler offline
Guillaume Erétéo

SEMANTIC SOCIAL
NETWORK ANALYSIS


                   Ph.D. Thesis defense
                   supervisors:
                      Michel Buffa, Kewi/I3S, UNSA/CNRS
                      Fabien Gandon, Edelweiss, INRIA Sophia Antipolis
                      Patrick Grohan, Orange Labs
1.  Context and Scientific Objectives
2.  State of the Art on Social Network Analysis & Semantic Social
    Networks
3.  SemSNA: Analysing Social Networks with Semantic Web
    Frameworks
4.  Community Detection: SemTagP, Semantic Tag Propagation

OUTLINE

                                                                    2
CONTEXT
ISICIL: Information Semantic Integration
through Communities of Intelligence onLine

        enterprise 2.0
        semantic web
        business intelligence

       pluridisciplinary: ergonomists, sociologists,
        mathematicians, ontologists, computer scientists

       ANR-08-CORD-011


                                                     3
SEMANTIC INTRANET OF PEOPLE




"the use of emergent social software   represent, exchange and analyse
platforms within companies, or         data accross applications to deliver
between companies and their            information in a way that matters to
partners or customers"                 people and to their communities.
                      [McAfee 2006]               [Berners-Lee et al., 2001]
                                                                      4
SCIENTIFIC OBJECTIVES
extend social network analysis with semantic formalisms
to reveal and exploit the rich social structures embedded in the
emerging social data of web 2.0 applications:

     how to represent, link and access online social networks
   accross applications?

     how to enable classical operators of social network
   analysis to consider the semantics of these networks?

     how this semantics could be exploited to create new
   algorithms?

                                                               5
1.  Context and Scientific Objectives
2.  State of the Art on Social Network Analysis & Semantic
    Social Networks
3.  SemSNA: Analysing Social Networks with Semantic Web
    Frameworks
4.  Community Detection: SemTagP, Semantic Tag Propagation

OUTLINE

                                                             6
SOCIAL NETWORK ANALYSIS
graph algorithms to characterize the structure of a social network,
strategic positions/actors, and the distribution of networking
activities.

           applications:

                    monitor information flow
                    foster communication
                    focus notifications in information systems
                    create project teams
                    identify experts



                                                                  7
SOCIAL NETWORKS AND GRAPHS
actors are represented by nodes and relations by edges
G=(V, E), n=|V|, m=|E|




                                             collaborate        sameInterest
               3           1

                                                      follows
                   4
   0.5                           colleague                        follows
                           1,5

                                             manages       manages
           1           2
                                                                            8
NETWORK STRUCTURE
e.g. density and diameter highlight cohesion of the network
                                                           [Scott 2000]


                                       diam(G) = length(g(e1,e2 ));
                                       ∀e3 ,e4 ∈ E G ;
                                       length(g(e3 ,e4 )) ≤ length(g(e1,e2 ))



                               €




                                        [Zachary 1977]


                                                                            9
STRATEGIC POSITIONS & ACTORS
degrees reveal local popularities   [Shaw1954]




                                             10
STRATEGIC POSITIONS & ACTORS
directed degree differenciates support and influence
                                                     [Nieminem1973]
                     Din (y) = { x;∃( x, y ) ∈ E }



             €




                                                                11
STRATEGIC POSITIONS & ACTORS
n-degree for variable neighborhood
                                     [Garrison 1960] [Pitts 1965]




                                                         12
STRATEGIC POSITIONS & ACTORS
betweenness centrality reveals intermediaries & brokers
                                                 [Freeman1977]




                                 highly strategic position in
                                 communication [Shimbel 1953]
                                 [Cohn & Marriott 1958] [Burt 1992]




                                                            13
STRATEGIC POSITIONS & ACTORS
Closeness centrality measures reachability   [Leavitt 1951]




                                                    14
ONLINE SOCIAL DATA ARE MORE
COMPLEX TO REPRESENT
multiple & spread roles, context, profile, etc. distributed
across applications




                                                              15
LINK STRUCTURE IS NOT ENOUGH
who has the best betweeness centrality?




                           has met
                                     knows in
                                     passing

                     has met


                      works With
                                      has supervisor
              works With
                                                       16
SEMANTICS MATTER!
how can we consider different types of relations?




                        has met
                                    knows in
                                    passing

                      has met


                      works with
                                      has supervisor
               works with
                                                       17
RESOURCE DESCRIPTION FRAMEWORK
make assertions and describe resources with triples (subject, predicate, object)
like "the subject, verb and object of an elementary sentence“ [Berners-Lee 2001]




                                                                          18
ONTOLOGY


  "a set of representational primitives with which to model a
  domain of knowledge or discourse.
  The representational primitives are typically classes (or sets),
  attributes (or properties), and relationships (or relations
  among class members).
  The definitions of the representational primitives include
  information about their meaning and constraints on their
  logically consistent application”
                                       [Gruber 1993] [Gruber 2009]




                                                                     19
RESOURCE DESCRIPTION FRAMEWORK SCHEMA
set of primitives to define the classes of a domain knowledge,
taxonomical relations, and classes of resource that apply to properties




                                                                    20
SPARQL PROTOCOL AND RDF QUERY LANGUAGE
query language, protocol and format to send queries and
exchange results across the web

         PREFIX foaf: < http://xmlns.com/foaf/0.1/>
         SELECT ?person ?name WHERE {
           ?person rdf:type foaf:Agent
           ?person foaf:firstName ?name
         }




                                                          21
22
CLASSIC SNA ON SEMANTIC WEB
rich graph representations reduced to simple un-typed graphs for analysis
                                                 [Paolillo & Wright 2006]
                                                 [San Martin & Gutierrez 2009]




                                                       foaf:knows




                                                         foaf:interest




                                                                         23
Fabien	
  
Gérard	
                          Mylène	
  




              coworker
d (guillaume)=5

                                       Michel	
  
                         Yvonne	
  



                                          24
Fabien	
  
     Gérard	
                          Mylène	
  




                   coworker
d <family> (guillaume)=?

                                            Michel	
  
                              Yvonne	
  



                                               25
Fabien	
  
                         Gérard	
                          Mylène	
  




                                        oworker
        knows




                                       c
colleague         d <family> (guillaume)=3

                                                                Michel	
  
        sibling             parent                Yvonne	
  


    sister   brother   father    mother                            26
directed   weighted   labelled   parameterized
                                                                   network size
                  network    network    network      operators


                                                                    106 nodes
Graph Theory        ✔          ✔          ✔                         107 edges



[Brandes 2009]      ✔          ✔          ✔                         104 nodes



[Paolillo &                                                        ~ 104 nodes
Wright 2006]        ✔                     ✔                        ~ 105 edges



[San Martin &                                                      ~ 104 nodes
Gutierrez 2009]     ✔                     ✔                        ~ 105 edges


                                                                         27
1.  Context and Scientific Objectives
2.  State of the Art on Social Network Analysis & Semantic Social
    Networks
3.  SemSNA: Analysing Social Networks with Semantic Web
    Frameworks
4.  Community Detection: SemTagP, Semantic Tag Propagation

OUTLINE

                                                                    28
SEMANTIC SNA FRAMEWORK
exploit the semantic of social networks and parameterize SNA operators




                       parameterized SNA operators

                 SPARQL formalization of operators

            SemSNA ontology: annotate social data with results of analyses

                                                                         29
PARAMETERIZED DENSITY
proportion of the maximum possible number of properties of type
<rel> (or subtype)




                        number of actors of a given type (or subtype)


                        number of pairs of resources linked by a
                        property of type <rel> (or subtype)




                                                                        30
PARAMETERIZED N-DEGREE
number of paths of properties of type <rel> (or subtype) having y at one end
and with a length smaller or equal to dist




         parameterized path: a list of
         nodes of a graph G each linked
         to the next by a relation of type
         <rel> (or subtype)




                                                                          31
PARAMETRIZED DIAMETER
length of the longest geodesic in the network for a property of type
<rel> (or subtype)




      geodesic: a shortest path
      between two resources for a given
      relation of type <rel> (or subtype)




                                                                       32
SPARQL FORMALIZATION OF
PARAMETERIZED OPERATORS
   SPARQL is designed to query RDF data


   CORESE semantic search engine implementing semantic
    web languages using graph-based representations
     Automatic processing of semantic inference (e.g.
      subsumption)

     Graph querying extension (e.g. paths)
                                [Corby et al 2004] [Corby 2008]


                                                          33
SPARQL FORMALIZATION
parameterized density




              SELECT cardinality(?p) as ?card WHERE {
                 { ?p rdf:type rdf:Property
                    filter(?p ^ param[rel]) }
                 UNION
                 { ?p rdfs:subPropertyOf ?parent
                  filter(?parent ^ param[rel]) }
              }

              SELECT merge count(?x) as ?nbactor WHERE{
                 ?x rdf:type param[type]
                                                    34
              }
SPARQL FORMALIZATION
parameterized n-degree




     SELECT ?y count(?x) as ?degree WHERE {
        {?x (param[rel])*::$path ?y
        filter(pathLength($path) <= param[dist])}
        UNION
        {?y param[rel]::$path ?x
        filter(pathLength($path) <= param[dist])}
     }
     GROUP BY ?y
                                                    35
SPARQL FORMALIZATION
parameterized diameter




     SELECT pathLength($path) as ?length WHERE {
          ?y s (param[rel])*::$path ?to
     }
     ORDER BY desc(?length)
     LIMIT 1


                                                   36
component

degree



in-degree


diameter


number of geodesics
between from and to

number of geodesics
between from and to
going through b


closeness Centrality

                         37
betweenness Centrality
Ipernity   38
ANALYSED DATASET
ipernity.com dataset extracted in RDF:


 61 937 actors & 494 510 relationships:
 –  18 771 family links between 8 047 actors

 –  136 311 friend links implicating 17 441 actors

 –  339 428 favorite links for 61 425 actors

 –  2 874 170 comments from 7 627 actors

 –  795 949 messages exchanged by 22 500 actors
                                                     39
INTERPRETATIONS OF RESULTS
validated with managers of ipernity.com

  friendOf, favorite, message, comment
   small diameter, high density
  family as expected: large diameter, low density
  favorite: highly centralized around Ipernity
   animator.
  friendOf, family, message, comment: power law
   of degrees and betweenness centralities, different
   strategic actors
  knows: analyze all relations using subsumption
                                                 40
PERFORMANCES & LIMITS
                                                              time   projections
                    Knows!      0.71 s !                                494 510!
                    Favorite!   0.64 s !                                339 428!
                    Friend!     0.31 s !                                136 311!
                    Family!     0.03 s !                                 18 771!
                    Message!    1.98 s !                                795 949!
                    Comment!    9.67 s !                              2 874 170!
                    Knows!      20.59 s !                               989 020!
                    Favorite!   18.73 s !                               678 856!
                    Friend!     1.31 s !                                272 622!
                    Family!     0.42 s !                                 37 542!
                    Message!    16.03 s !                             1 591 898!
                    Comment!    28.98 s!                              5 748 340!
Shortest paths used Knows!      Path length <= 2: 14m 50.69s !          100 000!
to calculate 	

                Path length <= 2: 2h 56m 34.13s       1 000 000!
                                Path length <= 2: 7h 19m 15.18s !     2 000 000!
                  Favorite!     Path length <= 2: 5h 33m 18.43s!      2 000 000!
                  Friend!       Path length <= 2: 1m 12.18 s !        1 000 000!
                                Path length <= 2: 2m 7.98 s!          2 000 000!
                  Family!       Path length <= 2 : 27.23 s!           1 000 000!
                                Path length <= 2 : 2m 9.73 s!         3 681 626!
                                Path length <= 3 : 1m 10.71 s!        1 000 000!
                                Path length <= 4 : 1m 9.06 s!         1 000 000! 41
high	
  centrality	
  




annotating the networks with analysis results

SEMSNA SCHEMA
                                                42
SEMSNA AN ONTOLOGY OF SNA
h6p://ns.inria.fr/semsna/2009/06/21/voc	
  




                                              43
SemSNA CORE




              44
4	
  
                                                                              Gérard	
                     Mylène	
  
                 hasCentrality
    2	
                            Distance
                                                   Degree	
  




                                                                              father
colleague	
         isDefinedForPro
                                           perty
                                                                                                                   Yvonne	
  
                                                                             Guillaume	
         mother

supervisor	
  



                                                                Michel	
  
                                                                                           Fabien	
  


                                                                colleague

                                                    colleague                                           Ivan	
  
                                   Philippe	
                    Peter	
  


                                                                                                                      45
Directed   Weighted   Labelled   Parametrized
                                                                     Network size
                     networks   networks   network     operators


                                                                      106 nodes
 Graph Theory          ✔          ✔          ✔                        107 edges


[Brandes 2009]         ✔          ✔          ✔                        104 nodes


[Paolillo & Wright                                                   ~ 104 nodes
      2006]            ✔                     ✔                       ~ 105 edges

                                                                     ~ 104 nodes
 [San Martin &
Gutierrez 2009]        ✔                     ✔                        ~ 104 - 105
                                                                        edges


                                                                      104 nodes
   SEMSNA              ✔          …          ✔            ✔          ~ 105 edges

                                                                                  46
SEMSNA: CONCLUSION
•  directed typed graph structure of RDF/S
   well suited to represent social knowledge &
   socially produced medata accross applications and networks

•  parameterized SNA operators & SPARQL formalization
   enable us to exploit the diversity and the semantic structure
   of social data

•  SemSNA Ontology
   organize and structure social data



                                                             47
1.  Context and Scientific Objectives
2.  State of the Art on Social Network Analysis & Semantic Social
    Networks
3.  SemSNA: Analysing Social Networks with Semantic Web
    Frameworks
4.  Community Detection: SemTagP, Semantic Tag Propagation

OUTLINE

                                                                48
DISTRIBUTION OF ACTIVITIES?
e.g. ademe's Ph.D. thesis fundings and collaborations




                                                        49
COMMUNITY DETECTION
helps understanding the repartition of actors and activities in a social
network

           SOA algorithms strategy mine linking structure in
           order to detect densely connected group of actors




                                                                      50
HIERARCHICAL ALGORITHMS
output a dendrogram: a hierarchical tree of denser
and denser communities from top to bottom.




•  agglomerative algorithms start from the leaves,
   and group nodes in larger and larger communities:
   [Donetti & Munoz 2004] [Zhou & Lipowsky 2004]
   [Xu et al 2007] [Newman 2004]


•  divisive algorithms start from the root of the tree,
   and group nodes in denser and denser
   communities:
   [Girvan & Newman 2002] [Radicchi et al 2004]

                                                          51
HEURISTIC BASED ALGORITHMS
heuristics related to the community structure of networks
and to community characteristics:


        •  similarity with electrical networks [Wu 2004]



        •  random walk [Dongen 2000] [Pons et al 2005]



        •  label propagation [Raghavan et al 2007]
                                                       52
MODULARITY MEASURES [Newman 2004]
COMMUNITY PARTITION QUALITY
fraction of the edges that fall within communities minus the expected
such fraction if edges were distributed at random

                 1                   d<i> d< j >
              Q=        ∑ [Aij − m ]
                 m i, j∈V , c i =c j
       With:
           •  m be the number of edges of the network
           •  d<i> the degree of vertex i
           •  Aij the number of edges between i and j
€          •  ci the community of i,



                                                                   53
LABEL PROPAGATION / RAK
(1) assigns a unique random label to each node.              [Raghavan et al 2007]

(2) each node n replaces its label by the label most used by its neighbours.
(3) if at least one node changed its label, go to step 2
(4) else nodes that share the same label form a community.




opportunity  replace random labels by tags in order to exploit not only
    the link structure but also the semantics of actors’ vocabulary!
                                                                            54
FOLKSONOMIES
each tag may represent a community of interest


     social tagging         flat folksonomie            thesaurus

                                                 polluant     énergie

                                                   related    related


                                                        pollution
                                      [Limpens 2010]
                                                       has narrower

                                                  pollutions du sol



                                                                    55
TAG PROPAGATION
exploit folksonomy for label assignement

                                           "interaction creates similarity,
                                           while similarity creates

                                           interaction" [mika
                             wiki          2005]             isicil
                              b                          e

                                      mediawiki

                                                                              inria
          isicil   a                       d                           f




                              c                          g
                                                              isicil
                         sweetwiki                                            56
TAG PROPAGATION
wiki:1, sweetwiki: 1, mediawiki: 1




                              wiki
                                                      isicil
                               b                  e

                                      mediawiki

                                                                   inria
          isicil   a                      d                    f




                               c                  g
                                                      isicil
                          sweetwiki                                57
SEMANTIC TAG PROPAGATION
wiki:3, sweetwiki: 1, mediawiki: 1
                                                           wiki

                                                      skos:narrower
                                          sweetwiki                       mediawiki


                              wiki
                                                           isicil
                               b                       e

                                      mediawiki

                                                                              inria
          wiki     a                      d                           f




                               c                       g
                                                            isicil
                          sweetwiki                                           58
SEMANTIC TAG PROPAGATION
2 communities labelled with wiki & isicil
                                                              wiki

                                                         skos:narrower
                                             sweetwiki                       mediawiki


                               wiki
                                                              isicil
                                b                         e

                                            wiki

                                                                                 isicil
           wiki    a                         d                           f




                                c                         g
                                                               isicil
                              wiki                                               59
ALGORITHM SEMTAGP


Algorithm SemTagP(RDFGraph network, Type relation)
1.  DO
2.  old_network = network
3.  //propagate tags (i.e. compute new partitions)
4.  FOREACH user IN network.users
5.     user.tag = mostUsedNeighborTag(user, relationType)
6.  END FOREACH
7.  WHILE modularity(network) > modularity(old_network)
8.  RETURN old_network



                                                      60
PARAMETRIZED SPARQL QUERY
delegate all the semantic processing to a semantic graph engine to exploit
semantic relations between tags and to parameterize the analyzed relation



     SELECT ?user ?tag ?y WHERE{
          ?user param[rel] ?neighbor
          {{?neighbour scot:hasTag ?tag }
           UNION
           {?neighbour scot:hasTag ?tag2
            ?tag skos:narrower ?tag2
            filter(exists{?x scot:hasTag ?tag})}
     }
     ORDER BY ?user ?tag


                                                                     61
PROBLEM
« bad » generalizations
•  ubiquitous tags
•  too broad tags
•  semantic errors




                          environment




                                        62
SOLUTION
user control to disable
semantic relations with
given tags, which
stengthen others
narrower tags




                          nanotechnology




                                           63
APPLIED TO ADEME PH.D. NETWORK
 1,853 agents
  1,597 academic supervisors
  256 ADEME engineers.
 13,982 relationships
  10,246 rel:worksWith
  3,736 rel:colleagueOf
 6,583 tags
 3,570 skos:narrower
 relations between 2,785 tags




                                64
MODULARITY COMPARISONS
X axis: propagation iterations, Y axis: modularity




                                                     65
MODULARITY LIMITS
 •  “the ‘optimal partition’, imposed by mathematics, does not
    necessarily capture the actual community structure of the
    network”
   confirmed by experiments


 •  modularity optimization might miss important substructures
    when:
    •  modules are very fuzzy
    •  modules have more than 2m edges (which is the case for
       half of ADEME’s detected communities)

 •  perspectives: measuring the average quality of each
                     €
    community
                                   [Fortunato & Barthélemy 2007]
                                                             66
RESULT
1.  pollution

2.  sustainable
  development

3.  energy

4.  chemistry

5.  air pollution

6.  metals

7.  biomass

8.  wastes


•  engineer
•  supervisor
•  community         67
node size = degree
« POLLUTION » AREA




                     68
SEMTAGP: CONCLUSION
•  SemTagP: semantic community detection and controlled
labelling



•  applied to reveal the repartition of ADEME Ph.D fundings



•  many perspectives to integrate more semantics:
    •  investigate other semantics, e.g. skos:related, skos:closematch
   •  propagate tags through different types of relations
   •  propagate multiple tags and detect overlapping communities


                                                                  69
CONCLUSION
CONTRIBUTIONS

• leveraging online social networks to ontology-based
  representations

• extending social network analysis to ontology-based
  representations

• semantic community detection and labelling




                                                   71
PERSPECTIVES
 scaling to large network
  sampling, parallel, iterative algorithms


 considering temporal data in the analysis
  representing and analysing temporal data


 enrich social activities with SemSNA results
  better management of resources and relationships




                                                     72
International conference
 Erétéo G., Gandon F., Corby O., Buffa M., “Analysis of a Real Online
Social Network Using Semantic Web Frameworks”. ISWC2009,
Washington D.C., USA.
 Erétéo G., Gandon F., Corby O., Buffa M., “Semantic Social Network
Analysis”. Web Science 2009, Athens, Greece.
Book chapter
 Erétéo, G., Buffa, M., Gandon, F., Leitzelman, M., Limpens, F., Sanders,
P., “Semantic Social Network Analysis, a concrete case”. Handbook of
Research on Methods and Techniques for Studying Virtual
Communities: Paradigms and Phenomena. A book edited by Ben Kei
Daniel, IGI Global 2011.
National conference
 Leitzelman M., Erétéo, G., Grohan,, P., Herledan, F., Buffa, M., Gandon,
F., “De l'utilité d'un outil de veille d'entreprise de seconde génération”.
poster in IC2009, Hammamet, Tunisia.
Workshop
 Erétéo, G., Buffa, M., Gandon, F., Leitzelman, M., Limpens,
F., "Leveraging Social data with Semantics", W3C Workshop on the
Future of Social Networking, Barcelona, Spain.
 Erétéo, G., Buffa, M., Gandon, F., Grohan, P., Leitzelman, M., Sander,
P., "A State of the Art on Social Network Analysis and its Applications on a
Semantic Web", SDoW2008, Karlsruhe, Germany.

QUESTIONS
                                                                               73

Mais conteúdo relacionado

Mais procurados

Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...ACMBangalore
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Doug Needham
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Xiaohan Zeng
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network AnalysisPremsankar Chakkingal
 
A comparative study of social network analysis tools
A comparative study of social network analysis toolsA comparative study of social network analysis tools
A comparative study of social network analysis toolsDavid Combe
 
Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreWael Elrifai
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network AnalysisFred Stutzman
 
Big social data analytics - social network analysis
Big social data analytics - social network analysis Big social data analytics - social network analysis
Big social data analytics - social network analysis Jari Jussila
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network AnalysisSujoy Bag
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...Jeromy Anglim
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit Vpkaviya
 
Node XL - features and demo
Node XL - features and demoNode XL - features and demo
Node XL - features and demoMayank Mohan
 
Big Data: Social Network Analysis
Big Data: Social Network AnalysisBig Data: Social Network Analysis
Big Data: Social Network AnalysisMichel Bruley
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISrathnaarul
 
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...BAINIDA
 
Social network analysis
Social network analysisSocial network analysis
Social network analysisCaleb Jones
 
2009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 20072009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 2007Marc Smith
 
A Guide to Social Network Analysis
A Guide to Social Network AnalysisA Guide to Social Network Analysis
A Guide to Social Network AnalysisOlivier Serrat
 

Mais procurados (20)

Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview.
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
A comparative study of social network analysis tools
A comparative study of social network analysis toolsA comparative study of social network analysis tools
A comparative study of social network analysis tools
 
Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and more
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Big social data analytics - social network analysis
Big social data analytics - social network analysis Big social data analytics - social network analysis
Big social data analytics - social network analysis
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Social network analysis
Social network analysisSocial network analysis
Social network analysis
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit V
 
Node XL - features and demo
Node XL - features and demoNode XL - features and demo
Node XL - features and demo
 
Big Data: Social Network Analysis
Big Data: Social Network AnalysisBig Data: Social Network Analysis
Big Data: Social Network Analysis
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
 
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
 
Social network analysis
Social network analysisSocial network analysis
Social network analysis
 
2009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 20072009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 2007
 
A Guide to Social Network Analysis
A Guide to Social Network AnalysisA Guide to Social Network Analysis
A Guide to Social Network Analysis
 

Destaque

Tweet alert - semantic analysis in social networks for citizen opinion mining
Tweet alert - semantic analysis in social networks for citizen opinion miningTweet alert - semantic analysis in social networks for citizen opinion mining
Tweet alert - semantic analysis in social networks for citizen opinion miningSngular Meaning
 
Zombies, Run! Transforming Fitness, Games & Story
Zombies, Run! Transforming Fitness, Games & StoryZombies, Run! Transforming Fitness, Games & Story
Zombies, Run! Transforming Fitness, Games & StoryAdrian Hon
 
Musicas cifradas bossa nova samba 01
Musicas cifradas bossa nova samba 01Musicas cifradas bossa nova samba 01
Musicas cifradas bossa nova samba 01Elvis Live
 
1960s shortened
1960s shortened1960s shortened
1960s shortenedKrista Leh
 
Mapas conceptuales de solci thieroldt ♥
Mapas conceptuales de solci thieroldt ♥Mapas conceptuales de solci thieroldt ♥
Mapas conceptuales de solci thieroldt ♥Solcita123
 
Media Platforms Emerge: 2004 onward - The rise of Embeddability
Media Platforms Emerge:  2004 onward - The rise of EmbeddabilityMedia Platforms Emerge:  2004 onward - The rise of Embeddability
Media Platforms Emerge: 2004 onward - The rise of EmbeddabilityNick Kellet
 
Threat intelligence at the cloud
Threat intelligence at the cloudThreat intelligence at the cloud
Threat intelligence at the cloudOr Katz
 
Hack In The Box (Dubai) 04172008
Hack In The Box (Dubai) 04172008Hack In The Box (Dubai) 04172008
Hack In The Box (Dubai) 04172008guesta84549
 
Blue ocean strategy 3
Blue ocean strategy 3Blue ocean strategy 3
Blue ocean strategy 3Daniel
 
Train a Social Workforce: How AT&T Trained Thousands of Employee Advocates
Train a Social Workforce: How AT&T Trained Thousands of Employee AdvocatesTrain a Social Workforce: How AT&T Trained Thousands of Employee Advocates
Train a Social Workforce: How AT&T Trained Thousands of Employee AdvocatesSocialChorus
 
Verilog-HDL Tutorial (6)
Verilog-HDL Tutorial (6)Verilog-HDL Tutorial (6)
Verilog-HDL Tutorial (6)Hiroki Nakahara
 
Are you listening to your data? Chris Stanley Virtusa
Are you listening to your data? Chris Stanley Virtusa Are you listening to your data? Chris Stanley Virtusa
Are you listening to your data? Chris Stanley Virtusa John Colley
 
Work wants to be social (talk at Web 2 Expo 2010)
Work wants to be social (talk at Web 2 Expo 2010)Work wants to be social (talk at Web 2 Expo 2010)
Work wants to be social (talk at Web 2 Expo 2010)Rashmi Sinha
 
Outline of How to Publish a Book
Outline of How to Publish a BookOutline of How to Publish a Book
Outline of How to Publish a BookGuy Kawasaki
 
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar Series
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar SeriesQUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar Series
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar SeriesSmarterServices Owen
 

Destaque (20)

Tweet alert - semantic analysis in social networks for citizen opinion mining
Tweet alert - semantic analysis in social networks for citizen opinion miningTweet alert - semantic analysis in social networks for citizen opinion mining
Tweet alert - semantic analysis in social networks for citizen opinion mining
 
Zombies, Run! Transforming Fitness, Games & Story
Zombies, Run! Transforming Fitness, Games & StoryZombies, Run! Transforming Fitness, Games & Story
Zombies, Run! Transforming Fitness, Games & Story
 
Neo-noir: The Dark Side of Creative Writing
Neo-noir: The Dark Side of Creative Writing Neo-noir: The Dark Side of Creative Writing
Neo-noir: The Dark Side of Creative Writing
 
Marama 3
Marama 3Marama 3
Marama 3
 
Infosys
InfosysInfosys
Infosys
 
Ingless
InglessIngless
Ingless
 
Musicas cifradas bossa nova samba 01
Musicas cifradas bossa nova samba 01Musicas cifradas bossa nova samba 01
Musicas cifradas bossa nova samba 01
 
1960s shortened
1960s shortened1960s shortened
1960s shortened
 
Mapas conceptuales de solci thieroldt ♥
Mapas conceptuales de solci thieroldt ♥Mapas conceptuales de solci thieroldt ♥
Mapas conceptuales de solci thieroldt ♥
 
Media Platforms Emerge: 2004 onward - The rise of Embeddability
Media Platforms Emerge:  2004 onward - The rise of EmbeddabilityMedia Platforms Emerge:  2004 onward - The rise of Embeddability
Media Platforms Emerge: 2004 onward - The rise of Embeddability
 
Threat intelligence at the cloud
Threat intelligence at the cloudThreat intelligence at the cloud
Threat intelligence at the cloud
 
God Is Holy
God Is HolyGod Is Holy
God Is Holy
 
Hack In The Box (Dubai) 04172008
Hack In The Box (Dubai) 04172008Hack In The Box (Dubai) 04172008
Hack In The Box (Dubai) 04172008
 
Blue ocean strategy 3
Blue ocean strategy 3Blue ocean strategy 3
Blue ocean strategy 3
 
Train a Social Workforce: How AT&T Trained Thousands of Employee Advocates
Train a Social Workforce: How AT&T Trained Thousands of Employee AdvocatesTrain a Social Workforce: How AT&T Trained Thousands of Employee Advocates
Train a Social Workforce: How AT&T Trained Thousands of Employee Advocates
 
Verilog-HDL Tutorial (6)
Verilog-HDL Tutorial (6)Verilog-HDL Tutorial (6)
Verilog-HDL Tutorial (6)
 
Are you listening to your data? Chris Stanley Virtusa
Are you listening to your data? Chris Stanley Virtusa Are you listening to your data? Chris Stanley Virtusa
Are you listening to your data? Chris Stanley Virtusa
 
Work wants to be social (talk at Web 2 Expo 2010)
Work wants to be social (talk at Web 2 Expo 2010)Work wants to be social (talk at Web 2 Expo 2010)
Work wants to be social (talk at Web 2 Expo 2010)
 
Outline of How to Publish a Book
Outline of How to Publish a BookOutline of How to Publish a Book
Outline of How to Publish a Book
 
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar Series
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar SeriesQUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar Series
QUEST/SmarterMeasure Learning Readiness Indicator Lunch & Learn Webinar Series
 

Semelhante a Ph.D. defense: semantic social network analysis

10 interview med_designere
10 interview med_designere10 interview med_designere
10 interview med_designereNika Stuard
 
Vinci2011会议演讲PPT
Vinci2011会议演讲PPTVinci2011会议演讲PPT
Vinci2011会议演讲PPTdasiyjun
 
Content, Connections, and Context
Content, Connections, and ContextContent, Connections, and Context
Content, Connections, and ContextDaniel Tunkelang
 
Geographic Information Systems and Social Learning in Participatory Spatial P...
Geographic Information Systems and Social Learning in Participatory Spatial P...Geographic Information Systems and Social Learning in Participatory Spatial P...
Geographic Information Systems and Social Learning in Participatory Spatial P...Robert Goodspeed
 
Analyzing Global Semantic Social Networks
Analyzing Global Semantic Social NetworksAnalyzing Global Semantic Social Networks
Analyzing Global Semantic Social NetworksFabien Gandon
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiJohn Breslin
 
Conf 2012-empirikom3
Conf 2012-empirikom3Conf 2012-empirikom3
Conf 2012-empirikom3Clay Spinuzzi
 
Gephi icwsm-tutorial
Gephi icwsm-tutorialGephi icwsm-tutorial
Gephi icwsm-tutorialcsedays
 
Knowledge management manifesto_mkwi2012_20120301
Knowledge management manifesto_mkwi2012_20120301Knowledge management manifesto_mkwi2012_20120301
Knowledge management manifesto_mkwi2012_20120301Jan Pawlowski
 
Interaction Design (IxD) in the context of User Experience (UX)
Interaction Design (IxD) in the context of User Experience (UX)Interaction Design (IxD) in the context of User Experience (UX)
Interaction Design (IxD) in the context of User Experience (UX)Dave Malouf
 
semantic and social intraweb for corporate intelligence and watch
semantic and social intraweb for corporate intelligence and watchsemantic and social intraweb for corporate intelligence and watch
semantic and social intraweb for corporate intelligence and watchFabien Gandon
 
Wimmics Research Team 2015 Activity Report
Wimmics Research Team 2015 Activity ReportWimmics Research Team 2015 Activity Report
Wimmics Research Team 2015 Activity ReportFabien Gandon
 
On the many graphs of the Web and the interest of adding their missing links.
On the many graphs of the Web and the interest of adding their missing links. On the many graphs of the Web and the interest of adding their missing links.
On the many graphs of the Web and the interest of adding their missing links. Fabien Gandon
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL OverviewMarc Smith
 
2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvanaMarc Smith
 
Pattern-based competence management
Pattern-based competence managementPattern-based competence management
Pattern-based competence managementZina Petrushyna
 
Overview of the Research in Wimmics 2018
Overview of the Research in Wimmics 2018Overview of the Research in Wimmics 2018
Overview of the Research in Wimmics 2018Fabien Gandon
 
Leveraging social data with semantics
Leveraging social data with semanticsLeveraging social data with semantics
Leveraging social data with semanticsViệt Long Plaza
 

Semelhante a Ph.D. defense: semantic social network analysis (20)

10 interview med_designere
10 interview med_designere10 interview med_designere
10 interview med_designere
 
Vinci2011会议演讲PPT
Vinci2011会议演讲PPTVinci2011会议演讲PPT
Vinci2011会议演讲PPT
 
Content, Connections, and Context
Content, Connections, and ContextContent, Connections, and Context
Content, Connections, and Context
 
Fbk Seminar Michela Ferron
Fbk Seminar Michela FerronFbk Seminar Michela Ferron
Fbk Seminar Michela Ferron
 
Geographic Information Systems and Social Learning in Participatory Spatial P...
Geographic Information Systems and Social Learning in Participatory Spatial P...Geographic Information Systems and Social Learning in Participatory Spatial P...
Geographic Information Systems and Social Learning in Participatory Spatial P...
 
Analyzing Global Semantic Social Networks
Analyzing Global Semantic Social NetworksAnalyzing Global Semantic Social Networks
Analyzing Global Semantic Social Networks
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with Gephi
 
Conf 2012-empirikom3
Conf 2012-empirikom3Conf 2012-empirikom3
Conf 2012-empirikom3
 
Gephi icwsm-tutorial
Gephi icwsm-tutorialGephi icwsm-tutorial
Gephi icwsm-tutorial
 
Knowledge management manifesto_mkwi2012_20120301
Knowledge management manifesto_mkwi2012_20120301Knowledge management manifesto_mkwi2012_20120301
Knowledge management manifesto_mkwi2012_20120301
 
Interaction Design (IxD) in the context of User Experience (UX)
Interaction Design (IxD) in the context of User Experience (UX)Interaction Design (IxD) in the context of User Experience (UX)
Interaction Design (IxD) in the context of User Experience (UX)
 
semantic and social intraweb for corporate intelligence and watch
semantic and social intraweb for corporate intelligence and watchsemantic and social intraweb for corporate intelligence and watch
semantic and social intraweb for corporate intelligence and watch
 
Wimmics Research Team 2015 Activity Report
Wimmics Research Team 2015 Activity ReportWimmics Research Team 2015 Activity Report
Wimmics Research Team 2015 Activity Report
 
On the many graphs of the Web and the interest of adding their missing links.
On the many graphs of the Web and the interest of adding their missing links. On the many graphs of the Web and the interest of adding their missing links.
On the many graphs of the Web and the interest of adding their missing links.
 
graziani_bias.pdf
graziani_bias.pdfgraziani_bias.pdf
graziani_bias.pdf
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL Overview
 
2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana
 
Pattern-based competence management
Pattern-based competence managementPattern-based competence management
Pattern-based competence management
 
Overview of the Research in Wimmics 2018
Overview of the Research in Wimmics 2018Overview of the Research in Wimmics 2018
Overview of the Research in Wimmics 2018
 
Leveraging social data with semantics
Leveraging social data with semanticsLeveraging social data with semantics
Leveraging social data with semantics
 

Mais de guillaume ereteo

Social media course conclusion 2010 2011
Social media course conclusion 2010 2011Social media course conclusion 2010 2011
Social media course conclusion 2010 2011guillaume ereteo
 
Social media course 2010 2011: what's going on online?
Social media course 2010   2011: what's going on online?Social media course 2010   2011: what's going on online?
Social media course 2010 2011: what's going on online?guillaume ereteo
 
Social media - enterprise2.0 - course 2010 2011
Social media - enterprise2.0 - course 2010   2011Social media - enterprise2.0 - course 2010   2011
Social media - enterprise2.0 - course 2010 2011guillaume ereteo
 
Corporate social networks - world usability day
Corporate social networks  - world usability dayCorporate social networks  - world usability day
Corporate social networks - world usability dayguillaume ereteo
 
Social media seo and visibility course
Social media   seo and visibility courseSocial media   seo and visibility course
Social media seo and visibility courseguillaume ereteo
 
Social media - word of mouth course
Social media  -  word of mouth courseSocial media  -  word of mouth course
Social media - word of mouth courseguillaume ereteo
 
Social media reputation management course
Social media   reputation management courseSocial media   reputation management course
Social media reputation management courseguillaume ereteo
 
Social Media Introduction Course
Social Media Introduction Course Social Media Introduction Course
Social Media Introduction Course guillaume ereteo
 
Trends For The Future Of The Web
Trends For The Future Of The WebTrends For The Future Of The Web
Trends For The Future Of The Webguillaume ereteo
 
analysis of a real online social network using semantic web frameworks
analysis of a real online social network using semantic web frameworksanalysis of a real online social network using semantic web frameworks
analysis of a real online social network using semantic web frameworksguillaume ereteo
 
semantic social network analysis
semantic social network analysissemantic social network analysis
semantic social network analysisguillaume ereteo
 

Mais de guillaume ereteo (13)

Social media course conclusion 2010 2011
Social media course conclusion 2010 2011Social media course conclusion 2010 2011
Social media course conclusion 2010 2011
 
Social media course 2010 2011: what's going on online?
Social media course 2010   2011: what's going on online?Social media course 2010   2011: what's going on online?
Social media course 2010 2011: what's going on online?
 
Social media - enterprise2.0 - course 2010 2011
Social media - enterprise2.0 - course 2010   2011Social media - enterprise2.0 - course 2010   2011
Social media - enterprise2.0 - course 2010 2011
 
Corporate social networks - world usability day
Corporate social networks  - world usability dayCorporate social networks  - world usability day
Corporate social networks - world usability day
 
Social media seo and visibility course
Social media   seo and visibility courseSocial media   seo and visibility course
Social media seo and visibility course
 
Social media - word of mouth course
Social media  -  word of mouth courseSocial media  -  word of mouth course
Social media - word of mouth course
 
Social media reputation management course
Social media   reputation management courseSocial media   reputation management course
Social media reputation management course
 
Social Media Introduction Course
Social Media Introduction Course Social Media Introduction Course
Social Media Introduction Course
 
Trends For The Future Of The Web
Trends For The Future Of The WebTrends For The Future Of The Web
Trends For The Future Of The Web
 
be social or die trying
be social or die tryingbe social or die trying
be social or die trying
 
analysis of a real online social network using semantic web frameworks
analysis of a real online social network using semantic web frameworksanalysis of a real online social network using semantic web frameworks
analysis of a real online social network using semantic web frameworks
 
community management
community managementcommunity management
community management
 
semantic social network analysis
semantic social network analysissemantic social network analysis
semantic social network analysis
 

Último

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
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
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 

Último (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
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
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 

Ph.D. defense: semantic social network analysis

  • 1. Guillaume Erétéo SEMANTIC SOCIAL NETWORK ANALYSIS Ph.D. Thesis defense supervisors: Michel Buffa, Kewi/I3S, UNSA/CNRS Fabien Gandon, Edelweiss, INRIA Sophia Antipolis Patrick Grohan, Orange Labs
  • 2. 1.  Context and Scientific Objectives 2.  State of the Art on Social Network Analysis & Semantic Social Networks 3.  SemSNA: Analysing Social Networks with Semantic Web Frameworks 4.  Community Detection: SemTagP, Semantic Tag Propagation OUTLINE 2
  • 3. CONTEXT ISICIL: Information Semantic Integration through Communities of Intelligence onLine   enterprise 2.0   semantic web   business intelligence  pluridisciplinary: ergonomists, sociologists, mathematicians, ontologists, computer scientists  ANR-08-CORD-011 3
  • 4. SEMANTIC INTRANET OF PEOPLE "the use of emergent social software represent, exchange and analyse platforms within companies, or data accross applications to deliver between companies and their information in a way that matters to partners or customers" people and to their communities. [McAfee 2006] [Berners-Lee et al., 2001] 4
  • 5. SCIENTIFIC OBJECTIVES extend social network analysis with semantic formalisms to reveal and exploit the rich social structures embedded in the emerging social data of web 2.0 applications:   how to represent, link and access online social networks accross applications?   how to enable classical operators of social network analysis to consider the semantics of these networks?   how this semantics could be exploited to create new algorithms? 5
  • 6. 1.  Context and Scientific Objectives 2.  State of the Art on Social Network Analysis & Semantic Social Networks 3.  SemSNA: Analysing Social Networks with Semantic Web Frameworks 4.  Community Detection: SemTagP, Semantic Tag Propagation OUTLINE 6
  • 7. SOCIAL NETWORK ANALYSIS graph algorithms to characterize the structure of a social network, strategic positions/actors, and the distribution of networking activities. applications:   monitor information flow   foster communication   focus notifications in information systems   create project teams   identify experts 7
  • 8. SOCIAL NETWORKS AND GRAPHS actors are represented by nodes and relations by edges G=(V, E), n=|V|, m=|E| collaborate sameInterest 3 1 follows 4 0.5 colleague follows 1,5 manages manages 1 2 8
  • 9. NETWORK STRUCTURE e.g. density and diameter highlight cohesion of the network [Scott 2000] diam(G) = length(g(e1,e2 )); ∀e3 ,e4 ∈ E G ; length(g(e3 ,e4 )) ≤ length(g(e1,e2 )) € [Zachary 1977] 9
  • 10. STRATEGIC POSITIONS & ACTORS degrees reveal local popularities [Shaw1954] 10
  • 11. STRATEGIC POSITIONS & ACTORS directed degree differenciates support and influence [Nieminem1973] Din (y) = { x;∃( x, y ) ∈ E } € 11
  • 12. STRATEGIC POSITIONS & ACTORS n-degree for variable neighborhood [Garrison 1960] [Pitts 1965] 12
  • 13. STRATEGIC POSITIONS & ACTORS betweenness centrality reveals intermediaries & brokers [Freeman1977] highly strategic position in communication [Shimbel 1953] [Cohn & Marriott 1958] [Burt 1992] 13
  • 14. STRATEGIC POSITIONS & ACTORS Closeness centrality measures reachability [Leavitt 1951] 14
  • 15. ONLINE SOCIAL DATA ARE MORE COMPLEX TO REPRESENT multiple & spread roles, context, profile, etc. distributed across applications 15
  • 16. LINK STRUCTURE IS NOT ENOUGH who has the best betweeness centrality? has met knows in passing has met works With has supervisor works With 16
  • 17. SEMANTICS MATTER! how can we consider different types of relations? has met knows in passing has met works with has supervisor works with 17
  • 18. RESOURCE DESCRIPTION FRAMEWORK make assertions and describe resources with triples (subject, predicate, object) like "the subject, verb and object of an elementary sentence“ [Berners-Lee 2001] 18
  • 19. ONTOLOGY "a set of representational primitives with which to model a domain of knowledge or discourse. The representational primitives are typically classes (or sets), attributes (or properties), and relationships (or relations among class members). The definitions of the representational primitives include information about their meaning and constraints on their logically consistent application” [Gruber 1993] [Gruber 2009] 19
  • 20. RESOURCE DESCRIPTION FRAMEWORK SCHEMA set of primitives to define the classes of a domain knowledge, taxonomical relations, and classes of resource that apply to properties 20
  • 21. SPARQL PROTOCOL AND RDF QUERY LANGUAGE query language, protocol and format to send queries and exchange results across the web PREFIX foaf: < http://xmlns.com/foaf/0.1/> SELECT ?person ?name WHERE { ?person rdf:type foaf:Agent ?person foaf:firstName ?name } 21
  • 22. 22
  • 23. CLASSIC SNA ON SEMANTIC WEB rich graph representations reduced to simple un-typed graphs for analysis [Paolillo & Wright 2006] [San Martin & Gutierrez 2009] foaf:knows foaf:interest 23
  • 24. Fabien   Gérard   Mylène   coworker d (guillaume)=5 Michel   Yvonne   24
  • 25. Fabien   Gérard   Mylène   coworker d <family> (guillaume)=? Michel   Yvonne   25
  • 26. Fabien   Gérard   Mylène   oworker knows c colleague d <family> (guillaume)=3 Michel   sibling parent Yvonne   sister brother father mother 26
  • 27. directed weighted labelled parameterized network size network network network operators 106 nodes Graph Theory ✔ ✔ ✔ 107 edges [Brandes 2009] ✔ ✔ ✔ 104 nodes [Paolillo & ~ 104 nodes Wright 2006] ✔ ✔ ~ 105 edges [San Martin & ~ 104 nodes Gutierrez 2009] ✔ ✔ ~ 105 edges 27
  • 28. 1.  Context and Scientific Objectives 2.  State of the Art on Social Network Analysis & Semantic Social Networks 3.  SemSNA: Analysing Social Networks with Semantic Web Frameworks 4.  Community Detection: SemTagP, Semantic Tag Propagation OUTLINE 28
  • 29. SEMANTIC SNA FRAMEWORK exploit the semantic of social networks and parameterize SNA operators parameterized SNA operators SPARQL formalization of operators SemSNA ontology: annotate social data with results of analyses 29
  • 30. PARAMETERIZED DENSITY proportion of the maximum possible number of properties of type <rel> (or subtype) number of actors of a given type (or subtype) number of pairs of resources linked by a property of type <rel> (or subtype) 30
  • 31. PARAMETERIZED N-DEGREE number of paths of properties of type <rel> (or subtype) having y at one end and with a length smaller or equal to dist parameterized path: a list of nodes of a graph G each linked to the next by a relation of type <rel> (or subtype) 31
  • 32. PARAMETRIZED DIAMETER length of the longest geodesic in the network for a property of type <rel> (or subtype) geodesic: a shortest path between two resources for a given relation of type <rel> (or subtype) 32
  • 33. SPARQL FORMALIZATION OF PARAMETERIZED OPERATORS   SPARQL is designed to query RDF data   CORESE semantic search engine implementing semantic web languages using graph-based representations  Automatic processing of semantic inference (e.g. subsumption)  Graph querying extension (e.g. paths) [Corby et al 2004] [Corby 2008] 33
  • 34. SPARQL FORMALIZATION parameterized density SELECT cardinality(?p) as ?card WHERE { { ?p rdf:type rdf:Property filter(?p ^ param[rel]) } UNION { ?p rdfs:subPropertyOf ?parent filter(?parent ^ param[rel]) } } SELECT merge count(?x) as ?nbactor WHERE{ ?x rdf:type param[type] 34 }
  • 35. SPARQL FORMALIZATION parameterized n-degree SELECT ?y count(?x) as ?degree WHERE { {?x (param[rel])*::$path ?y filter(pathLength($path) <= param[dist])} UNION {?y param[rel]::$path ?x filter(pathLength($path) <= param[dist])} } GROUP BY ?y 35
  • 36. SPARQL FORMALIZATION parameterized diameter SELECT pathLength($path) as ?length WHERE { ?y s (param[rel])*::$path ?to } ORDER BY desc(?length) LIMIT 1 36
  • 37. component degree in-degree diameter number of geodesics between from and to number of geodesics between from and to going through b closeness Centrality 37 betweenness Centrality
  • 38. Ipernity 38
  • 39. ANALYSED DATASET ipernity.com dataset extracted in RDF: 61 937 actors & 494 510 relationships: –  18 771 family links between 8 047 actors –  136 311 friend links implicating 17 441 actors –  339 428 favorite links for 61 425 actors –  2 874 170 comments from 7 627 actors –  795 949 messages exchanged by 22 500 actors 39
  • 40. INTERPRETATIONS OF RESULTS validated with managers of ipernity.com  friendOf, favorite, message, comment small diameter, high density  family as expected: large diameter, low density  favorite: highly centralized around Ipernity animator.  friendOf, family, message, comment: power law of degrees and betweenness centralities, different strategic actors  knows: analyze all relations using subsumption 40
  • 41. PERFORMANCES & LIMITS time projections Knows! 0.71 s ! 494 510! Favorite! 0.64 s ! 339 428! Friend! 0.31 s ! 136 311! Family! 0.03 s ! 18 771! Message! 1.98 s ! 795 949! Comment! 9.67 s ! 2 874 170! Knows! 20.59 s ! 989 020! Favorite! 18.73 s ! 678 856! Friend! 1.31 s ! 272 622! Family! 0.42 s ! 37 542! Message! 16.03 s ! 1 591 898! Comment! 28.98 s! 5 748 340! Shortest paths used Knows! Path length <= 2: 14m 50.69s ! 100 000! to calculate Path length <= 2: 2h 56m 34.13s 1 000 000! Path length <= 2: 7h 19m 15.18s ! 2 000 000! Favorite! Path length <= 2: 5h 33m 18.43s! 2 000 000! Friend! Path length <= 2: 1m 12.18 s ! 1 000 000! Path length <= 2: 2m 7.98 s! 2 000 000! Family! Path length <= 2 : 27.23 s! 1 000 000! Path length <= 2 : 2m 9.73 s! 3 681 626! Path length <= 3 : 1m 10.71 s! 1 000 000! Path length <= 4 : 1m 9.06 s! 1 000 000! 41
  • 42. high  centrality   annotating the networks with analysis results SEMSNA SCHEMA 42
  • 43. SEMSNA AN ONTOLOGY OF SNA h6p://ns.inria.fr/semsna/2009/06/21/voc   43
  • 45. 4   Gérard   Mylène   hasCentrality 2   Distance Degree   father colleague   isDefinedForPro perty Yvonne   Guillaume   mother supervisor   Michel   Fabien   colleague colleague Ivan   Philippe   Peter   45
  • 46. Directed Weighted Labelled Parametrized Network size networks networks network operators 106 nodes Graph Theory ✔ ✔ ✔ 107 edges [Brandes 2009] ✔ ✔ ✔ 104 nodes [Paolillo & Wright ~ 104 nodes 2006] ✔ ✔ ~ 105 edges ~ 104 nodes [San Martin & Gutierrez 2009] ✔ ✔ ~ 104 - 105 edges 104 nodes SEMSNA ✔ … ✔ ✔ ~ 105 edges 46
  • 47. SEMSNA: CONCLUSION •  directed typed graph structure of RDF/S well suited to represent social knowledge & socially produced medata accross applications and networks •  parameterized SNA operators & SPARQL formalization enable us to exploit the diversity and the semantic structure of social data •  SemSNA Ontology organize and structure social data 47
  • 48. 1.  Context and Scientific Objectives 2.  State of the Art on Social Network Analysis & Semantic Social Networks 3.  SemSNA: Analysing Social Networks with Semantic Web Frameworks 4.  Community Detection: SemTagP, Semantic Tag Propagation OUTLINE 48
  • 49. DISTRIBUTION OF ACTIVITIES? e.g. ademe's Ph.D. thesis fundings and collaborations 49
  • 50. COMMUNITY DETECTION helps understanding the repartition of actors and activities in a social network SOA algorithms strategy mine linking structure in order to detect densely connected group of actors 50
  • 51. HIERARCHICAL ALGORITHMS output a dendrogram: a hierarchical tree of denser and denser communities from top to bottom. •  agglomerative algorithms start from the leaves, and group nodes in larger and larger communities: [Donetti & Munoz 2004] [Zhou & Lipowsky 2004] [Xu et al 2007] [Newman 2004] •  divisive algorithms start from the root of the tree, and group nodes in denser and denser communities: [Girvan & Newman 2002] [Radicchi et al 2004] 51
  • 52. HEURISTIC BASED ALGORITHMS heuristics related to the community structure of networks and to community characteristics: •  similarity with electrical networks [Wu 2004] •  random walk [Dongen 2000] [Pons et al 2005] •  label propagation [Raghavan et al 2007] 52
  • 53. MODULARITY MEASURES [Newman 2004] COMMUNITY PARTITION QUALITY fraction of the edges that fall within communities minus the expected such fraction if edges were distributed at random 1 d<i> d< j > Q= ∑ [Aij − m ] m i, j∈V , c i =c j With: •  m be the number of edges of the network •  d<i> the degree of vertex i •  Aij the number of edges between i and j € •  ci the community of i, 53
  • 54. LABEL PROPAGATION / RAK (1) assigns a unique random label to each node. [Raghavan et al 2007] (2) each node n replaces its label by the label most used by its neighbours. (3) if at least one node changed its label, go to step 2 (4) else nodes that share the same label form a community. opportunity  replace random labels by tags in order to exploit not only the link structure but also the semantics of actors’ vocabulary! 54
  • 55. FOLKSONOMIES each tag may represent a community of interest social tagging flat folksonomie thesaurus polluant énergie related related pollution [Limpens 2010] has narrower pollutions du sol 55
  • 56. TAG PROPAGATION exploit folksonomy for label assignement "interaction creates similarity, while similarity creates interaction" [mika wiki 2005] isicil b e mediawiki inria isicil a d f c g isicil sweetwiki 56
  • 57. TAG PROPAGATION wiki:1, sweetwiki: 1, mediawiki: 1 wiki isicil b e mediawiki inria isicil a d f c g isicil sweetwiki 57
  • 58. SEMANTIC TAG PROPAGATION wiki:3, sweetwiki: 1, mediawiki: 1 wiki skos:narrower sweetwiki mediawiki wiki isicil b e mediawiki inria wiki a d f c g isicil sweetwiki 58
  • 59. SEMANTIC TAG PROPAGATION 2 communities labelled with wiki & isicil wiki skos:narrower sweetwiki mediawiki wiki isicil b e wiki isicil wiki a d f c g isicil wiki 59
  • 60. ALGORITHM SEMTAGP Algorithm SemTagP(RDFGraph network, Type relation) 1.  DO 2.  old_network = network 3.  //propagate tags (i.e. compute new partitions) 4.  FOREACH user IN network.users 5.  user.tag = mostUsedNeighborTag(user, relationType) 6.  END FOREACH 7.  WHILE modularity(network) > modularity(old_network) 8.  RETURN old_network 60
  • 61. PARAMETRIZED SPARQL QUERY delegate all the semantic processing to a semantic graph engine to exploit semantic relations between tags and to parameterize the analyzed relation SELECT ?user ?tag ?y WHERE{ ?user param[rel] ?neighbor {{?neighbour scot:hasTag ?tag } UNION {?neighbour scot:hasTag ?tag2 ?tag skos:narrower ?tag2 filter(exists{?x scot:hasTag ?tag})} } ORDER BY ?user ?tag 61
  • 62. PROBLEM « bad » generalizations •  ubiquitous tags •  too broad tags •  semantic errors environment 62
  • 63. SOLUTION user control to disable semantic relations with given tags, which stengthen others narrower tags nanotechnology 63
  • 64. APPLIED TO ADEME PH.D. NETWORK  1,853 agents  1,597 academic supervisors  256 ADEME engineers.  13,982 relationships  10,246 rel:worksWith  3,736 rel:colleagueOf  6,583 tags  3,570 skos:narrower relations between 2,785 tags 64
  • 65. MODULARITY COMPARISONS X axis: propagation iterations, Y axis: modularity 65
  • 66. MODULARITY LIMITS •  “the ‘optimal partition’, imposed by mathematics, does not necessarily capture the actual community structure of the network”  confirmed by experiments •  modularity optimization might miss important substructures when: •  modules are very fuzzy •  modules have more than 2m edges (which is the case for half of ADEME’s detected communities) •  perspectives: measuring the average quality of each € community [Fortunato & Barthélemy 2007] 66
  • 67. RESULT 1.  pollution 2.  sustainable development 3.  energy 4.  chemistry 5.  air pollution 6.  metals 7.  biomass 8.  wastes •  engineer •  supervisor •  community 67 node size = degree
  • 68. « POLLUTION » AREA 68
  • 69. SEMTAGP: CONCLUSION •  SemTagP: semantic community detection and controlled labelling •  applied to reveal the repartition of ADEME Ph.D fundings •  many perspectives to integrate more semantics: •  investigate other semantics, e.g. skos:related, skos:closematch •  propagate tags through different types of relations •  propagate multiple tags and detect overlapping communities 69
  • 71. CONTRIBUTIONS • leveraging online social networks to ontology-based representations • extending social network analysis to ontology-based representations • semantic community detection and labelling 71
  • 72. PERSPECTIVES  scaling to large network sampling, parallel, iterative algorithms  considering temporal data in the analysis representing and analysing temporal data  enrich social activities with SemSNA results better management of resources and relationships 72
  • 73. International conference  Erétéo G., Gandon F., Corby O., Buffa M., “Analysis of a Real Online Social Network Using Semantic Web Frameworks”. ISWC2009, Washington D.C., USA.  Erétéo G., Gandon F., Corby O., Buffa M., “Semantic Social Network Analysis”. Web Science 2009, Athens, Greece. Book chapter  Erétéo, G., Buffa, M., Gandon, F., Leitzelman, M., Limpens, F., Sanders, P., “Semantic Social Network Analysis, a concrete case”. Handbook of Research on Methods and Techniques for Studying Virtual Communities: Paradigms and Phenomena. A book edited by Ben Kei Daniel, IGI Global 2011. National conference  Leitzelman M., Erétéo, G., Grohan,, P., Herledan, F., Buffa, M., Gandon, F., “De l'utilité d'un outil de veille d'entreprise de seconde génération”. poster in IC2009, Hammamet, Tunisia. Workshop  Erétéo, G., Buffa, M., Gandon, F., Leitzelman, M., Limpens, F., "Leveraging Social data with Semantics", W3C Workshop on the Future of Social Networking, Barcelona, Spain.  Erétéo, G., Buffa, M., Gandon, F., Grohan, P., Leitzelman, M., Sander, P., "A State of the Art on Social Network Analysis and its Applications on a Semantic Web", SDoW2008, Karlsruhe, Germany. QUESTIONS 73