SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
PSLID,
the
Protein
Subcellular
Loca4on

            Image
Database:

   Subcellular
loca4on
assignments,

  annotated
image
collec4ons,
image

analysis
tools,
and
genera4ve
models
of

          protein
distribu4ons

Estelle
Glory,
Jus.n
Newberg,
Tao
Peng,
Ivan
Cao‐Berg,
and

                      Robert
F.
Murphy

  Departments
of
Biological
Sciences,
Biomedical
Engineering
and

                      Machine
Learning
and



                                                                1
Contributors

•    Michael
Boland

•    Mia
Markey
                   •    David
Casasent

•    Gregory
Porreca
              •    Simon
Watkins

•    Meel
Velliste
                •    Jon
Jarvik,
Peter
Berget

•    Kai
Huang
                    •    Jack
Rohrer

•    Xiang
Chen
                   •    Tom
Mitchell

•    Yanhua
Hu
                    •    Christos
Faloutsos

•    Juchang
Hua
                  •    Jelena
Kovacevic

•    Ting
Zhao
                    •    Geoff
Gordon

•    Shann‐Ching
Chen
             •    B.
S.
Manjunath,
Ambuj
Singh

•    Elvira
Osuna
Highley
         •    Les
Loew,
Ion
Moraru,
Jim
Schaff

•    Jus4n
Newberg
                •    Gustavo
Rohde

•    Estelle
Glory
                •    Ghislain
Bonamy,
Sumit
Chanda,

•    Tao
Peng
                          Dan
Rines

•    Luis
Coelho

•    Ivan
Cao‐Berg

Overview

•  SLIC

   –  Subcellular
Loca.on
Image
Classifica.on,
Clustering,

      Comparison

•  PUnMix

   –  Subcellular
PaVern
Unmixing


•  SLML
Tools

   –  Genera.ve
Models
of
Cells
and
Subcellular
Organelles

•  PSLID

   –  Protein
Subcellular
Loca.on
Image
Database

The
Challenge

 Comparison
of
cell
images
pixel‐by‐pixel

  or
region‐by‐region
matching
does
not

  work
for
cell
paVerns
because
different

  cells
have
different
shapes,
sizes,

  orienta4ons

 Organelles/structures
within
cells
are
not

  found
in
fixed
loca4ons

 Instead,
describe
each
image

  numerically
and
operate
on
the

  descriptors
(“SLF”
‐
Subcellular
Loca=on

  Features)

SLIC
tool
categories

•    Segmenta.on

•    Feature
calcula.on

•    Classifica.on

•    Clustering

•    Comparison

Feature
levels
and
granularity



  Single           Single                  Single
  Object            Cell                   Field



 Object             Cell                   Field
features          features               features


                             Aggregate/average
operator



           Granularity: 2D, 3D, 2Dt, 3Dt
ER
                  gian.n
            gpp130



                                                                                 2D


LAMP
                 Mito
             Nucleolin

                                                                                 Images
of

                                                                                 HeLa

                                                                                 cells

Ac.n
                TfR
               Tubulin
                                 DNA





                                                                      100




   Subcellular
PaVern

                                                                       90




                                                     Human Accuracy
                                                                       80


     Classifica.on:
                                                    70



  Computer
vs.
Human
                                                  60


                                                                       50


                                                                       40
 Even
beVer
results
using
mul.resolu.on
methods
                            40    50    60     70      80   90   100
                                                                                        Computer Accuracy
 Even
beVer
results
for
3D
images

SLIC
versions
–
Source
code

•  Matlab

•  Python

•  C++/ITK
(subset;
from
Badri
Roysam’s
group)

Decomposing

              mixture
paVerns


•  Proteins
can
be
in
more
than
one
structure

•  Clustering
or
classifying
whole
cell
paVerns
will

   consider
each
combina.on
of
two
or
more

   “basic”
paVerns
as
a
unique
new
paVern

•  Desirable
to
have
a
way
to
decompose
mixtures

   instead

•  Our
approach:
assume
that
each
basic
paVern

   has
a
recognizable
combina.on
of
different

   types
of
objects


PUnMix

•  Learn
unmixing
model
instance

