-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (267 loc) · 15.2 KB
/
index.html
File metadata and controls
293 lines (267 loc) · 15.2 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hyperquest</title>
<link href='https://fonts.googleapis.com/css?family=Sofia Sans' rel='stylesheet'>
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<!-- Bootstrap CSS einbinden -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
<!-- Bootstrap CSS einbinden -->
<link rel="stylesheet" href="assets/css/variables.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- -- nav start -- -->
<nav class="navbar navbar-expand-lg sticky-top">
<div class="container-fluid px-3 px-xxl-5">
<a class="navbar-brand" href="../#">
<img src="/assets/img/logos/logo_hyperquest_small_nav.svg" alt="Logo" width="auto" height="auto" class="d-inline-block align-text-top">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" aria-current="page" href="../#">about</a></li>
<li class="nav-item"><a class="nav-link" href="#team">team</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="../#socialproof">social proof</a></li> -->
<li class="nav-item"><a class="nav-link" href="#partners">partners</a></li>
</ul>
</div>
<!-- <div class="language ms-auto">
<a href="#" class="me-3"><img src="assets/img/visuals_illustrations/UK-flag.svg" alt=""></a>
<a href="#"><img src="assets/img/visuals_illustrations/FR-flag.svg" alt=""></a>
</div> -->
</div>
</div>
</nav>
<!-- -- nav end -- -->
<!-- -- header start -- -->
<header id="header">
<div class="container mt-5">
<div class="row mb-5">
<div class="col-12 col-lg-4 col-xxl-5 offset-lg-1 text-end text-md-end">
<h1 class="border-bottom scroll-animate">hyperquest</h1>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-4 col-xxl-5">
<p> HYPERQUEST aims at creating a tool for knowledge extraction from text documents via iterative contextual learning, for use by medium-sized and large companies where these needs are recurrent (automatic document analysis and editing, information retrieval from internal databases, etc.). It aims at overcoming technological barriers by creating intuitive interfaces to help users co-construct complex knowledge extraction and transformation tasks simply and with very few examples, at a level of specificity and rigor that current tools do not allow.</p>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xxl-5">
<p>HQ is based on our innovation, semantic hyper-graphs, which recursively link an arbitrary number of concepts to better capture the expressiveness of natural language, beyond the rigidity of traditional knowledge graphs, and allow powerful flexibility in defining linguistic patterns for massive information extraction — at the confluence of symbolic and connectionist (machine/deep learning) Artificial Intelligence.</p>
<a href="hyperquest-project.html" class="btn-small text-big mt-4" role="button">
<span class="icon icon-more" aria-hidden="true"></span>
read more
</a>
</div>
</div>
</div>
<div class="container-fluid mt-5 mb-5">
<img class="pulse hexagon-bg-image" src="assets/img/visuals_illustrations/header-pic.svg" alt="Header pic">
</div>
</header>
<!-- -- header end -- -->
<!-- -- main start -- -->
<main class="background-logo-middle">
<!-- -- team section start -- -->
<section id="team" class="mt-5 mb-5">
<div class="container">
<div class="row mb-5">
<div class="col-12 col-lg-3 offset-lg-0 text-end text-md-end">
<h3 class="border-bottom scroll-animate">team</h3>
</div>
</div>
<div class="row justify-content-center">
<!-- Team member 1 -->
<div class="col-12 col-md-12 col-lg-4 mb-4">
<div class="d-flex align-items-start">
<img class="me-2" src="assets/img/team/camille-roth.svg" alt="Camille Roth">
<div>
<h5>Camille Roth</h5>
<ul class="text-big">
<li>Research director</li>
<li>Formalization</li>
</ul>
</div>
</div>
</div>
<!-- Team member 2 -->
<div class="col-12 col-md-12 col-lg-4 mb-4">
<div class="d-flex align-items-start">
<img class="me-2" src="assets/img/team/telmo-menezes.svg" alt="Telmo Menezes">
<div>
<h5>Telmo Menezes</h5>
<ul class="text-big">
<li>Research</li>
<li>Technical architecture</li>
<li>Neuro-symbolic modeling</li>
</ul>
</div>
</div>
</div>
<!-- Team member 3 -->
<div class="col-12 col-md-12 col-lg-4 mb-4">
<div class="d-flex align-items-start">
<img class="me-2" src="assets/img/team/florian-schmitt.svg" alt="Florian Schmitt">
<div>
<h5>Florian Schmitt</h5>
<ul class="text-big">
<li>UX / UI Design</li>
<li>Ergonomic interface design</li>
<li>Front-end integration</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -- partner section end -- -->
<!-- -- socialproof section start -- -->
<!--<section id="socialproof">
<div class="container">
<div class="row mb-5 ">
<div class="col-8 col-md-12 col-lg-4 offset-lg-1 text-end text-md-end">
<h3 class="border-bottom scroll-animate">social proof</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-4 col-xxl-5">
<p>HYPERQUEST aims at creating a tool for knowledge extraction from text documents via iterative contextual learning, for use by medium-sized and large companies where these needs are recurrent (automatic document analysis and editing, information retrieval from internal databases, etc.). It aims at overcoming technological barriers by creating intuitive interfaces to help users co-construct complex knowledge extraction and transformation tasks simply and with very few examples, at a level of specificity and rigor that current tools do not allow.</p>
<a href="#" class="btn-small text-big mt-3 mb-5" role="button">
<span class="icon icon-more" aria-hidden="true"></span>
read more
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 col-xxl-5">
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card-carrousel bg-img-1 me-3">
<div class="d-flex bg-light bg-opacity-25 text-white cardtext">
<div>
<h5>this is an image title</h5>
<p>this is a subtitle</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card-carrousel bg-img-2 me-3">
<div class="d-flex bg-light bg-opacity-25 text-white cardtext">
<div>
<h5>this is an image title</h5>
<p>this is a subtitle</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card-carrousel bg-img-3 me-3">
<div class="d-flex bg-light bg-opacity-25 text-white cardtext">
<div>
<h5>this is an image title</h5>
<p>this is a subtitle</p>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section> -->
<!-- -- socialproof section end -- -->
<!-- -- Partner section start -- -->
<section id="partners" class="mt-5">
<div class="container">
<div class="row mb-5">
<div class="col-10 col-md-12 col-lg-2 offset-lg-1 text-end text-md-end ">
<h3 class="border-bottom scroll-animate">partners</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 col-md-12">
<div class="d-flex justify-content-between align-items-center flex-wrap gap-3">
<img src="assets/img/logos/logo_cnrs.svg" alt="CNRS" class="CNRS-logo">
<img src="assets/img/logos/logo_cnrs_innovation.svg" alt="CNRS Innovation" class="CNRS innovation-logo">
<img src="assets/img/logos/logo_cams.svg" alt="CAMS" class="CANS-logo">
<img src="assets/img/logos/logo_socsemics.svg" alt="SOCSEMICS" class="Socsemics-logo">
</div>
</div>
</div>
</div>
</section>
<section id="CTA">
<div class="container-fluid">
<div class="row justify-content-center text-center">
<div class="col-8 scroll-animate">
<h4 class="mt-4 mb-4">do you want to know more?</h4>
<p>If you have any questions about the project or would like to get in touch with us, we would be pleased to hear from you.</p>
<a href="mailto:[email protected]" class="btn-small text-big mt-5" role="button">
<span class="icon icon-contact" aria-hidden="true"></span>
write us
</a>
</div>
</div>
</div>
</section>
<!-- -- partner section end -- -->
</main>
<footer class="mt-5">
<div class="container-fluid px-3 px-xxl-5">
<div class="row justify-content-between align-items-end">
<!-- left -->
<div class="col-12 col-md-3 col-lg-3 text-end mb-5">
<h3 class="border-bottom scroll-animate mb-5">hyperquest</h3>
<p>CAMS - UMR 8557 CNRS-EHESS</p>
<p>54 boulevard Raspail</p>
<p>75006 Paris</p>
<p>tél. (33-1) 49 54 20 42</p>
<p class="mb-4">(33-1) 49 54 25 53</p>
<a href="mailto:[email protected]">[email protected]</a>
<a href="https://cams.ehess.fr/">https://cams.ehess.fr/</a>
</div>
<!-- right, bottom -->
<div class="col-12 col-md-12 col-lg-4 ">
<div class="footer-right d-flex gap-4 justify-content-end text-end">
<a href="legalnotice.html">Credits & legal notice</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq" crossorigin="anonymous"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const targets = document.querySelectorAll('.scroll-animate');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate');
} else {
entry.target.classList.remove('animate');
}
});
}, {
threshold: 0.3 // ab wann es sichtbar sein muss
});
targets.forEach(target => observer.observe(target));
});
</script>
</body>
</html>