Cross Media Strategy I: Tools & Technologies

12
Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 1 Unlock Content Unlock Content Cross Media Strategy I: Tools & Technologies Gilbane San Francisco – April 10 th – 12 th Andrew Grygiel VP Marketing & Marketing Development Unlock Content

description

Unlock Content ™. Cross Media Strategy I: Tools & Technologies. Gilbane San Francisco – April 10 th – 12 th Andrew Grygiel VP Marketing & Marketing Development. Topics. Important technologies, techniques and concepts XML XQuery Digital Product Creation. XML: The Fundamental Enabler. - PowerPoint PPT Presentation

Transcript of Cross Media Strategy I: Tools & Technologies

Page 1: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 1

Unlock Content™Unlock Content™

Cross Media Strategy I: Tools & Technologies

Gilbane San Francisco – April 10th – 12th

Andrew GrygielVP Marketing & Marketing Development

Unlock Content™

Page 2: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 2Slide 2

Topics

Important technologies, techniques and concepts

XML

XQuery

Digital Product Creation

Page 3: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 3Slide 3

XML: The Fundamental Enabler

Separation of form and content<title>, <link>, and <description>Not <bold> and <italic>

Ideal repository / archive formatOpen, standard, human-readable, presentation-neutral

Use markup to denote many different thingsMetadata: <author>, <pub-date>Structure: <section>, <caption>, <citation>, <footnote>Entities: <person>, <place>, <thing>Facts: relationships between entities And much more: molecules, diseases, concepts, sentiment, parts-of-speech, coordinates, ...

Page 4: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 4Slide 4

XQuery

XML Query language (XQuery)

Designed specifically for querying XML

Kind of SQL for XML

Recently became an approved W3C standard

De-risk: use, acquisition from small suppliers

Reflects the XML bifurcation

RDBMS vendors: data-centric implementations

XML content server vendors: content-centric implementations

Poorly named: much more than a query language

Programming language for building XML-based web applications

Page 5: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 5Slide 5

Digital Product Creation: Traditional

Decide what you want to build

Round up content for it

From inside the organization

License from outside if necessary

Normalize that content

Get it to one DTD or schema

Build application / delivery system from scratch

See if it works

App

All fixed cost

Page 6: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 6Slide 6

Digital Product Creation: New

Round up all your contentSemi-normalize it

Create platform to accelerate new product creation

Decide what you want to build

License additional content if needed

Clean-up and enrich to enable the app

Build application / delivery system on the platform

See if it works

Platform

App

Use platform to reduce marginal costof applications

App App●●

Page 7: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 7Slide 7

Digital Product Creation Activities

Integrate

Of internal, licensed external, and possibly Internet content

Enrich

From basic clean-up to advanced entity, fact, concept, and sentiment extraction

Contextualize

Creation of content applications that don’t just provide information

But instead help a known role accomplish a known task

Page 8: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 8Slide 8

Integrate: Oxford’s AASC

Page 9: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 9Slide 9

Integrate: O’Reilly SafariU

Page 10: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 10Slide 10

Enrich: Intelligence Demo

<inxight:travel>

<inxight:person confidence="100">President Nixon</inxight:person>

went to <inxight:city confidence="100" latitude="39.928888"

longitude="116.388333">Beijing</inxight:city> for a week early

in <inxight:year confidence="100">1972</inxight:year>, meeting

<inxight:person confidence="90"

reference="person5">Mao</inxight:person> as well as

<inxight:person confidence="90">Zhou</inxight:person>.

</inxight:travel>

Fact extraction (relationships between entities)

Also have sentiment extraction, concept extraction, entity extraction, part-of-speech extraction, … (“a boy and his algorithm”)

Page 11: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 11Slide 11

Contextualize: Elsevier PathCONSULT

For pathologistsdoing differential diagnosis

Page 12: Cross Media Strategy I: Tools & Technologies

Copyright © 2007 Mark Logic Corporation – All Rights Reserved Slide 12Slide 12

Resources

Querying XML

Melton and Buxton

Mark Logic CEO blog

http://marklogic.blogspot.com

Discovering XQuery blog

http://xquery.typepad.com

CMS Watch

www.cmswatch.com

Text Technologies, DBMS2

www.texttechnologies.com

www.dbms2.com

XML and databases

http://www.rpbourret.com/xml/xmlanddatabases.htm