-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·616 lines (561 loc) · 32.2 KB
/
index.html
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
---
layout: default
permalink: /
title: SPICE - Home
---
<main>
<!-- Slider Area Start-->
<div class="slider-area ">
<video autoplay muted loop id="myVideo">
<!--
<source src="{{'assets/video_comp.mp4' | relative_url }}">
-->
<source src="{{'assets/finalvideo_low.mp4' | relative_url }}">
</video>
<div id="video_credits" class = "hero__caption"><p style="text-align:right">Video Credits: <a href="https://www.digitalpaths.it/">Digital Paths</a>. <a target="_blank" href="https://www.youtube.com/watch?v=gn7JI4EEG84">See full video</a></p></div>
<!--
<div id="video_credits" class = "hero__caption"><p style="text-align:right">Video Credits: <a href="https://www.gvam.es/en/">GVAM</a>. <a target="_blank" href="https://www.youtube.com/watch?v=K1b6IwiXGzo">See full video</a></p></div>
-->
</div>
<div id="g_back" class="slider-active">
<!-- <div class="single-slider slider-height d-flex align-items-center" data-background="assets/img/hero/h1_hero.png"> -->
<div class="single-slider slider-height d-flex align-items-center">
<div class="container">
<div class="row d-flex">
<div class="col-lg-12 col-md-12 ">
<div class="hero__caption row main_header">
<h1 class="col-md-6 col-sm-12" data-animation="fadeInLeft" data-delay=".4s"><span>Citizen curation of cultural heritage</span></h1>
<p class="col-md-5 col-sm-12">SPICE (Social cohesion, Participation, and Inclusion through Cultural Engagement) is an EU Horizon 2020 funded dedicated to citizen curation of cultural heritage. We are developing technologies that help communities select paintings, artefacts and other museum objects and share their interpretations with others. Through this, citizens can learn more about themselves and develop a better understanding of, and empathy for, other communities. We call this Citizen Curation.</p>
<p></p>
<!-- Hero-btn -->
<!-- <div style="padding-bottom:3%" class="hero__btn" data-animation="fadeInLeft" data-delay=".4s">
<a href="{{ site.url }}project/" class="btn hero-btn">Read more</a>
</div> -->
</div>
</div>
<!-- <div class="col-lg-5">
<div class="hero__img" data-animation="fadeInRight" data-delay="1s">
<img src="{{'assets/img//hero/pic1.png' | relative_url }}" alt="">
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Slider Area End-->
<!-- We Create Start -->
<div class="we-create-area create-padding">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="section-tittle text-center">
<h2 style="text-align:center">We design methods to allow citizens to share their interpretations</h2>
</div>
</div>
<div class="row d-flex align-items-center">
<div class="col-lg-8 col-md-12">
<div class="we-create-img">
<!-- HERE NEW PICTURE EXPLAINING THE PROJECT -->
<img src="{{'assets/img//hero/presentation.png' | relative_url }}" alt="Spice Description Diagram">
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="we-create-cap">
<p>We use state-of-the-art technologies to develop tools that allow users
to create and annotate their own interpretations of cultural heritage.
Citizens can use our tools to share their
opinions and engage with a diverse range of perspectives.</p>
</div>
</div>
</div>
</div>
</div>
<!-- We Create Start -->
<!-- What We do start-->
<div class="what-we-do we-padding green">
<div class="container">
<!-- Section-tittle -->
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<h2>We foster diverse participation</h2>
</div>
</div>
<div class="col-lg-8 text-center">
<p>We work with five different communities of citizens whose voices are often unheard when it comes to their interpretation of cultural heritage. We promote a platform of inclusion in which every voice matters. We design every aspect of the project towards this goal, in collaboration with our communities, making sure that new perspectives on cultural heritage are shared and valued.
</p>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<br>
<h3>Read about our communities! </h3>
</div>
</div>
</div>
</div>
</div>
<div class="what-we-do we-padding">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-do text-center mb-30">
<div class="do-caption">
<span>DESIGN MUSEUM HELSINKI</span>
<h4>Finland</h4>
<p>Connect senior citizens and families living far from the museum with the Finnish culture.</p>
</div>
<div class="do-btn">
<a href="{{ site.url }}finland/"><i class="ti-arrow-right"></i> read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-do text-center mb-30">
<!-- <div class="do-icon">
<span class="flaticon-social-media-marketing"></span>
</div> -->
<div class="do-caption">
<span>IRISH MUSEUM OF MODERN ART</span>
<h4>Ireland</h4>
<p>Support asylum seekers, children, and others that cannot access the museum phisically, to share their view.</p>
</div>
<div class="do-btn">
<a href="{{ site.url }}ireland/"><i class="ti-arrow-right"></i> read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-do text-center mb-30">
<div class="do-caption">
<span>NATIONAL MUSEUM OF NATURAL SCIENCES</span>
<h4>Spain</h4>
<p>Engage with children, including those from lower socio-economic groups, and support them in appreciating science.</p>
</div>
<div class="do-btn">
<a href="{{ site.url }}spain/"><i class="ti-arrow-right"></i> read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-do text-center mb-30">
<!-- <div class="do-icon">
<span class="flaticon-project"></span>
</div> -->
<div class="do-caption">
<span>GALLERY OF MODERN ART</span>
<h4>Italy</h4>
<p>Enable deaf people and other visitors to share their views on art via storytelling and social media platforms.</p>
</div>
<div class="do-btn">
<a href="{{ site.url }}italy/"><i class="ti-arrow-right"></i> read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-do text-center mb-30">
<!-- <div class="do-icon">
<span class="flaticon-project"></span>
</div> -->
<div class="do-caption">
<span>HECHT MUSEUM</span>
<h4>Israel</h4>
<p>Support members of religious and secular communities to share and appreciate the variety of opinion in their communities.</p>
</div>
<div class="do-btn">
<a href="{{ site.url }}israel/"><i class="ti-arrow-right"></i> read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- What We do End-->
<!-- What We do start-->
<div class="what-we-do we-padding green">
<div class="container">
<!-- Section-tittle -->
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<h2>Key recommendations</h2>
</div>
</div>
<div class="col-lg-8 text-left">
<h4>Reuse</h4>
<p>Let cultural institutions become aware of specific legal tools for regulating the reuse of their material, such as the Creative Commons licenses, and use standards for representing the compositional structure, provenance and responsibility of the derivative assets - such as the digital representation of a cultural heritage object and the annotations provided by users when interacting with its either physical or digital manifestation - made available in a digital environment.</p>
</div>
<div class="col-lg-8 text-right">
<h4>Partnership</h4>
<p>Encourage cultural institutions to participate in partnerships with companies by ensuring that the innovative actions carried out receive incentives when the activities of the cultural institutions are assessed, allocating time for research and development in cultural institutions activities to be spent on research projects and encouraging the government to support the cooperation between cultural heritage institutions and companies by making available public funds for joint projects with social objectives.</p>
</div>
<div class="col-lg-8 text-left">
<h4>Participation</h4>
<p>Maximise citizens' engagement and participation by making known and accessible – in a digital and Web-based environment – the rich heritage inventory under the custody of cultural heritage institutions, even when such cultural resources are not part of permanent exhibitions, and develop online experiences (co-created involving museum visitors) to enable a broader range of cultural activities where citizens have direct access to these resources, especially in situations where physical access might be constrained.</p>
</div>
<div class="col-lg-8 text-right">
<h4>Awareness</h4>
<p>Raise awareness of our common European history and values by offering systems, resources and activities, supported by a digital environment, that go beyond the factual and encyclopaedic dissemination of information, and make available cultural institutions' collections for accommodating societal needs for debate, interpretation, reflection, research and freedom of thought and expression.</p>
</div>
<div class="col-lg-8 text-left">
<h4>Accessibility</h4>
<p>Tailor cultural activities to specific groups at risk of exclusion to give them a voice and space in the central cultural debates in contemporary society, and guarantee accessibility to all people, including those who are traditionally excluded from gaining access to and contributing to cultural heritage sites and organisations, leveraging digital tools to continuing to bring people to visit the museums even during intense and unpredictable events.</p>
</div>
</div>
</div>
</div>
<!-- latest news start -->
<section class="blog_area single-post-area section-padding">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<h2>Latest News</h2>
</div>
</div>
</div>
<div class="row d-flex justify-content-center">
{% for post in site.posts limit:3 %}
<div class="single-post col-lg-3 col-md-3 mb-30">
<div class="blog_details">
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</h2>
<ul class="blog-info-link mt-3 mb-4">
<li><i class="fa fa-user"></i> {{ post.author }}</li>
<li><i class="fa fa-calendar"></i>{{ post.date | date_to_string }}</li>
<li><i class="fa fa-hashtag"></i> {{ post.tag }}</li>
</ul>
<p class="excert">
{{ post.excerpt }}
</p>
</div>
</div>
{% endfor %}
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-6 col-md-6 col-sm-6 justify-content-center text-center">
<a id="see-all" href="{{ site.url }}news/" class="btn header-btn">See all News</a>
</div>
</div>
</div>
</section>
<!-- latest news end -->
<!-- partners -->
<div class="container">
<!-- Section-tittle -->
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center mb-80">
<h2>Partners and third parties</h2>
</div>
</div>
</div>
</div>
<div class="what-we-do mb-30">
<div class="container">
<!-- Section-tittle -->
<!-- <div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<h2>Four museums, seven research centres, three SMEs</h2>
</div>
</div>
</div> -->
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.unibo.it/en"><img src="assets/img/logo/unibo.png" alt="University of Bologna logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.unibo.it/en">University of Bologna</a></h4> -->
<p>[Project coordinator]</p>
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.aalto.fi/en"><img src="assets/img/logo/aalto_big.png" alt="Aalto University logo"></a>
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.en.aau.dk/"><img src="assets/img/logo/aalborg.png" alt="Aalborg University logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.en.aau.dk/">Aalborg University</a></h4> -->
<!-- <p>Luis Emilio Bruni, Luca Simeone</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.designmuseum.fi/en/"><img src="assets/img/logo/museum_helsinki.png" alt="Design Museum Helsinki logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.designmuseum.fi/en/">Design Museum Helsinki</a></h4> -->
<!-- <p>Leena Svinhufvud</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://imma.ie/"><img src="assets/img/logo/imma.png" alt="Irish Museum of Modern Art logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://imma.ie/">[IMMA] Irish Museum of Modern Art</a></h4> -->
<!-- <p>Mark Maguire</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.gvam.es/en/"><img src="assets/img/logo/gvam.png" alt="GVAM Interactive Guides S.L. logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.gvam.es/en/">[GVAM] GVAM Interactive Guides S.L.</a></h4> -->
<!-- <p>Jaime Solano, Marta Redondo, Ignacio López, Marta García-Muñoz, Alfredo Peña, David Grajales, Jorge García González, Hugo Miguez Sandoval, Marcos Ramírez Paricio</p>-->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="http://www.open.ac.uk/"><img src="assets/img/logo/ou.png" alt="Open University logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="http://www.open.ac.uk/">[OU] Open University</a></h4> -->
<!-- <p>Paul Mulholland, Enrico Daga, Trevor Collins</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="http://www.padaonegames.com/"><img src="assets/img/logo/padaone.png" alt="PadaOne Games logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="http://www.padaonegames.com/">[PG] PadaOne Games</a></h4> -->
<!-- <p>Pedro Antonio González Calero, Pedro Pablo Gómez Martín, Marco Antonio Gómez Martín</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.celi.it/en/"><img src="assets/img/logo/celi.png" alt="CELI - Language Technology logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.celi.it/en/">[CELI] CELI - Language Technology</a></h4> -->
<!-- <p>Andrea Bolioli, Chiara Albano, Alessio Bosca, Francesco Tarasconi, Raffaella Ventaglio</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.ucm.es/english"><img src="assets/img/logo/ucm.png" alt="Complutense University of Madrid logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.ucm.es/english">[UCM] Complutense University of Madrid</a></h4> -->
<!-- <p>M. Belen Díaz-Agudo, Guillermo Jimenez-Diaz</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="http://www.cirma.unito.it/"><img src="assets/img/logo/cirma.png" alt="CIRMA University of Turin logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="http://www.cirma.unito.it/">[UNITO] CIRMA University of Turin</a></h4> -->
<!-- <p>Rossana Damiano, Antonio Lieto, Vincenzo Lombardo, Antonio Pizzo, Barbara Bruschi, Cecilia M. Marchisio</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.fondazionetorinomusei.it/it"><img src="assets/img/logo/ftm.png" alt="Fondazione Torino Musei logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.fondazionetorinomusei.it/it">[FTM] Fondazione Torino Musei</a></h4> -->
<!-- <p>Giorgia Rochas, Federica Sesia, Anna Follo</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.haifa.ac.il/index.php/en/"><img src="assets/img/logo/haifa.jpg" alt="University of Haifa and Hecht Museum logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.haifa.ac.il/index.php/en/">[UH] University of Haifa and Hecht Museum</a></h4> -->
<!-- <p>Tsvi Kuflik, Iris Reinhartz-Berger, Joel Lanir, Shunit Netter-Marmelstein, Alan Wecker, Julia Sheidin</p> -->
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<!-- <span class="flaticon-tasks"></span> -->
<a href="https://www.cnr.it/"><img src="assets/img/logo/cnr.png" alt="Consiglio nazionale delle ricerche logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="https://www.cnr.it/">[CNR] Centro Nazionale delle Ricerche</a></h4> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="single-do text-center mb-30 card card-body h-100 justify-content-center">
<div class="do-icon">
<a href="http://www.istitutosorditorino.org/?language=en"><img src="assets/img/logo/sordi.png" alt="Turin Institute for the Deaf logo"></a>
</div>
<div class="do-caption">
<!-- <h4><a href="http://www.istitutosorditorino.org/?language=en">Turin Institute for the Deaf</a></h4> -->
<p>[Third parties]</p>
</div>
<!-- <div class="do-btn">
<a href="#"><i class="ti-arrow-right"></i> get started</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- What We do End-->
<!-- <div class="we-create-area create-padding">
<div class="container">
<div class="row d-flex align-items-end">
<div class="col-lg-6 col-md-12">
<div class="we-create-img">
<img src="{{'assets/img//hero/case_studies.png' | relative_url }}" alt="A wall with several windows, creating a chess pattern">
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="we-create-cap">
<h3>Inclusive Case Studies</h3>
<p>In Spice we selected five different case studies of citizens
whose voices are often unheard when it comes to cultural heritage interpretation.
We promote a platform of inclusion in which every voice matters
and we design every aspect of the project taking this goal into
consideration making sure that no one's voice will be unheard.
Want to know more about our case studies? Click the button below.</p>
<a href="{{ site.url }}case_studies/" class="btn">Read more about our case studies</a>
</div>
</div>
</div>
</div>
</div> -->
<!-- We Create End -->
<!-- Generating Start -->
<!-- <div class="generating-area ">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<div class="section-tittle text-center">
<h2>To whom we talk</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="single-generating d-flex mb-30">
<div class="generating-cap">
<h4>Heritage institutions</h4>
<p>Museums and heritage practitioners that aim to adopt project tools and methods to engage with their patrons.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-generating d-flex mb-30">
<div class="generating-cap">
<h4>Community groups</h4>
<p>Community organisations and excluded groups that want to codesign and provide feedback on tools and methods. </p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-generating d-flex mb-30">
<div class="generating-cap">
<h4>Public</h4>
<p>Social media platforms, newsletters, and local press will help us to reach members of the public that have an active interest in culture. </p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-generating d-flex mb-30">
<div class="generating-cap">
<h4>Educators</h4>
<p>School teachers and educators that aim to integrate project results into courses and curricula. </p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Generating End -->
<!-- have-project Start-->
<!-- have-project End -->
</main>
<!-- JS here -->
</body>
</html>