SCRIPTORIUM

2018

65 cyanotype prints on Fabriano Accademia Artist Paper, 200gsm
30cm x 42cm each

First exhibited in the Bishop’s Chapel, The Palace, Chichester, as part of Visual Theology’s inaugural conference in 2018. Also exhibited at St Cyriac’s Church, Lacock and Trinity College, Oxford. Produced at the Fox Talbot Museum’s darkroom in Lacock, Wiltshire.

run-script <command>
Set-Location $bible
def read_text(fname):
    beg_e = re.compile(r”\*\*\* ?start of (this|the) project gutenberg ebook[^*]*\*\*\*”)
    txt = open(“KJV” + fname).read().lower()
print(“Gen”+”Ex”+”Lev”+”Num”+”Deut”+”Josh”+”Judg”+”Ruth”+”1Sam”+”2Sam”+”1Kings”+”2Kings”+”1Chr”+”2Chr”+”Ezra”+”Neh”+”Esth”+”Job”+”Prov”+”Eccl”+”Song”+”Isa”+”Jer”+”Lam”+”Ezek”+”Dan”+”Hos”+”Joel”+”Am”+”Ob”+”Jon”+”Mic”+”Nah”+”Hab”+”Zeph”+”Hag”+”Zech”+”Mal”+”Mt”+”Mk”+”Lk”+”Jn”+”Acts”+”Rom”+”1Cor”+”2Cor”+”Gal”+”Eph”+”Phil”+”Col”+”1Thess”+”2Thess”+”1Tim”+”2Tim”+”Titus”+”Philem”+”Heb”+”Jas”+”1Pet”+”2Pet”+”1Jn”+”2Jn”+”3Jn”+”Jude”+”Rev”)
book = open(“kjv.txt”, “r”)

Read More →