<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/tol.ts, branch trim-one-child-ancestors</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=trim-one-child-ancestors</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=trim-one-child-ancestors'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-06-29T09:10:33+00:00</updated>
<entry>
<title>Refactor to provide default-option access to non-top-level components</title>
<updated>2022-06-29T09:10:33+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-29T09:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=0d0833cbb9c237f377631c4aa4b4eb5c78133b39'/>
<id>urn:sha1:0d0833cbb9c237f377631c4aa4b4eb5c78133b39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase type-consistency via server-classes and client-types</title>
<updated>2022-06-20T09:50:32+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-20T09:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=9a7bb3db01fe2e99ccc12285c63323bc67c278e8'/>
<id>urn:sha1:9a7bb3db01fe2e99ccc12285c63323bc67c278e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tile-info otol links</title>
<updated>2022-06-04T04:09:05+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-04T04:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=3b105e543a0e2e7097e3156d3daa1bdc0bd3fc2b'/>
<id>urn:sha1:3b105e543a0e2e7097e3156d3daa1bdc0bd3fc2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't show blank image in info-modal for for compound-image with only 1 sub-image</title>
<updated>2022-05-24T03:12:36+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-24T03:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=c5101c0e34ba8db5aeb009f3a17c82fdaeb869ae'/>
<id>urn:sha1:c5101c0e34ba8db5aeb009f3a17c82fdaeb869ae</id>
<content type='text'>
</content>
</entry>
<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>Display common names</title>
<updated>2022-05-05T03:19:02+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-05T03:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=6bb1d2e369512bec91ecc0c63238f4ad4c54c528'/>
<id>urn:sha1:6bb1d2e369512bec91ecc0c63238f4ad4c54c528</id>
<content type='text'>
Also add capitalizeWords() in util.ts, for more capitalization control
</content>
</entry>
<entry>
<title>Make image copyright/link info retrieved upon info-modal open</title>
<updated>2022-05-05T02:27:45+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-05T02:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=6ff26ab72ec507698f43e86fd59188a3a3fbee54'/>
<id>urn:sha1:6ff26ab72ec507698f43e86fd59188a3a3fbee54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add scripts for obtaining/sending/displaying wikipedia descriptions</title>
<updated>2022-05-03T15:17:06+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-03T15:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=90a5e15bb824b84e5bb60337d6a57a1394090dc6'/>
<id>urn:sha1:90a5e15bb824b84e5bb60337d6a57a1394090dc6</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Make TileInfoModal display more data</title>
<updated>2022-04-30T04:20:46+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-04-30T04:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=764e5668d54e9af96dddcc8dd386d4cd8958d75a'/>
<id>urn:sha1:764e5668d54e9af96dddcc8dd386d4cd8958d75a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add scripts for downloading/reviewing/cropping_and_resizing images</title>
<updated>2022-04-30T03:24:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-04-30T03:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d87bb9bc0991d7ce4eeb895da61c63a204edaa4d'/>
<id>urn:sha1:d87bb9bc0991d7ce4eeb895da61c63a204edaa4d</id>
<content type='text'>
Also adjust client code to handle new format, and add
backend/data/README.md explaining image production process.
</content>
</entry>
</feed>
