update todo list
parent
2fe530e1b6
commit
07d2c703ed
@ -1,7 +1,20 @@
|
|||||||
|
|
||||||
# README
|
# README
|
||||||
text archaeology is an an archival project that collects and annotates sources on the material history of text.
|
text archaeology is an archival project that collects and annotates sources on the material history of text.
|
||||||
## TODO
|
## TODO
|
||||||
* add Sadie Plant text to neuromancer
|
* add Sadie Plant text to neuromancer
|
||||||
* work on how to display annotation with each visual information
|
* work on how to display annotation with each visual information
|
||||||
|
* fix this encoding bug:
|
||||||
|
Traceback (most recent call last):
|
||||||
|
File "/home/onebigear/Documents/text_archaeology/publication/makeJson.py", line 26, in <module>
|
||||||
|
csv_to_json(csvFilePath, jsonFilePath)
|
||||||
|
File "/home/onebigear/Documents/text_archaeology/publication/makeJson.py", line 13, in csv_to_json
|
||||||
|
for row in csvReader:
|
||||||
|
File "/usr/lib/python3.10/csv.py", line 110, in __next__
|
||||||
|
self.fieldnames
|
||||||
|
File "/usr/lib/python3.10/csv.py", line 97, in fieldnames
|
||||||
|
self._fieldnames = next(self.reader)
|
||||||
|
File "/usr/lib/python3.10/codecs.py", line 322, in decode
|
||||||
|
(result, consumed) = self._buffer_decode(data, self.errors, final)
|
||||||
|
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 3219: invalid start byte
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue