Inspiration

The interconnected map of the internet that demonstrated the vast resources available for use was the original inspiration. This made us want to create something that could help others better locate resources given any arbitrary starting point.

What it does

The Source Node Explorer takes a article that the user has retrieved and attempts to find related materials that would be of interest or use to the user. For any material that the user expresses interest in, it can then recursively find more related material and expand into a vast network stemming from that original source.

How I built it

Using javascript, we constructed a framework that parsed strings representing the textual information stored within an article. We then used that information to create branches that spanned the tree of information.

Challenges I ran into

There was difficulties parsing the data because of the many variation in citation method. Furthermore, the extraction of text from pdf returned symbols rather than conventional English characters.

Accomplishments that I'm proud of

We finished :) (kind of)

What I learned

Plan things out thoroughly beforehand.

What's next for Source Node Explorer

Adding support for larger databases such as JSTOR. Host scripts on website.

Built With

Share this project:

Updates