gu-gridh / queerlit-gui

Web frontend for Queerlit search
MIT License
0 stars 0 forks source link

View full thesaurus tree #88

Open arildm opened 1 year ago

arildm commented 1 year ago

Like https://queerlit.dh.gu.se/subjects/ but showing only the prefLabel and perhaps all expanded by default.

One question is how to deal with terms having multiple broaders. Homosaurus has two tree views (tree, indented bars), both of which simply repeat these terms, once under each broader.

At https://stackoverflow.com/questions/55099606/d3-efficient-visualization-of-a-complex-directed-acyclic-graph-project-depende, some developer had a similar problem (fewer nodes but higher edge-to-node ratio). They ended up using several graph types and navigation, which seems like a good approach when a single clear overview seem impossible.