| Age | Commit message (Collapse) | Author |
|
Without this, taxa like 'Amphibia' may get preferred-names like
'frogs, salamanders, and caecilians'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also adjust image-reviewing script to allow skiping some user-choices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Was trimming off nodes without an image/desc/reduced_tree_presence,
including those with a descdendant that has them. Was using a
linked-image association to prevent this, but this wasn't reliable.
|
|
|
|
|
|
Some nodes had multiple ancestors with over 10k children, and
jump-searching to them could take almost a minute for vue to load.
|
|
|
|
|
|
Adjust genLinkedImgs.py to associate multiple images to compound-nodes.
Adjust server to send multiple image filenames for such nodes.
Adjust Tile and TileInfoModal to display those compound-images.
|
|
Also adjust vite config to avoid apparent redundant processing when
images are being downloaded.
|
|
|
|
|
|
Add 'wiki_id' and 'from_dbp' columns to 'descs' table, adjust dbpedia
data to include wikipedia IDs, adjust data generations scripts, make
server send extra data, and make TileInfo display it.
|
|
|
|
|
|
|