Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html lang=en><title>Columbia students are more supportive of disruptive protest</title><style>body{font-family:Georgia,'serif'}#chart-div{width:100%;height:400px}</style><div id=chart-div></div><script src=https://code.highcharts.com/11.0.0/highcharts.js></script><script src=https://code.highcharts.com/11.0.0/highcharts-more.js></script><script src=https://code.highcharts.com/11.0.0/modules/series-label.js></script><script src=https://code.highcharts.com/11.0.0/modules/exporting.js></script><script src=https://code.highcharts.com/11.0.0/modules/export-data.js></script><script src=https://code.highcharts.com/11.0.0/modules/data.js></script><script src=https://code.highcharts.com/11.0.0/modules/accessibility.js></script><script>Highcharts.setOptions({chart:{style:{fontFamily:"Georgia, serif"}}}),Highcharts.chart("chart-div",{colors:["#FFA319","#800000","#C16622","#8F3931","#8A9045","#58593F","#155F83","#350E20","#47B5FF","#FF3399"],chart:{type:"bar"},title:{text:"Columbia students are more supportive of disruptive protest",align:"center"},subtitle:{text:"How acceptable would you say it is for students to engage in the following action to protest a campus speaker? ",align:"center"},caption:{text:'Percentage of students who said the given action was "always" or "sometimes" acceptable is displayed.',align:"center"},xAxis:{categories:["Shouting down a speaker to prevent them from speaking on campus.","Blocking other students from attending a campus speech.","Using violence to stop a campus speech."]},yAxis:{categories:["Columbia University","University of Chicago"]},yAxis:{min:0,max:50},yAxis:{labels:{format:"{value}%"},title:{text:""}},tooltip:{valueSuffix:"%"},series:[{name:"Columbia University",data:[42,25,13]},{name:"University of Chicago",data:[36,17,12]}]})</script>
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<html lang="en">
<head>
<title>
Columbia students are more supportive of disruptive protest
</title>
<!-- PLACE ALL REPOSITORY CSS FILES IN A BRACKET LIKE THIS -->
<!-- build:css inline -->
<link rel="stylesheet" href="../../static/main.css" />
<!-- /build -->
</head>

<body>
<div id="chart-div"></div>

<!-- EXTERNAL JS FILES -->
<!-- YOU LIKELY DO NOT NEED ALL OF THESE -->
<!-- IF YOU AREN'T USING AN IMPORT, IT'S RECOMMENDED THAT YOU REMOVE IT -->

<!-- Core Highcharts library for creating charts -->
<script
src="https://code.highcharts.com/11.0.0/highcharts.js"
type="text/javascript"
></script>

