Search found 6 matches

by saeedm
Tue Mar 19, 2013 11:15 am
Forum: Winter 2013
Topic: Proj 5 - 3D Spatial Interactive
Replies: 8
Views: 8488

Re: Proj 5 - 3D Spatial Interactive

Intro For this project, I was interested in visualizing the frequency of occurrence of country names in the subject of books over time. I thought that perhaps the many world events of the past few years may be discernible in the data fluctuations of book checkouts. And, since this project was in 3D...
by saeedm
Thu Feb 28, 2013 12:21 pm
Forum: Winter 2013
Topic: Proj 4 - Correlate with External Data
Replies: 8
Views: 16215

Re: Proj 4 - Correlate with External Data

Intro The question I aimed to answer with this project was: How well rated are the most checked out movies at the SPL? To answer this question, I needed to find an external database that had reviews of all major movies. RottenTomatoes.com is such a website, and even has poster images and trailers o...
by saeedm
Tue Feb 12, 2013 11:34 am
Forum: Winter 2013
Topic: Proj 3- 2D Matrix Spatial Map
Replies: 9
Views: 9618

Re: Proj 3- 2D Matrix Spatial Map

Sketch: https://docs.google.com/drawings/d/1y7mmvxsVkULFDDAHmKtOv1Ils0XqTTbMNfUx3uX99LE/edit Intro I was curious to see how the current most popular dewey categories ranked 6 years back. Query select year(activity.o) as 'Year', sum(case when (dewey.dewey = 811) then 1 else 0 end) as '811 Poetry', su...
by saeedm
Tue Feb 05, 2013 10:16 am
Forum: Winter 2013
Topic: Proj2 - Visualize an SQL Query in Processing
Replies: 11
Views: 11471

Re: Proj2 - Visualize an SQL Query in Processing

My second attempt at project 2. Intro I was curious to see how the SPL reflected the shifts in programming language preferences in the past few years. I knew mobile programming was on the rise, as well as web, but didn't quite know how core languages like Java and C++ were doing. I picked the two mo...
by saeedm
Wed Jan 16, 2013 11:24 pm
Forum: Winter 2013
Topic: Proj1 - SQL Query Assignment
Replies: 11
Views: 11218

Re: Proj1 - SQL Query Assignment

My project 1 writeup:
https://docs.google.com/document/d/18yV ... 97oMo/edit
-Saeed Mahani