Skip to content

venture-vin/A-Wiki-in-Time

 
 

Repository files navigation

A Wiki in Time

A Wiki in Time is a public web application for unearthing many of mankind's greatest conquests over humanity. From great known explorers such as Christopher Columbus, to great sieges such The Great Siege of Gibraltar, user's will be able to receive a guided trek through history with our interactive encyclopedia experience.

Table of Contents

Team Members

Project Demo

A Wiki in Time

Site Architecture

Why an Interactive Encyclopedia?

We wanted to build an application that would be both practical, and easy to navigate with, for non-technical users in regards to obtaining information quickly. This is where the idea of creating a "live" representation of the users search results, by populating a globe in real time, was implemented. With Wikipedia as our data source, users are able to query our database for "at-a-glance information, to be consumed in reasonable chunks quickly. If a user is not interested in any particular research result, the user can scour the globe for other events within their query dates, making "A Wiki in Time" effective at data collection.

Goals

The main focus of A Wiki in Time was to accomplish these tasks:

  • Build an interactive web application that responds to human input swiftly.
  • Categorize major historic figures and battle events, that can be placed on our globe to plot world history seamlessly.
  • Conduct user tests to drive our focus on user experience, in order to populate our globe with visually enriched content.
  • Explore inventive ways to use both React.js and Ruby on Rails to strengthen our knowledge of building a decoupled application experience.

Installation

If you haven't already, please install node.js here: https://nodejs.org/en/.

Node.js comes with a package manager, called NPM, which you will need to work with Webpack for this project. Instructions for Webpack can be found here: https://webpack.github.io/docs/installation.html.

To run the frontend portion of our application, follow this link here for the github repo, https://github.com/venture-vin/A-Wiki-in-Time, and now this one for the backend, https://github.com/BenGoldstein88/A-Wiki-in-Time.

Then follow these instructions to run the frontend:

$ git clone https://github.com/venture-vin/A-Wiki-in-Time
$ cd A-Wiki-in-Time
$ npm install
$ npm run build
$ npm run start

And now this portion to run the backend:

$ git clone https://github.com/BenGoldstein88/A-Wiki-in-Time
$ cd A-Wiki-in-Time
$ gem install httparty
$ gem install nokogiri
$ bundle install
$ bundle install && rake db:drop && rake db:create && rake db:migrate && rake db:seed
$ rails s

Instructions

A user's journey will begin by dragging and placing the "Search Marker" anywhere on the globe down for querying events. Then, a user will select a category from the drop down category box, and select a "Start Year", "End Year", and a "Radius" before clicking on the submit button to populate their queries around the radius of the "Search Marker". From there, a user can either click on any of the specific markers placed down by category, to either read more about their query or click on a Wikipedia link to search further.

Try out our herokuapp here: http://a-wiki-in-time.herokuapp.com/#/?_k=to38h4

Features

Polygon Mode

Assassinations in the state of Florida, in the United States. These assassinations are only from the date range of 1944 to 2016, restricted by the boundaries defined by Polygon Mode.

florida-assassinations 50 pm

Polygon Mode is another way for users to interact with our interface. Once enabled, a malleable polygon, in the shape of a triangle, will appear on the map giving users the ability to refine their query search by the specific shape the user creates on our globe.

The Sidebar

Querying Archaeological Sites between the tips of Northern Africa and parts of Europe.

side-bar

After submitting your query results, and clicking on the "Search Results" button, a user will have access to the "Side bar".The Side Bar is a left to right slide in tab that lists all of the queries returned from the search, in a bigger, scrollable, and readable page for the user to see. Displayed in the Side Bar, is a brief description of an event as well as a click-able Wikipedia link, for further data exploration by the user.

Event Markers

These are the event markers for each event type that can be selected.

  • Search Marker Search Marker
  • Marker 1 Battles
  • Marker 2 Assassinations
  • Marker 3 Sieges
  • Marker 4 Explorers
  • Marker 5 Natural Disasters
  • Marker 6 Archaeological Sites

Resources Used

About

Filter your wikipedia queries by time period and geolocation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 9.0%
  • HTML 4.8%