Skip to content

Instantly share code, notes, and snippets.

@jwbowers
Last active January 10, 2020 20:50
Show Gist options
  • Save jwbowers/8d74ec5152e305033525b6645a5f788f to your computer and use it in GitHub Desktop.
Save jwbowers/8d74ec5152e305033525b6645a5f788f to your computer and use it in GitHub Desktop.
2 panel cartoon about evidence based policy
<!DOCTYPE html>
<meta charset="utf-8">
<!-- build:css v/cmx.css -->
<link rel="stylesheet" href="styles/cmx.css">
<link rel="stylesheet" href="styles/cmx-overlay.css">
<!-- endbuild -->
<!-- build:js v/cmx.js -->
<script data-main="scripts/main" src="scripts/vendor/require.js"></script>
<!-- endbuild -->
<style>.cmx-user-scene4 .cmx-text-border .cmx-path {stroke: orange}</style>
<body>
<div style="max-width:900px; -webkit-transform:rotate(0deg);">
<scene id="scene1">
<label t="translate(4,348)">
<tspan x="-2" y="0em">After 2 years...</tspan>
</label>
<drawing t="translate(0,31)">
<line stroke="green">
<point x="0" y="0"></point>
<point x="250" y="20"></point>
</line>
</drawing>
<actor t="translate(71,19) rotate(-2)" pose="-11,9|-6,120|-11,99|-11,89|-10,60|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-5,58">
<bubble t="translate(9,-10)" pose="0,0|-2,27|23,52|-72,102|-59,132|-73,127">
<tspan x="0" y="-5em">I'm so excited to learn if</tspan>
<tspan x="0" y="-4em">our new policy works!</tspan>
<tspan x="0" y="-3em">Behavioral science!</tspan>
<tspan x="0" y="-2em">Randomization!</tspan>
<tspan x="0" y="-1em">Administrative data!</tspan>
<tspan x="0" y="6em">Collaboration!</tspan>
</bubble>
</actor>
<actor t="translate(170,15)" pose="28,1|30,109|28,91|28,81|28,71|28,51|18,31|18,1|33,26|38,1|23,71|18,51|38,71|38,51">
<bubble t="translate(-2,-9)" pose="0,0|-2,33|21,86|-52,51|-56,83|-120,132">
<tspan x="0" y="0em"><tspan fill="blue">Oh yeah!</tspan></tspan>
<tspan x="0" y="1em"><tspan fill="blue">Behavioral science!</tspan></tspan>
<tspan x="0" y="2em"><tspan fill="blue">Randomization!</tspan></tspan>
<tspan x="0" y="3em"><tspan fill="blue">Collaboration!</tspan></tspan>
</bubble>
</actor>
</scene>
<scene id="scene2">
<drawing t="translate(0,31)">
<line stroke="green">
<point x="0" y="0"></point>
<point x="250" y="20"></point>
</line>
</drawing>
<actor t="translate(71,19) rotate(-2)" pose="-11,9|-1,121|-12,104|-10,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-25,78|6,73|17,77|11,104">
<bubble t="translate(-3,0)" pose="0,0|-12,22|-83,104|45,21|-37,182|-67,165">
<tspan x="0" y="-2em">So, what is the answer?</tspan>
<tspan x="5" y="1em">Oh...Um...5??</tspan>
<tspan x="15" y="6em"> Hmm...5 for every school? </tspan>
</bubble>
</actor>
<actor t="translate(159,15)" pose="28,1|29,105|28,87|28,77|28,71|28,51|18,31|13,1|33,26|38,1|15,67|18,40|45,81|76,105">
<bubble t="translate(-2,-9)" pose="0,0|7,33|44,94|-95,165|-84,197|-95,209">
<tspan x="0" y=".5em" font-weight="bold" font-size="larger" fill="blue">5!</tspan>
<tspan x="-30" y="4em" fill="blue"> 95% CI (1 to 9)! p=.01! </tspan>
<tspan x="-20" y="10em" fill="blue">The estimated average</tspan>
<tspan x="-10" y="11em" fill="blue">effect is significant!</tspan>
</bubble>
</actor>
</scene>
<!-- undefined -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment