srophe / caesarea-data

Data repository for Caesarea-Maritima.org
0 stars 2 forks source link

Missing space before placeName elements in testimonia #118

Closed davidamichelson closed 2 years ago

davidamichelson commented 2 years ago

See missing space in record: https://caesarea-maritima.org/testimonia/341

the fortress ofCaesarea.

Screen Shot 2022-05-05 at 10 03 34 AM

wlpotter commented 2 years ago

This is a data issue; there's no space in between the "of" and the <placeName> opening tag. Will need to do a find in files to see if this is an isolated or widespread problem.

wlpotter commented 2 years ago

I got 260 hits on the regex \S<placeName>, so will need a batch change. Careful of a few that have an — before.

Also look into the post-processor to figure out where the space was lost.

wlpotter commented 2 years ago

Data is fixed; I'm leaving this open to check on whether the issue came from the post-processor or not.

wlpotter commented 2 years ago

@davidamichelson After looking back at the files both before and after post-processing, it looks like the issue happened during data entry. The versions I got from Joe also had these whitespace issues, so I think the script is off the hook