SlideShare a Scribd company logo
1 of 50
Download to read offline
Information Sharing Pipeline
Violeta Ilik & Lukas Koster
Columbia University Libraries | Library of the
University of Amsterdam
NASIG 2018, June 9, 2018
Atlanta, GA
@azraiekv @lukask
Information Sharing Pipeline
What do we mean by information
sharing pipeline?
[GDS/Real time information
channel]
Information Sharing Pipeline
Real time information channel fed by and consumed
by institutions and applications that manage and use
identity information.
We described the idea in a couple of blog posts:
● Why not share? 08/26/2017 [1]
● Real time information channel 10/19/2017 [2]
[1] https://ilikvioleta.blogspot.com/2017/08/why-not-share.html
[2] https://ilikvioleta.blogspot.com/2017/10/real-time-information-channel.html
https://ilikvioleta.blogspot.com/2017/10/real-time-information-channel.html
Information Sharing Pipeline
Overview
Ilik, Violeta. (2015). Distributed person data: using Semantic Web compliant data in subject name headings. International
UDC Seminar, Classification and Authority Control: Expanding Resource Discovery, Lisbon, Portugal, October 29, 2015.
Overview
Overview
The solution may not be to try and fix the closed
and constrained systems.
The solution may be to completely change the
way we currently think and work.
Use the W3C standards and protocols to
decouple data from service providers or
applications.
Information Sharing Pipeline
Outline:
● Inspiration: Decentralized Web
● Problem
● Existing standards/protocols
● Recommendations
Inspiration: Tim Berners-Lee
“There is an architecture in which a few existing or Web
protocols are gathered together with some glue to make a
world wide system in which applications (desktop or Web
Application) can work on top of a layer of commodity
read-write storage. Crucial design issues are that principals
(users) and groups are identified by URIs, and so are global
in scope, and that elements of storage are access controlled
using those global identifiers. The result is that storage
becomes a commodity, independent of the application
running on it.” [8/17/2009]
https://www.w3.org/DesignIssues/CloudStorage.html
Inspiration: Tim Berners-Lee
Separate the Applications from Storage
● It allows the user to control access to their data, whatever applications they use
● It allows the data from various applications to be cross-linked, at great derived
extra value, breaking down the silos described above.
● It allows innovation in the market for applications, because the bar far launching
an app is far lower, as the app can run in the open data cloud.
● The persistence of applications and data may be very different. In some cases a
well-established application which people have grown very familiar with may be
used to make an online discussion which is ephemeral, in another case an
application may be developed to solve a short term problem in an enterprise where
the life of the data exceeds that of any of the applications the enterprise uses. By
decoupling the application and data, these persistences can be managed
independently.
https://www.w3.org/DesignIssues/CloudStorage.html
Inspiration: Tim Berners-Lee
Notifications
Push or pull?
https://www.w3.org/DesignIssues/CloudStorage.html
https://github.com/solid/solid-tutorial-intro
One data pod per person
Highly granular access control
Inspiration: SOLID
https://www.w3.org/2018/Talks/0529-timbl-tur
ing/timbl-turing-slides-utopia-to-dystopia.html#/
97Inspiration: SOLID
Solid is an
application
platform for
decentralization
through Linked
Data
https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/
Inspiration: Ruben Verborgh
https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/
Paradigm
shift 1:
End users
become
data owners
Inspiration: Ruben Verborgh
https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/
Paradigm shift 2: Apps become views
you enter data only once—in your own data pod
Inspiration: Ruben Verborgh
Inspiration: Ruben Verborgh
https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/
Paradigm shift 3: Interfaces become queries
https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/
Decentralizing the Web is about reorganizing power
Inspiration: Ruben Verborgh
Problem
Who holds the data?
Stakeholder:
Libraries
Stakeholder:
Publishers
Stakeholder:
Vendors
Stakeholder:
Identity
Providers
Stakeholder:
OCLC
Stakeholder:
Libraries
Stakeholder:
Publishers
Stakeholder:
Vendors
Stakeholder:
Identity
Providers
Stakeholder:
OCLC
Problem
How do we work together to exchange/verify information
about entities in real time?
Stakeholder:
Libraries
Stakeholder:
Publishers
Stakeholder:
Vendors
Stakeholder:
Identity
Providers
Stakeholder:
OCLC
Break Down the Walls
Problem
Islands
Problem
Opening up the communication channel
Problem
http://csarven.ca/presentations/call-for-linked-research-dans/
Sarven Capadisli
Problem
Existing standards/protocols
WebSub protocol
ActivityPub protocol
Linked Data Notifications protocol
Existing standards:WebSub protocol
● Topic
● Hub ("the hub")
● Publisher
● Subscriber
● Subscription
● Subscriber Callback URL
● Event
● Content Distribution Notification / (Content
Distribution Request)
It’s not Linked Data centric!
https://www.w3.org/TR/websub/#definitions
Existing standards:WebSub protocol
https://www.w3.org/TR/websub/#high-level-protocol-flow
Existing standards:WebSub protocol
https://www.w3.org/TR/websub/#candidate-recommendation-exit-criteria
Roles:
1. Publisher
2. Subscriber
3. Hub
Existing standards:WebSub protocol
Subscribing and Unsubscribing
● Subscriber requests a subscription at the hub
● The hub validates the subscription with the publisher
(OPTIONAL)
● The hub confirms the subscription was actually
requested by the subscriber
● The hub periodically reconfirms the subscription is still
active (OPTIONAL)
https://www.w3.org/TR/websub/#subscribing-and-unsubscribing
Existing standards:WebSub protocol
In this environment there is no
central/correct/unique version of the data --
instead there are many versions that are informed
by work being done in different
institutions/applications that manage and use
identity information.
https://ilikvioleta.blogspot.com/2017/10/real-time-information-channel.html
Existing standards:ResourceSync
ResourceSync Change Notifications - push-based
Editors:
Martin Klein, Herbert Van de Sompel - Los Alamos National Laboratory
Simeon Warner - Cornell University
Graham Klyne - University of Oxford
Bernhard Haslhofer - University of Vienna
Michael Nelson - Old Dominion University
Carl Lagoze - University of Michigan
Robert Sanderson - The Getty
http://www.openarchives.org/rs/notification/1.0.1/notification
Existing standards: ResourceSync
ResourceSync Change Notifications
WebSub as Transport Protocol
Table 2: Mapping of terminologies between ResourceSync and WebSub
http://www.openarchives.org/rs/notification/1.0.1/notification
ResourceSync WebSub
Source Publisher
Destination Subscriber
Channel Topic
Notification Notification
Hub
Existing standards
ResourceSync Change Notifications
WebSub as Transport Protocol
http://www.openarchives.org/rs/notification/1.0.1/notification
Existing standards: ActivityPub
The ActivityPub protocol is a decentralized social
networking protocol based upon the [ActivityStreams] 2.0
data format. It provides a client to server API for creating,
updating and deleting content, as well as a federated server
to server API for delivering notifications and content.
https://www.w3.org/TR/activitypub/
Existing standards: ActivityPub
ActivityPub provides two layers:
1. A server to server federation protocol
2. A client to server protocol
https://www.w3.org/TR/activitypub/
Existing standards: ActivityPub
In ActivityPub, a user is represented by "actors" via the
user's accounts on servers. User's accounts on different
servers correspond to different actors. Every Actor has:
An inbox: How they get messages from the world
An outbox: How they send messages to others
https://www.w3.org/TR/activitypub/
Existing standards: ActivityPub
https://www.w3.org/TR/activitypub/
Existing standards: ActivityPub
All objects have the following properties:
● id
The object's unique global identifier
● type
The type of the object.
https://www.w3.org/TR/activitypub/
Existing standards: ActivityPub
Actor types are Object types that are capable of performing
activities.
The core Actor Types include:
Application
Group
Organization
Person
Service
https://www.w3.org/TR/activitypub/
Existing standards: Linked Data Notifications
Simpler design:
Linked Data Notifications is a protocol that
describes how servers (receivers) can have
messages pushed to them by applications (senders),
as well as how other applications (consumers) may
retrieve those messages.
ActivityPub incorporates LDN.
https://www.w3.org/TR/activitypub/
Existing standards: Linked Data Notifications
Modular systems
Decouple data storage from the applications
The protocol is intended to allow senders, receivers
and consumers of notifications to seamlessly work
together, contributing to decentralisation of our
interactions on the Web.
https://www.w3.org/TR/activitypub/
Existing standards: Linked Data Notifications
https://www.w3.org/TR/ldn/#overview
Existing standards: Linked Data Notifications
LDN “in use”
By Herbert
Van de
Sompel
https://www.slideshare.net/hvdso
mp/paul-evan-peters-lecture/
Recommendations:
WebSub protocol
ActivityPub protocol
LDN protocol
Which one will work?
Recommendations:
WebSub + ResourceSync protocol
ActivityPub protocol
LDN protocol
Which one will work in the near future?
What’s the hold up?
Sarven Capadisli
What’s the hold up?
Politics
Intellectual property issues
Benefits
Lukas Koster
Sarven Capadisli
Herbert Van de Sompel
PCC Task Group on Identity Management
in NACO
Acknowledgment
https://pixabay.com/photo-2031395/
Violeta Ilik
Thank you
https://pixabay.com/photo-2031395/

