-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex-original.html
More file actions
80 lines (77 loc) · 3.33 KB
/
index-original.html
File metadata and controls
80 lines (77 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
title: "State Progress Tracker"
layout: sidebar
permalink: /state-progress/
footer_scripts:
- //d3js.org/d3.v3.min.js
- //cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js
- //cdnjs.cloudflare.com/ajax/libs/backbone.js/1.1.2/backbone-min.js
footer_script_include: index_footer_scripts.html
sidebar_include: index_sidebar.html
body_class: map
hide_default_heading: true
metadata_statuses:
-
class: "not-started"
title: "Not started"
description: "This state has not yet been assigned to a volunteer for metadata work, or work has not begun."
-
class: "partial"
title: "In progress"
description: "Volunteer has been assigned to this state, data source investigation and metadata entry are underway."
-
class: "up-to-date"
title: "Up-to-date"
description: "All metadata has been entered for races from 2000-2013 for this state."
results_statuses:
-
class: "not-started"
title: "Not started"
description: "This state has not yet been assigned to a volunteer for development work, or work has not begun."
-
class: "partial"
title: "In progress"
description: "A volunteer developer is in the process of customizing a scraper to acquire and standardize results data from this state."
-
class: "raw"
title: "Raw"
description: "Data has been acquired from this state in its basic state, some common standard fields have been identified, and data for common results reporting levels are available."
-
class: "clean"
title: "Clean"
description: "Data has been fully processed to conform to OpenElection's results spec and is present at all available reporting levels."
metadata_statuses:
-
class: "not-started"
title: "Not started"
description: "This state has not yet been assigned to a volunteer for metadata work, or work has not begun."
-
class: "partial"
title: "In progress"
description: "Volunteer has been assigned to this state, data source investigation and metadata entry are underway."
-
class: "up-to-date"
title: "Up-to-date"
description: "All metadata has been entered for races from 2000-2013 for this state."
results_statuses:
-
class: "not-started"
title: "Not started"
description: "This state has not yet been assigned to a volunteer for development work, or work has not begun."
-
class: "partial"
title: "In progress"
description: "A volunteer developer is in the process of customizing a scraper to acquire and standardize results data from this state."
-
class: "raw"
title: "Raw"
description: "Data has been acquired from this state in its basic state, some common standard fields have been identified, and data for common results reporting levels are available."
-
class: "clean"
title: "Clean"
description: "Data has been fully processed to conform to OpenElection's results spec and is present at all available reporting levels."
---
<h2>OpenElections State Progress Tracker</h2>
{% include legend.html legend_id="legend-metadata" statuses=page.metadata_statuses %}
{% include legend.html legend_id="legend-results" statuses=page.results_statuses %}
<div id="map"></div>