WOLFRAM

Data Analysis and Visualization

Best of Blog

Modeling a Pandemic like Ebola with the Wolfram Language

Data is critical for an objective outlook, but bare data is not a forecast. Scientific models are necessary to predict pandemics, terrorist attacks, natural disasters, market crashes, and other complex aspects of our world. One of the tools for combating the ongoing and tragic Ebola outbreak is to make computer models of the virus's possible spread. By understanding where and how quickly the outbreak is likely to appear, policy makers can put into place effective measures to slow transmissions and ultimately bring the epidemic to a halt. Our goal here is to show how to set up a mathematical model that depicts a global spread of a pandemic, using real-world data. The model would apply to any pandemic, but we will sometimes mention and use current Ebola outbreak data to put the simulation into perspective. The results should not be taken as a realistic quantitative projection of current Ebola pandemic.
Education & Academic

Summer Internships

Summer has drawn to a close, and so too have our annual internships. Each year Wolfram welcomes a new group of interns to work on an exciting array of projects ranging all the way from Bell polynomials to food science. It was a season for learning, growth, and making strides across disciplinary and academic divides. The Wolfram interns are an invaluable part of our team, and they couldn't wait to tell us all about their time here. Here are just a few examples of the work that was done.
Education & Academic

First Tweet-a-Program Code Challenge: Space Week

In honor of World Space Week and this year’s theme of satellite navigation, “Space: Guiding Your Way,” we’re issuing a Tweet-a-Program Code Challenge focused on anything to do with space and getting there. You tweet us your "space-iest" line(s) of Wolfram Language code, and then we’ll use the Wolfram Language to randomly select three winning tweets (plus a few favorites) to shower with retweets, pin or post to our wall, and receive a free Wolfram T-shirt! Any space-themed submissions tweeted to us @wolframtap all day Thursday and Friday (12am PDT Thursday, October 9 through 11:59pm PDT Friday, October 10) will be eligible to win. To not waste needed code space, no hashtag is required with your original submission, but we encourage you to share your results by retweeting them with hashtag #wsw2014 and #tapspaceweek. In addition to satellite path tracking and real-time analysis, the Wolfram Language gives you access to all sorts of entities, formulas, and other functionality for astronomical computation and coding---from supernovas, comets, and constellations to the Sun, deep space, and other galaxies. Maybe you want to remix the planets and their colors, as Stephen Wolfram did in one of his first Tweet-a-Program tweets:
Best of Blog

Which Is Closer: Local Beer or Local Whiskey?

In today's blog post, we will use some of the new features of the Wolfram Language, such as language processing, geometric regions, map-making capabilities, and deploying forms to analyze and visualize the distribution of beer breweries and whiskey distilleries in the US. In particular, we want to answer the core question: for which fraction of the US is the nearest brewery further away than the nearest distillery? Disclaimer: you may read, carry out, and modify inputs in this blog post independent of your age. Hands-on taste tests might require a certain minimal legal age (check your countries' and states' laws). We start by importing two images from Wikipedia to set the theme; later we will use them on maps.
Computation & Analysis

How Citizen Computation Changes Democracy: Conrad Wolfram at TEDxHousesofParliament

Photography by Tracy Howl and Paul Clarke Has our newfound massive availability of data improved decisions and lead to better democracy around the world? Most would say, "It's highly questionable." Conrad Wolfram's TEDx UK Parliament talk poses this question and explains how computation can be key to the answer, bridging the divide between availability and practical accessibility of data, individualized answers, and the democratization of new knowledge generation. This transformation will be critical not only to government efficiency and business effectiveness---but will fundamentally affect education, society, and democracy as a whole. Wolfram|Alpha and Mathematica 10 demos feature throughout---including a live Wolfram Language generated tweet. More about Wolfram's solutions for your organization's data »
Computation & Analysis

Searching Genomes with Mathematica and HadoopLink

Editorial note: This post was written by Paul-Jean Letourneau as a follow-up to his post Mathematica Gets Big Data with HadoopLink. In my previous blog post I described how to write MapReduce algorithms in Mathematica using the HadoopLink package. Now let's go a little deeper and write a more serious MapReduce algorithm. I've blogged in the past about some of the cool genomics features in Wolfram|Alpha. You can even search the human genome for DNA sequences you're interested in. Biologists often need to search for the locations of DNA fragments they find in the lab, in order to know what animal the fragment belongs to, or what chromosome it's from. Let's use HadoopLink to build a genome search engine!
Computation & Analysis

Random and Optimal Mathematica Walks on IMDb’s Top Films

Or: How I Learned to Watch the Best Movies in the Best Way I remember when I lived across the street from an art movie theater called Le Club, looking at the movie posters on my way back home was often enough to get me in the ticket line. The director or main actors would ring a bell, or a close friend had recommended the title. Sometimes the poster alone would be appealing enough to lure me in. Even today there are still occasions when I make decisions from limited visual information, like when flipping through movie kiosks, TV guides, or a stack of DVDs written in languages I can't read. So how can Mathematica help? We'll take a look at the top 250 movies rated on IMDb. Based on their posters and genres, how can one create a program that suggests which movies to see? What is the best way to see the most popular movies in sequence?