Live data from Hacker News

A Wikipedia Reader for iOS that visualizes the connections between articles

wikiwebapp.com

21–30 of 47 posts

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#21
post #16

Does anybody know (or is anyone willing to guess) whether the force-directed-layout is done by some available library or whether they rolled their own?

We rolled our own physics to get the layout in the node view to a point that felt right.

Well done. It's fun to play with. I like the little earthquake a node does when it's about to expand.

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#23

It reminds me a little of the Web Stalker, an experimental web browser from 1997: http://www.visualcomplexity.com/vc/project.cfm?id=7

It's interesting how often ideas have to happen at the right time to really work. Light Table is another example of a set of ideas that was waiting for the right conditions to reincarnate.

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#24
post #12

The app itself looks gorgeous, but I dont understand the primary use case. I've been writing papers and researching for years now, and I've never found the little idea cloud thing -- it seems more like a way to connect suspects in cop movies than an actually helpful way of visualizing discrete data.

Indeed. I watched the video on the front page, and I couldn't work out how the application was actually helping the end user. I couldn't work out what the chap with the pins and string was actually trying to accomplish either. Consequently my money remained in my pocket.

The app is about exploring new information, drawing the user towards connections he or she doesn't yet understand. We wanted a way to encourage ourselves to explore Wikipedia further than we already do, to satisfy our curiosity or simple desire to learn something new.

We also highly valued the reading experience and put just as much effort into making the presentation of the content better as developing the web.

However, that's not going to be for everyone. It's been a joy for us, and we're simply hoping others will find value there as well.

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#25
post #12

The app itself looks gorgeous, but I dont understand the primary use case. I've been writing papers and researching for years now, and I've never found the little idea cloud thing -- it seems more like a way to connect suspects in cop movies than an actually helpful way of visualizing discrete data.

Indeed. I watched the video on the front page, and I couldn't work out how the application was actually helping the end user. I couldn't work out what the chap with the pins and string was actually trying to accomplish either. Consequently my money remained in my pocket.

[deleted]

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#26

I like it, never seen that before with wiki articles

There was a program like this, specifically for Wiki articles, for Mac OS X, called Pathway, but it seems to have been abandoned. It hasn't been updated since 2007.

http://pathway.screenager.be/download

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#27
post #10

It's extremely pretty, though I question some of the UX desicisions. Double-tapping an item makes it vanish. Due to the seemingly random selection of nodes that appear when re-searching for a parent node, that item may never be seen again... Seems odd that a gesture like double-tapping, while not often used in iOS, would result in the exact opposite action of the familiar double-clicking to drill down or expand of ot…

Thanks for taking the time to leave some thoughtful feedback. To pull back the curtain a bit, you are right that the nodes that show up when a parent node is tapped are randomized. As you can imagine, many Wikipedia pages have thousands of links which would be unwieldy for both the hardware and the user. For this reason, we gave up on the idea that users would be able to search for a specific page through the node vi…

Why not let the user "flick" it off the screen? That sounds more fun (and probably intuitive), anyway.

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#28
post #9

I've tried a few Wikipedia apps... I always end up not using them since I find Wikipedia pages via Google and there is no way to redirect you from the web to an app. (Wikipedia could choose to do it on their end but they don't.)

How is Wikipedia supposed to know you'd like to be redirected to some random app downloaded from an app store? There actually is a way to redirect from the web to a random app (intents on Android) but that's not available on iOS. Lay the blame at Apple's feet not Wikipedia's.

It could be in a cookie Wikipedia looks at. You specify the name of the app you want to launch in the cookie, then the site redirects you to that app.

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#29
post #10

It's extremely pretty, though I question some of the UX desicisions. Double-tapping an item makes it vanish. Due to the seemingly random selection of nodes that appear when re-searching for a parent node, that item may never be seen again... Seems odd that a gesture like double-tapping, while not often used in iOS, would result in the exact opposite action of the familiar double-clicking to drill down or expand of ot…

Thanks for taking the time to leave some thoughtful feedback. To pull back the curtain a bit, you are right that the nodes that show up when a parent node is tapped are randomized. As you can imagine, many Wikipedia pages have thousands of links which would be unwieldy for both the hardware and the user. For this reason, we gave up on the idea that users would be able to search for a specific page through the node vi…

I also found the double-tap-to-delete counterintuitive. If a single tap expands a node, then a double-tap should open the article. Tap-and-hold to delete is a bit more intuitive, too -- it's the same gesture you'd use on your iOS home screen to delete an app.

That said, this is a beautiful app!

Re: A Wikipedia Reader for iOS that visualizes the connections between articles

#30

For anyone who is interested, I've written a parallelized Wikipedia spidering tool in Go: https://github.com/taliesinb/wikispider It's for when you want to grab a small portion of the full Wikipedia graph without cutting yourself on the 30-odd gigabytes of XML the dumps provide.

Does it crawl revision history as well? I can deal with the gigabytes - it's the terabytes that scare me! (i.e full revision dumps).
Post reply on HN