aboutsummaryrefslogtreecommitdiff
path: root/backend/data/genEolNameData.py
AgeCommit message (Collapse)Author
2022-06-22Refactor backend scriptsTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-06-17Avoid alt-names with many wordsTerry Truong
Without this, taxa like 'Amphibia' may get preferred-names like 'frogs, salamanders, and caecilians'
2022-06-17Add code+file for excluding bad-alt-namesTerry Truong
2022-06-15Move tree-trimming code into separate script/stageTerry Truong
2022-06-15Add 'src' field to 'names' tableTerry Truong
2022-06-10Add some manual-correction code in eol-name-generationTerry Truong
2022-06-07Add more heuristics for eol-otol-associationTerry Truong
2022-05-28Convert from python "...".format() to f"..."Terry Truong
2022-05-19Unescape EOL alt-name dataTerry Truong
2022-05-17Remove certain same-name alt-namesTerry Truong
2022-05-15Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edgesTerry Truong
Conversion avoids encoding node children as JSON strings, and allows for easier querying of edge data. Adjusted server to use new format. Also added some table indexes for common operations.
2022-05-06Fix typo in data entry codeTerry Truong
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry Truong
Add backend/data/enwiki/ directory containing scripts and instructive READMEs. Adjust some other scripts to generate 'eol_ids' sqlite table separate from 'names'. Make server respond to /data/desc requests, and have client TileInfo component display response data. Also adjust .gitignore entries to be root-relative.
2022-05-01Fix non-inclusion of canonical-names without english alt-namesTerry Truong
Also fix lack of placeholder-image display in tile-info modal.
2022-05-01Make name data English-specificTerry Truong
2022-05-01Add fuzzy-search via sqlite extension spellfix1Terry Truong
Also add delay between client search-suggestion requests when search input undergoes multiple quick changes
2022-04-30Add preferred-alt-name data to db, and use when reviewingTerry Truong
2022-04-30Add scripts for downloading/reviewing/cropping_and_resizing imagesTerry Truong
Also adjust client code to handle new format, and add backend/data/README.md explaining image production process.