85
Memento: Time Travel for the Web UNC Scholarly Communications Working Group, November 10 2010 The Memento Team Herbert Van de Sompel Michael L. Nelson Robert Sanderson Lyudmila Balakireva Scott Ainsworth Harihar Shankar Memento: Time Travel for the Web Memento is partially funded by the Library of Congress

Memento: Time Travel for the Web

Embed Size (px)

DESCRIPTION

UNC Scholarly Communications Working Group, November 10 2010

Citation preview

Page 1: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Memento Team

Herbert Van de SompelMichael L. NelsonRobert Sanderson

Lyudmila BalakirevaScott AinsworthHarihar Shankar

Memento: Time Travel for the Web

Memento is partially funded by theLibrary of Congress

Page 2: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

W3C Web Architecture: Resource – URI - Representation

Resource

Representation

Represents

URI

Identifies

dereference

Page 3: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

dereference content negotiation

W3C Web Architecture: Resource – URI - Representation

Resource

URI

Identifies

Representation 1

Represents

Representation 2Represents

Page 4: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Resources

Page 5: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Resources have Representations

Page 6: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Resources have Representations that Change over Time

Page 7: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Only the Current Representation is Available from a Resource

Page 8: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Old Representations are Lost Forever

Page 9: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Archived Resources Exist

Page 10: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Archived Resources

http://web.archive.org/web/20010911203610/http://www.cnn.com/ archived resource for http://cnn.com

http://en.wikipedia.org/w/index.php?title=September_11_attacks&oldid=282333 archived resource for

http://en.wikipedia.org/wiki/September_11_attacks

Sep 11 2001, 20:36:10 UTC Dec 20 2001, 4:51:00 UTC

Page 11: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Finding Archived Resources

Go to http://www.archive.org/ and searchhttp://cnn.com

On http://web.archive.org/web/*/http://cnn.com, selectdesired datetime

Page 12: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Finding Archived Resources

Go tohttp://en.wikipedia.org/wiki/September_11_attacks

and click HistoryBrowse History

Page 13: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Navigating Archived Resources

http://en.wikipedia.org/w/index.php?title=September_11_attacks&oldid=282333 archived resource for

http://en.wikipedia.org/wiki/September_11_attacks3

Dec 20 2001, 4:51:00 UTC

http://en.wikipedia.org/wiki/The_Pentagon

current

Pentagon

Page 14: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Navigating Archived Resources

http://web.archive.org/web/20010911203610/http://www.cnn.com/ archived resource for http://cnn.com

http://web.archive.org/web/20010911213855/www.cnn.com/TECH/space/

Sep 11 2001, 20:36:10 UTC Sep 11 2001, 21:38:55 UTC

SPACE

Page 15: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Current and Past Web are Not Integrated

• Current and Past Webbased on same technology.

• But, going from Current toPast Web is a matter of(manual) discovery.

• Memento wants to makegoing from Current to PastWeb a (HTTP) protocolmatter.

• Memento wants to integrateCurrent And Past Web.

Page 16: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

TBL on Generic vs. Specific Resources

http://www.w3.org/DesignIssues/Generic.html

Page 17: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

In The Beginning… there was the inode

struct stat { dev_t st_dev; /* ID of device containing file */ ino_t st_ino; /* inode number */ mode_t st_mode; /* protection */ nlink_t st_nlink; /* number of hard links */ uid_t st_uid; /* user ID of owner */ gid_t st_gid; /* group ID of owner */ dev_t st_rdev; /* device ID (if special file) */ off_t st_size; /* total size, in bytes */ blksize_t st_blksize; /* blocksize for filesystem I/O */ blkcnt_t st_blocks; /* number of blocks allocated */ time_t st_atime; /* time of last access */ time_t st_mtime; /* time of last modification */ time_t st_ctime; /* time of last status change */};

Page 18: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Limited Time Semantics…

% telnet www.digitalpreservation.gov 80Trying 140.147.249.7...Connected to www.digitalpreservation.gov.Escape character is '^]'.HEAD /images/ndiipp_header6.jpg HTTP/1.1Host: www.digitalpreservation.govConnection: close

