-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (101 loc) · 4.44 KB
/
Copy pathindex.html
File metadata and controls
109 lines (101 loc) · 4.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="RecordWeb is a web of responsible, connected records.">
<title>RecordWeb</title>
<link rel="stylesheet" href="assets/css/recordweb.css">
</head>
<body class="home-page">
<header class="site-header">
<a class="wordmark" href="./" aria-label="RecordWeb home">RecordWeb</a>
<nav class="header-nav" aria-label="Primary navigation">
<a href="https://recordweb.github.io/rwc/" target="_blank" rel="noopener">Concept</a>
<a href="https://recordweb.github.io/rwp/" target="_blank" rel="noopener">Protocol</a>
</nav>
</header>
<main>
<section class="home-hero">
<div class="container hero-content">
<p class="eyebrow">RecordWeb</p>
<h1>The future of<br>Records Management.</h1>
<p class="hero-lead">
A web of connected records.
</p>
</div>
</section>
<section class="section">
<div class="container">
<p class="section-label">Explore RecordWeb</p>
<h2>Choose your entry point.</h2>
<p class="section-lead">
RecordWeb combines an explanatory concept, an implementable protocol and practical demonstrations.
The stories offer a role-specific, accessible introduction.
</p>
<div class="portal-grid">
<article class="portal-card portal-concept">
<span class="portal-kicker">Concept</span>
<h3>RecordWeb Concept</h3>
<p>
The conceptual foundation: systems of work, record and archive;
connected records, responsibility, continuity and governance.
</p>
<a class="card-action" href="https://recordweb.github.io/rwc/" target="_blank" rel="noopener">
Read the concept <span aria-hidden="true">↗</span>
</a>
</article>
<article class="portal-card portal-protocol">
<span class="portal-kicker">Protocol</span>
<h3>RecordWeb Protocol</h3>
<p>
The technical framework for records, identifiers, relationships, resolvers,
states, schemas, conformance and system integration.
</p>
<a class="card-action" href="https://recordweb.github.io/rwp/" target="_blank" rel="noopener">
Read the protocol <span aria-hidden="true">↗</span>
</a>
</article>
<article class="portal-card portal-stories">
<span class="portal-kicker">Stories</span>
<h3>Stories and presentations</h3>
<p>
Audience-specific journeys through RecordWeb: work under pressure, architecture,
trust, continuity, artificial intelligence, implementation and record resolution.
</p>
<div class="card-links">
<a href="stories/de/" lang="de">Deutsch <span aria-hidden="true">→</span></a>
<a href="stories/en/" lang="en">English <span aria-hidden="true">→</span></a>
</div>
</article>
<article class="portal-card portal-poc">
<span class="portal-kicker">Demonstrator</span>
<h3>PoC — Fragestunde</h3>
<p>
The first RecordWeb proof of concept demonstrates the approach through
a parliamentary question and answer scenario.
</p>
<a class="card-action" href="https://vps.recordweb.dev/" target="_blank" rel="noopener">
Open the PoC <span aria-hidden="true">↗</span>
</a>
</article>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-content">
<div>
<a class="wordmark footer-wordmark" href="./">RecordWeb</a>
<p>The future of Records Management.</p>
</div>
<nav aria-label="RecordWeb community links">
<a href="https://www.w3.org/community/recordweb/" target="_blank" rel="noopener">RecordWeb Community Group</a>
<a href="https://github.com/recordweb" target="_blank" rel="noopener">GitHub organisation</a>
<a href="https://github.com/recordweb/.github" target="_blank" rel="noopener">Contribution and governance</a>
<a href="https://lists.w3.org/Archives/Public/public-recordweb/" target="_blank" rel="noopener">Mailing list</a>
</nav>
</div>
</footer>
</body>
</html>