-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 5.08 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 5.08 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<title>My Idyll Post</title>
<meta property="og:title" content="My Idyll Post" />
<meta charset="utf-8" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Short description of your project" />
<meta property="description" content="Short description of your project" />
<link rel="stylesheet" href="static/idyll_styles.css" />
</head>
<body>
<div id="idyll-mount"><div data-reactroot=""><div class="idyll-root"><div class=" idyll-text-container"></div><div class="article-header" style="background:#222222;color:#ffffff"><h1 class="hed">Chicago Public School</h1><div class="byline">By: <a target="_blank" href="https://idyll-lang.org">Wendy Zhu</a></div><div class="idyll-pub-date">Mon May 03 2021</div></div><div class=" idyll-text-container"><h2 id="introduction">Introduction</h2><p>College enrollment and high school gradaution rates have become the essential public school evaluation metrics. From the dataset of Chicago public schools’ progress report from 2011-2012, which variables draw noticable effects on targeted rates. The visualization here allows explorations on both axis. Graph types are subjects to change as well. Cricle mark indicates detailed individual data points. Bar plot and line plot options helps with general information.</p><h2 id="main-visualization">Main Visualization</h2><div></div><p>X axis:<select options="CPS Performance Policy Status,Police District,Safety Score,Environment Score,Instruction Score"><option selected="" value="CPS Performance Policy Status">CPS Performance Policy Status</option><option value="Police District">Police District</option><option value="Safety Score">Safety Score</option><option value="Environment Score">Environment Score</option><option value="Instruction Score">Instruction Score</option></select></p><p>Y axis:<select options="College Eligibility %,Graduation Rate %,College Enrollment Rate %,College Enrollment (number of students)"><option selected="" value="College Eligibility %">College Eligibility %</option><option value="Graduation Rate %">Graduation Rate %</option><option value="College Enrollment Rate %">College Enrollment Rate %</option><option value="College Enrollment (number of students)">College Enrollment (number of students)</option></select></p><p>Choose your graph type:<div><label><input type="radio" checked="" value="circle" name="0"/>circle</label><label><input type="radio" value="bar" name="0"/>bar</label><label><input type="radio" value="line" name="0"/>line</label></div></p><h2 id="contextual-visualizations">Contextual visualizations</h2><p><img src="https://cdn.vox-cdn.com/thumbor/3gaVaz4riFpnPBv_94B2wlYGUqM=/0x0:2022x1188/1720x0/filters:focal(0x0:2022x1188):format(webp):no_upscale()/cdn.vox-cdn.com/uploads/chorus_asset/file/19846891/CPS_Grad_Rate_1.png" style="height:450px" idyll="[object Object]"/>
Besides progress shown from academic year 2011-2012 above, graduation rate has been increasing in general and for different races over years. <a title="Chicago graduation rates climb again, but district has ‘work to do’ to narrow racial gaps, AJ LaTrace" href="https://chicago.chalkbeat.org/2018/9/3/21105627/chicago-graduation-rates-climb-again-but-district-has-work-to-do-to-narrow-racial-gaps">[<!-- -->1<!-- -->]</a>
Obviously, general facilities, policies and education level has been improved as the percentage of high school graduation steadily increased.</p><img src="https://www.chicagobusiness.com/assets/Interactive/educationProject/CPS_highSchoolData.gif" idyll="[object Object]"/><p>Cross comparisons over districts <a title="Stop the selective enrollment, Cassie Walker Burke" href="https://www.chicagobusiness.com/static/section/cps-high-schools.html">[<!-- -->2<!-- -->]</a></p><p>Comparing vertically with other districts, Chicago on average showed a lower graduation rate among the top10 ranked areas. As the population distribution, school distribution, school type ratio and diploma standards varied from each districts, although the comparisons cannot represent the whole story, the general public can get the idea of public schools’ progress on graduation results. </p><div id="references"><h1>References</h1><ol><li><a href="https://chicago.chalkbeat.org/2018/9/3/21105627/chicago-graduation-rates-climb-again-but-district-has-work-to-do-to-narrow-racial-gaps" target="_blank">Chicago graduation rates climb again, but district has ‘work to do’ to narrow racial gaps</a>, <!-- -->AJ LaTrace<!-- -->.<em></em> 2018.</li><li><a href="https://www.chicagobusiness.com/static/section/cps-high-schools.html" target="_blank">Stop the selective enrollment</a>, <!-- -->Cassie Walker Burke<!-- -->.<em></em> 2015.</li></ol></div><h2 id="dataset">Dataset</h2><p>You can find detailed <a href="https://data.cityofchicago.org/Education/Chicago-Public-Schools-Progress-Report-Cards-2011-/9xs2-f89t">dataset information here</a></p></div></div></div></div>
<script src="static/idyll_index.js"></script>
</body>
</html>