- Applying digital tools and methods to humanistic Iand applying humanities lens on digital tools and methods;
- See What is Digital Humanities website for a collection of takes describing DH.
Digital Archives + Collections
Digital Archives + Collections
/* latin */ | |
@font-face { | |
font-family: 'Nanum Pen Script'; | |
font-style: normal; | |
font-weight: 400; | |
font-display: swap; | |
src: url(https://fonts.gstatic.com/s/nanumpenscript/v25/daaDSSYiLGqEal3MvdA_FOL_3FkN6zn0aeNBYTQ.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | |
} |
In the process of doing this review, I personally began to see benefits in possible shifts for how we come to terms with—and reconsider terms for—brokenness, rot, and decay in Digital Humanities scholarship specifically but also in human creations more broadly.
import json | |
import csv | |
# Identify the JSONL fields we wish to retrieve and write | |
# to the CSV file. | |
fields = ['id','title','text','url'] | |
# Open a new CSV file and open the existing JSONL file. | |
with open('pages.csv', 'w') as csv_file, open("pages.jsonl", "r") as json_file: | |
# Create a CSV writer object. |
<?xml version="1.0"?> | |
<div xmlns="http://www.w3.org/1999/xhtml" id="rhyme" style="display:none;"><div id="rhymespacer"> </div><form name="abbaabbacdcdcd" id="rhymeform" autocomplete="off"><p><br/></p><div class="lrhyme"><input size="1" maxlength="1" value="" name="lrhyme-1-1" type="text" onFocus="this.value='';this.style['color'] = '#44FFFF';"/></div><div class="lrhyme"><input size="1" maxlength="1" value="" name="lrhyme-1-2" type="text" onFocus="this.value='';this.style['color'] = '#44FFFF';"/></div><div class="lrhyme"><input size="1" maxlength="1" value="" name="lrhyme-1-3" type="text" onFocus="this.value='';this.style['color'] = '#44FFFF';"/></div><div class="lrhyme"><input size="1" maxlength="1" value="" name="lrhyme-1-4" type="text" onFocus="this.value='';this.style['color'] = '#44FFFF';"/></div><div class="lrhyme"><input size="1" maxlength="1" value="" name="lrhyme-1-5" type="text" onFocus="this.value='';this.style['color'] = '#44FFFF';"/></div><div class="lrhyme"><input size="1" maxlength="1" value="" |