<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/backend/data/README.md, branch skip-tut-for-repeat-visit</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=skip-tut-for-repeat-visit</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=skip-tut-for-repeat-visit'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-05-22T21:05:21+00:00</updated>
<entry>
<title>Display 'compound images'</title>
<updated>2022-05-22T21:05:21+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-22T21:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=19984e11e3bfd793188fd84c621a304330f4a303'/>
<id>urn:sha1:19984e11e3bfd793188fd84c621a304330f4a303</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Up-propgate images for usage in parents without images</title>
<updated>2022-05-22T10:20:38+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-22T10:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=703750ea5de00354c6bb807f95e8bd9685b3dddd'/>
<id>urn:sha1:703750ea5de00354c6bb807f95e8bd9685b3dddd</id>
<content type='text'>
Also adjust vite config to avoid apparent redundant processing when
images are being downloaded.
</content>
</entry>
<entry>
<title>Fix not scrolling to focused nodes</title>
<updated>2022-05-19T02:04:16+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-18T12:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=80057ee1ffe3dbceceb9ae98c4e84e56847a4899'/>
<id>urn:sha1:80057ee1ffe3dbceceb9ae98c4e84e56847a4899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wikipedia-link to tile-info display</title>
<updated>2022-05-18T11:42:32+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-18T11:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=52560266b585e63742a81e27a3b6f1ef194470c6'/>
<id>urn:sha1:52560266b585e63742a81e27a3b6f1ef194470c6</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Improve enwiki description extraction</title>
<updated>2022-05-17T00:41:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-17T00:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=29940d51eb8b6b220d53940ecbc212cea78159ae'/>
<id>urn:sha1:29940d51eb8b6b220d53940ecbc212cea78159ae</id>
<content type='text'>
Adjust enwiki code to handle single dump file, and add scripts for
'convenient' page-content lookup.
</content>
</entry>
<entry>
<title>Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edges</title>
<updated>2022-05-15T06:43:22+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-14T14:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=a4673571570816a06d4188169fc00dada79ec0a3'/>
<id>urn:sha1:a4673571570816a06d4188169fc00dada79ec0a3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Supplement DBpedia descs with enwiki's</title>
<updated>2022-05-14T10:13:38+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-14T10:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=36d3d535b646e65f4b38e8097ce0b74b784520ba'/>
<id>urn:sha1:36d3d535b646e65f4b38e8097ce0b74b784520ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use DBpedia data for node descriptions</title>
<updated>2022-05-14T09:39:10+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-14T09:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=c97acf8852e2017fd4776d65069f707121405f43'/>
<id>urn:sha1:c97acf8852e2017fd4776d65069f707121405f43</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Add reduced-tree data generation+serving+querying+setting</title>
<updated>2022-05-11T14:10:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T14:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=e1ef2bf3387769de4edc4a7ec1a6d38c5a21c5e7'/>
<id>urn:sha1:e1ef2bf3387769de4edc4a7ec1a6d38c5a21c5e7</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Use prefix-search with ranking-by-length</title>
<updated>2022-05-11T01:44:14+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T09:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=6c61612564b9a30f747207c43729c3e7e8cbf0d3'/>
<id>urn:sha1:6c61612564b9a30f747207c43729c3e7e8cbf0d3</id>
<content type='text'>
</content>
</entry>
</feed>