HTTP/1.1 200 OKDate: Mon, 19 Jul 2010 21:41:04 GMTServer: ApacheLast-Modified: Thu, 18 Jun 2009 16:25:54 GMTETag: "1bc861-10935-dca24880"Accept-Ranges: bytesContent-Length: 67893Connection: closeContent-Type: image/jpeg

Connection closed by foreign host.

Page 19: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Time Semantics Becoming Less, Not More Available

% telnet www.digitalpreservation.gov 80Trying 140.147.249.7...Connected to www.digitalpreservation.gov.Escape character is '^]'.HEAD / HTTP/1.1Host: www.digitalpreservation.govConnection: close

HTTP/1.1 200 OKDate: Mon, 19 Jul 2010 21:36:00 GMTServer: ApacheAccept-Ranges: bytesConnection: closeContent-Type: text/html

Connection closed by foreign host.

Page 20: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Past Links to the Present…

explicit HTML link;no HTTP links;

opaque URI

Page 21: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Past Links to the Present…

no HTML links;no HTTP links;

implicit from URI

Page 22: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

But the Present Does Not Link to the Past

% telnet www.digitalpreservation.gov 80Trying 140.147.249.7...Connected to www.digitalpreservation.gov.Escape character is '^]'.HEAD / HTTP/1.1Host: www.digitalpreservation.govConnection: close

HTTP/1.1 200 OKDate: Mon, 19 Jul 2010 21:36:00 GMTServer: ApacheAccept-Ranges: bytesConnection: closeContent-Type: text/html

Connection closed by foreign host.

no hints in HTML,HTTP, or URI

Page 23: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 24: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 25: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Linking the Past and the Present

• Codify existing methods to create linkage from thepast to the present– easy: an archived version knows for which URI it

is an archived version• Create a linkage from the present to the past

– hard: solve with a level of indirection from presentto past

Page 26: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Normal HTTP Flow

GET R

200 OK

Page 27: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Normal HTTP Flow

GET R

200 OK

Page 28: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Web without a Time Dimension

28

Page 29: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Web without a Time Dimension

29

Page 30: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Web without a Time Dimension

30

Need to use a different URI to access archived versions of a resource and its current version

Page 31: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Web with Time Dimension added by Memento

31

In Memento: use URI of the current version to access archived versions, but qualify it with datetime

Page 32: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Web with Time Dimension added by Memento

32

… and arrive at an archived version via level of indirection

TimeGate

Page 33: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

• Many systems support content negotiation for media type:o Your client by default asks for HTML and gets HTML;o But it could get PDF via the same URI.

• Memento proposes a new dimension for content negotiation – time:o Your client by default asks for the current time, and gets ito But it could get an older version via the same URI

• Can be accomplished with two new HTTP headers:o Request header: Accept-Datetime

o Conveys datetime of content requested by cliento Response header: Memento-Datetime

o Conveys datetime of content returned by server

33

Content Negotiation in the datetime dimension

Page 34: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 35: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 36: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 37: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 38: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 39: Memento: Time Travel for the Web

Memento HTTP Flow

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 40: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

The Memento Framework

Page 41: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Why Not Bypass URI-R and Go Directly to TimeGate?

• The Original Resource (URI-R) might know a "better"TimeGate than the default client value– a CMS (e.g., a wiki) or transactional archive will

always have the most complete archival coveragefor a URI-R

– the client can always ignore the URI-R's TimeGatesuggestion

• Summary: it is good design to check with URI-Rbefore using the default the TimeGate

Page 42: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Long Tail of Archives

A: There is no one true TimeGate. We envision a competitive marketplace for TimeGates and Aggregators.

Q: Which TimeGate should my server (or client) Link to?

Page 43: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Transition Period

• Up until now, we've presented the scenario whereboth the client and server are compliant with theMemento framework

• Good news: Memento elegantly handles scenarioswhere either the client or the server are not (yet)compliant

Page 44: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200

Page 45: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200

