@cdc/dashboard 4.24.7 → 4.24.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/cdcdashboard.js +128394 -122305
  2. package/examples/single-state-dashboard-filters.json +421 -0
  3. package/examples/state-level.json +90136 -0
  4. package/examples/state-points.json +10474 -0
  5. package/examples/test-file.json +147 -0
  6. package/examples/testing.json +94456 -0
  7. package/index.html +18 -6
  8. package/package.json +9 -9
  9. package/src/CdcDashboardComponent.tsx +154 -90
  10. package/src/DashboardContext.tsx +7 -1
  11. package/src/_stories/Dashboard.stories.tsx +124 -10
  12. package/src/_stories/_mock/api-filter-map.json +1 -1
  13. package/src/_stories/_mock/bump-chart.json +3554 -0
  14. package/src/_stories/_mock/methodology.json +412 -0
  15. package/src/_stories/_mock/methodologyAPI.ts +90 -0
  16. package/src/_stories/_mock/multi-viz.json +1 -1
  17. package/src/_stories/_mock/single-state-dashboard-filters.json +390 -0
  18. package/src/components/DashboardFilters/DashboardFilters.tsx +39 -17
  19. package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +2 -2
  20. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +141 -31
  21. package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +66 -18
  22. package/src/components/Header/Header.tsx +0 -5
  23. package/src/components/MultiConfigTabs/MultiConfigTabs.tsx +20 -8
  24. package/src/components/Row.tsx +1 -1
  25. package/src/components/VisualizationRow.tsx +98 -17
  26. package/src/components/Widget.tsx +1 -0
  27. package/src/helpers/FilterBehavior.ts +4 -0
  28. package/src/helpers/addValuesToDashboardFilters.ts +49 -0
  29. package/src/helpers/apiFilterHelpers.ts +69 -18
  30. package/src/helpers/changeFilterActive.ts +16 -7
  31. package/src/helpers/getFilteredData.ts +4 -4
  32. package/src/helpers/iconHash.tsx +2 -0
  33. package/src/helpers/loadAPIFilters.ts +74 -0
  34. package/src/helpers/reloadURLHelpers.ts +13 -3
  35. package/src/helpers/tests/addValuesToDashboardFilters.test.ts +44 -0
  36. package/src/helpers/tests/apiFilterHelpers.test.ts +156 -0
  37. package/src/helpers/tests/getFilteredData.test.ts +86 -0
  38. package/src/helpers/tests/loadAPIFiltersWrapper.test.ts +176 -0
  39. package/src/helpers/tests/reloadURLHelpers.test.ts +195 -0
  40. package/src/types/SharedFilter.ts +2 -1
