-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·47 lines (46 loc) · 3.59 KB
/
index.html
File metadata and controls
executable file
·47 lines (46 loc) · 3.59 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RunForOffice: Analysis & Visualization</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>RunForOffice: Analysis & Visualization</h1>
<p>A project of <a href="https://datafordemocracy.org" style = "font-size: 16px;">DataforDemocracy</a> and <a href="https://runforoffice.org" style = "font-size: 16px;">RunForOffice</a> exploring representation in federal, state, and local government.</p>
<p class="view"><a href="https://github.com/RunForOffice">View the Project on GitHub</a></p>
</header>
<section>
<h1>About This Project</h1>
<p>The aim of this project is to explore diversity and inclusion at all levels of government, investigating representation across demographics including race, gender, and age, and the demographic impact on state and local politics across the United States. The initial focus is Louisiana, but the eventual goal is to expand the project to every state.</p>
<h1>Lousiana Analysis</h1>
<a href="rfo-report-final.pdf" style = "font-size: 16px;">Here</a> is the final report on Lousiana!
<h1>How to Contribute</h1>
<p>Thank you so much for being here! Awesome data scientists like you make this work possible. To get started, you can:</p>
<ol>
<li><p>Become a member the DataforDemocracy Slack community by filling out the contact form <a href="http://datafordemocracy.org/contact.html" style = "font-size: 16px;">here</a>, and join the <strong>p-runforoffice</strong> channel.</p></li>
<li><p>Pick a state for which data is available, and let us know.</p></li>
<li><p>Get added to the <a href="https://github.com/RunForOffice">RunForOffice GitHub organization</a>.</p></li>
<li><p>Create a repository for your state. <br> <i>Keep the repo name simple and clear so we can stay organized please!</i></p></li>
<li><p>Explore, analyze, visualize!<br><i>Start with simple questions. As a citizen, what's interesting to you about trends in government? How are the genders represented? How are ethnicity and race represented? Are these trends consistent across levels of government?</i></p></li>
<li><p>Document decision points and inconsistencies.<br><i>If something doesn't make sense to you, or you have to make a judgement call, we want to know about it. The goal of this project is to keep all work as transparent and reproducible as possible.</i></p></li>
<li><p>Compile a report. <br><i>Here we're looking for a clear way to communicate your results to a non-tech audience. Any format (R Markdown, Jupyter Notebook, LaTeX) works, but anything that renders to HTML or PDF is preferrable.</i></p></li>
</ol>
<h1>Questions/Comments/Concerns?</h1>
<p>Questions about the project? Advice on something we could be doing better/more efficiently? Ping Jim (@Cupples) or Charlotte (@cmcclintock) on Slack! We are eager to learn from people with experience in a variety of areas.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>