More Related Content

Similar to Information sharing pipeline

Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏Julie Allinson
 
The path to an hybrid open source paradigm
The path to an hybrid open source paradigmThe path to an hybrid open source paradigm
The path to an hybrid open source paradigmJonathan Challener
 
Uk discovery-jisc-project-showcase
Uk discovery-jisc-project-showcaseUk discovery-jisc-project-showcase
Uk discovery-jisc-project-showcaseRDTF-Discovery
 
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Artefactual Systems - AtoM
 
WireCloud hands-on. FI-PPP-Liaison
WireCloud hands-on. FI-PPP-LiaisonWireCloud hands-on. FI-PPP-Liaison
WireCloud hands-on. FI-PPP-LiaisonMiguel Jiménez
 
Web2.0 2012 - lesson 6 - web feed
Web2.0 2012 - lesson 6 - web feedWeb2.0 2012 - lesson 6 - web feed
Web2.0 2012 - lesson 6 - web feedCarlo Vaccari
 
D3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsD3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsFOODIE_Project
 
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreOpen for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreAndy Powell
 
Application integration with the W3C Linked Data standards
Application integration with the W3C Linked Data standardsApplication integration with the W3C Linked Data standards
Application integration with the W3C Linked Data standardsNandana Mihindukulasooriya
 
