Search found 10 matches

by anisbharon
Mon Dec 15, 2014 6:11 pm
Forum: Fall 2014
Topic: Anis Haron’s Project
Replies: 2
Views: 26520

Re: Anis Haron’s Project

As a project deliverable, i will write a program to simulate a bean machine, mapped to the harmonic table note layout. My program will be written using openFrameworks C++ toolkit. A question i had when coming up with this idea is to explore possible sound output when the rules of physics are distort...
by anisbharon
Mon Nov 24, 2014 11:02 am
Forum: Fall 2014
Topic: W08 - Ursula Damm
Replies: 7
Views: 7405

Re: W08 - Ursula Damm

Ursula Damm presented a body of work, most of which are collaborative in nature and involves biology in one form or another, apparent in her works such as Double Helix Swing (2006) - uses specific sound frequency simulating the wing beat of a female midge to attract certain species of midges, Greenh...
by anisbharon
Thu Nov 20, 2014 11:15 am
Forum: Fall 2014
Topic: Anis Haron’s Project
Replies: 2
Views: 26520

Re: Anis Haron’s Project

Probability music: An exploration of probability in generative music Probabilistic approach to art generation has been explored by art practitioners since the early twentieth century. Some notable early explorers of chance-based art are: Lewis Carroll (Curiosa Mathematica, Part II: Pillow Problems),...
by anisbharon
Tue Mar 27, 2012 11:47 am
Forum: Winter 2012
Topic: 3.08 3D Final Project Concept & Doodle
Replies: 6
Views: 12148

Re: 3.08 3D Final Project Concept & Doodle

Anis Haron Sketches Screen shot 2012-03-27 at 12.38.25 PM.png Screen shot 2012-03-27 at 12.38.46 PM.png For my 3d project, i wanted users to be able to navigate through each business day and view number of checkouts in a selected day, compare the data with previous years and at the same time be abl...
by anisbharon
Tue Mar 27, 2012 11:36 am
Forum: Winter 2012
Topic: 3.27 Data Visualization Final Project
Replies: 7
Views: 7739

Re: 3.27 Data Visualization Final Project

Anis Haron Final project screenshots: Screen shot 2012-03-27 at 12.14.47 PM.png Screen shot 2012-03-27 at 12.14.18 PM.png Screen shot 2012-03-27 at 12.15.24 PM.png Screen shot 2012-03-27 at 12.15.42 PM.png Screen shot 2012-03-27 at 12.16.09 PM.png Code: sketch_04.zip This project displays checkouts...
by anisbharon
Mon Mar 05, 2012 8:22 pm
Forum: Winter 2012
Topic: 2.28 Correlation Data | FP Tree Algorithm
Replies: 6
Views: 6564

Re: 2.28 Correlation Data | FP Tree Algorithm

img1.png img2.png img3.png Correlation of SPL checkouts and Geotagged Flickr images (restricted to 250 images) on Lunar Eclipse in 2008. Circles on the world map are approximately mapped based on Latitude and Longitude data of the images. Rollover (circles on world map) reveals date and time taken ...
by anisbharon
Mon Feb 20, 2012 10:29 am
Forum: Winter 2012
Topic: 2.16 BiVariate 2D Spatial Map Project
Replies: 6
Views: 6875

Re: 2.16 BiVariate 2D Spatial Map Project

Keyboard input switches between queries and highlights a curve of checkout frequency of the selected query. Rollover reveals total number of transactions in a given month.
screenshot01.png
screenshot02.png
screenshot03.png
sketch02_v3.zip
(169.88 KiB) Downloaded 312 times
by anisbharon
Sun Feb 12, 2012 7:47 pm
Forum: Winter 2012
Topic: 2.14 Proj 2: 2D Bivariate Spatial Map Concept & Sketch
Replies: 7
Views: 7415

Re: 2.16 Proj 2: 2D Bivariate Spatial Map

doodle01.png Quantity (sum since 2005 to 2011) over time (month) visualization of 3 queries. Rollover to show monthly transactions, keyboard input to switch between queries. Q1: The Catcher in The Rye, Holden Coulfield Q2: Isaac Asimov, Aum Shinrikyo Q3: The Secret Agent, Joseph Conrad, Unabomber S...
by anisbharon
Sun Feb 12, 2012 5:34 pm
Forum: Winter 2012
Topic: 2.02 Proj 1: Processing Visualization Project
Replies: 7
Views: 7503

Re: 2.2 Proj 1: Processing Visualization Project

Screenshot.png sketch01.zip Query: select year(ckoutDateTime) as year,count(*) from trans_2005_thru_2011 where year(ckoutDateTime)>2004 AND (title like "%the catcher in the rye%" OR title like "%Holden Caulfield%") group by year order by year; A simple single query visualization. Minimal design, an...