<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/backend/data, branch load-some-outside-overflow</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=load-some-outside-overflow</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=load-some-outside-overflow'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-05-15T06:43:22+00:00</updated>
<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>Add desc-resolution special-case for root node</title>
<updated>2022-05-14T11:20:15+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-14T10:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=9a647b3fe26b9928c254003446b96e9ea0ea70e1'/>
<id>urn:sha1:9a647b3fe26b9928c254003446b96e9ea0ea70e1</id>
<content type='text'>
</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>Adjust reviewImgs.py to remove EXIF orientation data</title>
<updated>2022-05-12T13:21:52+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-12T13:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=670b17f94d17514ea679261669978dbc7077bef8'/>
<id>urn:sha1:670b17f94d17514ea679261669978dbc7077bef8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Commit reduced-tree name-list data</title>
<updated>2022-05-11T14:15:35+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T14:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d67dd368322edcbcb921a138d0a327f726f4012d'/>
<id>urn:sha1:d67dd368322edcbcb921a138d0a327f726f4012d</id>
<content type='text'>
</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>Do minor code cleanup</title>
<updated>2022-05-11T02:43:38+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T02:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=4872ce9c22cc3c7024075f66409efdaf8860e9b8'/>
<id>urn:sha1:4872ce9c22cc3c7024075f66409efdaf8860e9b8</id>
<content type='text'>
</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>
<entry>
<title>Add quotes around displayed alt-names</title>
<updated>2022-05-10T05:40:58+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T05:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=3d895370a608d4f51726b74e2560dcf5f4ec43a8'/>
<id>urn:sha1:3d895370a608d4f51726b74e2560dcf5f4ec43a8</id>
<content type='text'>
</content>
</entry>
</feed>
