Skip to content

Instantly share code, notes, and snippets.

View jeffreymoro's full-sized avatar

Jeffrey Moro jeffreymoro

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeffreymoro on github.
  • I am jeffreymoro (https://keybase.io/jeffreymoro) on keybase.
  • I have a public key ASCLOMhkwGlz9Ddzj-0rOE2XLIG2Vq9ymqrRIAYlYJO1NAo

To claim this, I am signing this object:

@jeffreymoro
jeffreymoro / tweet.json
Created September 28, 2015 17:54
Tweet JSON for "Still Life in Digital"
{
"contributors": null,
"truncated": false,
"text": "interesting reflection on who's doing the talking and the listening and the ignoring on this website dot com: http://t.co/RVzTR7pDGM",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 636912109163520000,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
//Width and height
var width = 950;
var height = 550;
var margin = {top: 30, right: 10, bottom: 25, left: 300};
//Get the dataset
var dataset = document.getElementById('dataset').innerHTML;
graph = JSON.parse(dataset);
//Initialize force layout
@jeffreymoro
jeffreymoro / 2_Cleaned_JSON.json
Created August 3, 2015 14:56
new rigor animated word cloud example
This file has been truncated, but you can view the full file.
{"contributors": null, "truncated": false, "text": "RT @jeffreymoro: Campbell uses @anvcscalar to build his @5collDH project! #5cdh #newrigor http://t.co/nkdbS0SWIu", "in_reply_to_status_id": null, "in_reply_to_user_id": null, "id": 595281124990914560, "favorite_count": 0, "entities": {"user_mentions": [{"indices": [3, 15], "screen_name": "jeffreymoro", "id_str": "1478357942", "name": "Jeffrey Moro", "id": 1478357942}, {"indices": [31, 42], "screen_name": "anvcscalar", "id_str": "221510878", "name": "Scalar", "id": 221510878}, {"indices": [56, 64], "screen_name": "5collDH", "id_str": "2266577936", "name": "Five College DH", "id": 2266577936}], "media": [{"source_user_id": 1478357942, "source_status_id_str": "594506143633899520", "expanded_url": "http://twitter.com/jeffreymoro/status/594506143633899520/photo/1", "display_url": "pic.twitter.com/nkdbS0SWIu", "source_status_id": 594506143633899520, "media_url_https": "https://pbs.twimg.com/media/CEAcLt7W8AMaTwR.jpg", "source_user_id_str": "1478357942", "url": "ht
@jeffreymoro
jeffreymoro / index.html
Created July 30, 2015 19:06
new rigor word cloud test #1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://raw.github.com/jasondavies/d3-cloud/master/d3.layout.cloud.js"></script>
</head>
<body>
<script>
@jeffreymoro
jeffreymoro / index.html
Created July 30, 2015 19:05
new rigor tweet wall test #1
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>twarc wall</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
@jeffreymoro
jeffreymoro / index.html
Created July 17, 2015 15:10
Leaflet.js in action
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<style>
#map { height: 500px; }
</style>
</head>
<body>