Skip to content

Instantly share code, notes, and snippets.

@darth-cheney
darth-cheney / dabblet.css
Last active November 21, 2015 21:34
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input:checked + label {
color: green;
}
input[name=group1] {
position: absolute;
top: -99999px;
@darth-cheney
darth-cheney / dabblet.css
Last active November 21, 2015 14:08
Merriam Layout Test v0.1
/**
* Merriam Layout Test v0.1
*/
html, body {
width: 100%;
height: 100vh;
overflow: hidden;
}
#content-wrapper {
@darth-cheney
darth-cheney / clinton-description.md
Last active January 21, 2016 15:25
README for the Clinton Email database

Clinton Email Database

This is the first public release of the History Lab's processed version of the Clinton Emails.

Background

Earlier this year, the story broke that Hillary Clinton had kept her work emails her own email account and private server during her tenure as Secretary of State. Clinton voluntarily released emails she and her lawyers deemed "work related" to the State Department, who has been going through them and redacting personal and/or classified information.

The State Department releases batches of the emails it has redacted and declassified each month. They are posted to the State Department FOIA Reading Room site. Currently the October release is the most recent.

How We Gather and Parse the Data

The History Lab team has written scripts that download all of the documents from the FOIA site (see description of documents below) and the corresponding JSON metadata from the site's underlying api. We then s

@darth-cheney
darth-cheney / dabblet.css
Last active November 18, 2015 18:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@darth-cheney
darth-cheney / dabblet.css
Last active November 18, 2015 01:03
Merriam Layout Test v0.1
/**
* Merriam Layout Test v0.1
*/
#container {
display: flex;
width: 100%;
height: 100vh;
background-color: grey;
}
@darth-cheney
darth-cheney / dabblet.css
Last active November 16, 2015 02:27
Merriam Layout Test v0.1
/**
* Merriam Layout Test v0.1
*/
#main {
display: block;
position: relative;
min-width: 100%;
height: 100vh;
overflow: hidden;
}
@darth-cheney
darth-cheney / predict_history_verification_notes.md
Last active October 28, 2015 19:32
FRUS <==> Cables Matching Oddities and Exceptions

Predict History Verification

Cases to Assess

MAYBES

The shared Google Sheet in which we are verifying all identified matches with a sim score of 0.9 or higher contains the option to mark a given pair with MAYBE. So far, there are several reasons that we have been using the MAYBE reason:

  1. The FRUS document refers to a draft treaty or agreement (not a telegram), which is then included in the body of the matched Cable
  2. For example, (FRUS, Cable); (FRUS, Cable)
@darth-cheney
darth-cheney / dabblet.css
Last active October 13, 2015 02:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-repeat: no-repeat;
}
@darth-cheney
darth-cheney / dabblet.css
Last active September 13, 2015 14:26
Merriam Button Animated
/**
* Merriam Button Animated
*/
/**
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
*/
@keyframes circleZone {
@darth-cheney
darth-cheney / dabblet.css
Last active September 9, 2015 00:54
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/**
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
*/