View allAll Photos Tagged Visualize
This is a visualization of the frequency of occurrence of the words 'internet' , 'web', and 'twitter' in the New York Times, from 1990 - 2008.
Built with Processing (http://www.processing.org)
Prints from this and other NYTimes visualizations are available on my Etsy store: blprnt.etsy.com
For a Rinko setup, the frame needs to simultaneously rest on the hind-edge of the saddle as well as both rear frame drop outs, without damaging the rear derailleur assembly. As you can see, the rear derailleur sticks out somewhat.
I've been having some issues with our MoMA-bound Cabspotting visualization lately, and, as is often the case, ended up having to create another visualization just to figure out what the problem was.
Each of the white dots represents a discreet data sample–the location of a specific cab at a particular time. Here, samples for each cab are placed on a separate row and arranged temporally from left to right. More "active" cabs (i.e., the ones with more available samples) are placed at the top.
The green and red marks at the top represent the start and end times of the displayed period. For each cab, an algorithm seeks through the list of segments between each sample that fall within them. The hue corresponds to the position in the line between the start and end of the period: Green lines are closer to the start time, red ones to the end time.
So, what does it show? Primarily, that there is quite a bit of "bad" data in our set. Those long lines at the bottom indicate extended periods of time during which those cabs weren't transmitting their locations. Most cabs tend to ping the depot every 30-60 seconds, but some do it less than once per hour. For the most part, though, the consistency of that green-to-red column seems to indicate that we've got a pretty good idea of where most of the cabs were in that time period, and with a reasonable degree of resolution.
God, I'm such a geek.
Maps of racial and ethnic divisions in US cities, inspired by Bill Rankin's map of Chicago, updated for Census 2010.
Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Yellow is Other, and each dot is 25 residents.
Data from Census 2010. Base map © OpenStreetMap, CC-BY-SA
Crape Myrtle (likely Lagerstroemia indica) - Suburban New Jersey, 25 miles west of "The City" (NYC)
I have Crape Myrtle in my garden at the 'southern command' that I seldom see in bloom, so I was happy to see that my northern neighbors shrubs survived the harsh weather we had in Jersey last winter. Though not w/o incident, since the newly planted myrtle died back to the roots, but sent out new shoots in the spring. But, far and away, the best thing about Crepe Myrtle (other than its natural beauty) is that sub-urbanized White-tail Deer don't seem to like the taste of it!
Notes:
I decided to leave on the 300 w 1.4xTC for this capture (actually a two shot composite), because I wanted the isolation provided by the short DOF of a longer focal length. I could have backed away to get all of the flower-head in a single shot, but then the added subject to camera distance would have brought more of the BG into focus.
So, sometimes a little more work on the processing end is necessary to achieve the desired effect, as I'm sure Ansel Adams (the guy who pretty much invented pre-visualization), used post capture processing (chemical in his case) to create the image he visualized prior to its capture.
This is the A3 version (300 dpi) of the final uberinfographic. The uberinfograhic is an overview of over 365 beautiful infographics and visualizations. The core of this overview is an infographic in itself, a schematic that structures all infographics and visualizations.
interactive version of my former work. it's build with actionscript. you can play with it at blob.creanode.com/blob/eu2009/ if you want.
Inspired from Whole Foods CEO John Mackey's excellent speech about Spiral Dynamics entitled “The Upper Flow of Human Development.”
I really like how Mackey describes each value system meme with bulleted lists describing the unique Characterstics, How they Make Decisions, Education, Family, Community & Life Space.
The only problem with the layout of all of this information in a linear fashion is that it has been really hard to compare and contrast the different vMemes with each other. That was why I created a Cheat Sheet Graphic with all of the six categories and characteristics in one big massive table.
More details here
Archived at web.archive.org/web/20060910031642/http://www.wholefoods....
This is a visualization of the frequency of occurrence of the words 'internet' , 'web', and 'twitter' in the New York Times, from 1990 - 2009.
Interesting here is the very steep rise in mentions of Twitter so far in 2009. Compare the leading edge of the Twitter curve to both web and internet - it is clearly on a steeper climb.
Compare this image to one made in February, to see the very clear 'Twitter explosion' -
www.flickr.com/photos/blprnt/3256480403/in/set-7215761338...
Built with Processing (http://www.processing.org)
This is a small visualization about my self I did last year at a university course. Did it with photoshop! :)
Maps of racial and ethnic divisions in US cities, inspired by Bill Rankin's map of Chicago, updated for Census 2010.
Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Yellow is Other, and each dot is 25 residents.
Data from Census 2010. Base map © OpenStreetMap, CC-BY-SA
I was astounded by Bill Rankin's map of Chicago's racial and ethnic divides and wanted to see what other cities looked like mapped the same way. To match his map, Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Gray is Other, and each dot is 25 people. Data from Census 2000. Base map © OpenStreetMap, CC-BY-SA
Functional notation is only available for a subset of functions. Here is an alternative syntax for factoring and expanding polynomials.
Viva apartments visualizations created for Adele Bates' interior design project in Brighton.
Software used: 3ds Max, Corona and Photoshop
Maps of racial and ethnic divisions in US cities, inspired by Bill Rankin's map of Chicago, updated for Census 2010.
Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Yellow is Other, and each dot is 25 residents.
Data from Census 2010. Base map © OpenStreetMap, CC-BY-SA
Functions can also be plotted by generating a line that approximates the function. In fact, this is what happens behind the scenes when the 'plot' function is called.
I just started an excellent online class via Coursera titled Exploring Neural Data Exploring Neural Data that started 29 September 2014. Monica Linden and David Sheinberg of Brown University are teaching this class. Our first assignment was to detect spikes (action potentials) in a few seconds of recorded data from a neuron. The assignment was to modify some Python code to plot the data, and then detect and plot the spike activity, and plot all the detected spikes.
The data plot above shows the detected spikes "stacked up". The detection of each plot occurred at time 0, and the plot displays the time domain behavior of the spike from 3 milliseconds before the spike until 3 milliseconds after.
In this data, there were 79 actual spikes, and the detector I made found 68 of them correctly. These spikes all have a similar shape, so they stack one on top of the other with a bit of jitter. Some of that jitter may be due to the sampling time of 34.4 microseconds (which means there are 29 samples in one millisecond.)
Unfortunately, my detector also found about 11 false spikes in this data set. In a simpler data set, it ran correctly detecting 10 of 10 spikes and not detecting any false spikes. You can see some of these, they don't fit the pattern of the correct spikes.
It was very satisfying to work with this data, and to learn a bit more about neuroscience (and Python). We are using the Spyder environment, which is quite a nice development environment. This assignment took me a little longer than I thought it would (finished about 530 am Sunday morning).
I was astounded by Bill Rankin's map of Chicago's racial and ethnic divides and wanted to see what other cities looked like mapped the same way. To match his map, Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Gray is Other, and each dot is 25 people. Data from Census 2000. Base map © OpenStreetMap, CC-BY-SA
Patrick van der Pijl: On January 4th 2011 Alex Osterwalder reinversed the business model of Facebook. On his blog he reconstructed together with his smart and loyal followers the model of Facebook. We thought it would be great to build on the work that has been done by visualizing this business model. More on www.businessmodelsinc.com - Illustration: Joeri Lefevre
I was astounded by Bill Rankin's map of Chicago's racial and ethnic divides and wanted to see what other cities looked like mapped the same way. To match his map, Red is White, Blue is Black, Green is Asian, Orange is Hispanic, Gray is Other, and each dot is 25 people. Data from Census 2000. Base map © OpenStreetMap, CC-BY-SA