From cfd82e98dc8ac23d1dd50162c694e1b720090532 Mon Sep 17 00:00:00 2001 From: WHaverals Date: Wed, 1 May 2024 23:45:16 -0400 Subject: [PATCH] Add license information and citation guidelines --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 0d3d8a1..30d18ab 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,26 @@ seo: This course offers an introduction to and an overview of the ‘big tent’ that is called Digital Humanities, emphasizing the integration of computational and quantitative methods in the study of humanities, particularly in literary studies. The course covers a range of digital tools and approaches designed to organize, explore, understand, and narrate data-driven stories. Course topics will range from a critical reflection on the boundaries – or boundlessness? – of Digital Humanities research, to the creation and preservation of digital cultural artifacts, and their dissemination and visualization in research outputs. Theoretical and methodological aspects of this expansive field will be interspersed with the opportunity to interact with various digital tools and techniques through participation in several hands-on replication studies. Alongside these case studies, the course encourages critical examination of the wider implications of digital paradigms within the humanities. This incorporates considerations of how digital practices impact the organization of institutions, the evolution of heritage institutions, and the skillsets and training necessary for navigating the vast digital sea. + +## License Creative Commons License Heart + +The course material is freely shared under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). You are welcome to use and adapt these resources non-commercially, provided you give appropriate credit (see below). + +Creative Commons License Logo + +## Cite This Course + +If you use this course material in your own teaching or research, please cite it as follows: + +Wouter Haverals, _Introduction to Digital Humanities -- Spring 2024_, Princeton University, DOI: [10.0000/example.doi](https://doi.org/10.0000/example.doi), URL: [https://whaverals.github.io/IntroDH2024/](https://whaverals.github.io/IntroDH2024/), Accessed: {{ 'now' | date: "%Y-%m-%d" }} + +```bibtex +@online{haverals_introduction_2024, + title = {Introduction to Digital Humanities – Spring 2024}, + url = {https://whaverals.github.io/IntroDH2024/}, + author = {Haverals, Wouter}, + urldate = {{ 'now' | date: "%Y-%m-%d" }}, + date = {2024}, + doi = {10.0000/example.doi}, +} +``` \ No newline at end of file