Page 46: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200Client detects absence of Link header in response fromURI-R, discards it, then constructs its own URI-G value

Page 47: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200

Page 48: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200

Page 49: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Client, Non-Compliant Server

HEAD R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200

Page 50: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Server, Non-Compliant Client

GET R

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 51: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Server, Non-Compliant Client

GET R

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 52: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Compliant Server, Non-Compliant Client

GET R, Accept-Datetime

302M, Vary, LinkR,B,M

200, Memento-Datetime, LinkR,B,M

GET G, Accept-Datetime

GET M, Accept-Datetime

200, LinkG

Page 53: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Some Issues

• Observational uncertainty• Different notions of time• When is the past?

Page 54: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

No Uncertainty With Self-Archiving Systems

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html foo.html

pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

pic.gif

Page 55: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

foo.html @ t4

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html foo.html

pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

pic.gif

GET /foo.htmlAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t4

GET /pic.gifAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t0

Page 56: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

foo.html @ t4

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html foo.html

pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

pic.gif

GET /foo.htmlAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t4

GET /pic.gifAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t0

foo.html correct pic.gif correct

Page 57: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Uncertainty in Third-Party Archives

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html foo.html

pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

pic.gif

Page 58: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Missed Updates

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html

pic.gif

foo.html

pic.gif pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

foo.html pic.gif

red italics = missed updates

Page 59: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

foo.html @ t4

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html

pic.gif

foo.html

pic.gif pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

foo.html pic.gif

GET /foo.htmlAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t4

GET /pic.gifAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t0

Page 60: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

foo.html @ t4

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html

pic.gif

foo.html

pic.gif pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

foo.html pic.gif

GET /foo.htmlAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t4

GET /pic.gifAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t0

foo.html correct pic.gif incorrect(should be t4)

Page 61: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

foo.html @ t4

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html

pic.gif

foo.html

pic.gif pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

foo.html pic.gif

GET /foo.htmlAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t4

GET /pic.gifAccept-Datetime: t4

HTTP/1.1 200 OKMemento-Datetime: t0

foo.html correct pic.gif incorrect(should be t4)

this combination (foo@t4, pic@t0) never existed!

Page 62: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Decrease Uncertainty With More Observations?

t0|

t1|

t2|

t3|

t4|

t5|

t6|

t7|

foo.html

pic.gif

foo.html

pic.gif

foo.html

pic.gif pic.gif

foo.html

pic.gif

foo.html has <img src=pic.gif>

foo.html pic.gif

red italics = missed updates

Page 63: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Three Notions of Time: Cr, LM, MD

• Creation (Cr): datetime when the resource first cameinto being

• Last-Modified (LM): when the resource was lastchanged

• Memento-Datetime (MD): the datetime that theresource was (meaningfully) observed on the web– not the same as the datetime that the resource is

"about"; i.e. there is no"Memento-Datetime: Thu, 04 Jul 1776 14:37:00"

Page 64: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Cr == MD == LM

Cr

MD

LM

Page 65: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Cr == MD < LM

Cr

MD

LM

Page 66: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

MD < Cr <= LM

Cr

MD

LM

Page 67: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Cr < MD <= LM

Cr

MD

LM

Page 68: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

When is the Past?

easychallenging

challenging

doable but hard

tough

yikes!

cf. the "chronoscope" in Asimov's "The Dead Past"

Page 69: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Why Care About The Past?

From an anonymous reviewer (emphasis mine):

"Is there any statistics to show that many or a good number of Web users would like to get obsolete data or resources? "

Page 70: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Replaying the Experience…

…can be more compelling than a summary

Page 71: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 72: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

vs.

(thanks to Michele Weigle for the following Memento selection)

Page 73: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 74: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 75: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 76: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 77: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 78: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 79: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 80: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 81: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 82: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 83: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 84: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Page 85: Memento: Time Travel for the Web

Memento: Time Travel for the WebUNC Scholarly Communications Working Group, November 10 2010

Memento wants to make navigating the Web’s Past Easy

85

http://www.mementoweb.orghttp://groups.google.com/group/memento-dev