Explorar el Código

✨ Add Adria's rattle to CV and projects

Andrea Franceschini hace 6 horas
padre
commit
4587d472b6
Se han modificado 3 ficheros con 29 adiciones y 1 borrados
  1. 10 0
      pages/cv.vue
  2. 19 1
      pages/development.vue
  3. BIN
      public/images/rattle-site.mp4

+ 10 - 0
pages/cv.vue

@@ -29,6 +29,16 @@
                         <p><strong><a href="https://www.beniculturali.unipd.it/">Dipartimento dei Beni Culturali</a><br />Università di Padova</strong>, Italy</p>
                         <p>Design, development, and evaluation of sound hotspots for the musealization of musical instruments of antiquity.</p>
                         <p>Funded by PRIN 2022 Project ID 2022W2CBXS (MUSE)</p>
+                        <ul>
+                            <li><strong>🌐 <a href="https://muse.beniculturali.unipd.it">MUSE project</a></strong>: project website with case studies and sounds of ancient musical objects.</li>
+                            <li><strong>🧑‍💻 <a href="https://gitlab.dei.unipd.it/prin-muse/interactive-panel-adria">Interactive panel</a></strong> to accompany the physical electronic interactive replica of Adria's rattle.</li>
+                        </ul>
+                        <section class="ml-3 border-l-4 pl-4">
+                            <p>October 2024 — September 2025</p>
+                            <p><strong>Cultore della Materia</strong> (Subject Expert)</p>
+                            <p><strong>Università di Padova</strong>, Italy</p>
+                            <p>Course: Sound Design and Music Technology</p>
+                        </section>
                     </section>
                     <section>
                         <p>November 2022 — October 2024</p>

+ 19 - 1
pages/development.vue

@@ -32,10 +32,28 @@
                 </ul>
             </section>
             <section class="full col-start-1 sm:col-span-2">
-                <p>I may be forgetting some technologies, but the bottom line is: <strong>it's no use knowing stuff if you don't know what it's used for</strong>.</p>
+                <p>I may be forgetting some, but bottom line: <strong>it's no use knowing stuff if you don't know what it's used for</strong>.</p>
                 <h2>Things I've done</h2>
                 <p>Enough talk, let's see some of the projects I worked on over the years.</p>
             </section>
+
+            <section class="project full col-start-1 sm:col-span-2 border-t-2 pb-3" id="project_cashorcard">
+                <section class="_right sm:float-right sm:w-1/2 sm:pl-2">
+                    <h3>Adria's rattle</h3>
+                </section>
+                <section class="_left sm:float-left sm:w-1/2 sm:pr-2">
+                    <video autoplay loop muted class="rounded">
+                        <source src="/images/rattle-site.mp4" type="video/mp4" />
+                        Your browser does not support HTML5 video.
+                    </video>
+                </section>
+                <section class="_right sm:float-right sm:w-1/2 sm:pl-2">
+                    <p>I project-managed the co-design and development of the electronic replica and the info panel for the new permanent exhibition of <a href="https://www.culturaveneto.it/beni-culturali/beni-archeologici/5ced4b621ebd0e66c81d22bf">Adria's baby rattle</a> found in tomb 39 of the Ca' Cima archaeological site. I also developed the info panel and co-ordinated the group effort to produce the content.</p>
+                    <p><strong>Technologies</strong>: Godot 4, ESP32.</p>
+                    <p><a href="https://muse.beniculturali.unipd.it/case-studies/"><strong>Project website</strong></a> | <a href="https://gitlab.dei.unipd.it/prin-muse/interactive-panel-adria/"><strong>Source code</strong></a></p>
+                </section>
+            </section>
+
             <section class="project full col-start-1 sm:col-span-2 border-t-2 pb-3" id="project_rfk2d">
                 <section class="_left sm:float-left sm:w-1/2 sm:pr-2 ">
                     <h3><em>Autoritratto per 4 camere e 4 voci</em></h3>

BIN
public/images/rattle-site.mp4