•  Unmix
images
using
model
instance

Examples
of
Object
Types





Learn
the
types
by
clustering
using
object
features
   11

0.5

             0.4



Amt fluor.
             0.3
                                                                                                            Pure Lysosomal Pattern
              0.2

              0.1

                   0
                                                               Golgi class
                       1
                           2                                  Lysosomal class
                                 3
                                     4
                                             5               Nuclear class
                                                 6
                                                     7
                               Object type               8



             0.5

             0.4
                                                                                                                      
       
Pure
Golgi
PaRern

             0.3
Amt fluor.
              0.2

              0.1

                   0
                                                               Golgi class
                       1
                           2                                  Lysosomal class
                                 3
                                     4
                                             5               Nuclear class
                                                 6
                                                     7
                               Object type               8

                                                                                 0.25

                                                                                  0.2

                                                                                 0.15
                                                                    Amt fluor.
                                                                                   0.1

                                                                                  0.05
                                                                                                                                     All
                                                                                        0                                           Golgi class
                                                                                            1   2                                  Lysosomal class
                                                                                                    3   4     5                   Nuclear class
                                                                                                                  6       7
                                                                                                Object type                   8
Test
samples

•  How
do
we
test
a
subcellular
paVern
unmixing

   algorithm?

•  Need
images
of
known
mixtures
of
pure

   paVerns
–
difficult
to
obtain
“naturally”

•  Created
test
set
by
mixing
different

   propor.ons
of
two
probes
that
localize
to

   different
cell
parts
(lysosomes
and

   mitochondria)



Tao Peng, Ghislain Bonamy, Estelle
Glory, Sumit Chanda, Dan Rines
(Genome Research Institute of
Novartis Foundation)


   •  Lysotracker

•  Mitotracker

•  Mixture
of
Lysotracker
and
Mitotracker

PaVern
unmixing
results





                           17
PUnMix
versions

•  Open
source
–
Matlab
including
C++

•  Compiled
versions
(not
requiring
Matlab

   license)
for
MacOS,
Windows,
Linux

SLML
Tools
‐
Genera.ve
models
of

        subcellular
paVerns


•  Build
model
instance
from
image
collec.on

•  Generate
images
from
model
instance

•  View
mul.‐paVern
images

LAMP2
paVern





               Cell membrane


               Nucleus




         Protein
Nuclear
Shape
‐
Medial
Axis
Model


                                        width


       Rotate




 Represented by two curves            Medial axis




                    width along the
  the medial axis
                    medial axis
Synthe.c
Nuclear
Shapes

With
added
nuclear
texture

Cell
Shape

Descrip.on:
Distance
Ra.o



                 d1 + d 2
      d1
             r =
      d2
                   d2
Genera.on

Models
for
protein‐containing
objects


                                                  •  Mixture
of
Gaussian

                                                     objects

                                                  •  Learn
distribu.ons
for

                                                     number
of
objects
and

r:
normalized
distance,
a:
angle
to
major
axis
      object
size

                                                  •  Learn
probability

                                                     density
func.on
for

                                                     objects
rela.ve
to

                                                     nucleus
and
cell

Synthesized
Images





                      Lysosomes
                        Endosomes


     Have
XML
design
for
capturing
model
parameters

  SLML
toolbox
‐
Ivan
Cao‐Berg,
Tao
Peng,
Ting
Zhao


    Have
portable
tool
for
genera.ng
images
from
model
             27
Model
Distribu.on


•  Genera.ve
models
provide
beVer
way
of

   distribu.ng
what
is
known
about

   “subcellular
loca.on
families”
(or
other

   imaging
results,
such
as
illustra.ng
change

   due
to
drug
addi.on)

•  Have
XML
design
for
capturing
the
models

   for
distribu.on

•  Have
portable
tool
for
genera.ng

   images
from
the
model

Combining
Models
for
Cell
Simula.ons


           Protein 1
       Cell Shape
      Nuclear Model

               Protein 2
             Cell Shape             Simulation
            Nuclear Model
                   Protein 3
                 Cell Shape
 Shared         Nuclear Model
Nuclear
and Cell               XML
  Shape
Example
combina.on





 Red