Fast App development with SwellRT
Fast App development  with SwellRTFast App development  with SwellRT
Fast App development with SwellRTSamer Hassan
 
A Global Research Data Platform: How Globus Services Enable Scientific Discovery
A Global Research Data Platform: How Globus Services Enable Scientific DiscoveryA Global Research Data Platform: How Globus Services Enable Scientific Discovery
A Global Research Data Platform: How Globus Services Enable Scientific DiscoveryIan Foster
 
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...Carole Goble
 
Introduction To Open Web Protocols
Introduction To Open Web ProtocolsIntroduction To Open Web Protocols
Introduction To Open Web ProtocolsMohan Krishnan
 

Similar to Information sharing pipeline (20)

Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏
 
The path to an hybrid open source paradigm
The path to an hybrid open source paradigmThe path to an hybrid open source paradigm
The path to an hybrid open source paradigm
 
Uk discovery-jisc-project-showcase
Uk discovery-jisc-project-showcaseUk discovery-jisc-project-showcase
Uk discovery-jisc-project-showcase
 
OpenDaylight nluug_november
OpenDaylight nluug_novemberOpenDaylight nluug_november
OpenDaylight nluug_november
 
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
 
WireCloud hands-on. FI-PPP-Liaison
WireCloud hands-on. FI-PPP-LiaisonWireCloud hands-on. FI-PPP-Liaison
WireCloud hands-on. FI-PPP-Liaison
 
Web2.0 2012 - lesson 6 - web feed
Web2.0 2012 - lesson 6 - web feedWeb2.0 2012 - lesson 6 - web feed
Web2.0 2012 - lesson 6 - web feed
 
Bibliotheken en cloud computing
Bibliotheken en cloud computingBibliotheken en cloud computing
Bibliotheken en cloud computing
 