<!-- Adds extra chart types (polar, gauge, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/highcharts-more.js"
type="text/javascript"
></script>

<!-- Adds series labels on chart lines -->
<script
src="https://code.highcharts.com/11.0.0/modules/series-label.js"
type="text/javascript"
></script>

<!-- Enables chart exporting (images, PDFs, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/exporting.js"
type="text/javascript"
></script>

<!-- Allows exporting chart data (CSV, XLS, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/export-data.js"
type="text/javascript"
></script>

<!-- Loads external data (CSV, Google Sheets, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/data.js"
type="text/javascript"
></script>

<!-- Improves chart accessibility for assistive technologies -->
<script
src="https://code.highcharts.com/11.0.0/modules/accessibility.js"
type="text/javascript"
></script>

<!-- PLACE ALL REPOSITORY JS FILES IN A BRACKET LIKE THIS -->
<!-- build:js inline -->
<script src="main.js" type="text/javascript"></script>
<!-- /build -->
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
Highcharts.setOptions({
chart: {
style: {
fontFamily: 'Georgia, serif'
}
}
});

Highcharts.chart('chart-div', {
colors: [
'#FFA319',
'#800000',
'#C16622',
'#8F3931',
'#8A9045',
'#58593F',
'#155F83',
'#350E20',
'#47B5FF',
'#FF3399'
],

// All code for your chart goes here
chart: {
type: 'bar'
},

title: {
text: 'Columbia students are more supportive of disruptive protest',
align: 'center'
},

subtitle: {
text: 'How acceptable would you say it is for students to engage in the following action to protest a campus speaker? ',
align: 'center'
},

caption: {
text: 'Percentage of students who said the given action was "always" or "sometimes" acceptable is displayed.',
align: 'center'
},

xAxis: {
categories: [
'Shouting down a speaker to prevent them from speaking on campus.',
'Blocking other students from attending a campus speech.',
'Using violence to stop a campus speech.'
]
},

yAxis: {
categories: ['Columbia University', 'University of Chicago']
},

yAxis: {
min: 0,
max: 50
},

yAxis: {
labels: {
format: '{value}%'
},
title: {
text: ""
}
},

tooltip: {
valueSuffix: '%'
},

series: [
{ name: 'Columbia University', data: [42, 25, 13] },
{ name: 'University of Chicago', data: [36, 17, 12] }
]
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "A bar chart showing the percentage of Columbia and UChicago students who said that the listed actions were acceptable.",
"title": "Columbia students are more supportive of disruptive protest"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html lang=en><title>UChicago students believe free speech is supported on campus</title><style>body{font-family:Georgia,'serif'}#chart-div{width:100%;height:400px}</style><div id=chart-div></div><script src=https://code.highcharts.com/11.0.0/highcharts.js></script><script src=https://code.highcharts.com/11.0.0/highcharts-more.js></script><script src=https://code.highcharts.com/11.0.0/modules/series-label.js></script><script src=https://code.highcharts.com/11.0.0/modules/exporting.js></script><script src=https://code.highcharts.com/11.0.0/modules/export-data.js></script><script src=https://code.highcharts.com/11.0.0/modules/data.js></script><script src=https://code.highcharts.com/11.0.0/modules/accessibility.js></script><script>Highcharts.setOptions({chart:{style:{fontFamily:"Georgia, serif"}}}),Highcharts.chart("chart-div",{colors:["#FFA319","#800000","#C16622","#8F3931","#8A9045","#58593F","#155F83","#350E20","#47B5FF","#FF3399"],chart:{type:"bar"},title:{text:"UChicago students believe free speech is supported on campus",align:"center"},subtitle:{text:"How clear is it to you that your college administration protects free speech on campus?",align:"center"},xAxis:{categories:["Not at all clear","Not very clear","Somewhat clear","Very clear","Extremely clear"]},yAxis:{categories:["Columbia University","University of Chicago"],title:{text:null}},yAxis:{min:0,max:50},yAxis:{labels:{format:"{value}%"},title:{text:""}},tooltip:{valueSuffix:"%"},series:[{name:"Columbia University",data:[23,34,23,13,7]},{name:"University of Chicago",data:[8,10,33,31,19]}]})</script>
66 changes: 66 additions & 0 deletions 2025/chicago-principles-uchicago-columbia-q1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<html lang="en">
<head>
<title>
UChicago students believe free speech is supported on campus
</title>
<!-- PLACE ALL REPOSITORY CSS FILES IN A BRACKET LIKE THIS -->
<!-- build:css inline -->
<link rel="stylesheet" href="../../static/main.css" />
<!-- /build -->
</head>

<body>
<div id="chart-div"></div>

<!-- EXTERNAL JS FILES -->
<!-- YOU LIKELY DO NOT NEED ALL OF THESE -->
<!-- IF YOU AREN'T USING AN IMPORT, IT'S RECOMMENDED THAT YOU REMOVE IT -->

<!-- Core Highcharts library for creating charts -->
<script
src="https://code.highcharts.com/11.0.0/highcharts.js"
type="text/javascript"
></script>

<!-- Adds extra chart types (polar, gauge, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/highcharts-more.js"
type="text/javascript"
></script>

<!-- Adds series labels on chart lines -->
<script
src="https://code.highcharts.com/11.0.0/modules/series-label.js"
type="text/javascript"
></script>

<!-- Enables chart exporting (images, PDFs, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/exporting.js"
type="text/javascript"
></script>

<!-- Allows exporting chart data (CSV, XLS, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/export-data.js"
type="text/javascript"
></script>

<!-- Loads external data (CSV, Google Sheets, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/data.js"
type="text/javascript"
></script>

<!-- Improves chart accessibility for assistive technologies -->
<script
src="https://code.highcharts.com/11.0.0/modules/accessibility.js"
type="text/javascript"
></script>

<!-- PLACE ALL REPOSITORY JS FILES IN A BRACKET LIKE THIS -->
<!-- build:js inline -->
<script src="main.js" type="text/javascript"></script>
<!-- /build -->
</body>
</html>
77 changes: 77 additions & 0 deletions 2025/chicago-principles-uchicago-columbia-q1/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
Highcharts.setOptions({
chart: {
style: {
fontFamily: 'Georgia, serif'
}
}
});

Highcharts.chart('chart-div', {
colors: [
'#FFA319',
'#800000',
'#C16622',
'#8F3931',
'#8A9045',
'#58593F',
'#155F83',
'#350E20',
'#47B5FF',
'#FF3399'
],

// All code for your chart goes here
chart: {
type: 'bar'
},

title: {
text: 'UChicago students believe free speech is supported on campus',
align: 'center'
},

subtitle: {
text: 'How clear is it to you that your college administration protects free speech on campus?',
align: 'center'
},

xAxis: {
categories: [
'Not at all clear',
'Not very clear',
'Somewhat clear',
'Very clear',
'Extremely clear'
]
},

yAxis: {
categories: ['Columbia University', 'University of Chicago'],
title: {
text: null
}
},

yAxis: {
min: 0,
max: 50
},

yAxis: {
labels: {
format: '{value}%'
},
title: {
text: ""
}
},

tooltip: {
valueSuffix: '%'
},

series: [
{ name: 'Columbia University', data: [23, 34, 23, 13, 7] },
{ name: 'University of Chicago', data: [8, 10, 33, 31, 19] }
]
});
4 changes: 4 additions & 0 deletions 2025/chicago-principles-uchicago-columbia-q1/meta_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Bar chart comparing UChicago and Columbia student responses about college administration support for free speech.",
"title": "UChicago students believe free speech is supported on campus"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html lang=en><title>UChicago students believe college administration will defend offensive speech</title><style>body{font-family:Georgia,'serif'}#chart-div{width:100%;height:400px}</style><div id=chart-div></div><script src=https://code.highcharts.com/11.0.0/highcharts.js></script><script src=https://code.highcharts.com/11.0.0/highcharts-more.js></script><script src=https://code.highcharts.com/11.0.0/modules/series-label.js></script><script src=https://code.highcharts.com/11.0.0/modules/exporting.js></script><script src=https://code.highcharts.com/11.0.0/modules/export-data.js></script><script src=https://code.highcharts.com/11.0.0/modules/data.js></script><script src=https://code.highcharts.com/11.0.0/modules/accessibility.js></script><script>Highcharts.setOptions({chart:{style:{fontFamily:"Georgia, serif"}}}),Highcharts.chart("chart-div",{colors:["#FFA319","#800000","#C16622","#8F3931","#8A9045","#58593F","#155F83","#350E20","#47B5FF","#FF3399"],chart:{type:"bar"},title:{text:"UChicago students believe college administration will defend offensive speech",align:"center"},subtitle:{text:"If a controversy over offensive speech were to occur on your campus, how likely is it that your college's administration would defend the speaker's right to express their views?",align:"center"},xAxis:{categories:["Not at all likely","Not very likely","Somewhat likely","Very likely","Extremely likely"]},yAxis:{categories:["Columbia University","University of Chicago"]},yAxis:{min:0,max:50},yAxis:{labels:{format:"{value}%"},title:{text:""}},tooltip:{valueSuffix:"%"},series:[{name:"Columbia University",data:[13,30,43,8,7]},{name:"University of Chicago",data:[4,14,36,34,13]}]})</script>
67 changes: 67 additions & 0 deletions 2025/chicago-principles-uchicago-columbia-q2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<html lang="en">
<head>
<title>
UChicago students believe college administration will defend
offensive speech
</title>
<!-- PLACE ALL REPOSITORY CSS FILES IN A BRACKET LIKE THIS -->
<!-- build:css inline -->
<link rel="stylesheet" href="../../static/main.css" />
<!-- /build -->
</head>

<body>
<div id="chart-div"></div>

<!-- EXTERNAL JS FILES -->
<!-- YOU LIKELY DO NOT NEED ALL OF THESE -->
<!-- IF YOU AREN'T USING AN IMPORT, IT'S RECOMMENDED THAT YOU REMOVE IT -->

<!-- Core Highcharts library for creating charts -->
<script
src="https://code.highcharts.com/11.0.0/highcharts.js"
type="text/javascript"
></script>

<!-- Adds extra chart types (polar, gauge, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/highcharts-more.js"
type="text/javascript"
></script>

<!-- Adds series labels on chart lines -->
<script
src="https://code.highcharts.com/11.0.0/modules/series-label.js"
type="text/javascript"
></script>

<!-- Enables chart exporting (images, PDFs, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/exporting.js"
type="text/javascript"
></script>

<!-- Allows exporting chart data (CSV, XLS, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/export-data.js"
type="text/javascript"
></script>

<!-- Loads external data (CSV, Google Sheets, etc.) -->
<script
src="https://code.highcharts.com/11.0.0/modules/data.js"
type="text/javascript"
></script>

<!-- Improves chart accessibility for assistive technologies -->
<script
src="https://code.highcharts.com/11.0.0/modules/accessibility.js"
type="text/javascript"
></script>

<!-- PLACE ALL REPOSITORY JS FILES IN A BRACKET LIKE THIS -->
<!-- build:js inline -->
<script src="main.js" type="text/javascript"></script>
<!-- /build -->
</body>
</html>
Loading