=
nuclear
membrane,
plasma
membrane

 Blue
=
Golgi

 Green
=
Lysosomes

 Cyan
=
Endosomes

SLML
Tools
versions

•  Open
source
–
Matlab
including
C++

•  Compiled
versions
(not
requiring
Matlab

   license)
for
MacOS,
Windows,
Linux

PSLID

•  Loading
pipeline
driven
by
script

   –  Calculates
thumbnail
images,
features,
segmenta.on

   –  Creates
database
records
and
links

   –  Creates
predefined
sets

•  Web
applica.on

   –  Create
sets
by
searching
on
context
or
content

   –  Analyze
sets
with
any
SLIC
tool

   –  Full
display
or
summary

   –  SOAP/XML
interface

PSLID

•  Open
source

•  Linux
only:
tomcat,
postgres

Annotated
Datasets

•  2D
and
3D
images
of
9
major
subcellular

   paVerns
in
HeLa
cells

•  3D
images
of
~300
proteins
in
3T3
cells

•  2D
images
of
~3000
proteins
in
3T3
cells

•  2D
and
3D
images
for
paVern
unmixing

•  Datasets
from
other
inves.gators

•  hVp://murphylab.web.cmu.edu/sooware

•  hVp://murphylab.web.cmu.edu/data


•  Past
major
support
from
NSF

•  Current
support
from
NIH
NIGMS
and
NCRR

  –  Na.onal
Center
for
Networks
and
Pathways:

     Molecular
Biosensors
and
Imaging
Center
(Alan

     Waggoner)


Más contenido relacionado

Más de bosc

Swertz Molgenis Bosc2009
Swertz Molgenis Bosc2009Swertz Molgenis Bosc2009
Swertz Molgenis Bosc2009bosc
 
Bosc Intro 20090627
Bosc Intro 20090627Bosc Intro 20090627
Bosc Intro 20090627bosc
 
Software Patterns Panel Bosc2009
Software Patterns Panel Bosc2009Software Patterns Panel Bosc2009
Software Patterns Panel Bosc2009bosc
 
Kallio Chipster Bosc2009
Kallio Chipster Bosc2009Kallio Chipster Bosc2009
Kallio Chipster Bosc2009bosc
 
Welch Wordifier Bosc2009
Welch Wordifier Bosc2009Welch Wordifier Bosc2009
Welch Wordifier Bosc2009bosc
 
Rice Emboss Bosc2009
Rice Emboss Bosc2009Rice Emboss Bosc2009
Rice Emboss Bosc2009bosc
 
Prlic Bio Java Bosc2009
Prlic Bio Java Bosc2009Prlic Bio Java Bosc2009
Prlic Bio Java Bosc2009bosc
 
Senger Soaplab Bosc2009
Senger Soaplab Bosc2009Senger Soaplab Bosc2009
Senger Soaplab Bosc2009bosc
 
Cock Biopython Bosc2009
Cock Biopython Bosc2009Cock Biopython Bosc2009
Cock Biopython Bosc2009bosc
 
Hanmer Software Patterns Bosc2009
Hanmer Software Patterns Bosc2009Hanmer Software Patterns Bosc2009
Hanmer Software Patterns Bosc2009bosc
 
Snell Psoda Bosc2009
Snell Psoda Bosc2009Snell Psoda Bosc2009
Snell Psoda Bosc2009bosc
 
Procter Vamsas Bosc2009
Procter Vamsas Bosc2009Procter Vamsas Bosc2009
Procter Vamsas Bosc2009bosc
 
Drablos Composite Motifs Bosc2009
Drablos Composite Motifs Bosc2009Drablos Composite Motifs Bosc2009
Drablos Composite Motifs Bosc2009bosc
 
Fauteux Seeder Bosc2009
Fauteux Seeder Bosc2009Fauteux Seeder Bosc2009
Fauteux Seeder Bosc2009bosc
 
Moeller Debian Bosc2009
Moeller Debian Bosc2009Moeller Debian Bosc2009
Moeller Debian Bosc2009bosc
 
Prins Bio Lib Bosc 2009
Prins Bio Lib Bosc 2009Prins Bio Lib Bosc 2009
Prins Bio Lib Bosc 2009bosc
 
