Skip to content

Instantly share code, notes, and snippets.

View auremoser's full-sized avatar
🐙

Aurelia Moser auremoser

🐙
View GitHub Profile
@auremoser
auremoser / keybase.md
Last active August 29, 2015 14:01
Keybase Auth

Keybase proof

I hereby claim:

  • I am auremoser on github.
  • I am aure (https://keybase.io/aure) on keybase.
  • I have a public key whose fingerprint is C90C EE21 DCC0 3952 B8F6 7780 9BB4 CC82 AD03 6066

To claim this, I am signing this object:

@auremoser
auremoser / index.html
Last active August 29, 2015 14:16
[cartodb] html template
<!DOCTYPE html>
<html>
<head>
<title>HTML Template | CartoDB</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
@auremoser
auremoser / tapestry_info.md
Last active August 29, 2015 14:16
Tapestry Tip Sheet - CartoDB

##TAPESTRY FACT SHEET

####Geospatial Visualization in the Cloud Storytelling with Torque and Odyssey

#####http://tinyurl.com/cdb-tapestry

  • open source libraries for coders and creatives building narrative with data
  • easy education resources to learn
@auremoser
auremoser / nicar_15_mappingjs.md
Last active August 29, 2015 14:16
NICAR 15 - Workshop

Mapping JS: Building narrative with geo data + CartoDB

Aurelia Moser, Map Scientist, CartoDB Workshop - NICAR Session Link

March 6, 2015, 3:20PM-4:20PM

Find this document here:

  • Stackedit:
@auremoser
auremoser / index.html
Last active August 29, 2015 14:16
NICAR 15 - Onomatopoeia Map
<!DOCTYPE html>
<html>
<head>
<title>HTML Template | CartoDB</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
@auremoser
auremoser / README.md
Last active August 29, 2015 14:17
Chart: C3.JS + CartoDB
@auremoser
auremoser / mow.md
Created March 24, 2015 00:56
Map of the Week Guide

You can do lots of things with CartoDB. With our Maps of the Week we want to feature interesting maps and show how they have been created, so you can learn new ways and tricks to create great visualizations. Usually they are written by the visualization's own author. If you want to write one, just ping me at aurelia@cartodb.com

Guidelines for writing a Map of the Week:

  • We'll feature interesting maps with a short how-to guide of how the map was done, written by the author
  • It should include sections about the origin of the data, its processing, the styling, geospatial queries you might be using, etc
  • It should include illustrative images, and can include code snippets
  • It should include a short description and introduction about the author (your occupation, blog/twitter handle, etc).

How to get it to us

@auremoser
auremoser / ed_night-odyssey.md
Last active August 29, 2015 14:17
Odyssey Editor Workshop
@auremoser
auremoser / README.md
Last active August 29, 2015 14:18
Payscale US Stress Map

PayScale.com data packages provide some perspective on payrates and competitive salaries across the US. Data for stress across cities in the domestic USA is available via this data package.

@auremoser
auremoser / README.md
Last active August 29, 2015 14:18
Popcorn Placemap

This is a clone of Paul Ramsey's Placenames Map to give context to searches; a prototype of a popcorn.js for maps. It uses a few cobbled-together code samples. Function additions to the original script are commented in all-caps.

Objective

Make a map that lets you search for placenames, and then automates some research about what that name references via Wikipedia. For example, a search for "Cesar Chavez" will create a heatmap for places named after Cesar Chavez, as well as pull in some wikipedia details about that search string.

When disambiguation is necessary, it pulls the most relevant name and offers a link alternative to rectify errors. It also pulls in images and links! More info to be had in pramsey's "About" section for his map.