diff --git a/.eleventy.js b/.eleventy.js index 2396c95..ba07099 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -50,32 +50,40 @@ module.exports = function(eleventyConfig) { }); eleventyConfig.addTransform("handleCitations", function(content, outputPath) { - if (outputPath?.endsWith(".html")) { - const dom = new JSDOM(content); - const bibliography = dom.window.document.querySelector("#bibliography"); + if (!outputPath?.endsWith(".html")) return content; + + const dom = new JSDOM(content); + const document = dom.window.document; + const bibliography = document.querySelector("#bibliography"); + + if (bibliography) { + const citationsArray = Array.from(bibliography.children); + const uniqueCitations = new Map(); - if (bibliography) { - // Get all citations and convert to array immediately - const citationsArray = Array.from(bibliography.children); - - // Create map with citation text as key for deduplication - const uniqueCitations = new Map(); - citationsArray.forEach(citation => { - const citationText = citation.textContent.trim(); + // Create bibliography entries with IDs + citationsArray.forEach((citation, index) => { + const citationText = citation.textContent.trim(); + if (citationText && !citationText.startsWith('Bibliography')) { + const authorYear = citationText.match(/^([^,]+),\s*([^(.]+)/); + if (authorYear) { + const [_, author, year] = authorYear; + const cleanId = `${author.replace(/[^a-zA-Z]/g, '')}${year.trim()}`; + citation.id = cleanId; + } if (!uniqueCitations.has(citationText)) { uniqueCitations.set(citationText, citation.cloneNode(true)); } - }); - - // Sort and rebuild bibliography - bibliography.innerHTML = ''; - Array.from(uniqueCitations.values()) - .sort((a, b) => a.textContent.trim().localeCompare(b.textContent.trim())) - .forEach(citation => bibliography.appendChild(citation)); - } - return dom.serialize(); + } + }); + + // Sort and rebuild bibliography + bibliography.innerHTML = '

Bibliography

'; + Array.from(uniqueCitations.values()) + .sort((a, b) => a.textContent.trim().localeCompare(b.textContent.trim())) + .forEach(citation => bibliography.appendChild(citation)); } - return content; + + return dom.serialize(); }); eleventyConfig.addTransform("makeUrlsClickable", function(content, outputPath) { diff --git a/_site/data/Figures/SGV_10A_00031_027.jpg b/_site/data/Figures/SGV_10A_00031_027.jpg new file mode 100644 index 0000000..884928d Binary files /dev/null and b/_site/data/Figures/SGV_10A_00031_027.jpg differ diff --git a/_site/data/Figures/SGV_12N_00716.jpg b/_site/data/Figures/SGV_12N_00716.jpg new file mode 100644 index 0000000..bfa2b8c Binary files /dev/null and b/_site/data/Figures/SGV_12N_00716.jpg differ diff --git a/_site/thesis.html b/_site/thesis.html index a0e4e57..f3798ba 100644 --- a/_site/thesis.html +++ b/_site/thesis.html @@ -472,7 +472,7 @@

10. Conclusion

-

Bibliography

Chiquet, Vera, Felsing, Ulrike, & Fornaro, Peter. (2023). A Participatory Interface for a Photo Archives. Archiving Conference, 20, 109–111. https://doi.org/10.2352/issn.2168-3204.2023.20.1.23
Cornut, Murielle, Raemy, Julien Antoine, & Spiess, Florian. (2023). Annotations as Knowledge Practices in Image Archives: Application of Linked Open Usable Data and Machine Learning. Journal on Computing and Cultural Heritage, 16(4), 1–19. https://doi.org/10.1145/3625301
Cornut, Murielle. (2023). Open, edit, save: Über die performative Materialität privater Fotoalben. In Ulrich Hägele (Ed.), Kuratierte Erinnerungen: Das Fotoalbum (pp. 157–170). Waxmann.
Duin, Marcel. (2022). WebAssembly: Beyond the Browser. In Q42 Engineering. https://engineering.q42.nl/webassembly-beyond-the-browser/
Edwards, Elizabeth, & Hart, Janice (Eds.). (2004). Photographs Objects Histories (1st Edition). Routledge. https://doi.org/10.4324/9780203506493
Felsing, Ulrike, & Cornut, Murielle. (2024). Re-Imagining the Collection of the Kreis Family. Research in Arts and Education, 2024(1), 41–53. https://doi.org/10.54916/rae.142567
Felsing, Ulrike, & Frischknecht, Max. (2021). Critical Map Visualizations. In Christine Schranz (Ed.), Shifts in Mapping (pp. 95–124). transcript Verlag. https://doi.org/10.1515/9783839460412-008
Felsing, Ulrike, Fornaro, Peter, Frischknecht, Max, & Raemy, Julien Antoine. (2023). Community and Interoperability at the Core of Sustaining Image Archives. Digital Humanities in the Nordic and Baltic Countries Publications, 5(1), 40–54. https://doi.org/10.5617/dhnbpub.10649
Frischknecht, Max. (2022). Generating Perspectives: Applying Generative Design to critically explore the Atlas of Swiss Folklore. DARIAH-CH Study Day 2022 Posters. https://doi.org/10.24451/arbor.17911
Hardin, Garrett. (1968). The Tragedy of the Commons. Science, 162(3859), 1243–1248. https://doi.org/10.1126/science.162.3859.1243
Hoffmann, Anna Lauren. (2021). Terms of inclusion: Data, discourse, violence. New Media & Society, 23(12), 3539–3556. https://doi.org/10.1177/1461444820958725
Huber, Birgit, & Frischknecht, Max. (2024). Digitalisierung und (De-)Konstruktion. Überlegungen zur Entwicklung eines Prototyps für die digitale Zugänglichmachung des «Atlas der Schweizerischen Volkskunde. In Sabine Eggmann & Konrad J. Kuhn (Eds.), Schweizerisches Archiv für Volkskunde  Archives suisses des traditions populaires (Vol. 2024/1, pp. 27–52). Chronos. https://doi.org/10.33057/CHRONOS.1785/27-51
Huber, Birgit. (2023). Die Entdeckung der «Brünig-Napf-Reuss-Linie». In Blog zur Schweizer Geschichte - Schweizerisches Nationalmuseum. https://blog.nationalmuseum.ch/2023/10/die-entdeckung-der-bruenig-napf-reuss-linie/
Lave, Jean, & Wenger, Etienne. (1991). Situated learning: Legitimate peripheral participation. Cambridge University Press.
Martinez Demarco, Sol. (2019). Empowering women through digital skills in Argentina: A tale of two stories. TATuP - Zeitschrift Für Technikfolgenabschätzung in Theorie Und Praxis, 28(2), 23–28. https://doi.org/10.14512/tatup.28.2.s23
Martinez Demarco, Sol. (2023). From digital inclusion to IT appropriation: Gendered aspects of appropriation imaginary and practices. GENDER – Zeitschrift Für Geschlecht, Kultur Und Gesellschaft, 15(1), 72–86. https://doi.org/10.3224/gender.v15i1.06
Morales, Susana. (2009). La apropiación de TIC: Una perspectiva. In Susana Morales & M. I. Loyola (Eds.), Los jóvenes y las TIC. Apropiación y uso en educación (pp. 99–120). Edición de las autoras.
Morales, Susana. (2017). Imaginación y software: Aportes para la construcción del paradigma de la apropiación. Del Gato Gris. http://hdl.handle.net/11086/27405
Morales, Susana. (2018). La apropiación de tecnologías. Ideas para un paradigma en construcción. In Acerca de la apropiación de tecnologías. Teoría, estudios y debates (pp. 23–33). Del Gato Gris.
Mr Gee. (2023, October). Day 2 Closing – A multitude of tools. EuropeanaTech 2023. https://youtu.be/pOX9CrvAG7I
Newbury, David. (2024). Linked Data in Production: Moving Beyond Ontologies. https://www.slideshare.net/slideshow/linked-data-in-production-moving-beyond-ontologies/266976602
Ostrom, Elinor. (1990). Governing the Commons: The Evolution of Institutions for Collective Action (1st ed.). Cambridge University Press. https://doi.org/10.1017/CBO9780511807763
Owens, Trevor. (2011). Defining Data for Humanists: Text, Artifact, Information or Evidence? Journal of Digital Humanities, 1(1). https://journalofdigitalhumanities.org/1-1/defining-data-for-humanists-by-trevor-owens/
Pagenstecher, Cord. (2009). Private Fotoalben als historische Quelle. Zeithistorische Forschungen/Studies in Contemporary History, 6(3), 449–463. https://doi.org/10.14765/ZZF.DOK-1803
Peterhans, Simon, Sauter, Loris, Spiess, Florian, & Schuldt, Heiko. (2022). Automatic Generation of Coherent Image Galleries in Virtual Reality. In Gianmaria Silvello, Oscar Corcho, Paolo Manghi, Giorgio Maria Di Nunzio, Koraljka Golub, Nicola Ferro, & Antonella Poggi (Eds.), Linking Theory and Practice of Digital Libraries (Vol. 13541, pp. 282–288). Springer International Publishing. https://doi.org/10.1007/978-3-031-16802-4_23
Pfrunder, Peter. (1995). Ernst Brunner: Photographien, 1937-1962 (2. Aufl). Schweizerische Gesellschaft für Volkskunde ; Offizin.
Poupeau, Gautier. (2018). Réflexions et questions autour du Web sémantique. In Les petites cases. https://www.lespetitescases.net/reflexions-et-questions-autour-du-web-semantique
Raemy, Julien Antoine. (2021). Applying Effective Data Modelling Approaches for the Creation of a Participatory Archive Platform. In Yumeng Hou (Ed.), Human Factors in Digital Humanities (pp. 1–5). Institut des humanités digitales. https://doi.org/10.5451/unibas-ep87517
Raemy, Julien Antoine. (2024). Interlinking Cultural Heritage Data with Community-driven Principles and Standards. https://julsraemy.ch/prezi/pia-ringvorlesung-2024.html
Raemy, Julien Antoine. (2024). Some notes from the 2024 IIIF Conference held in Los Angeles. In Thoughts and discombobulations of Julien A. Raemy. https://julsraemy.ch/posts/2024/06/26/iiif-conference-la/
Roke, Elizabeth Russey, & Tillman, Ruth Kitchin. (2022). Pragmatic Principles for Archival Linked Data. The American Archivist, 85(1), 173–201. https://doi.org/10.17723/2327-9702-85.1.173
Schmoll, Friedemann. (2009a). Die Vermessung der Kultur: Der ‘Atlas der deutschen Volkskunde’ und die Deutsche Forschungsgemeinschaft, 1928-1980. Steiner.
Schmoll, Friedemann. (2009b). Richard Weiss : Skizzen zum internationalen Wirken des Schweizer Volkskundlers. Schweizerisches Archiv Für Volkskunde/ Archives Suisses Des Traditions Populaires, 2009(105), 15–32. https://doi.org/10.5169/SEALS-118266
Spiess, Florian, & Schuldt, Heiko. (2022). Multimodal Interactive Lifelog Retrieval with vitrivr-VR. Proceedings of the 5th Annual on Lifelog Search Challenge, 38–42. https://doi.org/10.1145/3512729.3533008
Spiess, Florian, & Stauffiger, Markus. (2023). Forschung und Archive: Erschliessung und Zugänglichkeit neu gedacht. Arbido, 2023(1). https://arbido.ch/de/ausgaben-artikel/2023/archiv-der-zukunft/forschung-und-archive-erschliessung-und-zugaenglichkeit-neu-gedacht
Spiess, Florian, Rossetto, Luca, & Schuldt, Heiko. (2024). Exploring Multimedia Vector Spaces with vitrivr-VR. In Stevan Rudinac, Alan Hanjalic, Cynthia Liem, Marcel Worring, Björn Thor Jónsson, Bei Liu, & Yoko Yamakata (Eds.), MultiMedia Modeling (Vol. 14557, pp. 317–323). Springer Nature Switzerland. https://doi.org/10.1007/978-3-031-53302-0_27
Vienni-Baptista, Bianca, Fletcher, Isabel, & Lyall, Catherine (Eds.). (2023). Foundations of Interdisciplinary and Transdisciplinary Research: A Reader. Bristol University Press. https://doi.org/10.56687/9781529235012
Weiss, Richard. (1940). Atlas der schweizerischen Volkskunde : Die bisherigen Erfahrungen der Exploratoren. Schweizerisches Archiv Für Volkskunde/ Archives Suisses Des Traditions Populaires., 38(1), 105–118. https://doi.org/10.5169/SEALS-113634
Wenger, Etienne. (2011). Communities of practice: A brief introduction. National Science Foundation, 1–7. http://hdl.handle.net/1794/11736
+

Bibliography

Chiquet, Vera, Felsing, Ulrike, & Fornaro, Peter. (2023). A Participatory Interface for a Photo Archives. Archiving Conference, 20, 109–111. https://doi.org/10.2352/issn.2168-3204.2023.20.1.23
Cornut, Murielle, Raemy, Julien Antoine, & Spiess, Florian. (2023). Annotations as Knowledge Practices in Image Archives: Application of Linked Open Usable Data and Machine Learning. Journal on Computing and Cultural Heritage, 16(4), 1–19. https://doi.org/10.1145/3625301
Cornut, Murielle. (2023). Open, edit, save: Über die performative Materialität privater Fotoalben. In Ulrich Hägele (Ed.), Kuratierte Erinnerungen: Das Fotoalbum (pp. 157–170). Waxmann.
Duin, Marcel. (2022). WebAssembly: Beyond the Browser. In Q42 Engineering. https://engineering.q42.nl/webassembly-beyond-the-browser/
Edwards, Elizabeth, & Hart, Janice (Eds.). (2004). Photographs Objects Histories (1st Edition). Routledge. https://doi.org/10.4324/9780203506493
Felsing, Ulrike, & Cornut, Murielle. (2024). Re-Imagining the Collection of the Kreis Family. Research in Arts and Education, 2024(1), 41–53. https://doi.org/10.54916/rae.142567
Felsing, Ulrike, & Frischknecht, Max. (2021). Critical Map Visualizations. In Christine Schranz (Ed.), Shifts in Mapping (pp. 95–124). transcript Verlag. https://doi.org/10.1515/9783839460412-008
Felsing, Ulrike, Fornaro, Peter, Frischknecht, Max, & Raemy, Julien Antoine. (2023). Community and Interoperability at the Core of Sustaining Image Archives. Digital Humanities in the Nordic and Baltic Countries Publications, 5(1), 40–54. https://doi.org/10.5617/dhnbpub.10649
Frischknecht, Max. (2022). Generating Perspectives: Applying Generative Design to critically explore the Atlas of Swiss Folklore. DARIAH-CH Study Day 2022 Posters. https://doi.org/10.24451/arbor.17911
Hardin, Garrett. (1968). The Tragedy of the Commons. Science, 162(3859), 1243–1248. https://doi.org/10.1126/science.162.3859.1243
Hoffmann, Anna Lauren. (2021). Terms of inclusion: Data, discourse, violence. New Media & Society, 23(12), 3539–3556. https://doi.org/10.1177/1461444820958725
Huber, Birgit, & Frischknecht, Max. (2024). Digitalisierung und (De-)Konstruktion. Überlegungen zur Entwicklung eines Prototyps für die digitale Zugänglichmachung des «Atlas der Schweizerischen Volkskunde. In Sabine Eggmann & Konrad J. Kuhn (Eds.), Schweizerisches Archiv für Volkskunde  Archives suisses des traditions populaires (Vol. 2024/1, pp. 27–52). Chronos. https://doi.org/10.33057/CHRONOS.1785/27-51
Huber, Birgit. (2023). Die Entdeckung der «Brünig-Napf-Reuss-Linie». In Blog zur Schweizer Geschichte - Schweizerisches Nationalmuseum. https://blog.nationalmuseum.ch/2023/10/die-entdeckung-der-bruenig-napf-reuss-linie/
Lave, Jean, & Wenger, Etienne. (1991). Situated learning: Legitimate peripheral participation. Cambridge University Press.
Martinez Demarco, Sol. (2019). Empowering women through digital skills in Argentina: A tale of two stories. TATuP - Zeitschrift Für Technikfolgenabschätzung in Theorie Und Praxis, 28(2), 23–28. https://doi.org/10.14512/tatup.28.2.s23
Martinez Demarco, Sol. (2023). From digital inclusion to IT appropriation: Gendered aspects of appropriation imaginary and practices. GENDER – Zeitschrift Für Geschlecht, Kultur Und Gesellschaft, 15(1), 72–86. https://doi.org/10.3224/gender.v15i1.06
Morales, Susana. (2009). La apropiación de TIC: Una perspectiva. In Susana Morales & M. I. Loyola (Eds.), Los jóvenes y las TIC. Apropiación y uso en educación (pp. 99–120). Edición de las autoras.
Morales, Susana. (2017). Imaginación y software: Aportes para la construcción del paradigma de la apropiación. Del Gato Gris. http://hdl.handle.net/11086/27405
Morales, Susana. (2018). La apropiación de tecnologías. Ideas para un paradigma en construcción. In Acerca de la apropiación de tecnologías. Teoría, estudios y debates (pp. 23–33). Del Gato Gris.
Mr Gee. (2023, October). Day 2 Closing – A multitude of tools. EuropeanaTech 2023. https://youtu.be/pOX9CrvAG7I
Newbury, David. (2024). Linked Data in Production: Moving Beyond Ontologies. https://www.slideshare.net/slideshow/linked-data-in-production-moving-beyond-ontologies/266976602
Ostrom, Elinor. (1990). Governing the Commons: The Evolution of Institutions for Collective Action (1st ed.). Cambridge University Press. https://doi.org/10.1017/CBO9780511807763
Owens, Trevor. (2011). Defining Data for Humanists: Text, Artifact, Information or Evidence? Journal of Digital Humanities, 1(1). https://journalofdigitalhumanities.org/1-1/defining-data-for-humanists-by-trevor-owens/
Pagenstecher, Cord. (2009). Private Fotoalben als historische Quelle. Zeithistorische Forschungen/Studies in Contemporary History, 6(3), 449–463. https://doi.org/10.14765/ZZF.DOK-1803
Peterhans, Simon, Sauter, Loris, Spiess, Florian, & Schuldt, Heiko. (2022). Automatic Generation of Coherent Image Galleries in Virtual Reality. In Gianmaria Silvello, Oscar Corcho, Paolo Manghi, Giorgio Maria Di Nunzio, Koraljka Golub, Nicola Ferro, & Antonella Poggi (Eds.), Linking Theory and Practice of Digital Libraries (Vol. 13541, pp. 282–288). Springer International Publishing. https://doi.org/10.1007/978-3-031-16802-4_23
Pfrunder, Peter. (1995). Ernst Brunner: Photographien, 1937-1962 (2. Aufl). Schweizerische Gesellschaft für Volkskunde ; Offizin.
Poupeau, Gautier. (2018). Réflexions et questions autour du Web sémantique. In Les petites cases. https://www.lespetitescases.net/reflexions-et-questions-autour-du-web-semantique
Raemy, Julien Antoine. (2021). Applying Effective Data Modelling Approaches for the Creation of a Participatory Archive Platform. In Yumeng Hou (Ed.), Human Factors in Digital Humanities (pp. 1–5). Institut des humanités digitales. https://doi.org/10.5451/unibas-ep87517
Raemy, Julien Antoine. (2024). Interlinking Cultural Heritage Data with Community-driven Principles and Standards. https://julsraemy.ch/prezi/pia-ringvorlesung-2024.html
Raemy, Julien Antoine. (2024). Some notes from the 2024 IIIF Conference held in Los Angeles. In Thoughts and discombobulations of Julien A. Raemy. https://julsraemy.ch/posts/2024/06/26/iiif-conference-la/
Roke, Elizabeth Russey, & Tillman, Ruth Kitchin. (2022). Pragmatic Principles for Archival Linked Data. The American Archivist, 85(1), 173–201. https://doi.org/10.17723/2327-9702-85.1.173
Schmoll, Friedemann. (2009a). Die Vermessung der Kultur: Der ‘Atlas der deutschen Volkskunde’ und die Deutsche Forschungsgemeinschaft, 1928-1980. Steiner.
Schmoll, Friedemann. (2009b). Richard Weiss : Skizzen zum internationalen Wirken des Schweizer Volkskundlers. Schweizerisches Archiv Für Volkskunde/ Archives Suisses Des Traditions Populaires, 2009(105), 15–32. https://doi.org/10.5169/SEALS-118266
Spiess, Florian, & Schuldt, Heiko. (2022). Multimodal Interactive Lifelog Retrieval with vitrivr-VR. Proceedings of the 5th Annual on Lifelog Search Challenge, 38–42. https://doi.org/10.1145/3512729.3533008
Spiess, Florian, & Stauffiger, Markus. (2023). Forschung und Archive: Erschliessung und Zugänglichkeit neu gedacht. Arbido, 2023(1). https://arbido.ch/de/ausgaben-artikel/2023/archiv-der-zukunft/forschung-und-archive-erschliessung-und-zugaenglichkeit-neu-gedacht
Spiess, Florian, Rossetto, Luca, & Schuldt, Heiko. (2024). Exploring Multimedia Vector Spaces with vitrivr-VR. In Stevan Rudinac, Alan Hanjalic, Cynthia Liem, Marcel Worring, Björn Thor Jónsson, Bei Liu, & Yoko Yamakata (Eds.), MultiMedia Modeling (Vol. 14557, pp. 317–323). Springer Nature Switzerland. https://doi.org/10.1007/978-3-031-53302-0_27
Vienni-Baptista, Bianca, Fletcher, Isabel, & Lyall, Catherine (Eds.). (2023). Foundations of Interdisciplinary and Transdisciplinary Research: A Reader. Bristol University Press. https://doi.org/10.56687/9781529235012
Weiss, Richard. (1940). Atlas der schweizerischen Volkskunde : Die bisherigen Erfahrungen der Exploratoren. Schweizerisches Archiv Für Volkskunde/ Archives Suisses Des Traditions Populaires., 38(1), 105–118. https://doi.org/10.5169/SEALS-113634
Wenger, Etienne. (2011). Communities of practice: A brief introduction. National Science Foundation, 1–7. http://hdl.handle.net/1794/11736
diff --git a/src/data/Figures/SGV_10A_00031_027.jpg b/src/data/Figures/SGV_10A_00031_027.jpg new file mode 100644 index 0000000..884928d Binary files /dev/null and b/src/data/Figures/SGV_10A_00031_027.jpg differ diff --git a/src/data/Figures/SGV_12N_00716.jpg b/src/data/Figures/SGV_12N_00716.jpg new file mode 100644 index 0000000..bfa2b8c Binary files /dev/null and b/src/data/Figures/SGV_12N_00716.jpg differ