Webware Webinar
Webware WebinarWebware Webinar
Webware Webinar
 
PlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web ScalePlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web Scale
 
D3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsD3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication tools
 
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreOpen for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
 
Application integration with the W3C Linked Data standards
Application integration with the W3C Linked Data standardsApplication integration with the W3C Linked Data standards
Application integration with the W3C Linked Data standards
 
Fast App development with SwellRT
Fast App development  with SwellRTFast App development  with SwellRT
Fast App development with SwellRT
 
A Global Research Data Platform: How Globus Services Enable Scientific Discovery
A Global Research Data Platform: How Globus Services Enable Scientific DiscoveryA Global Research Data Platform: How Globus Services Enable Scientific Discovery
A Global Research Data Platform: How Globus Services Enable Scientific Discovery
 
SWORD: The Story So Far
SWORD: The Story So FarSWORD: The Story So Far
SWORD: The Story So Far
 
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
 
Introduction To Open Web Protocols
Introduction To Open Web ProtocolsIntroduction To Open Web Protocols
Introduction To Open Web Protocols
 
Design patternsforiot
Design patternsforiotDesign patternsforiot
Design patternsforiot
 
Web2.0-IFF
Web2.0-IFFWeb2.0-IFF
Web2.0-IFF
 

More from Violeta Ilik

Karma is a tool! Managing your Data
Karma is a tool! Managing your DataKarma is a tool! Managing your Data
Karma is a tool! Managing your DataVioleta Ilik
 
Starting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryStarting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryVioleta Ilik
 
What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?Violeta Ilik
 
Dos and don'ts of extending the VIVO ontology
Dos and don'ts of extending the VIVO ontologyDos and don'ts of extending the VIVO ontology
Dos and don'ts of extending the VIVO ontologyVioleta Ilik
 
Karma Data Modeling
Karma Data ModelingKarma Data Modeling
Karma Data ModelingVioleta Ilik
 
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...Violeta Ilik
 
Modeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolModeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolVioleta Ilik
 
The Case for Stable VIVO URIs
The Case for Stable VIVO URIsThe Case for Stable VIVO URIs
The Case for Stable VIVO URIsVioleta Ilik
 
Integrating with others: Stable VIVO URIs for local authority records; linkin...
Integrating with others: Stable VIVO URIs for local authority records; linkin...Integrating with others: Stable VIVO URIs for local authority records; linkin...
Integrating with others: Stable VIVO URIs for local authority records; linkin...Violeta Ilik
 
Cataloguer Makeover
Cataloguer MakeoverCataloguer Makeover
Cataloguer MakeoverVioleta Ilik
 
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Violeta Ilik
 

More from Violeta Ilik (13)

Karma is a tool! Managing your Data
Karma is a tool! Managing your DataKarma is a tool! Managing your Data
Karma is a tool! Managing your Data
 
Starting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryStarting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repository
 
What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?
 
Dos and don'ts of extending the VIVO ontology
Dos and don'ts of extending the VIVO ontologyDos and don'ts of extending the VIVO ontology
Dos and don'ts of extending the VIVO ontology
 
Karma Data Modeling
Karma Data ModelingKarma Data Modeling
Karma Data Modeling
 
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...
It Takes a Village to Grow ORCIDs on Campus: Establishing and Integrating Uni...
 
Modeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolModeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration Tool
 
The Case for Stable VIVO URIs
The Case for Stable VIVO URIsThe Case for Stable VIVO URIs
The Case for Stable VIVO URIs
 
Integrating with others: Stable VIVO URIs for local authority records; linkin...
Integrating with others: Stable VIVO URIs for local authority records; linkin...Integrating with others: Stable VIVO URIs for local authority records; linkin...
Integrating with others: Stable VIVO URIs for local authority records; linkin...
 
Cataloguer Makeover
Cataloguer MakeoverCataloguer Makeover
Cataloguer Makeover
 
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
 
Reuse, repurpose
Reuse, repurposeReuse, repurpose
Reuse, repurpose
 
Visualizing data
Visualizing dataVisualizing data
Visualizing data
 

Recently uploaded

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 

Recently uploaded (20)

OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 

Information sharing pipeline