micahstubbs / voices-of-vr-data

a collection of scripts, data, and metadata related to the Voices of VR podcast
1 stars 1 forks source link

Tag entities and concepts #5

Open mhenry07 opened 5 years ago

mhenry07 commented 5 years ago

Episode 708 mentions several entities, concepts, etc that could be tagged for use by visualization.

There are people, events, organizations, devices, places, dates, experiences, topics, and more that could all be tagged for visualization.

There's a ton there, but which ones are most useful for a proof of concept?

I could start working on this tonight and put data in a spreadsheet. At least a timestamp, category, and data (name, place name, etc). Obviously this will eventually need to be in a database.

sirkitree commented 5 years ago

I think people (especially if we can get who the interviewee is) is the most important. Date of each podcast would be important, but not sure about dates within content. General topics would be third on my list. These are the types of things I'd want to use in initial prototypes or concept art.

mhenry07 commented 5 years ago

So, you're saying you'd like to focus on:

That makes sense regarding dates. After thinking about it, I think dates mostly only make sense in relation to something else, so by themselves they're probably not very useful.

micahstubbs commented 4 years ago

https://github.com/axa-group/Parsr might be a useful tool for doing this. hat tip to @sirkitree for surfacing it!