Skip to content

Commit

Permalink
Use Cases Document
Browse files Browse the repository at this point in the history
This commit adds a structural respec HTML document to contain our gathered use cases and present requirement/feature analysis. There's lots to fill in, but it is a good start. refs #100
  • Loading branch information
edsu committed Jan 19, 2022
1 parent 799699c commit 0330cf4
Showing 1 changed file with 196 additions and 0 deletions.
196 changes: 196 additions & 0 deletions use-cases/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
<html>
<head>
<title>Use Cases for Decentralized Web Archives</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer ></script>
<script class="remove">
var respecConfig = {
specStatus: "unofficial",
publishDate: "2022-12-04",
thisVersion: "https://webrecorder.github.io/wacz-format/use-cases/",
latestVersion: "https://webrecorder.github.io/wacz-format/use-cases/",
shortName: "wacz-use-cases",
includePermalinks: true,
editors: [
{
name: "Ilya Kreymer",
url: "https://www.linkedin.com/in/ilya-kreymer-55110093/",
company: "Webrecorder",
companyURL: "https://webrecorder.net/"
},
{
name: "Ed Summers",
url: "https://www.linkedin.com/in/esummers/",
company: "Stanford University",
companyURL: "https://stanford.edu"
}
],
authors: [
{
name: "Lorena Ramirez-Lopez",
url: "https://www.linkedin.com/in/ilya-kreymer-55110093/",
company: "Webrecorder",
companyURL: "https://webrecorder.net"
},
{
name: "Cade Diehm",
company: "New Design Congress",
companyURL: "https://newdesigncongress.org/"
},
{
name: "Benjamin Royer",
company: "New Design Congress",
companyURL: "https://newdesigncongress.org/"
},
{
name: "Nicholas Taylor",
url: "https://nullhandle.org/",
company: "Los Alamos National Laboratory Research Library",
companyURL: "https://www.lanl.gov/library/"
},
{
name: "Sua Yoo",
url: "https://suayoo.online/"
}
],
group: {
name: "WACZ Editors",
url: "https://webrecorder.net"
},
wgPublicList: "",
otherLinks: [
{
key: "Additional Documents",
data: [
{
value: "Specification",
href: "https://webrecorder.github.io/wacz-spec/latest/",
}
]
},
{
key: "Repository",
data: [
{
value: "Github",
href: "https://github.com/webrecorder/wacz-format"
},
{
value: "Issues",
href: "https://github.com/webrecorder/wacz-format/issues"
},
{
value: "Commits",
href: "https://github.com/webrecorder/wacz-format/commits"
},
]
}
],
maxTocLevel: 3,
logos: [
{
src: "https://webrecorder.github.io/wacz-spec/1.2.0/images/wacz.png",
alt: "WACZ Logo",
height: 100
}
],
localBiblio: {
}
};
</script>
</head>

<body>

<section id="abstract" data-format="markdown">
This document sets out use cases and requirements for a new packaging format
for distributed web archive collections.
</section>

<section id="sotd" data-format="markdown">
This document was published by the [Webrecorder Project](https://webrecorder.net) as part of a [grant](https://github.com/webrecorder/devgrants/blob/browser-based-web-archiving/open-grants/open-proposal-browser-based-web-archiving.md) from the [FileCoin Foundation](https://fil.org/). It is being actively developed and feedback on new use cases is encouraged using [GitHub Issues](https://www.w3.org/TR/did-use-cases/).
</section>

<section id="intro" data-format="markdown">

# Introduction

## Motivation

The goal of this specification is to provide a portable format for web archives.

## Existing Work

## Concepts of Distributed Web Archives

</section>

<section id="use-cases" data-format="markdown">

# Use Cases

## Researcher saves an article for later use

## Social media user preserves and deletes account

## Curator preserves application in an institutional repository

## Preserving organizational social media accounts in institional
repository

## Resources for investigative journalism

## Curate art works for transfer to museum

## Aggregate access to routine automated crawls

## Author copies of work published elsewhere on the web

## Locally hosted copies of at risk video to guard against link rot

## Extract collection from larger archive for research

## Requesting materials during electronic discovery

## Documenting disinformation campaigns

## Manuscript publication

## Reconstructing local archive of lost website

## Extracting web pages from web archive for local full text search

## Court staff archive open web resources cited in opinions

## Offline first curriculum materials

## Evaluate trust in the creator of a web archive

</section>

<section id="threats" data-format="markdown">

# Threats

## Archived web content as evidentiary weapon

## Web archive for delivering trojan attack

## Surveillance and disinformation campaigns

</section>

<section id="requirements" data-format="markdown">

# Requirements

</section>

<section id="features" data-format="markdown">

# Features

</section>

</body>

</html>

0 comments on commit 0330cf4

Please sign in to comment.