Skip to content

Commit

Permalink
Add new scenes to ND collections
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanneRossat committed Oct 14, 2024
1 parent a85ecee commit 495b1d1
Show file tree
Hide file tree
Showing 16 changed files with 170 additions and 6 deletions.
32 changes: 28 additions & 4 deletions en/collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,36 @@
<section class="section">
<h2 class="text-white my-5" style="font-size: 3rem">Gallery</h2>
</section>
<section class="section">
<section class="section" id="eThesaurus">
<h2>
Medieval goldsmithing pieces.
Medieval goldsmithing pieces
</h2>
<p>Collection gathered from the <a href="/en/about">eThesaurus</a> consortium's works</p>.
<div style="display:flex; flex-direction: column;gap: 5px;">
{% for p in site.pages %}
{%if p.layout != "item" or p.lang != page.lang %}
{%if p.layout != "item" or p.lang != page.lang or p.collection != "ethesaurus" %}
{% continue %}
{% endif %}
<a href="{{p.url}}" class="list-group-item" style="display: flex;">
<img style="aspect-ratio:1; flex: 0 0 128px; height: 128px;" src="{{p.server}}/scenes/{{p.scene}}/scene-image-thumb.jpg" alt="{{p.title}}" alt="{{p.title}}">
<div style="padding-left: 5px;">
<h4>{{ p.title }}</h4>
<p>{{ p.abstract }}</p>
</div>
</a>
{% endfor %}
</div>
</div>
</section>

<section class="section" id="NotreDamedeParis"></section>
<h2>
Digitized elements of Notre-Dame de Paris
</h2>
<p>Collection assembled as part of the restoration work and the exhibition <a href="/fr/2024/05/06/suad.html">Notre-Dame de Paris</a> at Sorbonne Abu Dhabi University.</p>
<div style="display:flex; flex-direction: column;gap: 5px;">
{% for p in site.pages %}
{%if p.layout != "item" or p.lang != page.lang or p.collection != "notredamedeparis" %}
{% continue %}
{% endif %}
<a href="{{p.url}}" class="list-group-item" style="display: flex;">
Expand All @@ -26,4 +48,6 @@ <h4>{{ p.title }}</h4>
{% endfor %}
</div>
</div>
</section>
</section>


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/agrafe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Clamp NN51"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "NN51_Clean_01"
abstract: "3D digitization of an Architectural Clamp"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/buste-architecte.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Bust of an d'Architect"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Buste_Architecte"
abstract: "Consol adorned with a bust of an architect"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/chapiteau-nef.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The capitals of the nave pillars"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "PIT38_Chap"
abstract: "Three capitals adorned in the central vessel of the cathedral"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/chapiteaux_monstre.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The sculpted capitals"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "PET00"
abstract: "Sculpted capitals decorated with monsters"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/claveaux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Keystones of the nave"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "N1A"
abstract: "Comparative analysis of fragments of keystones from the nave"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/cloture-choeur.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The choir enclosure"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Cloture%20du%20Choeur"
abstract: "Three decorations of the choir enclosure"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/entrait4076.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Rafter 4076"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "4076A"
abstract: "Analysis of fragments of a rafter from the nave"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/masque-brasnord.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Mask of the North Arm"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Masque_Bras-Nord"
abstract: "Comparative analysis of masks representing men faces"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions en/collections/notredamedeparis/voutes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The keystones of Notre-Dame de Paris"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Clef_NF_37-40"
abstract: "Comparative analysis of keystones at different locations in the cathedral"
collection: "notredamedeparis"

---


4 changes: 2 additions & 2 deletions fr/collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ <h4>{{ p.title }}</h4>

<section class="section" id="NotreDamedeParis">
<h2>
Décors numérisés de Notre-Dame de Paris
Elèments numérisés de Notre-Dame de Paris
</h2>
<p>Collection assemblée dans le cadre de l'exposition <a href="/fr/2024/05/06/suad.html">Notre-Dame de Paris</a> à la Sorbonne Université Abu Dhabi.</p>
<p>Collection assemblée dans le cadre des travaux de restauration et de l'exposition <a href="/fr/2024/05/06/suad.html">Notre-Dame de Paris</a> à la Sorbonne Université Abu Dhabi.</p>
<div style="display:flex; flex-direction: column;gap: 5px;">
{% for p in site.pages %}
{%if p.layout != "item" or p.lang != page.lang or p.collection != "notredamedeparis" %}
Expand Down
10 changes: 10 additions & 0 deletions fr/collections/notredamedeparis/agrafe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Agrafe NN51"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "NN51_Clean_01"
abstract: "Nummérisation 3D d'une agrafe architecturale"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions fr/collections/notredamedeparis/buste-architecte.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Buste d'Architecte"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Buste_Architecte"
abstract: "Console ornée d'une Buste d'Artchitecte"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions fr/collections/notredamedeparis/claveaux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Claveaux de la Nef"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "N1A"
abstract: "Analyse comparée de fragments de claveaux de la Nef"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions fr/collections/notredamedeparis/entrait4076.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Entrait 4076"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "4076A"
abstract: "Analyse de fragments d'un entrait de la Nef"
collection: "notredamedeparis"

---


10 changes: 10 additions & 0 deletions fr/collections/notredamedeparis/masque-brasnord.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Masque du Bras-Nord"
server: "https://notredamedeparis.ecorpus.holusion.com"
scene: "Masque_Bras-Nord"
abstract: "Analyse comparée de masques d'homme"
collection: "notredamedeparis"

---


0 comments on commit 495b1d1

Please sign in to comment.