Skip to content

Commit f29b001

Browse files
author
RiC Resource List
committed
Re-generate site
1 parent 0d1f1d6 commit f29b001

File tree

8 files changed

+132
-7
lines changed

8 files changed

+132
-7
lines changed

edits/33.html

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Records in Contexts — Resource List</title>
6+
<link rel="stylesheet" href="../ric_resources.css">
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
</head>
9+
<body>
10+
<div class="header">
11+
<a href="../index.html" class="title"><h1>Records in Contexts — Resource List</h1></a>
12+
</div>
13+
<div class="ric-links">
14+
<p><span><a href="https://www.ica.org/resource/records-in-contexts-conceptual-model/">RiC-CM</a></span><span><a href="https://www.ica.org/standards/RiC/ontology">RiC-O</a></span><span class="last"><a href="https://groups.google.com/g/Records_in_Contexts_users">RiC users group</a></span></p>
15+
</div>
16+
<div class="egad-logo">
17+
<img class="egad-logo" src="../EGAD_logo.svg"/>
18+
</div> <div class="introduction">
19+
<p>Please make use of the form to edit the details of the resource you wish to add. The first five fields (up to and including 'Description') are required. The submission will be checked by moderators, and the edits should appear in a few days.</p>
20+
</div>
21+
<div class="menu" id="menu">
22+
23+
24+
</div>
25+
<div class="add-resource">
26+
<form action="https://sdtulcmi34dt5isrzeha65v7ja0mxdty.lambda-url.eu-north-1.on.aws/edit" method="post">
27+
<div class="add-resource-section">
28+
<label for="title">Title <span class="format-instruction">(can be provided in more than one language, each ending in a language tag such as [en], separated by |)</label>
29+
<input type="text" id="title" name="title" value="The Holocaust Archival Material Knowledge Graph" required/>
30+
</div>
31+
<div class="add-resource-section">
32+
<fieldset>
33+
<legend>Resource type</legend>
34+
<div class="resource-type">
35+
<input type="radio" id="application" name="type" value="web application" required/>
36+
<label for="application">Application</label>
37+
</div>
38+
<div class="resource-type">
39+
<input type="radio" id="article" name="type" value="article" checked required/>
40+
<label for="article">Article</label>
41+
</div>
42+
<div class="resource-type">
43+
<input type="radio" id="dataset" name="type" value="dataset" required/>
44+
<label for="dataset">Dataset</label>
45+
</div>
46+
<div class="resource-type">
47+
<input type="radio" id="event" name="type" value="event" required/>
48+
<label for="event">Event</label>
49+
</div>
50+
<div class="resource-type">
51+
<input type="radio" id="thesis" name="type" value="thesis" required/>
52+
<label for="thesis">Thesis</label>
53+
</div>
54+
<div class="resource-type">
55+
<input type="radio" id="tool" name="type" value="tool" required/>
56+
<label for="tool">Tool</label>
57+
</div>
58+
</fieldset>
59+
</div>
60+
<div class="add-resource-section">
61+
<label for="responsible">Authors/creators/organisers <span class="format-instruction">(should be separated by |, and a webpage can optionally be provided in parantheses after each, e.g. name (webpage) | other name (webpage))</label>
62+
<input type="text" id="responsible" name="responsible" value="Herminio García-González|Mike Bryant" required/>
63+
</div>
64+
<div class="add-resource-section">
65+
<label for="publication-date">Dates of publication/release/occurrence <span class="format-instruction">(as YYYY, YYYY-MM, or YYYY-MM-DD, optionally followed by [version n.n], and separated by | if more than one date is provided, e.g. 2023-12 or 2024-03 [version 1.0] | 2024-10 [version 2.0])</span></label>
66+
<input type="text" id="publication-date" name="publication_date" value="2023-10-27" required/>
67+
</div>
68+
<div class="add-resource-section">
69+
<label for="description">Description <span class="format-instruction">(simple Markdown syntax can optionally be used, e.g. for links as [text to display](url), and more than one language can be provided, separated by |, each ending with a language tag such as [en])</label>
70+
<textarea id="description" name="description" rows="10" required/>This article describes the EHRI project experiences on creating a pilot KG on Holocaust archival descriptions based on RiC-O 0.2 and leveraging the EHRI Portal's data. It is accompanied by an online platform (see https://lod.ehri-project-test.eu/) in which users can navigate and query the latest version of the KG. This service is set to evolve in the upcoming years to adopt newer versions of RiC (i.e., RiC-O 1.1) and solve some of the challenges and/or gaps encountered along the mapping process.</textarea>
71+
</div>
72+
<div class="add-resource-section">
73+
<label for="links">Links <span class="format-instruction">(should be separated by a | symbol, and each either in Markdown format [text to display](url) or a verbatim URL)</span></label>
74+
<input type="text" id="links" name="links" value="https://doi.org/10.1007/978-3-031-47243-5_20"/>
75+
</div>
76+
<div class="add-resource-section">
77+
<label for="languages">Languages available in <span class="format-instruction">(should be separated by a | symbol, and short clarifications can be provided in parentheses, e.g. French | English (abstract))</span></label>
78+
<input type="text" id="languages" name="languages" value="English"/>
79+
</div>
80+
<div class="add-resource-section">
81+
<fieldset>
82+
<legend>Relevant parts of RiC <span class="format-instruction">(ignoring patch versions, i.e. treating n.n.n as n.n)</span></legend>
83+
<div class="ric-part">
84+
<input type="checkbox" id="ric-cm-1-0" name="relevant_parts_of_ric" value="RiC-CM 1.0" />
85+
<label for="ric-cm-1-0">RiC-CM 1.0</label>
86+
</div>
87+
<div class="ric-part">
88+
<input type="checkbox" id="ric-cm-0-2" name="relevant_parts_of_ric" value="RiC-CM 0.2" />
89+
<label for="ric-cm-0-2">RiC-CM 0.2</label>
90+
</div>
91+
<div class="ric-part">
92+
<input type="checkbox" id="ric-o-1-0" name="relevant_parts_of_ric" value="RiC-O 1.0" />
93+
<label for="ric-o-1-0">RiC-O 1.0</label>
94+
</div>
95+
<div class="ric-part">
96+
<input type="checkbox" id="ric-o-0-2" name="relevant_parts_of_ric" value="RiC-O 0.2" checked/>
97+
<label for="ric-o-0-2">RiC-O 0.2</label>
98+
</div>
99+
<div class="ric-part">
100+
<input type="checkbox" id="ric-other" name="relevant_parts_of_ric" value="Other" />
101+
<label for="ric-other">Other</label>
102+
</div>
103+
</fieldset>
104+
</div>
105+
<div class="add-resource-section">
106+
<label for="prospects">Prospects / status</label>
107+
<textarea id="prospects" name="prospects" rows="10"/>This project is currently being expanded to make it production-ready, trying to solve the identified issues and expanding RiC-O were necessary to accommodate the EHRI Portal's data. All the possible extensions will be formalised and released under the form of an ontology which will heavily rely on RiC-O and other well-established ontologies.</textarea>
108+
</div>
109+
<div class="add-resource-section">
110+
<label for="contact">Contacts <span class="format-instruction">(should be separated by a | symbol, can e.g. be an email address)</span></label>
111+
<input type="text" id="contact" name="contact" value="herminio.garciagonzalez@kazernedossin.eu|m.bryant@niod.knaw.nl"/>
112+
</div>
113+
<div class="add-resource-section">
114+
<label for="related-to">Related resources <span class="format-instruction">(should be separated by a | symbol, and can be either be the URL of another resource in the list, or be in the format #n, where n is the number at the end of such an URL)</span></label>
115+
<input type="text" id="related-to" name="related_to" value="https://lod.ehri-project-test.eu/|https://ehri-kg.ehri-project.eu/"/>
116+
</div><input type="hidden" name="id" value="33">
117+
<div class="add-resource-section add-resource-section-button">
118+
<input type="submit" class="add-button" value="Edit"/>
119+
</div>
120+
</form>
121+
</div>
122+
</body>
123+
</html>

filterings/applications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</ul>
4242
</div>
4343
<div class="last-updated">
44-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
44+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
4545
</div>
4646
</body>
4747
</html>

filterings/articles.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<li class="resource"><a href="../resource-details/16.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">Archival description turns truly collaborative: an exercise in Records in Contexts standard</span>. Arian Rajh. 2024-10.</a></li>
4343
<li class="resource"><a href="../resource-details/18.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">A recontextualization of provenance: Records in Contexts and the principle of provenance</span>. Anouk Stephano. 2024-09-02.</a></li>
4444
<li class="resource"><a href="../resource-details/1.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">Déploiement de la norme Records in Contexts pour la gestion des collections de la Fondation SAPA</span>. Baptiste de Coulon. 2024-02-29.</a></li>
45+
<li class="resource"><a href="../resource-details/33.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">The Holocaust Archival Material Knowledge Graph</span>. Herminio García-González, Mike Bryant. 2023-10-27.</a></li>
4546
<li class="resource"><a href="../resource-details/2.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">RiC-O Converter: A Software to Convert EAC-CPF and EAD 2002 XML Files to RDF Datasets Conforming to Records in Contexts Ontology</span>. Florence Clavaud, Thomas Francart, Pauline Charbonnier. 2023-08.</a></li>
4647
<li class="resource"><a href="../resource-details/3.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">Extending RiC-O to Model Historical Architectural Archives: The ITDT Ontology</span>. Daria Mikhaylova, Daniele Mettili. 2023-08.</a></li>
4748
<li class="resource"><a href="../resource-details/30.html" class="resource-link"><img class="inline-icon" src="../icons/article.svg" alt="Journal article"/><span class="resource-list-title">Name, things, places: towards a semantic, sustainable, usable integration?</span>. Feliciati, Pierluigi. 2022-09-15.</a></li>
@@ -53,7 +54,7 @@
5354
</ul>
5455
</div>
5556
<div class="last-updated">
56-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
57+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
5758
</div>
5859
</body>
5960
</html>

filterings/datasets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ul>
4545
</div>
4646
<div class="last-updated">
47-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
47+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
4848
</div>
4949
</body>
5050
</html>

filterings/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ul>
4444
</div>
4545
<div class="last-updated">
46-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
46+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
4747
</div>
4848
</body>
4949
</html>

filterings/theses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</ul>
4242
</div>
4343
<div class="last-updated">
44-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
44+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
4545
</div>
4646
</body>
4747
</html>

filterings/tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ul>
4545
</div>
4646
<div class="last-updated">
47-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
47+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
4848
</div>
4949
</body>
5050
</html>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<li class="resource"><a href="resource-details/15.html" class="resource-link"><img class="inline-icon" src="icons/tool.svg" alt="Tool"/><span class="resource-list-title">A library of shapes for draw.io for working graphically with Records in Contexts</span>. Richard Williamson. 2024-03.</a></li>
5353
<li class="resource"><a href="resource-details/1.html" class="resource-link"><img class="inline-icon" src="icons/article.svg" alt="Journal article"/><span class="resource-list-title">Déploiement de la norme Records in Contexts pour la gestion des collections de la Fondation SAPA</span>. Baptiste de Coulon. 2024-02-29.</a></li>
5454
<li class="resource"><a href="resource-details/10.html" class="resource-link"><img class="inline-icon" src="icons/event.svg" alt="Event"/><span class="resource-list-title">International Study Day on early RiC implementations</span>. Archives nationales de France and ICA/EGAD. 2023-11-15.</a></li>
55+
<li class="resource"><a href="resource-details/33.html" class="resource-link"><img class="inline-icon" src="icons/article.svg" alt="Journal article"/><span class="resource-list-title">The Holocaust Archival Material Knowledge Graph</span>. Herminio García-González, Mike Bryant. 2023-10-27.</a></li>
5556
<li class="resource"><a href="resource-details/2.html" class="resource-link"><img class="inline-icon" src="icons/article.svg" alt="Journal article"/><span class="resource-list-title">RiC-O Converter: A Software to Convert EAC-CPF and EAD 2002 XML Files to RDF Datasets Conforming to Records in Contexts Ontology</span>. Florence Clavaud, Thomas Francart, Pauline Charbonnier. 2023-08.</a></li>
5657
<li class="resource"><a href="resource-details/3.html" class="resource-link"><img class="inline-icon" src="icons/article.svg" alt="Journal article"/><span class="resource-list-title">Extending RiC-O to Model Historical Architectural Archives: The ITDT Ontology</span>. Daria Mikhaylova, Daniele Mettili. 2023-08.</a></li>
5758
<li class="resource"><a href="resource-details/21.html" class="resource-link"><img class="inline-icon" src="icons/thesis.svg" alt="Thesis"/><span class="resource-list-title">Linked Data Transformation von archivischen Metadaten</span>. Augel, Pierre Maurice. 2023.</a></li>
@@ -71,7 +72,7 @@
7172
</ul>
7273
</div>
7374
<div class="last-updated">
74-
<p>Last updated: <span class="last-updated-timestamp">2025-06-17 22:20 (GMT)</a></p>
75+
<p>Last updated: <span class="last-updated-timestamp">2025-07-07 13:34 (GMT)</a></p>
7576
</div>
7677
</body>
7778
</html>

0 commit comments

Comments
 (0)