Add publication in home page + minor changes
This commit is contained in:
@@ -59,4 +59,4 @@ Photo Sphere Viewer, Three.js (da cui dipende Photo Sphere Viewer) e Stimulus.
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Auto-discovery per Stimulus?
|
- [ ] Auto-discovery per Stimulus?
|
||||||
- [ ] Refactor con app state per evitare oggetti globali
|
- [x] Refactor con app state per evitare oggetti globali
|
||||||
BIN
img/pub/AC_36-1.jpg
Executable file
BIN
img/pub/AC_36-1.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
16
index.html
16
index.html
@@ -498,6 +498,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
<article class="media mt-4 pb-6">
|
||||||
|
<figure class="media-left">
|
||||||
|
<p class="image is-128x128">
|
||||||
|
<img src="img/pub/AC_36-1.jpg" />
|
||||||
|
</p>
|
||||||
|
</figure>
|
||||||
|
<div class="media-content">
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
Caratelli G., Giorgi C., Paraciani N. 2025,
|
||||||
|
<em>From archaeological survey to data accessibility: a WebGIS for the island of Capri</em>,
|
||||||
|
«Archeologia e Calcolatori», 36.1, 65-86 (<a href="https://doi.org/10.19282/ac.36.1.2025.04">https://doi.org/10.19282/ac.36.1.2025.04</a>)
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<footer class="modal-card-foot">
|
<footer class="modal-card-foot">
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
<div class="main columns">
|
<div class="main columns">
|
||||||
<div class="column mb-0 pb-0 is-full is-relative">
|
<div class="column mb-0 pb-0 is-full is-relative">
|
||||||
<div class="pb-0 is-relative" id="map" aria-describedby="map-progress" aria-busy="true">
|
<div class="pb-0 is-relative" id="map" aria-describedby="map-progress" aria-busy="true">
|
||||||
<progress id="map-progress" class="p-2 progress is-medium is-link" aria-label="Map loading..." />
|
<progress id="map-progress" class="p-2 progress is-medium is-link" aria-label="Caricamento mappa..." />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-overlay column is-hidden is-4 is-4-desktop is-5-mobile is-pulled-right is-overlay has-background-white-ter"
|
<div class="menu-overlay column is-hidden is-4 is-4-desktop is-5-mobile is-pulled-right is-overlay has-background-white-ter"
|
||||||
|
|||||||
Reference in New Issue
Block a user