| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-15 | Separate node-wiki_id association from 'descs' table | Terry Truong | |
| 2022-06-15 | Adjust 'node_imgs' table to use node name, not id | Terry Truong | |
| 2022-06-15 | Move tree-trimming code into separate script/stage | Terry Truong | |
| 2022-06-15 | Add 'src' field to 'names' table | Terry Truong | |
| 2022-06-14 | Fix bugs in web-img generation | Terry Truong | |
| Also adjust image-reviewing script to allow skiping some user-choices | |||
| 2022-06-11 | Adapted linked-images code to handle merged image sets | Terry Truong | |
| 2022-06-11 | Adapt genImgsForWeb.py to process merged image sets | Terry Truong | |
| 2022-06-11 | Add yet more manual-correction for node-desc generation | Terry Truong | |
| 2022-06-10 | Add some manual-correction code in eol-name-generation | Terry Truong | |
| 2022-06-10 | Add script for merging eol and enwiki image sets | Terry Truong | |
| 2022-06-08 | Update READMEs, refactor getEnwikiImgData.py | Terry Truong | |
| 2022-06-05 | Move EOL image download/review scripts into eol/ | Terry Truong | |
| 2022-06-03 | Rename some scripts to be eol-specific indicative | Terry Truong | |
| 2022-06-01 | Add script/instructions for filtering out mismatching node descs | Terry Truong | |
| 2022-05-28 | Convert from python "...".format() to f"..." | Terry Truong | |
| 2022-05-28 | Fix tree-trimming to not discard certain nodes | Terry Truong | |
| 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. | |||
| 2022-05-26 | Add some enwiki redirect data as alt-names | Terry Truong | |
| 2022-05-26 | Trim otol tree to avoid certain slowdowns | Terry Truong | |
| Some nodes had multiple ancestors with over 10k children, and jump-searching to them could take almost a minute for vue to load. | |||
| 2022-05-23 | Display 'compound images' | Terry Truong | |
| 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. | |||
| 2022-05-22 | Up-propgate images for usage in parents without images | Terry Truong | |
| Also adjust vite config to avoid apparent redundant processing when images are being downloaded. | |||
| 2022-05-19 | Fix not scrolling to focused nodes | Terry Truong | |
| 2022-05-18 | Add wikipedia-link to tile-info display | Terry Truong | |
| 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. | |||
| 2022-05-17 | Improve enwiki description extraction | Terry Truong | |
| Adjust enwiki code to handle single dump file, and add scripts for 'convenient' page-content lookup. | |||
| 2022-05-15 | Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edges | Terry 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-14 | Supplement DBpedia descs with enwiki's | Terry Truong | |
| 2022-05-14 | Use DBpedia data for node descriptions | Terry Truong | |
| Add backend/data/dbpedia/ directory containing scripts and README for obtaining DBpedia data, storing it into a db, converting/adding description data to data.db, and for resolving tol-node DBpedia-node association conflicts (via DBpedia relations, manual listing, etc). Resulted in less (about 3/4 as many) descriptions as with using enwiki, but with notably less mis-associations (eg: node Thor is described as a shrimp instead of a god). | |||
| 2022-05-12 | Add reduced-tree data generation+serving+querying+setting | Terry Truong | |
| Add genReducedTreeData.py, which generates a reduced_nodes table. Adjust server to serve that data for queries with a tree=reduced query param. Adjust client to query for that data depending on a useReducedTree variable. Add a SettingsPane setting to change that useReducedTree variable. | |||
| 2022-05-11 | Use prefix-search with ranking-by-length | Terry Truong | |
| 2022-05-10 | Add quotes around displayed alt-names | Terry Truong | |
| 2022-05-07 | Update README line breaks | Terry Truong | |
| 2022-05-06 | Fix typo in data entry code | Terry Truong | |
| 2022-05-05 | Add db table info to data/README.md | Terry Truong | |
| 2022-05-04 | Add scripts for obtaining/sending/displaying wikipedia descriptions | Terry 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-01 | Fix non-inclusion of canonical-names without english alt-names | Terry Truong | |
| Also fix lack of placeholder-image display in tile-info modal. | |||
| 2022-05-01 | Add fuzzy-search via sqlite extension spellfix1 | Terry Truong | |
| Also add delay between client search-suggestion requests when search input undergoes multiple quick changes | |||
| 2022-04-30 | Add preferred-alt-name data to db, and use when reviewing | Terry Truong | |
| 2022-04-30 | Add scripts for downloading/reviewing/cropping_and_resizing images | Terry Truong | |
| Also adjust client code to handle new format, and add backend/data/README.md explaining image production process. | |||