@@ -0,0 +1,3554 @@
1
+ {
2
+ "dashboard": {
3
+ "theme": "theme-blue",
4
+ "description": "",
5
+ "title": "Bump Chart"
6
+ },
7
+ "rows": [
8
+ {
9
+ "columns": [
10
+ {
11
+ "width": 6,
12
+ "widget": "markup-include1719606699638"
13
+ },
14
+ {
15
+ "width": 6,
16
+ "widget": "markup-include1719606700773"
17
+ }
18
+ ],
19
+ "uuid": 1719606685381
20
+ },
21
+ {
22
+ "columns": [
23
+ {
24
+ "width": 12,
25
+ "widget": "chart1719598308434"
26
+ },
27
+ {},
28
+ {}
29
+ ],
30
+ "uuid": 1719606685381
31
+ }
32
+ ],
33
+ "visualizations": {
34
+ "chart1719598308434": {
35
+ "type": "chart",
36
+ "debugSvg": false,
37
+ "chartMessage": {
38
+ "noData": "No Data Available"
39
+ },
40
+ "title": "Bump Chart",
41
+ "showTitle": false,
42
+ "showDownloadMediaButton": false,
43
+ "theme": "theme-blue",
44
+ "animate": false,
45
+ "fontSize": "medium",
46
+ "lineDatapointStyle": "hover",
47
+ "lineDatapointColor": "Same as Line",
48
+ "barHasBorder": "false",
49
+ "isLollipopChart": false,
50
+ "lollipopShape": "circle",
51
+ "lollipopColorStyle": "two-tone",
52
+ "visualizationSubType": "regular",
53
+ "barStyle": "",
54
+ "roundingStyle": "standard",
55
+ "tipRounding": "top",
56
+ "isResponsiveTicks": true,
57
+ "general": {
58
+ "showDownloadButton": false
59
+ },
60
+ "padding": {
61
+ "left": 5,
62
+ "right": 5
63
+ },
64
+ "preliminaryData": [],
65
+ "yAxis": {
66
+ "hideAxis": false,
67
+ "displayNumbersOnBar": false,
68
+ "hideLabel": false,
69
+ "hideTicks": true,
70
+ "size": "93",
71
+ "gridLines": true,
72
+ "enablePadding": true,
73
+ "min": "0",
74
+ "max": "",
75
+ "labelColor": "#333",
76
+ "tickLabelColor": "#333",
77
+ "tickColor": "#333",
78
+ "rightHideAxis": true,
79
+ "rightAxisSize": 0,
80
+ "rightLabel": "",
81
+ "rightLabelOffsetSize": 0,
82
+ "rightAxisLabelColor": "#333",
83
+ "rightAxisTickLabelColor": "#333",
84
+ "rightAxisTickColor": "#333",
85
+ "numTicks": "10",
86
+ "axisPadding": 0,
87
+ "scalePadding": "5",
88
+ "tickRotation": 0,
89
+ "anchors": []
90
+ },
91
+ "boxplot": {
92
+ "plots": [],
93
+ "borders": "true",
94
+ "firstQuartilePercentage": 25,
95
+ "thirdQuartilePercentage": 75,
96
+ "boxWidthPercentage": 40,
97
+ "plotOutlierValues": false,
98
+ "plotNonOutlierValues": true,
99
+ "legend": {
100
+ "showHowToReadText": false,
101
+ "howToReadText": ""
102
+ },
103
+ "labels": {
104
+ "q1": "Lower Quartile",
105
+ "q2": "q2",
106
+ "q3": "Upper Quartile",
107
+ "q4": "q4",
108
+ "minimum": "Minimum",
109
+ "maximum": "Maximum",
110
+ "mean": "Mean",
111
+ "median": "Median",
112
+ "sd": "Standard Deviation",
113
+ "iqr": "Interquartile Range",
114
+ "total": "Total",
115
+ "outliers": "Outliers",
116
+ "values": "Values",
117
+ "lowerBounds": "Lower Bounds",
118
+ "upperBounds": "Upper Bounds"
119
+ }
120
+ },
121
+ "topAxis": {
122
+ "hasLine": false
123
+ },
124
+ "isLegendValue": false,
125
+ "barThickness": 0.035,
126
+ "barHeight": 25,
127
+ "barSpace": 15,
128
+ "heights": {
129
+ "vertical": "600",
130
+ "horizontal": 750
131
+ },
132
+ "xAxis": {
133
+ "sortDates": false,
134
+ "anchors": [],
135
+ "type": "date-time",
136
+ "showTargetLabel": true,
137
+ "targetLabel": "Target",
138
+ "hideAxis": false,
139
+ "hideLabel": false,
140
+ "hideTicks": true,
141
+ "size": 75,
142
+ "tickRotation": 0,
143
+ "min": "",
144
+ "max": "",
145
+ "labelColor": "#333",
146
+ "tickLabelColor": "#333",
147
+ "tickColor": "#333",
148
+ "numTicks": "7",
149
+ "labelOffset": 65,
150
+ "axisPadding": 200,
151
+ "target": 0,
152
+ "maxTickRotation": 50,
153
+ "showSuppressedSymbol": true,
154
+ "showSuppressedLine": true,
155
+ "padding": "0",
156
+ "dataKey": "year",
157
+ "dateParseFormat": "%Y",
158
+ "dateDisplayFormat": "%Y",
159
+ "tickWidthMax": 41
160
+ },
161
+ "table": {
162
+ "label": "Data Table",
163
+ "expanded": true,
164
+ "limitHeight": true,
165
+ "height": "500",
166
+ "caption": "",
167
+ "showDownloadUrl": false,
168
+ "showDataTableLink": false,
169
+ "indexLabel": "",
170
+ "download": true,
171
+ "showVertical": true,
172
+ "dateDisplayFormat": "",
173
+ "show": true,
174
+ "collapsible": true
175
+ },
176
+ "orientation": "vertical",
177
+ "color": "pinkpurple",
178
+ "columns": {
179
+ "Sibling": {
180
+ "label": "Sibling",
181
+ "dataTable": false,
182
+ "tooltips": false,
183
+ "prefix": "",
184
+ "suffix": "",
185
+ "forestPlot": false,
186
+ "startingPoint": "0",
187
+ "forestPlotAlignRight": false,
188
+ "roundToPlace": 0,
189
+ "commas": false,
190
+ "showInViz": false,
191
+ "forestPlotStartingPoint": 0,
192
+ "name": "Sibling"
193
+ },
194
+ "Neck": {
195
+ "label": "Neck",
196
+ "dataTable": false,
197
+ "tooltips": false,
198
+ "prefix": "",
199
+ "suffix": "",
200
+ "forestPlot": false,
201
+ "startingPoint": "0",
202
+ "forestPlotAlignRight": false,
203
+ "roundToPlace": 0,
204
+ "commas": false,
205
+ "showInViz": false,
206
+ "forestPlotStartingPoint": 0,
207
+ "name": "Neck"
208
+ },
209
+ "Girlfriend": {
210
+ "label": "Girlfriend",
211
+ "dataTable": false,
212
+ "tooltips": false,
213
+ "prefix": "",
214
+ "suffix": "",
215
+ "forestPlot": false,
216
+ "startingPoint": "0",
217
+ "forestPlotAlignRight": false,
218
+ "roundToPlace": 0,
219
+ "commas": false,
220
+ "showInViz": false,
221
+ "forestPlotStartingPoint": 0,
222
+ "name": "Girlfriend"
223
+ },
224
+ "Bullying": {
225
+ "label": "Bullying",
226
+ "dataTable": false,
227
+ "tooltips": false,
228
+ "prefix": "",
229
+ "suffix": "",
230
+ "forestPlot": false,
231
+ "startingPoint": "0",
232
+ "forestPlotAlignRight": false,
233
+ "roundToPlace": 0,
234
+ "commas": false,
235
+ "showInViz": false,
236
+ "forestPlotStartingPoint": 0,
237
+ "name": "Bullying"
238
+ },
239
+ "Mother": {
240
+ "label": "Mother",
241
+ "dataTable": false,
242
+ "tooltips": false,
243
+ "prefix": "",
244
+ "suffix": "",
245
+ "forestPlot": false,
246
+ "startingPoint": "0",
247
+ "forestPlotAlignRight": false,
248
+ "roundToPlace": 0,
249
+ "commas": false,
250
+ "showInViz": false,
251
+ "forestPlotStartingPoint": 0,
252
+ "name": "Mother"
253
+ },
254
+ "Overdose": {
255
+ "label": "Overdose",
256
+ "dataTable": false,
257
+ "tooltips": false,
258
+ "prefix": "",
259
+ "suffix": "",
260
+ "forestPlot": false,
261
+ "startingPoint": "0",
262
+ "forestPlotAlignRight": false,
263
+ "roundToPlace": 0,
264
+ "commas": false,
265
+ "showInViz": false,
266
+ "forestPlotStartingPoint": 0,
267
+ "name": "Overdose"
268
+ },
269
+ "Depression": {
270
+ "label": "Depression",
271
+ "dataTable": false,
272
+ "tooltips": false,
273
+ "prefix": "",
274
+ "suffix": "",
275
+ "forestPlot": false,
276
+ "startingPoint": "0",
277
+ "forestPlotAlignRight": false,
278
+ "roundToPlace": 0,
279
+ "commas": false,
280
+ "showInViz": false,
281
+ "forestPlotStartingPoint": 0,
282
+ "name": "Depression"
283
+ },
284
+ "Vehicle": {
285
+ "label": "Vehicle",
286
+ "dataTable": false,
287
+ "tooltips": false,
288
+ "prefix": "",
289
+ "suffix": "",
290
+ "forestPlot": false,
291
+ "startingPoint": "0",
292
+ "forestPlotAlignRight": false,
293
+ "roundToPlace": 0,
294
+ "commas": false,
295
+ "showInViz": false,
296
+ "forestPlotStartingPoint": 0,
297
+ "name": "Vehicle"
298
+ },
299
+ "Friends": {
300
+ "label": "Friends",
301
+ "dataTable": false,
302
+ "tooltips": false,
303
+ "prefix": "",
304
+ "suffix": "",
305
+ "forestPlot": false,
306
+ "startingPoint": "0",
307
+ "forestPlotAlignRight": false,
308
+ "roundToPlace": 0,
309
+ "commas": false,
310
+ "showInViz": false,
311
+ "forestPlotStartingPoint": 0,
312
+ "name": "Friends"
313
+ },
314
+ "Head": {
315
+ "label": "Head",
316
+ "dataTable": false,
317
+ "tooltips": false,
318
+ "prefix": "",
319
+ "suffix": "",
320
+ "forestPlot": false,
321
+ "startingPoint": "0",
322
+ "forestPlotAlignRight": false,
323
+ "roundToPlace": 0,
324
+ "commas": false,
325
+ "showInViz": false,
326
+ "forestPlotStartingPoint": 0,
327
+ "name": "Head"
328
+ },
329
+ "year": {
330
+ "label": "year",
331
+ "dataTable": false,
332
+ "tooltips": false,
333
+ "prefix": "",
334
+ "suffix": "",
335
+ "forestPlot": false,
336
+ "startingPoint": "0",
337
+ "forestPlotAlignRight": false,
338
+ "roundToPlace": 0,
339
+ "commas": false,
340
+ "showInViz": false,
341
+ "forestPlotStartingPoint": 0,
342
+ "name": "year"
343
+ },
344
+ "Name": {
345
+ "label": "Name",
346
+ "dataTable": true,
347
+ "tooltips": true,
348
+ "prefix": "",
349
+ "suffix": "",
350
+ "forestPlot": false,
351
+ "startingPoint": "0",
352
+ "forestPlotAlignRight": false,
353
+ "roundToPlace": 0,
354
+ "commas": false,
355
+ "showInViz": false,
356
+ "forestPlotStartingPoint": 0,
357
+ "name": "Name"
358
+ },
359
+ "Timestamp": {
360
+ "label": "Timestamp",
361
+ "dataTable": true,
362
+ "tooltips": true,
363
+ "prefix": "",
364
+ "suffix": "",
365
+ "forestPlot": false,
366
+ "startingPoint": "0",
367
+ "forestPlotAlignRight": false,
368
+ "roundToPlace": 0,
369
+ "commas": false,
370
+ "showInViz": false,
371
+ "forestPlotStartingPoint": 0,
372
+ "name": "Timestamp"
373
+ },
374
+ "Rank": {
375
+ "label": "Rank",
376
+ "dataTable": true,
377
+ "tooltips": false,
378
+ "prefix": "",
379
+ "suffix": "",
380
+ "forestPlot": false,
381
+ "startingPoint": "0",
382
+ "forestPlotAlignRight": false,
383
+ "roundToPlace": 0,
384
+ "commas": false,
385
+ "showInViz": false,
386
+ "forestPlotStartingPoint": 0,
387
+ "name": "Rank"
388
+ },
389
+ "Frequency": {
390
+ "label": "Frequency",
391
+ "dataTable": true,
392
+ "tooltips": true,
393
+ "prefix": "",
394
+ "suffix": "",
395
+ "forestPlot": false,
396
+ "startingPoint": "0",
397
+ "forestPlotAlignRight": false,
398
+ "roundToPlace": 0,
399
+ "commas": false,
400
+ "showInViz": false,
401
+ "forestPlotStartingPoint": 0,
402
+ "name": "Frequency"
403
+ },
404
+ "Representative Sentence": {
405
+ "label": "Representative Sentence",
406
+ "dataTable": true,
407
+ "tooltips": false,
408
+ "prefix": "",
409
+ "suffix": "",
410
+ "forestPlot": false,
411
+ "startingPoint": "0",
412
+ "forestPlotAlignRight": false,
413
+ "roundToPlace": 0,
414
+ "commas": false,
415
+ "showInViz": false,
416
+ "forestPlotStartingPoint": 0,
417
+ "name": "Representative Sentence"
418
+ },
419
+ "Rank Change": {
420
+ "label": "Rank Change",
421
+ "dataTable": false,
422
+ "tooltips": true,
423
+ "prefix": "",
424
+ "suffix": "",
425
+ "forestPlot": false,
426
+ "startingPoint": "0",
427
+ "forestPlotAlignRight": false,
428
+ "roundToPlace": 0,
429
+ "commas": false,
430
+ "showInViz": false,
431
+ "forestPlotStartingPoint": 0,
432
+ "name": "Rank Change"
433
+ }
434
+ },
435
+ "legend": {
436
+ "hide": false,
437
+ "behavior": "isolate",
438
+ "axisAlign": true,
439
+ "singleRow": true,
440
+ "colorCode": "",
441
+ "reverseLabelOrder": false,
442
+ "description": "* To highlight a data series in the chart, select the corresponding name in the legend. To undo the highlight, select the reset button.",
443
+ "dynamicLegend": false,
444
+ "dynamicLegendDefaultText": "Show All",
445
+ "dynamicLegendItemLimit": 5,
446
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
447
+ "dynamicLegendChartMessage": "Select Options from the Legend",
448
+ "lineMode": false,
449
+ "verticalSorted": false,
450
+ "highlightOnHover": false,
451
+ "hideSuppressedLabels": false,
452
+ "seriesHighlight": []
453
+ },
454
+ "brush": {
455
+ "height": 25,
456
+ "active": false
457
+ },
458
+ "exclusions": {
459
+ "active": false,
460
+ "keys": []
461
+ },
462
+ "palette": "qualitative-soft",
463
+ "isPaletteReversed": false,
464
+ "twoColor": {
465
+ "palette": "monochrome-1",
466
+ "isPaletteReversed": false
467
+ },
468
+ "labels": false,
469
+ "dataFormat": {
470
+ "commas": false,
471
+ "prefix": "",
472
+ "suffix": "",
473
+ "abbreviated": false,
474
+ "bottomSuffix": "",
475
+ "bottomPrefix": "",
476
+ "bottomAbbreviated": false
477
+ },
478
+ "confidenceKeys": {},
479
+ "visual": {
480
+ "border": true,
481
+ "accent": true,
482
+ "background": true,
483
+ "verticalHoverLine": false,
484
+ "horizontalHoverLine": false
485
+ },
486
+ "useLogScale": false,
487
+ "filterBehavior": "Filter Change",
488
+ "highlightedBarValues": [],
489
+ "series": [
490
+ {
491
+ "dataKey": "Sibling",
492
+ "type": "Bump Chart",
493
+ "axis": "Left",
494
+ "tooltip": true,
495
+ "lineType": "curveMonotoneX",
496
+ "name": ""
497
+ },
498
+ {
499
+ "dataKey": "Neck",
500
+ "type": "Bump Chart",
501
+ "axis": "Left",
502
+ "tooltip": false,
503
+ "lineType": "curveMonotoneX"
504
+ },
505
+ {
506
+ "dataKey": "Girlfriend",
507
+ "type": "Bump Chart",
508
+ "axis": "Left",
509
+ "tooltip": false,
510
+ "lineType": "curveMonotoneX"
511
+ },
512
+ {
513
+ "dataKey": "Bullying",
514
+ "type": "Bump Chart",
515
+ "axis": "Left",
516
+ "tooltip": false,
517
+ "lineType": "curveMonotoneX"
518
+ },
519
+ {
520
+ "dataKey": "Mother",
521
+ "type": "Bump Chart",
522
+ "axis": "Left",
523
+ "tooltip": false,
524
+ "lineType": "curveMonotoneX"
525
+ },
526
+ {
527
+ "dataKey": "Overdose",
528
+ "type": "Bump Chart",
529
+ "axis": "Left",
530
+ "tooltip": false,
531
+ "lineType": "curveMonotoneX"
532
+ },
533
+ {
534
+ "dataKey": "Depression",
535
+ "type": "Bump Chart",
536
+ "axis": "Left",
537
+ "tooltip": false,
538
+ "lineType": "curveMonotoneX"
539
+ },
540
+ {
541
+ "dataKey": "Vehicle",
542
+ "type": "Bump Chart",
543
+ "axis": "Left",
544
+ "tooltip": false,
545
+ "lineType": "curveMonotoneX"
546
+ },
547
+ {
548
+ "dataKey": "Friends",
549
+ "type": "Bump Chart",
550
+ "axis": "Left",
551
+ "tooltip": false,
552
+ "lineType": "curveMonotoneX"
553
+ },
554
+ {
555
+ "dataKey": "Head",
556
+ "type": "Bump Chart",
557
+ "axis": "Left",
558
+ "tooltip": false,
559
+ "lineType": "curveMonotoneX"
560
+ }
561
+ ],
562
+ "tooltips": {
563
+ "opacity": 90,
564
+ "singleSeries": false,
565
+ "dateDisplayFormat": ""
566
+ },
567
+ "forestPlot": {
568
+ "startAt": 0,
569
+ "colors": {
570
+ "line": "",
571
+ "shape": ""
572
+ },
573
+ "lineOfNoEffect": {
574
+ "show": true
575
+ },
576
+ "type": "",
577
+ "pooledResult": {
578
+ "diamondHeight": 5,
579
+ "column": ""
580
+ },
581
+ "estimateField": "",
582
+ "estimateRadius": "",
583
+ "shape": "square",
584
+ "rowHeight": 20,
585
+ "description": {
586
+ "show": true,
587
+ "text": "description",
588
+ "location": 0
589
+ },
590
+ "result": {
591
+ "show": true,
592
+ "text": "result",
593
+ "location": 100
594
+ },
595
+ "radius": {
596
+ "min": 2,
597
+ "max": 10,
598
+ "scalingColumn": ""
599
+ },
600
+ "regression": {
601
+ "lower": 0,
602
+ "upper": 0,
603
+ "estimateField": 0
604
+ },
605
+ "leftWidthOffset": 0,
606
+ "rightWidthOffset": 0,
607
+ "showZeroLine": false,
608
+ "leftLabel": "",
609
+ "rightLabel": ""
610
+ },
611
+ "area": {
612
+ "isStacked": false
613
+ },
614
+ "sankey": {
615
+ "title": {
616
+ "defaultColor": "black"
617
+ },
618
+ "iterations": 1,
619
+ "rxValue": 0.9,
620
+ "overallSize": {
621
+ "width": 900,
622
+ "height": 700
623
+ },
624
+ "margin": {
625
+ "margin_y": 25,
626
+ "margin_x": 0
627
+ },
628
+ "nodeSize": {
629
+ "nodeWidth": 26,
630
+ "nodeHeight": 40
631
+ },
632
+ "nodePadding": 55,
633
+ "nodeFontColor": "black",
634
+ "nodeColor": {
635
+ "default": "#ff8500",
636
+ "inactive": "#808080"
637
+ },
638
+ "linkColor": {
639
+ "default": "#ffc900",
640
+ "inactive": "#D3D3D3"
641
+ },
642
+ "opacity": {
643
+ "nodeOpacityDefault": 1,
644
+ "nodeOpacityInactive": 0.1,
645
+ "LinkOpacityDefault": 1,
646
+ "LinkOpacityInactive": 0.1
647
+ },
648
+ "storyNodeFontColor": "#006778",
649
+ "storyNodeText": [],
650
+ "nodeValueStyle": {
651
+ "textBefore": "(",
652
+ "textAfter": ")"
653
+ },
654
+ "data": []
655
+ },
656
+ "filters": [],
657
+ "openModal": true,
658
+ "uid": "chart1719598308434",
659
+ "visualizationType": "Bump Chart",
660
+ "dataDescription": {
661
+ "horizontal": false,
662
+ "series": false
663
+ },
664
+ "editing": false,
665
+ "originalFormattedData": [
666
+ {
667
+ "Sibling": "1",
668
+ "year": "2014",
669
+ "Name": "Sibling",
670
+ "Timestamp": "1/1/14",
671
+ "Rank": "1",
672
+ "Frequency": "149",
673
+ "Rank Change": "-",
674
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
675
+ },
676
+ {
677
+ "Sibling": "2",
678
+ "year": "2015",
679
+ "Name": "Sibling",
680
+ "Timestamp": "1/1/15",
681
+ "Rank": "2",
682
+ "Frequency": "172",
683
+ "Rank Change": "-1",
684
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
685
+ },
686
+ {
687
+ "Sibling": "2",
688
+ "year": "2016",
689
+ "Name": "Sibling",
690
+ "Timestamp": "1/1/16",
691
+ "Rank": "2",
692
+ "Frequency": "230",
693
+ "Rank Change": "0",
694
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
695
+ },
696
+ {
697
+ "Sibling": "2",
698
+ "year": "2017",
699
+ "Name": "Sibling",
700
+ "Timestamp": "1/1/17",
701
+ "Rank": "2",
702
+ "Frequency": "379",
703
+ "Rank Change": "0",
704
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
705
+ },
706
+ {
707
+ "Sibling": "2",
708
+ "year": "2018",
709
+ "Name": "Sibling",
710
+ "Timestamp": "1/1/18",
711
+ "Rank": "2",
712
+ "Frequency": "357",
713
+ "Rank Change": "0",
714
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
715
+ },
716
+ {
717
+ "Sibling": "2",
718
+ "year": "2019",
719
+ "Name": "Sibling",
720
+ "Timestamp": "1/1/19",
721
+ "Rank": "2",
722
+ "Frequency": "358",
723
+ "Rank Change": "0",
724
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
725
+ },
726
+ {
727
+ "Sibling": "2",
728
+ "year": "2020",
729
+ "Name": "Sibling",
730
+ "Timestamp": "1/1/20",
731
+ "Rank": "2",
732
+ "Frequency": "458",
733
+ "Rank Change": "0",
734
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
735
+ },
736
+ {
737
+ "Neck": "2",
738
+ "year": "2014",
739
+ "Name": "Neck",
740
+ "Timestamp": "1/1/14",
741
+ "Rank": "2",
742
+ "Frequency": "131",
743
+ "Rank Change": "-",
744
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
745
+ },
746
+ {
747
+ "Neck": "1",
748
+ "year": "2015",
749
+ "Name": "Neck",
750
+ "Timestamp": "1/1/15",
751
+ "Rank": "1",
752
+ "Frequency": "316",
753
+ "Rank Change": "1",
754
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
755
+ },
756
+ {
757
+ "Neck": "1",
758
+ "year": "2016",
759
+ "Name": "Neck",
760
+ "Timestamp": "1/1/16",
761
+ "Rank": "1",
762
+ "Frequency": "437",
763
+ "Rank Change": "0",
764
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
765
+ },
766
+ {
767
+ "Neck": "1",
768
+ "year": "2017",
769
+ "Name": "Neck",
770
+ "Timestamp": "1/1/17",
771
+ "Rank": "1",
772
+ "Frequency": "621",
773
+ "Rank Change": "0",
774
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
775
+ },
776
+ {
777
+ "Neck": "1",
778
+ "year": "2018",
779
+ "Name": "Neck",
780
+ "Timestamp": "1/1/18",
781
+ "Rank": "1",
782
+ "Frequency": "526",
783
+ "Rank Change": "0",
784
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
785
+ },
786
+ {
787
+ "Neck": "1",
788
+ "year": "2019",
789
+ "Name": "Neck",
790
+ "Timestamp": "1/1/19",
791
+ "Rank": "1",
792
+ "Frequency": "555",
793
+ "Rank Change": "0",
794
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
795
+ },
796
+ {
797
+ "Neck": "1",
798
+ "year": "2020",
799
+ "Name": "Neck",
800
+ "Timestamp": "1/1/20",
801
+ "Rank": "1",
802
+ "Frequency": "527",
803
+ "Rank Change": "0",
804
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
805
+ },
806
+ {
807
+ "Girlfriend": "3",
808
+ "year": "2014",
809
+ "Name": "Girlfriend",
810
+ "Timestamp": "1/1/14",
811
+ "Rank": "3",
812
+ "Frequency": "101",
813
+ "Rank Change": "-",
814
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
815
+ },
816
+ {
817
+ "Girlfriend": "4",
818
+ "year": "2015",
819
+ "Name": "Girlfriend",
820
+ "Timestamp": "1/1/15",
821
+ "Rank": "4",
822
+ "Frequency": "155",
823
+ "Rank Change": "-1",
824
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
825
+ },
826
+ {
827
+ "Girlfriend": "3",
828
+ "year": "2016",
829
+ "Name": "Girlfriend",
830
+ "Timestamp": "1/1/16",
831
+ "Rank": "3",
832
+ "Frequency": "219",
833
+ "Rank Change": "1",
834
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
835
+ },
836
+ {
837
+ "Girlfriend": "4",
838
+ "year": "2017",
839
+ "Name": "Girlfriend",
840
+ "Timestamp": "1/1/17",
841
+ "Rank": "4",
842
+ "Frequency": "260",
843
+ "Rank Change": "-1",
844
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
845
+ },
846
+ {
847
+ "Girlfriend": "3",
848
+ "year": "2018",
849
+ "Name": "Girlfriend",
850
+ "Timestamp": "1/1/18",
851
+ "Rank": "3",
852
+ "Frequency": "294",
853
+ "Rank Change": "1",
854
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
855
+ },
856
+ {
857
+ "Girlfriend": "4",
858
+ "year": "2019",
859
+ "Name": "Girlfriend",
860
+ "Timestamp": "1/1/19",
861
+ "Rank": "4",
862
+ "Frequency": "262",
863
+ "Rank Change": "-1",
864
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
865
+ },
866
+ {
867
+ "Girlfriend": "4",
868
+ "year": "2020",
869
+ "Name": "Girlfriend",
870
+ "Timestamp": "1/1/20",
871
+ "Rank": "4",
872
+ "Frequency": "242",
873
+ "Rank Change": "0",
874
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
875
+ },
876
+ {
877
+ "Bullying": "4",
878
+ "year": "2014",
879
+ "Name": "Bullying",
880
+ "Timestamp": "1/1/14",
881
+ "Rank": "4",
882
+ "Frequency": "95",
883
+ "Rank Change": "-",
884
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
885
+ },
886
+ {
887
+ "Bullying": "8",
888
+ "year": "2015",
889
+ "Name": "Bullying",
890
+ "Timestamp": "1/1/15",
891
+ "Rank": "8",
892
+ "Frequency": "90",
893
+ "Rank Change": "-4",
894
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
895
+ },
896
+ {
897
+ "Bullying": "5",
898
+ "year": "2016",
899
+ "Name": "Bullying",
900
+ "Timestamp": "1/1/16",
901
+ "Rank": "5",
902
+ "Frequency": "144",
903
+ "Rank Change": "3",
904
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
905
+ },
906
+ {
907
+ "Bullying": "10",
908
+ "year": "2017",
909
+ "Name": "Bullying",
910
+ "Timestamp": "1/1/17",
911
+ "Rank": "10",
912
+ "Frequency": "165",
913
+ "Rank Change": "-5",
914
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
915
+ },
916
+ {
917
+ "Bullying": "6",
918
+ "year": "2018",
919
+ "Name": "Bullying",
920
+ "Timestamp": "1/1/18",
921
+ "Rank": "6",
922
+ "Frequency": "213",
923
+ "Rank Change": "-4",
924
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
925
+ },
926
+ {
927
+ "Bullying": "9",
928
+ "year": "2019",
929
+ "Name": "Bullying",
930
+ "Timestamp": "1/1/19",
931
+ "Rank": "9",
932
+ "Frequency": "151",
933
+ "Rank Change": "-3",
934
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
935
+ },
936
+ {
937
+ "Bullying": "10",
938
+ "year": "2020",
939
+ "Name": "Bullying",
940
+ "Timestamp": "1/1/20",
941
+ "Rank": "10",
942
+ "Frequency": "112",
943
+ "Rank Change": "-1",
944
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
945
+ },
946
+ {
947
+ "Mother": "5",
948
+ "year": "2014",
949
+ "Name": "Mother",
950
+ "Timestamp": "1/1/14",
951
+ "Rank": "5",
952
+ "Frequency": "89",
953
+ "Rank Change": "-",
954
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
955
+ },
956
+ {
957
+ "Mother": "7",
958
+ "year": "2015",
959
+ "Name": "Mother",
960
+ "Timestamp": "1/1/15",
961
+ "Rank": "7",
962
+ "Frequency": "104",
963
+ "Rank Change": "-2",
964
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
965
+ },
966
+ {
967
+ "Mother": "6",
968
+ "year": "2016",
969
+ "Name": "Mother",
970
+ "Timestamp": "1/1/16",
971
+ "Rank": "6",
972
+ "Frequency": "141",
973
+ "Rank Change": "1",
974
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
975
+ },
976
+ {
977
+ "Mother": "5",
978
+ "year": "2017",
979
+ "Name": "Mother",
980
+ "Timestamp": "1/1/17",
981
+ "Rank": "5",
982
+ "Frequency": "230",
983
+ "Rank Change": "1",
984
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
985
+ },
986
+ {
987
+ "Mother": "4",
988
+ "year": "2018",
989
+ "Name": "Mother",
990
+ "Timestamp": "1/1/18",
991
+ "Rank": "4",
992
+ "Frequency": "241",
993
+ "Rank Change": "1",
994
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
995
+ },
996
+ {
997
+ "Mother": "5",
998
+ "year": "2019",
999
+ "Name": "Mother",
1000
+ "Timestamp": "1/1/19",
1001
+ "Rank": "5",
1002
+ "Frequency": "190",
1003
+ "Rank Change": "-1",
1004
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1005
+ },
1006
+ {
1007
+ "Mother": "6",
1008
+ "year": "2020",
1009
+ "Name": "Mother",
1010
+ "Timestamp": "1/1/20",
1011
+ "Rank": "6",
1012
+ "Frequency": "206",
1013
+ "Rank Change": "-1",
1014
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1015
+ },
1016
+ {
1017
+ "Overdose": "6",
1018
+ "year": "2014",
1019
+ "Name": "Overdose",
1020
+ "Timestamp": "1/1/14",
1021
+ "Rank": "6",
1022
+ "Frequency": "76",
1023
+ "Rank Change": "-",
1024
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1025
+ },
1026
+ {
1027
+ "Overdose": "6",
1028
+ "year": "2015",
1029
+ "Name": "Overdose",
1030
+ "Timestamp": "1/1/15",
1031
+ "Rank": "6",
1032
+ "Frequency": "114",
1033
+ "Rank Change": "0",
1034
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1035
+ },
1036
+ {
1037
+ "Overdose": "7",
1038
+ "year": "2016",
1039
+ "Name": "Overdose",
1040
+ "Timestamp": "1/1/16",
1041
+ "Rank": "7",
1042
+ "Frequency": "137",
1043
+ "Rank Change": "-1",
1044
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1045
+ },
1046
+ {
1047
+ "Overdose": "6",
1048
+ "year": "2017",
1049
+ "Name": "Overdose",
1050
+ "Timestamp": "1/1/17",
1051
+ "Rank": "6",
1052
+ "Frequency": "227",
1053
+ "Rank Change": "1",
1054
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1055
+ },
1056
+ {
1057
+ "Overdose": "7",
1058
+ "year": "2018",
1059
+ "Name": "Overdose",
1060
+ "Timestamp": "1/1/18",
1061
+ "Rank": "7",
1062
+ "Frequency": "185",
1063
+ "Rank Change": "-1",
1064
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1065
+ },
1066
+ {
1067
+ "Overdose": "6",
1068
+ "year": "2019",
1069
+ "Name": "Overdose",
1070
+ "Timestamp": "1/1/19",
1071
+ "Rank": "6",
1072
+ "Frequency": "190",
1073
+ "Rank Change": "1",
1074
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1075
+ },
1076
+ {
1077
+ "Overdose": "5",
1078
+ "year": "2020",
1079
+ "Name": "Overdose",
1080
+ "Timestamp": "1/1/20",
1081
+ "Rank": "5",
1082
+ "Frequency": "210",
1083
+ "Rank Change": "1",
1084
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1085
+ },
1086
+ {
1087
+ "Depression": "7",
1088
+ "year": "2014",
1089
+ "Name": "Depression",
1090
+ "Timestamp": "1/1/14",
1091
+ "Rank": "7",
1092
+ "Frequency": "57",
1093
+ "Rank Change": "-",
1094
+ "Representative Sentence": "Victim Has History Of Depression."
1095
+ },
1096
+ {
1097
+ "Depression": "9",
1098
+ "year": "2015",
1099
+ "Name": "Depression",
1100
+ "Timestamp": "1/1/15",
1101
+ "Rank": "9",
1102
+ "Frequency": "89",
1103
+ "Rank Change": "-2",
1104
+ "Representative Sentence": "Victim Has History Of Depression."
1105
+ },
1106
+ {
1107
+ "Depression": "9",
1108
+ "year": "2016",
1109
+ "Name": "Depression",
1110
+ "Timestamp": "1/1/16",
1111
+ "Rank": "9",
1112
+ "Frequency": "125",
1113
+ "Rank Change": "0",
1114
+ "Representative Sentence": "Victim Has History Of Depression."
1115
+ },
1116
+ {
1117
+ "Depression": "7",
1118
+ "year": "2017",
1119
+ "Name": "Depression",
1120
+ "Timestamp": "1/1/17",
1121
+ "Rank": "7",
1122
+ "Frequency": "181",
1123
+ "Rank Change": "2",
1124
+ "Representative Sentence": "Victim Has History Of Depression."
1125
+ },
1126
+ {
1127
+ "Depression": "8",
1128
+ "year": "2018",
1129
+ "Name": "Depression",
1130
+ "Timestamp": "1/1/18",
1131
+ "Rank": "8",
1132
+ "Frequency": "168",
1133
+ "Rank Change": "-1",
1134
+ "Representative Sentence": "Victim Has History Of Depression."
1135
+ },
1136
+ {
1137
+ "Depression": "7",
1138
+ "year": "2019",
1139
+ "Name": "Depression",
1140
+ "Timestamp": "1/1/19",
1141
+ "Rank": "7",
1142
+ "Frequency": "172",
1143
+ "Rank Change": "1",
1144
+ "Representative Sentence": "Victim Has History Of Depression."
1145
+ },
1146
+ {
1147
+ "Depression": "7",
1148
+ "year": "2020",
1149
+ "Name": "Depression",
1150
+ "Timestamp": "1/1/20",
1151
+ "Rank": "8",
1152
+ "Frequency": "206",
1153
+ "Rank Change": "0",
1154
+ "Representative Sentence": "Victim Has History Of Depression."
1155
+ },
1156
+ {
1157
+ "Vehicle": "8",
1158
+ "year": "2014",
1159
+ "Name": "Vehicle",
1160
+ "Timestamp": "1/1/14",
1161
+ "Rank": "8",
1162
+ "Frequency": "55",
1163
+ "Rank Change": "-",
1164
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1165
+ },
1166
+ {
1167
+ "Vehicle": "3",
1168
+ "year": "2015",
1169
+ "Name": "Vehicle",
1170
+ "Timestamp": "1/1/15",
1171
+ "Rank": "3",
1172
+ "Frequency": "171",
1173
+ "Rank Change": "5",
1174
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1175
+ },
1176
+ {
1177
+ "Vehicle": "4",
1178
+ "year": "2016",
1179
+ "Name": "Vehicle",
1180
+ "Timestamp": "1/1/16",
1181
+ "Rank": "4",
1182
+ "Frequency": "209",
1183
+ "Rank Change": "-1",
1184
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1185
+ },
1186
+ {
1187
+ "Vehicle": "3",
1188
+ "year": "2017",
1189
+ "Name": "Vehicle",
1190
+ "Timestamp": "1/1/17",
1191
+ "Rank": "3",
1192
+ "Frequency": "304",
1193
+ "Rank Change": "1",
1194
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1195
+ },
1196
+ {
1197
+ "Vehicle": "5",
1198
+ "year": "2018",
1199
+ "Name": "Vehicle",
1200
+ "Timestamp": "1/1/18",
1201
+ "Rank": "5",
1202
+ "Frequency": "236",
1203
+ "Rank Change": "-2",
1204
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1205
+ },
1206
+ {
1207
+ "Vehicle": "3",
1208
+ "year": "2019",
1209
+ "Name": "Vehicle",
1210
+ "Timestamp": "1/1/19",
1211
+ "Rank": "3",
1212
+ "Frequency": "266",
1213
+ "Rank Change": "2",
1214
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1215
+ },
1216
+ {
1217
+ "Vehicle": "3",
1218
+ "year": "2020",
1219
+ "Name": "Vehicle",
1220
+ "Timestamp": "1/1/20",
1221
+ "Rank": "3",
1222
+ "Frequency": "293",
1223
+ "Rank Change": "0",
1224
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1225
+ },
1226
+ {
1227
+ "Friends": "9",
1228
+ "year": "2014",
1229
+ "Name": "Friends",
1230
+ "Timestamp": "1/1/14",
1231
+ "Rank": "9",
1232
+ "Frequency": "41",
1233
+ "Rank Change": "-",
1234
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1235
+ },
1236
+ {
1237
+ "Friends": "10",
1238
+ "year": "2015",
1239
+ "Name": "Friends",
1240
+ "Timestamp": "1/1/15",
1241
+ "Rank": "10",
1242
+ "Frequency": "78",
1243
+ "Rank Change": "-1",
1244
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1245
+ },
1246
+ {
1247
+ "Friends": "10",
1248
+ "year": "2016",
1249
+ "Name": "Friends",
1250
+ "Timestamp": "1/1/16",
1251
+ "Rank": "10",
1252
+ "Frequency": "87",
1253
+ "Rank Change": "0",
1254
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1255
+ },
1256
+ {
1257
+ "Friends": "9",
1258
+ "year": "2017",
1259
+ "Name": "Friends",
1260
+ "Timestamp": "1/1/17",
1261
+ "Rank": "9",
1262
+ "Frequency": "170",
1263
+ "Rank Change": "1",
1264
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1265
+ },
1266
+ {
1267
+ "Friends": "9",
1268
+ "year": "2018",
1269
+ "Name": "Friends",
1270
+ "Timestamp": "1/1/18",
1271
+ "Rank": "9",
1272
+ "Frequency": "165",
1273
+ "Rank Change": "0",
1274
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1275
+ },
1276
+ {
1277
+ "Friends": "10",
1278
+ "year": "2019",
1279
+ "Name": "Friends",
1280
+ "Timestamp": "1/1/19",
1281
+ "Rank": "10",
1282
+ "Frequency": "127",
1283
+ "Rank Change": "-1",
1284
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1285
+ },
1286
+ {
1287
+ "Friends": "9",
1288
+ "year": "2020",
1289
+ "Name": "Friends",
1290
+ "Timestamp": "1/1/20",
1291
+ "Rank": "9",
1292
+ "Frequency": "137",
1293
+ "Rank Change": "1",
1294
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1295
+ },
1296
+ {
1297
+ "Head": "10",
1298
+ "year": "2014",
1299
+ "Name": "Head",
1300
+ "Timestamp": "1/1/14",
1301
+ "Rank": "10",
1302
+ "Frequency": "20",
1303
+ "Rank Change": "-",
1304
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1305
+ },
1306
+ {
1307
+ "Head": "5",
1308
+ "year": "2015",
1309
+ "Name": "Head",
1310
+ "Timestamp": "1/1/15",
1311
+ "Rank": "5",
1312
+ "Frequency": "119",
1313
+ "Rank Change": "5",
1314
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1315
+ },
1316
+ {
1317
+ "Head": "8",
1318
+ "year": "2016",
1319
+ "Name": "Head",
1320
+ "Timestamp": "1/1/16",
1321
+ "Rank": "8",
1322
+ "Frequency": "134",
1323
+ "Rank Change": "-3",
1324
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1325
+ },
1326
+ {
1327
+ "Head": "8",
1328
+ "year": "2017",
1329
+ "Name": "Head",
1330
+ "Timestamp": "1/1/17",
1331
+ "Rank": "8",
1332
+ "Frequency": "171",
1333
+ "Rank Change": "0",
1334
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1335
+ },
1336
+ {
1337
+ "Head": "10",
1338
+ "year": "2018",
1339
+ "Name": "Head",
1340
+ "Timestamp": "1/1/18",
1341
+ "Rank": "10",
1342
+ "Frequency": "141",
1343
+ "Rank Change": "-2",
1344
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1345
+ },
1346
+ {
1347
+ "Head": "8",
1348
+ "year": "2019",
1349
+ "Name": "Head",
1350
+ "Timestamp": "1/1/19",
1351
+ "Rank": "8",
1352
+ "Frequency": "152",
1353
+ "Rank Change": "2",
1354
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1355
+ },
1356
+ {
1357
+ "Head": "8",
1358
+ "year": "2020",
1359
+ "Name": "Head",
1360
+ "Timestamp": "1/1/20",
1361
+ "Rank": "8",
1362
+ "Frequency": "199",
1363
+ "Rank Change": "0",
1364
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
1365
+ }
1366
+ ],
1367
+ "version": "4.24.4",
1368
+ "footnotes": "NVDRS, 2014-2020. Data are outputs from unsupervised topic modeling (BERTopic) of sentences in NVDRS data related to adolescent suicides. All narratives were split into sentences and fed in to the model grouping sentences into topics. The top ten topics are shown with the most representative four key terms in each topic and a representative sentence. The frequency of sentences within each topic was annually tracked.",
1369
+ "dynamicMarginTop": 0,
1370
+ "data": [
1371
+ {
1372
+ "Sibling": "1",
1373
+ "year": "2014",
1374
+ "Name": "Sibling",
1375
+ "Timestamp": "1/1/14",
1376
+ "Rank": "1",
1377
+ "Frequency": "149",
1378
+ "Rank Change": "-",
1379
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1380
+ },
1381
+ {
1382
+ "Sibling": "2",
1383
+ "year": "2015",
1384
+ "Name": "Sibling",
1385
+ "Timestamp": "1/1/15",
1386
+ "Rank": "2",
1387
+ "Frequency": "172",
1388
+ "Rank Change": "-1",
1389
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1390
+ },
1391
+ {
1392
+ "Sibling": "2",
1393
+ "year": "2016",
1394
+ "Name": "Sibling",
1395
+ "Timestamp": "1/1/16",
1396
+ "Rank": "2",
1397
+ "Frequency": "230",
1398
+ "Rank Change": "0",
1399
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1400
+ },
1401
+ {
1402
+ "Sibling": "2",
1403
+ "year": "2017",
1404
+ "Name": "Sibling",
1405
+ "Timestamp": "1/1/17",
1406
+ "Rank": "2",
1407
+ "Frequency": "379",
1408
+ "Rank Change": "0",
1409
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1410
+ },
1411
+ {
1412
+ "Sibling": "2",
1413
+ "year": "2018",
1414
+ "Name": "Sibling",
1415
+ "Timestamp": "1/1/18",
1416
+ "Rank": "2",
1417
+ "Frequency": "357",
1418
+ "Rank Change": "0",
1419
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1420
+ },
1421
+ {
1422
+ "Sibling": "2",
1423
+ "year": "2019",
1424
+ "Name": "Sibling",
1425
+ "Timestamp": "1/1/19",
1426
+ "Rank": "2",
1427
+ "Frequency": "358",
1428
+ "Rank Change": "0",
1429
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1430
+ },
1431
+ {
1432
+ "Sibling": "2",
1433
+ "year": "2020",
1434
+ "Name": "Sibling",
1435
+ "Timestamp": "1/1/20",
1436
+ "Rank": "2",
1437
+ "Frequency": "458",
1438
+ "Rank Change": "0",
1439
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
1440
+ },
1441
+ {
1442
+ "Neck": "2",
1443
+ "year": "2014",
1444
+ "Name": "Neck",
1445
+ "Timestamp": "1/1/14",
1446
+ "Rank": "2",
1447
+ "Frequency": "131",
1448
+ "Rank Change": "-",
1449
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1450
+ },
1451
+ {
1452
+ "Neck": "1",
1453
+ "year": "2015",
1454
+ "Name": "Neck",
1455
+ "Timestamp": "1/1/15",
1456
+ "Rank": "1",
1457
+ "Frequency": "316",
1458
+ "Rank Change": "1",
1459
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1460
+ },
1461
+ {
1462
+ "Neck": "1",
1463
+ "year": "2016",
1464
+ "Name": "Neck",
1465
+ "Timestamp": "1/1/16",
1466
+ "Rank": "1",
1467
+ "Frequency": "437",
1468
+ "Rank Change": "0",
1469
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1470
+ },
1471
+ {
1472
+ "Neck": "1",
1473
+ "year": "2017",
1474
+ "Name": "Neck",
1475
+ "Timestamp": "1/1/17",
1476
+ "Rank": "1",
1477
+ "Frequency": "621",
1478
+ "Rank Change": "0",
1479
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1480
+ },
1481
+ {
1482
+ "Neck": "1",
1483
+ "year": "2018",
1484
+ "Name": "Neck",
1485
+ "Timestamp": "1/1/18",
1486
+ "Rank": "1",
1487
+ "Frequency": "526",
1488
+ "Rank Change": "0",
1489
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1490
+ },
1491
+ {
1492
+ "Neck": "1",
1493
+ "year": "2019",
1494
+ "Name": "Neck",
1495
+ "Timestamp": "1/1/19",
1496
+ "Rank": "1",
1497
+ "Frequency": "555",
1498
+ "Rank Change": "0",
1499
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1500
+ },
1501
+ {
1502
+ "Neck": "1",
1503
+ "year": "2020",
1504
+ "Name": "Neck",
1505
+ "Timestamp": "1/1/20",
1506
+ "Rank": "1",
1507
+ "Frequency": "527",
1508
+ "Rank Change": "0",
1509
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
1510
+ },
1511
+ {
1512
+ "Girlfriend": "3",
1513
+ "year": "2014",
1514
+ "Name": "Girlfriend",
1515
+ "Timestamp": "1/1/14",
1516
+ "Rank": "3",
1517
+ "Frequency": "101",
1518
+ "Rank Change": "-",
1519
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1520
+ },
1521
+ {
1522
+ "Girlfriend": "4",
1523
+ "year": "2015",
1524
+ "Name": "Girlfriend",
1525
+ "Timestamp": "1/1/15",
1526
+ "Rank": "4",
1527
+ "Frequency": "155",
1528
+ "Rank Change": "-1",
1529
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1530
+ },
1531
+ {
1532
+ "Girlfriend": "3",
1533
+ "year": "2016",
1534
+ "Name": "Girlfriend",
1535
+ "Timestamp": "1/1/16",
1536
+ "Rank": "3",
1537
+ "Frequency": "219",
1538
+ "Rank Change": "1",
1539
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1540
+ },
1541
+ {
1542
+ "Girlfriend": "4",
1543
+ "year": "2017",
1544
+ "Name": "Girlfriend",
1545
+ "Timestamp": "1/1/17",
1546
+ "Rank": "4",
1547
+ "Frequency": "260",
1548
+ "Rank Change": "-1",
1549
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1550
+ },
1551
+ {
1552
+ "Girlfriend": "3",
1553
+ "year": "2018",
1554
+ "Name": "Girlfriend",
1555
+ "Timestamp": "1/1/18",
1556
+ "Rank": "3",
1557
+ "Frequency": "294",
1558
+ "Rank Change": "1",
1559
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1560
+ },
1561
+ {
1562
+ "Girlfriend": "4",
1563
+ "year": "2019",
1564
+ "Name": "Girlfriend",
1565
+ "Timestamp": "1/1/19",
1566
+ "Rank": "4",
1567
+ "Frequency": "262",
1568
+ "Rank Change": "-1",
1569
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1570
+ },
1571
+ {
1572
+ "Girlfriend": "4",
1573
+ "year": "2020",
1574
+ "Name": "Girlfriend",
1575
+ "Timestamp": "1/1/20",
1576
+ "Rank": "4",
1577
+ "Frequency": "242",
1578
+ "Rank Change": "0",
1579
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
1580
+ },
1581
+ {
1582
+ "Bullying": "4",
1583
+ "year": "2014",
1584
+ "Name": "Bullying",
1585
+ "Timestamp": "1/1/14",
1586
+ "Rank": "4",
1587
+ "Frequency": "95",
1588
+ "Rank Change": "-",
1589
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1590
+ },
1591
+ {
1592
+ "Bullying": "8",
1593
+ "year": "2015",
1594
+ "Name": "Bullying",
1595
+ "Timestamp": "1/1/15",
1596
+ "Rank": "8",
1597
+ "Frequency": "90",
1598
+ "Rank Change": "-4",
1599
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1600
+ },
1601
+ {
1602
+ "Bullying": "5",
1603
+ "year": "2016",
1604
+ "Name": "Bullying",
1605
+ "Timestamp": "1/1/16",
1606
+ "Rank": "5",
1607
+ "Frequency": "144",
1608
+ "Rank Change": "3",
1609
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1610
+ },
1611
+ {
1612
+ "Bullying": "10",
1613
+ "year": "2017",
1614
+ "Name": "Bullying",
1615
+ "Timestamp": "1/1/17",
1616
+ "Rank": "10",
1617
+ "Frequency": "165",
1618
+ "Rank Change": "-5",
1619
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1620
+ },
1621
+ {
1622
+ "Bullying": "6",
1623
+ "year": "2018",
1624
+ "Name": "Bullying",
1625
+ "Timestamp": "1/1/18",
1626
+ "Rank": "6",
1627
+ "Frequency": "213",
1628
+ "Rank Change": "-4",
1629
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1630
+ },
1631
+ {
1632
+ "Bullying": "9",
1633
+ "year": "2019",
1634
+ "Name": "Bullying",
1635
+ "Timestamp": "1/1/19",
1636
+ "Rank": "9",
1637
+ "Frequency": "151",
1638
+ "Rank Change": "-3",
1639
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1640
+ },
1641
+ {
1642
+ "Bullying": "10",
1643
+ "year": "2020",
1644
+ "Name": "Bullying",
1645
+ "Timestamp": "1/1/20",
1646
+ "Rank": "10",
1647
+ "Frequency": "112",
1648
+ "Rank Change": "-1",
1649
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
1650
+ },
1651
+ {
1652
+ "Mother": "5",
1653
+ "year": "2014",
1654
+ "Name": "Mother",
1655
+ "Timestamp": "1/1/14",
1656
+ "Rank": "5",
1657
+ "Frequency": "89",
1658
+ "Rank Change": "-",
1659
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1660
+ },
1661
+ {
1662
+ "Mother": "7",
1663
+ "year": "2015",
1664
+ "Name": "Mother",
1665
+ "Timestamp": "1/1/15",
1666
+ "Rank": "7",
1667
+ "Frequency": "104",
1668
+ "Rank Change": "-2",
1669
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1670
+ },
1671
+ {
1672
+ "Mother": "6",
1673
+ "year": "2016",
1674
+ "Name": "Mother",
1675
+ "Timestamp": "1/1/16",
1676
+ "Rank": "6",
1677
+ "Frequency": "141",
1678
+ "Rank Change": "1",
1679
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1680
+ },
1681
+ {
1682
+ "Mother": "5",
1683
+ "year": "2017",
1684
+ "Name": "Mother",
1685
+ "Timestamp": "1/1/17",
1686
+ "Rank": "5",
1687
+ "Frequency": "230",
1688
+ "Rank Change": "1",
1689
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1690
+ },
1691
+ {
1692
+ "Mother": "4",
1693
+ "year": "2018",
1694
+ "Name": "Mother",
1695
+ "Timestamp": "1/1/18",
1696
+ "Rank": "4",
1697
+ "Frequency": "241",
1698
+ "Rank Change": "1",
1699
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1700
+ },
1701
+ {
1702
+ "Mother": "5",
1703
+ "year": "2019",
1704
+ "Name": "Mother",
1705
+ "Timestamp": "1/1/19",
1706
+ "Rank": "5",
1707
+ "Frequency": "190",
1708
+ "Rank Change": "-1",
1709
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1710
+ },
1711
+ {
1712
+ "Mother": "6",
1713
+ "year": "2020",
1714
+ "Name": "Mother",
1715
+ "Timestamp": "1/1/20",
1716
+ "Rank": "6",
1717
+ "Frequency": "206",
1718
+ "Rank Change": "-1",
1719
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
1720
+ },
1721
+ {
1722
+ "Overdose": "6",
1723
+ "year": "2014",
1724
+ "Name": "Overdose",
1725
+ "Timestamp": "1/1/14",
1726
+ "Rank": "6",
1727
+ "Frequency": "76",
1728
+ "Rank Change": "-",
1729
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1730
+ },
1731
+ {
1732
+ "Overdose": "6",
1733
+ "year": "2015",
1734
+ "Name": "Overdose",
1735
+ "Timestamp": "1/1/15",
1736
+ "Rank": "6",
1737
+ "Frequency": "114",
1738
+ "Rank Change": "0",
1739
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1740
+ },
1741
+ {
1742
+ "Overdose": "7",
1743
+ "year": "2016",
1744
+ "Name": "Overdose",
1745
+ "Timestamp": "1/1/16",
1746
+ "Rank": "7",
1747
+ "Frequency": "137",
1748
+ "Rank Change": "-1",
1749
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1750
+ },
1751
+ {
1752
+ "Overdose": "6",
1753
+ "year": "2017",
1754
+ "Name": "Overdose",
1755
+ "Timestamp": "1/1/17",
1756
+ "Rank": "6",
1757
+ "Frequency": "227",
1758
+ "Rank Change": "1",
1759
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1760
+ },
1761
+ {
1762
+ "Overdose": "7",
1763
+ "year": "2018",
1764
+ "Name": "Overdose",
1765
+ "Timestamp": "1/1/18",
1766
+ "Rank": "7",
1767
+ "Frequency": "185",
1768
+ "Rank Change": "-1",
1769
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1770
+ },
1771
+ {
1772
+ "Overdose": "6",
1773
+ "year": "2019",
1774
+ "Name": "Overdose",
1775
+ "Timestamp": "1/1/19",
1776
+ "Rank": "6",
1777
+ "Frequency": "190",
1778
+ "Rank Change": "1",
1779
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1780
+ },
1781
+ {
1782
+ "Overdose": "5",
1783
+ "year": "2020",
1784
+ "Name": "Overdose",
1785
+ "Timestamp": "1/1/20",
1786
+ "Rank": "5",
1787
+ "Frequency": "210",
1788
+ "Rank Change": "1",
1789
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
1790
+ },
1791
+ {
1792
+ "Depression": "7",
1793
+ "year": "2014",
1794
+ "Name": "Depression",
1795
+ "Timestamp": "1/1/14",
1796
+ "Rank": "7",
1797
+ "Frequency": "57",
1798
+ "Rank Change": "-",
1799
+ "Representative Sentence": "Victim Has History Of Depression."
1800
+ },
1801
+ {
1802
+ "Depression": "9",
1803
+ "year": "2015",
1804
+ "Name": "Depression",
1805
+ "Timestamp": "1/1/15",
1806
+ "Rank": "9",
1807
+ "Frequency": "89",
1808
+ "Rank Change": "-2",
1809
+ "Representative Sentence": "Victim Has History Of Depression."
1810
+ },
1811
+ {
1812
+ "Depression": "9",
1813
+ "year": "2016",
1814
+ "Name": "Depression",
1815
+ "Timestamp": "1/1/16",
1816
+ "Rank": "9",
1817
+ "Frequency": "125",
1818
+ "Rank Change": "0",
1819
+ "Representative Sentence": "Victim Has History Of Depression."
1820
+ },
1821
+ {
1822
+ "Depression": "7",
1823
+ "year": "2017",
1824
+ "Name": "Depression",
1825
+ "Timestamp": "1/1/17",
1826
+ "Rank": "7",
1827
+ "Frequency": "181",
1828
+ "Rank Change": "2",
1829
+ "Representative Sentence": "Victim Has History Of Depression."
1830
+ },
1831
+ {
1832
+ "Depression": "8",
1833
+ "year": "2018",
1834
+ "Name": "Depression",
1835
+ "Timestamp": "1/1/18",
1836
+ "Rank": "8",
1837
+ "Frequency": "168",
1838
+ "Rank Change": "-1",
1839
+ "Representative Sentence": "Victim Has History Of Depression."
1840
+ },
1841
+ {
1842
+ "Depression": "7",
1843
+ "year": "2019",
1844
+ "Name": "Depression",
1845
+ "Timestamp": "1/1/19",
1846
+ "Rank": "7",
1847
+ "Frequency": "172",
1848
+ "Rank Change": "1",
1849
+ "Representative Sentence": "Victim Has History Of Depression."
1850
+ },
1851
+ {
1852
+ "Depression": "7",
1853
+ "year": "2020",
1854
+ "Name": "Depression",
1855
+ "Timestamp": "1/1/20",
1856
+ "Rank": "8",
1857
+ "Frequency": "206",
1858
+ "Rank Change": "0",
1859
+ "Representative Sentence": "Victim Has History Of Depression."
1860
+ },
1861
+ {
1862
+ "Vehicle": "8",
1863
+ "year": "2014",
1864
+ "Name": "Vehicle",
1865
+ "Timestamp": "1/1/14",
1866
+ "Rank": "8",
1867
+ "Frequency": "55",
1868
+ "Rank Change": "-",
1869
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1870
+ },
1871
+ {
1872
+ "Vehicle": "3",
1873
+ "year": "2015",
1874
+ "Name": "Vehicle",
1875
+ "Timestamp": "1/1/15",
1876
+ "Rank": "3",
1877
+ "Frequency": "171",
1878
+ "Rank Change": "5",
1879
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1880
+ },
1881
+ {
1882
+ "Vehicle": "4",
1883
+ "year": "2016",
1884
+ "Name": "Vehicle",
1885
+ "Timestamp": "1/1/16",
1886
+ "Rank": "4",
1887
+ "Frequency": "209",
1888
+ "Rank Change": "-1",
1889
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1890
+ },
1891
+ {
1892
+ "Vehicle": "3",
1893
+ "year": "2017",
1894
+ "Name": "Vehicle",
1895
+ "Timestamp": "1/1/17",
1896
+ "Rank": "3",
1897
+ "Frequency": "304",
1898
+ "Rank Change": "1",
1899
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1900
+ },
1901
+ {
1902
+ "Vehicle": "5",
1903
+ "year": "2018",
1904
+ "Name": "Vehicle",
1905
+ "Timestamp": "1/1/18",
1906
+ "Rank": "5",
1907
+ "Frequency": "236",
1908
+ "Rank Change": "-2",
1909
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1910
+ },
1911
+ {
1912
+ "Vehicle": "3",
1913
+ "year": "2019",
1914
+ "Name": "Vehicle",
1915
+ "Timestamp": "1/1/19",
1916
+ "Rank": "3",
1917
+ "Frequency": "266",
1918
+ "Rank Change": "2",
1919
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1920
+ },
1921
+ {
1922
+ "Vehicle": "3",
1923
+ "year": "2020",
1924
+ "Name": "Vehicle",
1925
+ "Timestamp": "1/1/20",
1926
+ "Rank": "3",
1927
+ "Frequency": "293",
1928
+ "Rank Change": "0",
1929
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
1930
+ },
1931
+ {
1932
+ "Friends": "9",
1933
+ "year": "2014",
1934
+ "Name": "Friends",
1935
+ "Timestamp": "1/1/14",
1936
+ "Rank": "9",
1937
+ "Frequency": "41",
1938
+ "Rank Change": "-",
1939
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1940
+ },
1941
+ {
1942
+ "Friends": "10",
1943
+ "year": "2015",
1944
+ "Name": "Friends",
1945
+ "Timestamp": "1/1/15",
1946
+ "Rank": "10",
1947
+ "Frequency": "78",
1948
+ "Rank Change": "-1",
1949
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1950
+ },
1951
+ {
1952
+ "Friends": "10",
1953
+ "year": "2016",
1954
+ "Name": "Friends",
1955
+ "Timestamp": "1/1/16",
1956
+ "Rank": "10",
1957
+ "Frequency": "87",
1958
+ "Rank Change": "0",
1959
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1960
+ },
1961
+ {
1962
+ "Friends": "9",
1963
+ "year": "2017",
1964
+ "Name": "Friends",
1965
+ "Timestamp": "1/1/17",
1966
+ "Rank": "9",
1967
+ "Frequency": "170",
1968
+ "Rank Change": "1",
1969
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1970
+ },
1971
+ {
1972
+ "Friends": "9",
1973
+ "year": "2018",
1974
+ "Name": "Friends",
1975
+ "Timestamp": "1/1/18",
1976
+ "Rank": "9",
1977
+ "Frequency": "165",
1978
+ "Rank Change": "0",
1979
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1980
+ },
1981
+ {
1982
+ "Friends": "10",
1983
+ "year": "2019",
1984
+ "Name": "Friends",
1985
+ "Timestamp": "1/1/19",
1986
+ "Rank": "10",
1987
+ "Frequency": "127",
1988
+ "Rank Change": "-1",
1989
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
1990
+ },
1991
+ {
1992
+ "Friends": "9",
1993
+ "year": "2020",
1994
+ "Name": "Friends",
1995
+ "Timestamp": "1/1/20",
1996
+ "Rank": "9",
1997
+ "Frequency": "137",
1998
+ "Rank Change": "1",
1999
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2000
+ },
2001
+ {
2002
+ "Head": "10",
2003
+ "year": "2014",
2004
+ "Name": "Head",
2005
+ "Timestamp": "1/1/14",
2006
+ "Rank": "10",
2007
+ "Frequency": "20",
2008
+ "Rank Change": "-",
2009
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2010
+ },
2011
+ {
2012
+ "Head": "5",
2013
+ "year": "2015",
2014
+ "Name": "Head",
2015
+ "Timestamp": "1/1/15",
2016
+ "Rank": "5",
2017
+ "Frequency": "119",
2018
+ "Rank Change": "5",
2019
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2020
+ },
2021
+ {
2022
+ "Head": "8",
2023
+ "year": "2016",
2024
+ "Name": "Head",
2025
+ "Timestamp": "1/1/16",
2026
+ "Rank": "8",
2027
+ "Frequency": "134",
2028
+ "Rank Change": "-3",
2029
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2030
+ },
2031
+ {
2032
+ "Head": "8",
2033
+ "year": "2017",
2034
+ "Name": "Head",
2035
+ "Timestamp": "1/1/17",
2036
+ "Rank": "8",
2037
+ "Frequency": "171",
2038
+ "Rank Change": "0",
2039
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2040
+ },
2041
+ {
2042
+ "Head": "10",
2043
+ "year": "2018",
2044
+ "Name": "Head",
2045
+ "Timestamp": "1/1/18",
2046
+ "Rank": "10",
2047
+ "Frequency": "141",
2048
+ "Rank Change": "-2",
2049
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2050
+ },
2051
+ {
2052
+ "Head": "8",
2053
+ "year": "2019",
2054
+ "Name": "Head",
2055
+ "Timestamp": "1/1/19",
2056
+ "Rank": "8",
2057
+ "Frequency": "152",
2058
+ "Rank Change": "2",
2059
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2060
+ },
2061
+ {
2062
+ "Head": "8",
2063
+ "year": "2020",
2064
+ "Name": "Head",
2065
+ "Timestamp": "1/1/20",
2066
+ "Rank": "8",
2067
+ "Frequency": "199",
2068
+ "Rank Change": "0",
2069
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2070
+ }
2071
+ ],
2072
+ "formattedData": [
2073
+ {
2074
+ "Sibling": "1",
2075
+ "year": "2014",
2076
+ "Name": "Sibling",
2077
+ "Timestamp": "1/1/14",
2078
+ "Rank": "1",
2079
+ "Frequency": "149",
2080
+ "Rank Change": "-",
2081
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2082
+ },
2083
+ {
2084
+ "Sibling": "2",
2085
+ "year": "2015",
2086
+ "Name": "Sibling",
2087
+ "Timestamp": "1/1/15",
2088
+ "Rank": "2",
2089
+ "Frequency": "172",
2090
+ "Rank Change": "-1",
2091
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2092
+ },
2093
+ {
2094
+ "Sibling": "2",
2095
+ "year": "2016",
2096
+ "Name": "Sibling",
2097
+ "Timestamp": "1/1/16",
2098
+ "Rank": "2",
2099
+ "Frequency": "230",
2100
+ "Rank Change": "0",
2101
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2102
+ },
2103
+ {
2104
+ "Sibling": "2",
2105
+ "year": "2017",
2106
+ "Name": "Sibling",
2107
+ "Timestamp": "1/1/17",
2108
+ "Rank": "2",
2109
+ "Frequency": "379",
2110
+ "Rank Change": "0",
2111
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2112
+ },
2113
+ {
2114
+ "Sibling": "2",
2115
+ "year": "2018",
2116
+ "Name": "Sibling",
2117
+ "Timestamp": "1/1/18",
2118
+ "Rank": "2",
2119
+ "Frequency": "357",
2120
+ "Rank Change": "0",
2121
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2122
+ },
2123
+ {
2124
+ "Sibling": "2",
2125
+ "year": "2019",
2126
+ "Name": "Sibling",
2127
+ "Timestamp": "1/1/19",
2128
+ "Rank": "2",
2129
+ "Frequency": "358",
2130
+ "Rank Change": "0",
2131
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2132
+ },
2133
+ {
2134
+ "Sibling": "2",
2135
+ "year": "2020",
2136
+ "Name": "Sibling",
2137
+ "Timestamp": "1/1/20",
2138
+ "Rank": "2",
2139
+ "Frequency": "458",
2140
+ "Rank Change": "0",
2141
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2142
+ },
2143
+ {
2144
+ "Neck": "2",
2145
+ "year": "2014",
2146
+ "Name": "Neck",
2147
+ "Timestamp": "1/1/14",
2148
+ "Rank": "2",
2149
+ "Frequency": "131",
2150
+ "Rank Change": "-",
2151
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2152
+ },
2153
+ {
2154
+ "Neck": "1",
2155
+ "year": "2015",
2156
+ "Name": "Neck",
2157
+ "Timestamp": "1/1/15",
2158
+ "Rank": "1",
2159
+ "Frequency": "316",
2160
+ "Rank Change": "1",
2161
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2162
+ },
2163
+ {
2164
+ "Neck": "1",
2165
+ "year": "2016",
2166
+ "Name": "Neck",
2167
+ "Timestamp": "1/1/16",
2168
+ "Rank": "1",
2169
+ "Frequency": "437",
2170
+ "Rank Change": "0",
2171
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2172
+ },
2173
+ {
2174
+ "Neck": "1",
2175
+ "year": "2017",
2176
+ "Name": "Neck",
2177
+ "Timestamp": "1/1/17",
2178
+ "Rank": "1",
2179
+ "Frequency": "621",
2180
+ "Rank Change": "0",
2181
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2182
+ },
2183
+ {
2184
+ "Neck": "1",
2185
+ "year": "2018",
2186
+ "Name": "Neck",
2187
+ "Timestamp": "1/1/18",
2188
+ "Rank": "1",
2189
+ "Frequency": "526",
2190
+ "Rank Change": "0",
2191
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2192
+ },
2193
+ {
2194
+ "Neck": "1",
2195
+ "year": "2019",
2196
+ "Name": "Neck",
2197
+ "Timestamp": "1/1/19",
2198
+ "Rank": "1",
2199
+ "Frequency": "555",
2200
+ "Rank Change": "0",
2201
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2202
+ },
2203
+ {
2204
+ "Neck": "1",
2205
+ "year": "2020",
2206
+ "Name": "Neck",
2207
+ "Timestamp": "1/1/20",
2208
+ "Rank": "1",
2209
+ "Frequency": "527",
2210
+ "Rank Change": "0",
2211
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2212
+ },
2213
+ {
2214
+ "Girlfriend": "3",
2215
+ "year": "2014",
2216
+ "Name": "Girlfriend",
2217
+ "Timestamp": "1/1/14",
2218
+ "Rank": "3",
2219
+ "Frequency": "101",
2220
+ "Rank Change": "-",
2221
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2222
+ },
2223
+ {
2224
+ "Girlfriend": "4",
2225
+ "year": "2015",
2226
+ "Name": "Girlfriend",
2227
+ "Timestamp": "1/1/15",
2228
+ "Rank": "4",
2229
+ "Frequency": "155",
2230
+ "Rank Change": "-1",
2231
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2232
+ },
2233
+ {
2234
+ "Girlfriend": "3",
2235
+ "year": "2016",
2236
+ "Name": "Girlfriend",
2237
+ "Timestamp": "1/1/16",
2238
+ "Rank": "3",
2239
+ "Frequency": "219",
2240
+ "Rank Change": "1",
2241
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2242
+ },
2243
+ {
2244
+ "Girlfriend": "4",
2245
+ "year": "2017",
2246
+ "Name": "Girlfriend",
2247
+ "Timestamp": "1/1/17",
2248
+ "Rank": "4",
2249
+ "Frequency": "260",
2250
+ "Rank Change": "-1",
2251
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2252
+ },
2253
+ {
2254
+ "Girlfriend": "3",
2255
+ "year": "2018",
2256
+ "Name": "Girlfriend",
2257
+ "Timestamp": "1/1/18",
2258
+ "Rank": "3",
2259
+ "Frequency": "294",
2260
+ "Rank Change": "1",
2261
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2262
+ },
2263
+ {
2264
+ "Girlfriend": "4",
2265
+ "year": "2019",
2266
+ "Name": "Girlfriend",
2267
+ "Timestamp": "1/1/19",
2268
+ "Rank": "4",
2269
+ "Frequency": "262",
2270
+ "Rank Change": "-1",
2271
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2272
+ },
2273
+ {
2274
+ "Girlfriend": "4",
2275
+ "year": "2020",
2276
+ "Name": "Girlfriend",
2277
+ "Timestamp": "1/1/20",
2278
+ "Rank": "4",
2279
+ "Frequency": "242",
2280
+ "Rank Change": "0",
2281
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2282
+ },
2283
+ {
2284
+ "Bullying": "4",
2285
+ "year": "2014",
2286
+ "Name": "Bullying",
2287
+ "Timestamp": "1/1/14",
2288
+ "Rank": "4",
2289
+ "Frequency": "95",
2290
+ "Rank Change": "-",
2291
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2292
+ },
2293
+ {
2294
+ "Bullying": "8",
2295
+ "year": "2015",
2296
+ "Name": "Bullying",
2297
+ "Timestamp": "1/1/15",
2298
+ "Rank": "8",
2299
+ "Frequency": "90",
2300
+ "Rank Change": "-4",
2301
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2302
+ },
2303
+ {
2304
+ "Bullying": "5",
2305
+ "year": "2016",
2306
+ "Name": "Bullying",
2307
+ "Timestamp": "1/1/16",
2308
+ "Rank": "5",
2309
+ "Frequency": "144",
2310
+ "Rank Change": "3",
2311
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2312
+ },
2313
+ {
2314
+ "Bullying": "10",
2315
+ "year": "2017",
2316
+ "Name": "Bullying",
2317
+ "Timestamp": "1/1/17",
2318
+ "Rank": "10",
2319
+ "Frequency": "165",
2320
+ "Rank Change": "-5",
2321
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2322
+ },
2323
+ {
2324
+ "Bullying": "6",
2325
+ "year": "2018",
2326
+ "Name": "Bullying",
2327
+ "Timestamp": "1/1/18",
2328
+ "Rank": "6",
2329
+ "Frequency": "213",
2330
+ "Rank Change": "-4",
2331
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2332
+ },
2333
+ {
2334
+ "Bullying": "9",
2335
+ "year": "2019",
2336
+ "Name": "Bullying",
2337
+ "Timestamp": "1/1/19",
2338
+ "Rank": "9",
2339
+ "Frequency": "151",
2340
+ "Rank Change": "-3",
2341
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2342
+ },
2343
+ {
2344
+ "Bullying": "10",
2345
+ "year": "2020",
2346
+ "Name": "Bullying",
2347
+ "Timestamp": "1/1/20",
2348
+ "Rank": "10",
2349
+ "Frequency": "112",
2350
+ "Rank Change": "-1",
2351
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
2352
+ },
2353
+ {
2354
+ "Mother": "5",
2355
+ "year": "2014",
2356
+ "Name": "Mother",
2357
+ "Timestamp": "1/1/14",
2358
+ "Rank": "5",
2359
+ "Frequency": "89",
2360
+ "Rank Change": "-",
2361
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2362
+ },
2363
+ {
2364
+ "Mother": "7",
2365
+ "year": "2015",
2366
+ "Name": "Mother",
2367
+ "Timestamp": "1/1/15",
2368
+ "Rank": "7",
2369
+ "Frequency": "104",
2370
+ "Rank Change": "-2",
2371
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2372
+ },
2373
+ {
2374
+ "Mother": "6",
2375
+ "year": "2016",
2376
+ "Name": "Mother",
2377
+ "Timestamp": "1/1/16",
2378
+ "Rank": "6",
2379
+ "Frequency": "141",
2380
+ "Rank Change": "1",
2381
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2382
+ },
2383
+ {
2384
+ "Mother": "5",
2385
+ "year": "2017",
2386
+ "Name": "Mother",
2387
+ "Timestamp": "1/1/17",
2388
+ "Rank": "5",
2389
+ "Frequency": "230",
2390
+ "Rank Change": "1",
2391
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2392
+ },
2393
+ {
2394
+ "Mother": "4",
2395
+ "year": "2018",
2396
+ "Name": "Mother",
2397
+ "Timestamp": "1/1/18",
2398
+ "Rank": "4",
2399
+ "Frequency": "241",
2400
+ "Rank Change": "1",
2401
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2402
+ },
2403
+ {
2404
+ "Mother": "5",
2405
+ "year": "2019",
2406
+ "Name": "Mother",
2407
+ "Timestamp": "1/1/19",
2408
+ "Rank": "5",
2409
+ "Frequency": "190",
2410
+ "Rank Change": "-1",
2411
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2412
+ },
2413
+ {
2414
+ "Mother": "6",
2415
+ "year": "2020",
2416
+ "Name": "Mother",
2417
+ "Timestamp": "1/1/20",
2418
+ "Rank": "6",
2419
+ "Frequency": "206",
2420
+ "Rank Change": "-1",
2421
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
2422
+ },
2423
+ {
2424
+ "Overdose": "6",
2425
+ "year": "2014",
2426
+ "Name": "Overdose",
2427
+ "Timestamp": "1/1/14",
2428
+ "Rank": "6",
2429
+ "Frequency": "76",
2430
+ "Rank Change": "-",
2431
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2432
+ },
2433
+ {
2434
+ "Overdose": "6",
2435
+ "year": "2015",
2436
+ "Name": "Overdose",
2437
+ "Timestamp": "1/1/15",
2438
+ "Rank": "6",
2439
+ "Frequency": "114",
2440
+ "Rank Change": "0",
2441
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2442
+ },
2443
+ {
2444
+ "Overdose": "7",
2445
+ "year": "2016",
2446
+ "Name": "Overdose",
2447
+ "Timestamp": "1/1/16",
2448
+ "Rank": "7",
2449
+ "Frequency": "137",
2450
+ "Rank Change": "-1",
2451
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2452
+ },
2453
+ {
2454
+ "Overdose": "6",
2455
+ "year": "2017",
2456
+ "Name": "Overdose",
2457
+ "Timestamp": "1/1/17",
2458
+ "Rank": "6",
2459
+ "Frequency": "227",
2460
+ "Rank Change": "1",
2461
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2462
+ },
2463
+ {
2464
+ "Overdose": "7",
2465
+ "year": "2018",
2466
+ "Name": "Overdose",
2467
+ "Timestamp": "1/1/18",
2468
+ "Rank": "7",
2469
+ "Frequency": "185",
2470
+ "Rank Change": "-1",
2471
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2472
+ },
2473
+ {
2474
+ "Overdose": "6",
2475
+ "year": "2019",
2476
+ "Name": "Overdose",
2477
+ "Timestamp": "1/1/19",
2478
+ "Rank": "6",
2479
+ "Frequency": "190",
2480
+ "Rank Change": "1",
2481
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2482
+ },
2483
+ {
2484
+ "Overdose": "5",
2485
+ "year": "2020",
2486
+ "Name": "Overdose",
2487
+ "Timestamp": "1/1/20",
2488
+ "Rank": "5",
2489
+ "Frequency": "210",
2490
+ "Rank Change": "1",
2491
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
2492
+ },
2493
+ {
2494
+ "Depression": "7",
2495
+ "year": "2014",
2496
+ "Name": "Depression",
2497
+ "Timestamp": "1/1/14",
2498
+ "Rank": "7",
2499
+ "Frequency": "57",
2500
+ "Rank Change": "-",
2501
+ "Representative Sentence": "Victim Has History Of Depression."
2502
+ },
2503
+ {
2504
+ "Depression": "9",
2505
+ "year": "2015",
2506
+ "Name": "Depression",
2507
+ "Timestamp": "1/1/15",
2508
+ "Rank": "9",
2509
+ "Frequency": "89",
2510
+ "Rank Change": "-2",
2511
+ "Representative Sentence": "Victim Has History Of Depression."
2512
+ },
2513
+ {
2514
+ "Depression": "9",
2515
+ "year": "2016",
2516
+ "Name": "Depression",
2517
+ "Timestamp": "1/1/16",
2518
+ "Rank": "9",
2519
+ "Frequency": "125",
2520
+ "Rank Change": "0",
2521
+ "Representative Sentence": "Victim Has History Of Depression."
2522
+ },
2523
+ {
2524
+ "Depression": "7",
2525
+ "year": "2017",
2526
+ "Name": "Depression",
2527
+ "Timestamp": "1/1/17",
2528
+ "Rank": "7",
2529
+ "Frequency": "181",
2530
+ "Rank Change": "2",
2531
+ "Representative Sentence": "Victim Has History Of Depression."
2532
+ },
2533
+ {
2534
+ "Depression": "8",
2535
+ "year": "2018",
2536
+ "Name": "Depression",
2537
+ "Timestamp": "1/1/18",
2538
+ "Rank": "8",
2539
+ "Frequency": "168",
2540
+ "Rank Change": "-1",
2541
+ "Representative Sentence": "Victim Has History Of Depression."
2542
+ },
2543
+ {
2544
+ "Depression": "7",
2545
+ "year": "2019",
2546
+ "Name": "Depression",
2547
+ "Timestamp": "1/1/19",
2548
+ "Rank": "7",
2549
+ "Frequency": "172",
2550
+ "Rank Change": "1",
2551
+ "Representative Sentence": "Victim Has History Of Depression."
2552
+ },
2553
+ {
2554
+ "Depression": "7",
2555
+ "year": "2020",
2556
+ "Name": "Depression",
2557
+ "Timestamp": "1/1/20",
2558
+ "Rank": "8",
2559
+ "Frequency": "206",
2560
+ "Rank Change": "0",
2561
+ "Representative Sentence": "Victim Has History Of Depression."
2562
+ },
2563
+ {
2564
+ "Vehicle": "8",
2565
+ "year": "2014",
2566
+ "Name": "Vehicle",
2567
+ "Timestamp": "1/1/14",
2568
+ "Rank": "8",
2569
+ "Frequency": "55",
2570
+ "Rank Change": "-",
2571
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2572
+ },
2573
+ {
2574
+ "Vehicle": "3",
2575
+ "year": "2015",
2576
+ "Name": "Vehicle",
2577
+ "Timestamp": "1/1/15",
2578
+ "Rank": "3",
2579
+ "Frequency": "171",
2580
+ "Rank Change": "5",
2581
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2582
+ },
2583
+ {
2584
+ "Vehicle": "4",
2585
+ "year": "2016",
2586
+ "Name": "Vehicle",
2587
+ "Timestamp": "1/1/16",
2588
+ "Rank": "4",
2589
+ "Frequency": "209",
2590
+ "Rank Change": "-1",
2591
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2592
+ },
2593
+ {
2594
+ "Vehicle": "3",
2595
+ "year": "2017",
2596
+ "Name": "Vehicle",
2597
+ "Timestamp": "1/1/17",
2598
+ "Rank": "3",
2599
+ "Frequency": "304",
2600
+ "Rank Change": "1",
2601
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2602
+ },
2603
+ {
2604
+ "Vehicle": "5",
2605
+ "year": "2018",
2606
+ "Name": "Vehicle",
2607
+ "Timestamp": "1/1/18",
2608
+ "Rank": "5",
2609
+ "Frequency": "236",
2610
+ "Rank Change": "-2",
2611
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2612
+ },
2613
+ {
2614
+ "Vehicle": "3",
2615
+ "year": "2019",
2616
+ "Name": "Vehicle",
2617
+ "Timestamp": "1/1/19",
2618
+ "Rank": "3",
2619
+ "Frequency": "266",
2620
+ "Rank Change": "2",
2621
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2622
+ },
2623
+ {
2624
+ "Vehicle": "3",
2625
+ "year": "2020",
2626
+ "Name": "Vehicle",
2627
+ "Timestamp": "1/1/20",
2628
+ "Rank": "3",
2629
+ "Frequency": "293",
2630
+ "Rank Change": "0",
2631
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
2632
+ },
2633
+ {
2634
+ "Friends": "9",
2635
+ "year": "2014",
2636
+ "Name": "Friends",
2637
+ "Timestamp": "1/1/14",
2638
+ "Rank": "9",
2639
+ "Frequency": "41",
2640
+ "Rank Change": "-",
2641
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2642
+ },
2643
+ {
2644
+ "Friends": "10",
2645
+ "year": "2015",
2646
+ "Name": "Friends",
2647
+ "Timestamp": "1/1/15",
2648
+ "Rank": "10",
2649
+ "Frequency": "78",
2650
+ "Rank Change": "-1",
2651
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2652
+ },
2653
+ {
2654
+ "Friends": "10",
2655
+ "year": "2016",
2656
+ "Name": "Friends",
2657
+ "Timestamp": "1/1/16",
2658
+ "Rank": "10",
2659
+ "Frequency": "87",
2660
+ "Rank Change": "0",
2661
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2662
+ },
2663
+ {
2664
+ "Friends": "9",
2665
+ "year": "2017",
2666
+ "Name": "Friends",
2667
+ "Timestamp": "1/1/17",
2668
+ "Rank": "9",
2669
+ "Frequency": "170",
2670
+ "Rank Change": "1",
2671
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2672
+ },
2673
+ {
2674
+ "Friends": "9",
2675
+ "year": "2018",
2676
+ "Name": "Friends",
2677
+ "Timestamp": "1/1/18",
2678
+ "Rank": "9",
2679
+ "Frequency": "165",
2680
+ "Rank Change": "0",
2681
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2682
+ },
2683
+ {
2684
+ "Friends": "10",
2685
+ "year": "2019",
2686
+ "Name": "Friends",
2687
+ "Timestamp": "1/1/19",
2688
+ "Rank": "10",
2689
+ "Frequency": "127",
2690
+ "Rank Change": "-1",
2691
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2692
+ },
2693
+ {
2694
+ "Friends": "9",
2695
+ "year": "2020",
2696
+ "Name": "Friends",
2697
+ "Timestamp": "1/1/20",
2698
+ "Rank": "9",
2699
+ "Frequency": "137",
2700
+ "Rank Change": "1",
2701
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
2702
+ },
2703
+ {
2704
+ "Head": "10",
2705
+ "year": "2014",
2706
+ "Name": "Head",
2707
+ "Timestamp": "1/1/14",
2708
+ "Rank": "10",
2709
+ "Frequency": "20",
2710
+ "Rank Change": "-",
2711
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2712
+ },
2713
+ {
2714
+ "Head": "5",
2715
+ "year": "2015",
2716
+ "Name": "Head",
2717
+ "Timestamp": "1/1/15",
2718
+ "Rank": "5",
2719
+ "Frequency": "119",
2720
+ "Rank Change": "5",
2721
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2722
+ },
2723
+ {
2724
+ "Head": "8",
2725
+ "year": "2016",
2726
+ "Name": "Head",
2727
+ "Timestamp": "1/1/16",
2728
+ "Rank": "8",
2729
+ "Frequency": "134",
2730
+ "Rank Change": "-3",
2731
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2732
+ },
2733
+ {
2734
+ "Head": "8",
2735
+ "year": "2017",
2736
+ "Name": "Head",
2737
+ "Timestamp": "1/1/17",
2738
+ "Rank": "8",
2739
+ "Frequency": "171",
2740
+ "Rank Change": "0",
2741
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2742
+ },
2743
+ {
2744
+ "Head": "10",
2745
+ "year": "2018",
2746
+ "Name": "Head",
2747
+ "Timestamp": "1/1/18",
2748
+ "Rank": "10",
2749
+ "Frequency": "141",
2750
+ "Rank Change": "-2",
2751
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2752
+ },
2753
+ {
2754
+ "Head": "8",
2755
+ "year": "2019",
2756
+ "Name": "Head",
2757
+ "Timestamp": "1/1/19",
2758
+ "Rank": "8",
2759
+ "Frequency": "152",
2760
+ "Rank Change": "2",
2761
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2762
+ },
2763
+ {
2764
+ "Head": "8",
2765
+ "year": "2020",
2766
+ "Name": "Head",
2767
+ "Timestamp": "1/1/20",
2768
+ "Rank": "8",
2769
+ "Frequency": "199",
2770
+ "Rank Change": "0",
2771
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
2772
+ }
2773
+ ],
2774
+ "dataKey": "_NOTUSED-bump-chart-data.json"
2775
+ },
2776
+ "markup-include1719606699638": {
2777
+ "filters": [],
2778
+ "filterBehavior": "Filter Change",
2779
+ "openModal": false,
2780
+ "uid": "markup-include1719606699638",
2781
+ "type": "markup-include",
2782
+ "contentEditor": {
2783
+ "inlineHTML": "<h3 style=\"font-size:18px; padding-left: 15px; padding-bottom: 10px\"><strong>Greatest Positive Change In Rank</strong></h3>\n<h4 style=\"font-size:16px; padding-left: 15px\"><strong>Vehicle:</strong></h4>\n<p style=\"font-size:16px; padding-left: 15px\">Rank Changed From #8 to #3 from 2014 to 2020</p>\n<p style=\"font-size:16px; padding-left: 15px\">Largest Rank Change of +5 Took Place Between 2014 and 2015</p>",
2784
+ "markupVariables": [],
2785
+ "showHeader": true,
2786
+ "srcUrl": "#example",
2787
+ "title": "",
2788
+ "useInlineHTML": true
2789
+ },
2790
+ "theme": "theme-blue",
2791
+ "visual": {
2792
+ "border": true,
2793
+ "accent": false,
2794
+ "background": false,
2795
+ "hideBackgroundColor": false,
2796
+ "borderColorTheme": false
2797
+ },
2798
+ "showEditorPanel": true,
2799
+ "visualizationType": "markup-include",
2800
+ "editing": false,
2801
+ "data": {},
2802
+ "version": "4.24.4"
2803
+ },
2804
+ "markup-include1719606700773": {
2805
+ "filters": [],
2806
+ "filterBehavior": "Filter Change",
2807
+ "openModal": false,
2808
+ "uid": "markup-include1719606700773",
2809
+ "type": "markup-include",
2810
+ "contentEditor": {
2811
+ "inlineHTML": "<h3 style=\"font-size:18px; padding-left: 15px; ; padding-bottom: 10px\"><strong>Greatest Negative Change In Rank</strong></h3>\n<h4 style=\"font-size:16px; padding-left: 15px\"><strong>Bullying:</strong></h4>\n<p style=\"font-size:16px; padding-left: 15px\">Rank Changed From #4 to #10 from 2014 to 2020</p>\n<p style=\"font-size:16px; padding-left: 15px\">Largest Rank Change of -5 Took Place Between 2016 and 2017</p>",
2812
+ "markupVariables": [],
2813
+ "showHeader": true,
2814
+ "srcUrl": "#example",
2815
+ "title": "",
2816
+ "useInlineHTML": true
2817
+ },
2818
+ "theme": "theme-blue",
2819
+ "visual": {
2820
+ "border": true,
2821
+ "accent": false,
2822
+ "background": false,
2823
+ "hideBackgroundColor": false,
2824
+ "borderColorTheme": false
2825
+ },
2826
+ "showEditorPanel": true,
2827
+ "visualizationType": "markup-include",
2828
+ "editing": false,
2829
+ "data": {},
2830
+ "version": "4.24.4"
2831
+ }
2832
+ },
2833
+ "table": {
2834
+ "label": "Data Table",
2835
+ "show": false,
2836
+ "showDownloadUrl": false,
2837
+ "showVertical": true
2838
+ },
2839
+ "datasets": {
2840
+ "_NOTUSED-bump-chart-data.json": {
2841
+ "data": [
2842
+ {
2843
+ "Sibling": "1",
2844
+ "year": "2014",
2845
+ "Name": "Sibling",
2846
+ "Timestamp": "1/1/14",
2847
+ "Rank": "1",
2848
+ "Frequency": "149",
2849
+ "Rank Change": "-",
2850
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2851
+ },
2852
+ {
2853
+ "Sibling": "2",
2854
+ "year": "2015",
2855
+ "Name": "Sibling",
2856
+ "Timestamp": "1/1/15",
2857
+ "Rank": "2",
2858
+ "Frequency": "172",
2859
+ "Rank Change": "-1",
2860
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2861
+ },
2862
+ {
2863
+ "Sibling": "2",
2864
+ "year": "2016",
2865
+ "Name": "Sibling",
2866
+ "Timestamp": "1/1/16",
2867
+ "Rank": "2",
2868
+ "Frequency": "230",
2869
+ "Rank Change": "0",
2870
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2871
+ },
2872
+ {
2873
+ "Sibling": "2",
2874
+ "year": "2017",
2875
+ "Name": "Sibling",
2876
+ "Timestamp": "1/1/17",
2877
+ "Rank": "2",
2878
+ "Frequency": "379",
2879
+ "Rank Change": "0",
2880
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2881
+ },
2882
+ {
2883
+ "Sibling": "2",
2884
+ "year": "2018",
2885
+ "Name": "Sibling",
2886
+ "Timestamp": "1/1/18",
2887
+ "Rank": "2",
2888
+ "Frequency": "357",
2889
+ "Rank Change": "0",
2890
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2891
+ },
2892
+ {
2893
+ "Sibling": "2",
2894
+ "year": "2019",
2895
+ "Name": "Sibling",
2896
+ "Timestamp": "1/1/19",
2897
+ "Rank": "2",
2898
+ "Frequency": "358",
2899
+ "Rank Change": "0",
2900
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2901
+ },
2902
+ {
2903
+ "Sibling": "2",
2904
+ "year": "2020",
2905
+ "Name": "Sibling",
2906
+ "Timestamp": "1/1/20",
2907
+ "Rank": "2",
2908
+ "Frequency": "458",
2909
+ "Rank Change": "0",
2910
+ "Representative Sentence": "Victims Sister Informed Police That She Had Found Him And Called Police."
2911
+ },
2912
+ {
2913
+ "Neck": "2",
2914
+ "year": "2014",
2915
+ "Name": "Neck",
2916
+ "Timestamp": "1/1/14",
2917
+ "Rank": "2",
2918
+ "Frequency": "131",
2919
+ "Rank Change": "-",
2920
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2921
+ },
2922
+ {
2923
+ "Neck": "1",
2924
+ "year": "2015",
2925
+ "Name": "Neck",
2926
+ "Timestamp": "1/1/15",
2927
+ "Rank": "1",
2928
+ "Frequency": "316",
2929
+ "Rank Change": "1",
2930
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2931
+ },
2932
+ {
2933
+ "Neck": "1",
2934
+ "year": "2016",
2935
+ "Name": "Neck",
2936
+ "Timestamp": "1/1/16",
2937
+ "Rank": "1",
2938
+ "Frequency": "437",
2939
+ "Rank Change": "0",
2940
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2941
+ },
2942
+ {
2943
+ "Neck": "1",
2944
+ "year": "2017",
2945
+ "Name": "Neck",
2946
+ "Timestamp": "1/1/17",
2947
+ "Rank": "1",
2948
+ "Frequency": "621",
2949
+ "Rank Change": "0",
2950
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2951
+ },
2952
+ {
2953
+ "Neck": "1",
2954
+ "year": "2018",
2955
+ "Name": "Neck",
2956
+ "Timestamp": "1/1/18",
2957
+ "Rank": "1",
2958
+ "Frequency": "526",
2959
+ "Rank Change": "0",
2960
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2961
+ },
2962
+ {
2963
+ "Neck": "1",
2964
+ "year": "2019",
2965
+ "Name": "Neck",
2966
+ "Timestamp": "1/1/19",
2967
+ "Rank": "1",
2968
+ "Frequency": "555",
2969
+ "Rank Change": "0",
2970
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2971
+ },
2972
+ {
2973
+ "Neck": "1",
2974
+ "year": "2020",
2975
+ "Name": "Neck",
2976
+ "Timestamp": "1/1/20",
2977
+ "Rank": "1",
2978
+ "Frequency": "527",
2979
+ "Rank Change": "0",
2980
+ "Representative Sentence": "Rope Was Wrapped Around Victims Neck."
2981
+ },
2982
+ {
2983
+ "Girlfriend": "3",
2984
+ "year": "2014",
2985
+ "Name": "Girlfriend",
2986
+ "Timestamp": "1/1/14",
2987
+ "Rank": "3",
2988
+ "Frequency": "101",
2989
+ "Rank Change": "-",
2990
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
2991
+ },
2992
+ {
2993
+ "Girlfriend": "4",
2994
+ "year": "2015",
2995
+ "Name": "Girlfriend",
2996
+ "Timestamp": "1/1/15",
2997
+ "Rank": "4",
2998
+ "Frequency": "155",
2999
+ "Rank Change": "-1",
3000
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3001
+ },
3002
+ {
3003
+ "Girlfriend": "3",
3004
+ "year": "2016",
3005
+ "Name": "Girlfriend",
3006
+ "Timestamp": "1/1/16",
3007
+ "Rank": "3",
3008
+ "Frequency": "219",
3009
+ "Rank Change": "1",
3010
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3011
+ },
3012
+ {
3013
+ "Girlfriend": "4",
3014
+ "year": "2017",
3015
+ "Name": "Girlfriend",
3016
+ "Timestamp": "1/1/17",
3017
+ "Rank": "4",
3018
+ "Frequency": "260",
3019
+ "Rank Change": "-1",
3020
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3021
+ },
3022
+ {
3023
+ "Girlfriend": "3",
3024
+ "year": "2018",
3025
+ "Name": "Girlfriend",
3026
+ "Timestamp": "1/1/18",
3027
+ "Rank": "3",
3028
+ "Frequency": "294",
3029
+ "Rank Change": "1",
3030
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3031
+ },
3032
+ {
3033
+ "Girlfriend": "4",
3034
+ "year": "2019",
3035
+ "Name": "Girlfriend",
3036
+ "Timestamp": "1/1/19",
3037
+ "Rank": "4",
3038
+ "Frequency": "262",
3039
+ "Rank Change": "-1",
3040
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3041
+ },
3042
+ {
3043
+ "Girlfriend": "4",
3044
+ "year": "2020",
3045
+ "Name": "Girlfriend",
3046
+ "Timestamp": "1/1/20",
3047
+ "Rank": "4",
3048
+ "Frequency": "242",
3049
+ "Rank Change": "0",
3050
+ "Representative Sentence": "Victim Had Relationship Problems With Girlfriend Whom He Worked With."
3051
+ },
3052
+ {
3053
+ "Bullying": "4",
3054
+ "year": "2014",
3055
+ "Name": "Bullying",
3056
+ "Timestamp": "1/1/14",
3057
+ "Rank": "4",
3058
+ "Frequency": "95",
3059
+ "Rank Change": "-",
3060
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3061
+ },
3062
+ {
3063
+ "Bullying": "8",
3064
+ "year": "2015",
3065
+ "Name": "Bullying",
3066
+ "Timestamp": "1/1/15",
3067
+ "Rank": "8",
3068
+ "Frequency": "90",
3069
+ "Rank Change": "-4",
3070
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3071
+ },
3072
+ {
3073
+ "Bullying": "5",
3074
+ "year": "2016",
3075
+ "Name": "Bullying",
3076
+ "Timestamp": "1/1/16",
3077
+ "Rank": "5",
3078
+ "Frequency": "144",
3079
+ "Rank Change": "3",
3080
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3081
+ },
3082
+ {
3083
+ "Bullying": "10",
3084
+ "year": "2017",
3085
+ "Name": "Bullying",
3086
+ "Timestamp": "1/1/17",
3087
+ "Rank": "10",
3088
+ "Frequency": "165",
3089
+ "Rank Change": "-5",
3090
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3091
+ },
3092
+ {
3093
+ "Bullying": "6",
3094
+ "year": "2018",
3095
+ "Name": "Bullying",
3096
+ "Timestamp": "1/1/18",
3097
+ "Rank": "6",
3098
+ "Frequency": "213",
3099
+ "Rank Change": "-4",
3100
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3101
+ },
3102
+ {
3103
+ "Bullying": "9",
3104
+ "year": "2019",
3105
+ "Name": "Bullying",
3106
+ "Timestamp": "1/1/19",
3107
+ "Rank": "9",
3108
+ "Frequency": "151",
3109
+ "Rank Change": "-3",
3110
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3111
+ },
3112
+ {
3113
+ "Bullying": "10",
3114
+ "year": "2020",
3115
+ "Name": "Bullying",
3116
+ "Timestamp": "1/1/20",
3117
+ "Rank": "10",
3118
+ "Frequency": "112",
3119
+ "Rank Change": "-1",
3120
+ "Representative Sentence": "Victim Had Been Bullied And Had Been Taunted While At School."
3121
+ },
3122
+ {
3123
+ "Mother": "5",
3124
+ "year": "2014",
3125
+ "Name": "Mother",
3126
+ "Timestamp": "1/1/14",
3127
+ "Rank": "5",
3128
+ "Frequency": "89",
3129
+ "Rank Change": "-",
3130
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3131
+ },
3132
+ {
3133
+ "Mother": "7",
3134
+ "year": "2015",
3135
+ "Name": "Mother",
3136
+ "Timestamp": "1/1/15",
3137
+ "Rank": "7",
3138
+ "Frequency": "104",
3139
+ "Rank Change": "-2",
3140
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3141
+ },
3142
+ {
3143
+ "Mother": "6",
3144
+ "year": "2016",
3145
+ "Name": "Mother",
3146
+ "Timestamp": "1/1/16",
3147
+ "Rank": "6",
3148
+ "Frequency": "141",
3149
+ "Rank Change": "1",
3150
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3151
+ },
3152
+ {
3153
+ "Mother": "5",
3154
+ "year": "2017",
3155
+ "Name": "Mother",
3156
+ "Timestamp": "1/1/17",
3157
+ "Rank": "5",
3158
+ "Frequency": "230",
3159
+ "Rank Change": "1",
3160
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3161
+ },
3162
+ {
3163
+ "Mother": "4",
3164
+ "year": "2018",
3165
+ "Name": "Mother",
3166
+ "Timestamp": "1/1/18",
3167
+ "Rank": "4",
3168
+ "Frequency": "241",
3169
+ "Rank Change": "1",
3170
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3171
+ },
3172
+ {
3173
+ "Mother": "5",
3174
+ "year": "2019",
3175
+ "Name": "Mother",
3176
+ "Timestamp": "1/1/19",
3177
+ "Rank": "5",
3178
+ "Frequency": "190",
3179
+ "Rank Change": "-1",
3180
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3181
+ },
3182
+ {
3183
+ "Mother": "6",
3184
+ "year": "2020",
3185
+ "Name": "Mother",
3186
+ "Timestamp": "1/1/20",
3187
+ "Rank": "6",
3188
+ "Frequency": "206",
3189
+ "Rank Change": "-1",
3190
+ "Representative Sentence": "Mother Mentioned She Has Seen Some Sadness And Depression From Victim."
3191
+ },
3192
+ {
3193
+ "Overdose": "6",
3194
+ "year": "2014",
3195
+ "Name": "Overdose",
3196
+ "Timestamp": "1/1/14",
3197
+ "Rank": "6",
3198
+ "Frequency": "76",
3199
+ "Rank Change": "-",
3200
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3201
+ },
3202
+ {
3203
+ "Overdose": "6",
3204
+ "year": "2015",
3205
+ "Name": "Overdose",
3206
+ "Timestamp": "1/1/15",
3207
+ "Rank": "6",
3208
+ "Frequency": "114",
3209
+ "Rank Change": "0",
3210
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3211
+ },
3212
+ {
3213
+ "Overdose": "7",
3214
+ "year": "2016",
3215
+ "Name": "Overdose",
3216
+ "Timestamp": "1/1/16",
3217
+ "Rank": "7",
3218
+ "Frequency": "137",
3219
+ "Rank Change": "-1",
3220
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3221
+ },
3222
+ {
3223
+ "Overdose": "6",
3224
+ "year": "2017",
3225
+ "Name": "Overdose",
3226
+ "Timestamp": "1/1/17",
3227
+ "Rank": "6",
3228
+ "Frequency": "227",
3229
+ "Rank Change": "1",
3230
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3231
+ },
3232
+ {
3233
+ "Overdose": "7",
3234
+ "year": "2018",
3235
+ "Name": "Overdose",
3236
+ "Timestamp": "1/1/18",
3237
+ "Rank": "7",
3238
+ "Frequency": "185",
3239
+ "Rank Change": "-1",
3240
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3241
+ },
3242
+ {
3243
+ "Overdose": "6",
3244
+ "year": "2019",
3245
+ "Name": "Overdose",
3246
+ "Timestamp": "1/1/19",
3247
+ "Rank": "6",
3248
+ "Frequency": "190",
3249
+ "Rank Change": "1",
3250
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3251
+ },
3252
+ {
3253
+ "Overdose": "5",
3254
+ "year": "2020",
3255
+ "Name": "Overdose",
3256
+ "Timestamp": "1/1/20",
3257
+ "Rank": "5",
3258
+ "Frequency": "210",
3259
+ "Rank Change": "1",
3260
+ "Representative Sentence": "Victim Had Attempted To Overdose On Prescription Drugs In The Past."
3261
+ },
3262
+ {
3263
+ "Depression": "7",
3264
+ "year": "2014",
3265
+ "Name": "Depression",
3266
+ "Timestamp": "1/1/14",
3267
+ "Rank": "7",
3268
+ "Frequency": "57",
3269
+ "Rank Change": "-",
3270
+ "Representative Sentence": "Victim Has History Of Depression."
3271
+ },
3272
+ {
3273
+ "Depression": "9",
3274
+ "year": "2015",
3275
+ "Name": "Depression",
3276
+ "Timestamp": "1/1/15",
3277
+ "Rank": "9",
3278
+ "Frequency": "89",
3279
+ "Rank Change": "-2",
3280
+ "Representative Sentence": "Victim Has History Of Depression."
3281
+ },
3282
+ {
3283
+ "Depression": "9",
3284
+ "year": "2016",
3285
+ "Name": "Depression",
3286
+ "Timestamp": "1/1/16",
3287
+ "Rank": "9",
3288
+ "Frequency": "125",
3289
+ "Rank Change": "0",
3290
+ "Representative Sentence": "Victim Has History Of Depression."
3291
+ },
3292
+ {
3293
+ "Depression": "7",
3294
+ "year": "2017",
3295
+ "Name": "Depression",
3296
+ "Timestamp": "1/1/17",
3297
+ "Rank": "7",
3298
+ "Frequency": "181",
3299
+ "Rank Change": "2",
3300
+ "Representative Sentence": "Victim Has History Of Depression."
3301
+ },
3302
+ {
3303
+ "Depression": "8",
3304
+ "year": "2018",
3305
+ "Name": "Depression",
3306
+ "Timestamp": "1/1/18",
3307
+ "Rank": "8",
3308
+ "Frequency": "168",
3309
+ "Rank Change": "-1",
3310
+ "Representative Sentence": "Victim Has History Of Depression."
3311
+ },
3312
+ {
3313
+ "Depression": "7",
3314
+ "year": "2019",
3315
+ "Name": "Depression",
3316
+ "Timestamp": "1/1/19",
3317
+ "Rank": "7",
3318
+ "Frequency": "172",
3319
+ "Rank Change": "1",
3320
+ "Representative Sentence": "Victim Has History Of Depression."
3321
+ },
3322
+ {
3323
+ "Depression": "7",
3324
+ "year": "2020",
3325
+ "Name": "Depression",
3326
+ "Timestamp": "1/1/20",
3327
+ "Rank": "8",
3328
+ "Frequency": "206",
3329
+ "Rank Change": "0",
3330
+ "Representative Sentence": "Victim Has History Of Depression."
3331
+ },
3332
+ {
3333
+ "Vehicle": "8",
3334
+ "year": "2014",
3335
+ "Name": "Vehicle",
3336
+ "Timestamp": "1/1/14",
3337
+ "Rank": "8",
3338
+ "Frequency": "55",
3339
+ "Rank Change": "-",
3340
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3341
+ },
3342
+ {
3343
+ "Vehicle": "3",
3344
+ "year": "2015",
3345
+ "Name": "Vehicle",
3346
+ "Timestamp": "1/1/15",
3347
+ "Rank": "3",
3348
+ "Frequency": "171",
3349
+ "Rank Change": "5",
3350
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3351
+ },
3352
+ {
3353
+ "Vehicle": "4",
3354
+ "year": "2016",
3355
+ "Name": "Vehicle",
3356
+ "Timestamp": "1/1/16",
3357
+ "Rank": "4",
3358
+ "Frequency": "209",
3359
+ "Rank Change": "-1",
3360
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3361
+ },
3362
+ {
3363
+ "Vehicle": "3",
3364
+ "year": "2017",
3365
+ "Name": "Vehicle",
3366
+ "Timestamp": "1/1/17",
3367
+ "Rank": "3",
3368
+ "Frequency": "304",
3369
+ "Rank Change": "1",
3370
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3371
+ },
3372
+ {
3373
+ "Vehicle": "5",
3374
+ "year": "2018",
3375
+ "Name": "Vehicle",
3376
+ "Timestamp": "1/1/18",
3377
+ "Rank": "5",
3378
+ "Frequency": "236",
3379
+ "Rank Change": "-2",
3380
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3381
+ },
3382
+ {
3383
+ "Vehicle": "3",
3384
+ "year": "2019",
3385
+ "Name": "Vehicle",
3386
+ "Timestamp": "1/1/19",
3387
+ "Rank": "3",
3388
+ "Frequency": "266",
3389
+ "Rank Change": "2",
3390
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3391
+ },
3392
+ {
3393
+ "Vehicle": "3",
3394
+ "year": "2020",
3395
+ "Name": "Vehicle",
3396
+ "Timestamp": "1/1/20",
3397
+ "Rank": "3",
3398
+ "Frequency": "293",
3399
+ "Rank Change": "0",
3400
+ "Representative Sentence": "Victim Had Drove Very Quickly Into Power Pole."
3401
+ },
3402
+ {
3403
+ "Friends": "9",
3404
+ "year": "2014",
3405
+ "Name": "Friends",
3406
+ "Timestamp": "1/1/14",
3407
+ "Rank": "9",
3408
+ "Frequency": "41",
3409
+ "Rank Change": "-",
3410
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3411
+ },
3412
+ {
3413
+ "Friends": "10",
3414
+ "year": "2015",
3415
+ "Name": "Friends",
3416
+ "Timestamp": "1/1/15",
3417
+ "Rank": "10",
3418
+ "Frequency": "78",
3419
+ "Rank Change": "-1",
3420
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3421
+ },
3422
+ {
3423
+ "Friends": "10",
3424
+ "year": "2016",
3425
+ "Name": "Friends",
3426
+ "Timestamp": "1/1/16",
3427
+ "Rank": "10",
3428
+ "Frequency": "87",
3429
+ "Rank Change": "0",
3430
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3431
+ },
3432
+ {
3433
+ "Friends": "9",
3434
+ "year": "2017",
3435
+ "Name": "Friends",
3436
+ "Timestamp": "1/1/17",
3437
+ "Rank": "9",
3438
+ "Frequency": "170",
3439
+ "Rank Change": "1",
3440
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3441
+ },
3442
+ {
3443
+ "Friends": "9",
3444
+ "year": "2018",
3445
+ "Name": "Friends",
3446
+ "Timestamp": "1/1/18",
3447
+ "Rank": "9",
3448
+ "Frequency": "165",
3449
+ "Rank Change": "0",
3450
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3451
+ },
3452
+ {
3453
+ "Friends": "10",
3454
+ "year": "2019",
3455
+ "Name": "Friends",
3456
+ "Timestamp": "1/1/19",
3457
+ "Rank": "10",
3458
+ "Frequency": "127",
3459
+ "Rank Change": "-1",
3460
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3461
+ },
3462
+ {
3463
+ "Friends": "9",
3464
+ "year": "2020",
3465
+ "Name": "Friends",
3466
+ "Timestamp": "1/1/20",
3467
+ "Rank": "9",
3468
+ "Frequency": "137",
3469
+ "Rank Change": "1",
3470
+ "Representative Sentence": "Victim Had Been Home All Night With Two Friends."
3471
+ },
3472
+ {
3473
+ "Head": "10",
3474
+ "year": "2014",
3475
+ "Name": "Head",
3476
+ "Timestamp": "1/1/14",
3477
+ "Rank": "10",
3478
+ "Frequency": "20",
3479
+ "Rank Change": "-",
3480
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3481
+ },
3482
+ {
3483
+ "Head": "5",
3484
+ "year": "2015",
3485
+ "Name": "Head",
3486
+ "Timestamp": "1/1/15",
3487
+ "Rank": "5",
3488
+ "Frequency": "119",
3489
+ "Rank Change": "5",
3490
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3491
+ },
3492
+ {
3493
+ "Head": "8",
3494
+ "year": "2016",
3495
+ "Name": "Head",
3496
+ "Timestamp": "1/1/16",
3497
+ "Rank": "8",
3498
+ "Frequency": "134",
3499
+ "Rank Change": "-3",
3500
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3501
+ },
3502
+ {
3503
+ "Head": "8",
3504
+ "year": "2017",
3505
+ "Name": "Head",
3506
+ "Timestamp": "1/1/17",
3507
+ "Rank": "8",
3508
+ "Frequency": "171",
3509
+ "Rank Change": "0",
3510
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3511
+ },
3512
+ {
3513
+ "Head": "10",
3514
+ "year": "2018",
3515
+ "Name": "Head",
3516
+ "Timestamp": "1/1/18",
3517
+ "Rank": "10",
3518
+ "Frequency": "141",
3519
+ "Rank Change": "-2",
3520
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3521
+ },
3522
+ {
3523
+ "Head": "8",
3524
+ "year": "2019",
3525
+ "Name": "Head",
3526
+ "Timestamp": "1/1/19",
3527
+ "Rank": "8",
3528
+ "Frequency": "152",
3529
+ "Rank Change": "2",
3530
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3531
+ },
3532
+ {
3533
+ "Head": "8",
3534
+ "year": "2020",
3535
+ "Name": "Head",
3536
+ "Timestamp": "1/1/20",
3537
+ "Rank": "8",
3538
+ "Frequency": "199",
3539
+ "Rank Change": "0",
3540
+ "Representative Sentence": "Wounds Were Found At The Left Side Of Victims Head."
3541
+ }
3542
+ ],
3543
+ "dataFileSize": 18482,
3544
+ "dataFileName": "_NOTUSED-bump-chart-data.json",
3545
+ "dataFileSourceType": "file",
3546
+ "dataFileFormat": "JSON",
3547
+ "preview": true
3548
+ }
3549
+ },
3550
+ "type": "dashboard",
3551
+ "version": "4.24.4",
3552
+ "runtime": {},
3553
+ "uuid": 1719606681758
3554
+ }