Simulating Social Innovation webinar: Tues, Aug 27 at noon

We’d love it if you would join us for a live webinar about the simulation project. We’ll be demoing some of our prototypes, taking questions, and talking about where the project is heading next.

WHO: Mark Tovey and Kirsten Robinson
WHAT: Inspiring Action for Social Impact Series
WHEN: Tuesday, August 27th, 2013, from 12PM–1PM EST

Pre-register here. Details below.

Continue reading

Tutorial — Differential Equations

Over the summer, Social Innovation Simulation will be posting a series of technical tutorials designed to acquaint those interested with some of the technologies we’re working with.

This tutorial describes how you can implement a system of ordinary differential equations in Java and use them in a project.

Estimated Time: 1–2 hours

Dependencies: basic Java knowledge, basic Eclipse knowledgeknowledge of differential equations

Continue reading

Making Maps on D3 — Tutorial

Over the summer, Social Innovation Simulation will be posting a series of technical tutorials designed to acquaint those interested with some of the technologies we’re working with.

This tutorial describes how you can use a JavaScript language called D3 (“data driven documents”) to do visualizations with maps.

Estimated Time: 1 – 2 hours

Dependencies: Basic HTML, basic D3, setting up a server.

Continue reading

GitHub — Tutorial

Over the summer, Social Innovation Simulation will be posting a series of technical tutorials designed to acquaint those interested with some of the technologies we’re working with.

This tutorial describes how you can use an online code repository called GitHub to store each working version of your code, and share your code with others.

Estimated time: 40min

Dependencies: Basic knowledge of bash or ssh code

Continue reading

Basics of D3: Selections and Basic Data Visualization — Tutorial

Over the summer, Social Innovation Simulation will be posting a series of technical tutorials designed to acquaint those interested with some of the technologies we’re working with.

This tutorial describes how you can use a data visualization library called D3 (“Data Driven Documents”). D3 provides tools to manipulate data and display it. D3 is useful when you have lots of data and you want to present it to others in a way that will make it easy for them to quickly understand since it provides easy ways of making visual representations of data.

Estimated Time: 2 hours.

Dependencies: Basic HTML and Javascript knowledge

Continue reading