Search found 5 matches

by a.lazareva
Sat Feb 28, 2015 1:55 pm
Forum: Winter 2015
Topic: Proj 5: Data Correlation / Final Project
Replies: 17
Views: 37972

Re: Proj 5: Data Correlation

Data Visualization on GitHub I decided to use the GitHub API for this project to collect data on repositories that are related to data visualization. I'm using the following API https://developer.github.com/v3/. The code I wrote calls the API to collect the following data for a list of keywords rel...
by a.lazareva
Wed Feb 18, 2015 8:22 pm
Forum: Winter 2015
Topic: Proj 4: 3D Volumetric, Spacial Visualization
Replies: 17
Views: 15457

Re: Proj 4: 3D Volumetric, Spacial Visualization

3D Spider Diagram This vis is a 3D version of my previous project. The vis allows you to see the diagram in 3D and control the spacing between the different layers as well as the position of the grid. screenshot.jpg mockup2.jpg screenshot.jpg https://www.dropbox.com/s/0010vm9if0f8cj8/A_Lazareva_HW4...
by a.lazareva
Mon Feb 02, 2015 10:31 am
Forum: Winter 2015
Topic: Proj 3: 2D Reorderable Matrix
Replies: 17
Views: 14801

Re: Proj 3: 2D Reorderable Matrix

I used an aggregated version of my 'co-occurrence' dataset from the previous project to create an interactive visualization that presents the data in a different way. The data was selected with the following query. select floor(t1.deweyClass/100)*100 as dewey1, floor(t2.deweyClass/100)*100 as dewey2...
by a.lazareva
Tue Jan 20, 2015 9:39 am
Forum: Winter 2015
Topic: Proj 2: 2D Matrix
Replies: 18
Views: 20880

Re: Proj 2: 2D Matrix

Borrowed Together Co-occurrence matrix I wanted to create a high-level view of my co-occurrence dataset, but also give the user the ability to zoom in for a granular view. I wanted to create something that looked like a satellite image of the earth at night where you can see developed areas as brig...
by a.lazareva
Sun Jan 11, 2015 1:28 pm
Forum: Winter 2015
Topic: Proj 1: Data Query
Replies: 19
Views: 20015

Re: Proj 1: Data Query

Frequently Borrowed Together I wanted to create a query that would return pairs of items that were borrowed together and the number of times the items were borrowed together. I believe this is an interesting question because it could allow us to create a simple ‘recommendation’ program similar to A...