forked from sparna-git/sparnatural-demonstrateur-an
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (131 loc) · 7.85 KB
/
Copy pathindex.html
File metadata and controls
175 lines (131 loc) · 7.85 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include GoogleTag.html %}
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>{{ site.title }}</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="assets/fa/css/all.min.css" />
<!-- YASGUI CSS -->
<link href="https://unpkg.com/@triply/yasgui/build/yasgui.min.css" rel="stylesheet" type="text/css" />
<!-- datepicker -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chenfengyuan/[email protected]/dist/datepicker.min.css">
<!-- Sparnatural CSS -->
<link href="sparnatural.css" rel="stylesheet" />
<style>
#sparnatural-section {
padding-top: 115px;
height: auto;
overflow: visible;
}
#contact {
margin-top:40px;
padding: 0px;
padding-top: 20px;
}
</style>
<!-- /Sparnatural-specific -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex justify-content-between align-items-center">
<div id="logo">
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link" href="index.html"><span data-i18n="menu.home"></span></a></li>
<li><a class="nav-link" href="index-A.html"><span data-i18n="menu.demonstrateur-A"></span></a></li>
<li><a class="nav-link" href="index-B.html"><span data-i18n="menu.demonstrateur-B"></span></a></li>
<li class="dropdown"><a href="#"><i style="font-size:25px;" class="fad fa-book"></i> <span>Documentation</span> <i class="bi bi-chevron-down"></i></a>
<ul style="width:80%;">
<li><a href="presentation-fr.html">Français</a></li>
<li><a href="presentation-en.html">English</a></li>
</ul>
</li>
<li><a class="nav-link" href="mentions-legales.html"><span data-i18n="menu.mentions-legales"></span></a></li>
<li><a class="nav-link" href="http://sparnatural.eu"><span data-i18n="menu.sparnatural"></span> <i style="font-size:15px;" class="fad fa-external-link-alt"></i></a></li>
<li><a href="{{ site.glam-incubator.url }}"><img src="{{ site.glam-incubator.logo }}" style="width:200px;" /></a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Sparnatural Section ======= -->
<section id="sparnatural-section">
<div class="container">
<div class="row">
<!--<h1 data-i18n="page.title"></h1>-->
<div class="col-md">
{% capture readme %}{% include_relative README.md %}{% endcapture %}{{ readme | markdownify }}
<h4>Français</h4>
<p>Ce démonstrateur, construit avec l’outil <a href="http://sparnatural.eu" target="_blank">Sparnatural</a> vous permet d’interroger un graphe de connaissances produit à partir d’une partie des métadonnées décrivant les archives des notaires de Paris conservées aux Archives nationales. Ces métadonnées ont été sémantisées conformément à l’ontologie <a href="https://www.ica.org/standards/RiC/ontology">Records In Contexts (RiC-O)</a>. Le démonstrateur est composé de deux interfaces de recherche. Le <a href="index-A.html">démonstrateur A</a> propose une interface simple et généraliste d’exploration de ces métadonnées, qui pourrait être utilisée pour d’autres métadonnées archivistiques. Le <a href="index-B.html">démonstrateur B</a> propose une interface d’exploration de ces métadonnées qui s’appuie sur les spécificités des archives notariales. Notez que les IRIs des ressources RDF ne sont actuellement pas déréférençables.</p>
<p>Date de la dernière mise à jour : 9 septembre 2022.</p>
<h4>English</h4>
<p>Through this prototype, built with <a href="http://sparnatural.eu" target="_blank">Sparnatural</a>, you can query a knowledge graph created from a part of the metadata describing the archives of Paris notaries kept at the French national Archives. These metadata have been semantized according to the ontology <a href="https://www.ica.org/standards/RiC/ontology">Records In Contexts (RiC-O)</a>. The prototype is composed of two research interfaces. <a href="index-A.html">Interface A</a> offers a simple and general exploration interface in this metadata, which could be used for other archival metadata. <a href="index-B.html">Interface B</a> offers an exploration interface in these metadata based on the specificities of notarial archives. Note that the IRIs of RDF resources are currently not dereferenceable.</p>
<p>Last updated on 2022, September 9<sup>th</sup>.</p>
</div>
</div>
</div>
</section><!-- End Sparnatural Section -->
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-2 col-md-2">
<div class="contact-about">
<a href="https://www.archives-nationales.culture.gouv.fr/"><img src="assets/img/logo_AN_charte_RVB.jpg" style="width:100%;" /></a>
</div>
</div>
<div class="col-lg-2 col-md-2">
<div class="contact-about">
<a href="http://sparna.fr"><img src="assets/img/sparna.png" style="width:100%;" /></a>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- /Sparnatural-specific -->
<!-- i18n -->
<script src="assets/vendor/jquery.i18n/jquery.i18n.js"></script>
<script src="assets/vendor/jquery.i18n/jquery.i18n.messagestore.js"></script>
<script src="assets/vendor/jquery.i18n/jquery.i18n.fallbacks.js"></script>
<script src="assets/vendor/jquery.i18n/jquery.i18n.language.js"></script>
<script src="assets/vendor/jquery.i18n/jquery.i18n.parser.js"></script>
<script src="assets/vendor/jquery.i18n/jquery.i18n.emitter.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/demo.js"></script>
<script src="assets/js/i18n.js"></script>
<script>
$.urlParam = function(name){
var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
if(results == null) { return null; }
return results[1] || 0;
}
var lang = ($.urlParam('lang') != null)?$.urlParam('lang'):'fr';
// set the locale
$.i18n( { locale: lang } );
$('body').i18n();
</script>
</body>
</html>