wikipedia-map
wikipedia-map copied to clipboard
A web app for visualizing the connections between Wikipedia pages.
It would be nice if there was a way to simplify a graph by removing all nodes with only one connection. This would allow you to build a complex, meaningful...
The current script gets the links from the first paragraph, but this is sometimes not particularly useful. For example, Dog only returns "Carl Linnaeus" (this might be a bug though,...
Coming from https://github.com/erabug/wikigraph/issues/2 and https://github.com/fedwiki/wiki/issues/63 we know that linking to certain states of the graph would be interesting. Similar to what [CoGraph](https://github.com/willzeng/cograph) allows, but by using URL fragments known from...
In very large networks, the traceback can sometimes be very slow. The whole network pauses during slow tracebacks. A hackish solution could be to call `traceBack` asynchronously from a `setTimeout`...
Hallo, My colleagues and I regularly play a game where the goal is to find the shortest path between two Wikipedia articles. I found this software to enable a checking...
Basic fix to https://github.com/controversial/wikipedia-map/issues/45. The "X" button is still available for closing the tour and works just fine. (PR with correct branch, replacing https://github.com/controversial/wikipedia-map/pull/46)
The "Back" button is present on the first step of the tour. Pressing it vanishes the tour window but the screen stays grey, and the "Instructions" button cannot be pressed...