Today Years Old (source code)
This code repository contains the files for the poem interface, written in HTML/JS.
Each poem has its own HTML page, with the index.html file serving as the contents page. The main body of the JS for each page is in the HTML file itself, with some shared code in the variables.js file.
The interface's functionality is signposted by comments in the 'index.html' and 'js/main.js' files.
Third-party software
JQuery - used throughout for UI design (MIT License - Copyright and license can be found in jquery-3.4.1.js)
RiTa.js - A JavaScript library used to tag words with the appropriate part-of-speech. (Copyright Daniel Howe 2020. Used under the GNU GPL License, a copy of which can be found here: http://www.gnu.org/licenses/lgpl-3.0.html)
Attribution
This code repository is part of the PhD thesis 'Poetry in Digital Media' by Peter Hebden, Newcastle University 2021. This source code is shared under the MIT License. A copy of the license is included in the root folder of this project.