Closed lucypatterson closed 5 years ago
dammit wrong account
I counted 13 data sets from the Naturkundemuseum Berlin, but the Museum für Kunst und Gewerbe Hamburg has only the Japanische Holzschnitte. This happened due to an inconsistency in the original html file of the old site. Obviously, there was some human error when adding the data sets for that institution in the old site, specifically all the institution's data sets have been wrapped together in a <div class="data-point">
, which, actually, is supposed to be a wrapper for each individual data set of an institution. The import script is not able to catch such consistency errors in the original file.
For completeness, the link to the relevant sections in the source file:
<div class="data-point">
as expected by the import script: https://github.com/codingdavinci/codingdavinci.de/blob/gh-pages/daten/index.html#L7351<div class="data-point">
: https://github.com/codingdavinci/codingdavinci.de/blob/gh-pages/daten/index.html#L9509There is no alternative to checking kind of everything manually. I guess it's hard to even extract the total number of data sets in the old site, because of the html being messy. :-/
ok. thanks for checking on those specific cases... we'll arrange to do a manual check :/
checked through all datasets. Problem solved
before I go and manually check through all the datasets it'd be great if you could check whether there was a generalised problem with the import... Or share the json file with me so I can try to figure it out for myself. thanks!