Wilczynski_BNFinder_BOSC2009
Wilczynski_BNFinder_BOSC2009Wilczynski_BNFinder_BOSC2009
Wilczynski_BNFinder_BOSC2009bosc
 
Varre_Biomanycores_BOSC2009
Varre_Biomanycores_BOSC2009Varre_Biomanycores_BOSC2009
Varre_Biomanycores_BOSC2009bosc
 
Trelles_QnormBOSC2009
Trelles_QnormBOSC2009Trelles_QnormBOSC2009
Trelles_QnormBOSC2009bosc
 
Rother_ModeRNA_BOSC2009
Rother_ModeRNA_BOSC2009Rother_ModeRNA_BOSC2009
Rother_ModeRNA_BOSC2009bosc
 

Más de bosc (20)

Swertz Molgenis Bosc2009
Swertz Molgenis Bosc2009Swertz Molgenis Bosc2009
Swertz Molgenis Bosc2009
 
Bosc Intro 20090627
Bosc Intro 20090627Bosc Intro 20090627
Bosc Intro 20090627
 
Software Patterns Panel Bosc2009
Software Patterns Panel Bosc2009Software Patterns Panel Bosc2009
Software Patterns Panel Bosc2009
 
Kallio Chipster Bosc2009
Kallio Chipster Bosc2009Kallio Chipster Bosc2009
Kallio Chipster Bosc2009
 
Welch Wordifier Bosc2009
Welch Wordifier Bosc2009Welch Wordifier Bosc2009
Welch Wordifier Bosc2009
 
Rice Emboss Bosc2009
Rice Emboss Bosc2009Rice Emboss Bosc2009
Rice Emboss Bosc2009
 
Prlic Bio Java Bosc2009
Prlic Bio Java Bosc2009Prlic Bio Java Bosc2009
Prlic Bio Java Bosc2009
 
Senger Soaplab Bosc2009
Senger Soaplab Bosc2009Senger Soaplab Bosc2009
Senger Soaplab Bosc2009
 
Cock Biopython Bosc2009
Cock Biopython Bosc2009Cock Biopython Bosc2009
Cock Biopython Bosc2009
 
Hanmer Software Patterns Bosc2009
Hanmer Software Patterns Bosc2009Hanmer Software Patterns Bosc2009
Hanmer Software Patterns Bosc2009
 
Snell Psoda Bosc2009
Snell Psoda Bosc2009Snell Psoda Bosc2009
Snell Psoda Bosc2009
 
Procter Vamsas Bosc2009
Procter Vamsas Bosc2009Procter Vamsas Bosc2009
Procter Vamsas Bosc2009
 
Drablos Composite Motifs Bosc2009
Drablos Composite Motifs Bosc2009Drablos Composite Motifs Bosc2009
Drablos Composite Motifs Bosc2009
 
Fauteux Seeder Bosc2009
Fauteux Seeder Bosc2009Fauteux Seeder Bosc2009
Fauteux Seeder Bosc2009
 
Moeller Debian Bosc2009
Moeller Debian Bosc2009Moeller Debian Bosc2009
Moeller Debian Bosc2009
 
Prins Bio Lib Bosc 2009
Prins Bio Lib Bosc 2009Prins Bio Lib Bosc 2009
Prins Bio Lib Bosc 2009
 
Wilczynski_BNFinder_BOSC2009
Wilczynski_BNFinder_BOSC2009Wilczynski_BNFinder_BOSC2009
Wilczynski_BNFinder_BOSC2009
 
Varre_Biomanycores_BOSC2009
Varre_Biomanycores_BOSC2009Varre_Biomanycores_BOSC2009
Varre_Biomanycores_BOSC2009
 
Trelles_QnormBOSC2009
Trelles_QnormBOSC2009Trelles_QnormBOSC2009
Trelles_QnormBOSC2009
 
Rother_ModeRNA_BOSC2009
Rother_ModeRNA_BOSC2009Rother_ModeRNA_BOSC2009
Rother_ModeRNA_BOSC2009
 

Último

How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Último (20)

How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Murphy_PSLID_BOSC2009