Wolfram Computation Meets Knowledge

Products

Ready, Set… Bike! (to Work) — A Data-Fueled Ride for National Bike Month

Everyone remembers their first bike, the scrapes and scars, the hard-earned road rash from learning to ride. Riding a bike is the only skill you never forget (or so the saying tells us), but if you're feeling a little rusty, we know a great way to get reacquainted. Every May since 1956, the League of American Bicyclists has sponsored National Bike Month to highlight the health benefits of bicycling and inspire more people to give it a try. Communities across the country celebrate two-wheeled glory in various ways; among the many events on Champaign-Urbana's Bike Month calendar is Bike to Work (BTW) Day on May 14. Wolfram supports our local BTW Day by providing refreshments at a designated refueling station on State street. Additionally, whether you're biking to work in CU or elsewhere, we would like to fully prep any intrepid cyclists planning to embark on such a journey by pulling together some vital information.
Education & Academic

A Smart Programming Language for a Smart Cities Hackathon

On Friday, February 20, I had the pleasure of giving a talk to a group of young and smart individuals enlisted to represent Barcelona in the Global Urban Datafest. For this hackathon, the organizers offered one Raspberry Pi platform per team and a variety of sensors to capture physical parameters. Their list of suggested project topics included data acquisition and actuation, monitoring and management, security transport and mobility, the environment, and more. The event lasted three days and was locally organized by Anna Calveras and Josep Paradells with the help of Universitat Politècnica de Catalunya, Barcelona's City Council, iCity Project, Urbiotica, IBM, and Wolfram Research.
Announcements & Events

European Wolfram Technology Conference Draws Near!

Come and join us in Frankfurt for the third European Wolfram Technology Conference, Wolfram Research Europe's action-packed annual showpiece event. Set for 2--3 June in Germany’s financial capital, the conference is where our latest releases will be showcased. You can also hear from our team of experts, as well as enjoy the opportunity to connect with Wolfram technology users from all over the world. And there’s still time to register for this event at the Radisson Blu Hotel, Frankfurt!
Computation & Analysis

Instant Apps for the Apple Watch with the Wolfram Language

Note added 04/30/2018: Due to changes around Apple Watch and WatchKit, the Wolfram Cloud app does not currently support Apple Watch. The functionality described in this post remains available for other mobile devices. My goal with the Wolfram Language is to take programming to a new level. And over the past year we’ve been rolling […]

Announcements & Events

Scientific Bug Hunting in the Cloud: An Unexpected CEO Adventure

The Wolfram Cloud Needs to Be Perfect The Wolfram Cloud is coming out of beta soon (yay!), and right now I’m spending much of my time working to make it as good as possible (and, by the way, it’s getting to be really great!). Mostly I concentrate on defining high-level function and strategy. But I […]

Computation & Analysis

Wolfram|Alpha Personal Analytics for Facebook: Last Chance to Analyze Your Friend Network

Wolfram|Alpha’s Facebook analytics ranks high among our all-time most popular features. By now, millions of people have used Wolfram|Alpha to analyze their own activity and generate detailed analyses of their Facebook friend networks. A few years ago, we took data generously contributed by thousands of “data donors” and used the Wolfram Language’s powerful tools for social network analysis, machine learning, and data visualization to uncover fascinating insights into the demographics and interests of Facebook users. At the end of this month, however, Facebook will be deprecating the API we relied on to extract much of this information.
Leading Edge

New in the Wolfram Language: GrammarRules

The Wolfram Language provides tools for programmatic handling of free-form input. For example, Interpreter, which was introduced in Version 10.0, converts snippets of text into computable Wolfram Language expressions. In smart form fields, this functionality can automatically translate input like "forty-two" into a Wolfram Language expression like "42." But what does it take to perform more complicated operations or customize responses and actions? For that you need a grammar. The grammar indicates the structure that should be matched and the action that should be taken using information extracted from the match. A grammar gives you natural language control over your computer so that you can process language snippets to yield functions that perform commands. For example, telling your computer to "open a website" requires mapping snippets like "open" and "a website" to the Open command and the URL of a website.
Products

Functional Mock-up Interface (FMI) Import in Wolfram SystemModeler

Explore the contents of this article with a free Wolfram SystemModeler trial. An important emerging standard has been rapidly adopted by industry: the Functional Mock-up Interface (FMI). It's an independent standard allowing model exchange between different tools. We introduced FMI export with Version 4.0 of SystemModeler. Exporting your model as a Functional Mock-up Unit (FMU) serves many purposes. First and foremost, it can be used in other tools and programming languages. It also protects your intellectual property by compiling the model code to a binary, which is useful when exchanging models with customers and collaborators. Now with Version 4.1 of SystemModeler, we are happy to announce that we also support FMI import.