AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
591 stars 197 forks source link

Bible world occurrences heat map #2606

Open nmharmon8 opened 1 year ago

nmharmon8 commented 1 year ago

Finding where the bible discusses a topic by finding where a key word is frequently used. You can use the find all occurrences and search through the list, but it is hard to find what book and chapter has the most occurrences of the word.

Create a heat map of the search wold occurrence. Vertical axis would be books of the bible and horizontal axis would be chapter. It should be zoom able, scrollable, and clickable. When you click it should take you to a list of verses containing the wold from the clicked book/chapter.

You could do a histogram approach, but it would not accommodate the 2d topology of book/chapter.

timbze commented 1 year ago

I think @agrogers built something along those lines but can't find it now. It needed quite a bit of code review to be able to merge. But the feature does sound appealing.

Noitarud commented 1 year ago

See the images he posted here https://github.com/AndBible/and-bible/issues/2225#issuecomment-1235715531.