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

Feedback from MrAlex in the NeosVR discord #12

Open sirkitree opened 5 years ago

sirkitree commented 5 years ago

Visualization Ideas:

  1. Reuse the NeosVR world navigation component for visualization. I mean the one on your right controller.
  2. Create a special section with the "Ultimate Potential" answer of the interviewee.
  3. Deck with tons of inspirations about network visualizations: https://www.slideshare.net/OReillyStrata/visualizing-networks-beyond-the-hairball/
  4. I personally like hierarchical edge bundling: http://mbostock.github.io/d3/talk/20111116/bundle.html
  5. There is a paper which tries to bring this concept into three dimensions: https://hal.inria.fr/file/index/docid/613725/filename/vissoft2011_3D_Hierarchical_Edge_Bundles_to_Visualize_Relations_in_a_Software_City_Metaphor_v1.pdf
  6. Scoll transcription text in sync with the audio. Show current position in the transcript.
  7. Highlight references to People in text and visualized data. If you click on a node in the visualization the corresponding text is highlighted. If you click on a reference in the text the corresponding node and the connection is higlighted or the node moves to the center of the visualization.

Transcript Creation:

  1. https://qz.com/work/1087765/how-to-transcribe-audio-fast-and-for-free-using-google-docs-voice-typing/
sirkitree commented 5 years ago

Thanks @MR-Alex42!

Reuse the NeosVR world navigation component for visualization. I mean the one on your right controller.

I had Frooxius help me understand how this is built and I could probably work something up for this, but I'm not sure if the ffort will be worth it since this is more meant to be a visual prototype that will most likely be built in webvr.

Create a special section with the "Ultimate Potential" answer of the interviewee.

This is a very interesting idea. Not all interviews have this I think, but most do, and it would be a great consistent part of each episode to highlight. Love this idea. I wonder if we can pull these out after we get transcripts more easily...

Deck with tons of inspirations about network visualizations: https://www.slideshare.net/OReillyStrata/visualizing-networks-beyond-the-hairball/ I personally like hierarchical edge bundling: http://mbostock.github.io/d3/talk/20111116/bundle.html There is a paper which tries to bring this concept into three dimensions: https://hal.inria.fr/file/index/docid/613725/filename/vissoft2011_3D_Hierarchical_Edge_Bundles_to_Visualize_Relations_in_a_Software_City_Metaphor_v1.pdf

Thanks! I've added these to our growing list at #3

Scoll transcription text in sync with the audio. Show current position in the transcript. Highlight references to People in text and visualized data. If you click on a node in the visualization the corresponding text is highlighted. If you click on a reference in the text the corresponding node and the connection is higlighted or the node moves to the center of the visualization.

Great ideas here too, thank you! Once we have some transcripts I hope we can begin to incorporate something like this.

Transcript Creation: https://qz.com/work/1087765/how-to-transcribe-audio-fast-and-for-free-using-google-docs-voice-typing/

Thank you! I'm going to give this a try over the holiday break :) I've also added this to #10

micahstubbs commented 5 years ago

Software Cities paper is a good source of inspiration 👍