diff --git a/2026/endowment-breakdown/index.html b/2026/endowment-breakdown/index.html index ee7d6c5e..cc1cd7aa 100644 --- a/2026/endowment-breakdown/index.html +++ b/2026/endowment-breakdown/index.html @@ -67,7 +67,7 @@
Editor’s note, April 7 9:00 a.m.: The version of this
+ >Editor’s note, April 8 9:00 a.m.: The version of this
article published in the April 1 print edition misstated
the sector totals listed in the "Sectors invested in by
the University as of 2025" graphic.
-
$11.8 billion',
@@ -784,7 +788,7 @@ const sequence = {
'compare-schools': function () {
const layout = createLayout(
(title =
- 'U.S. college endowments valued at over $10 billion, Fiscal Year 2024'),
+ 'U.S. college endowments over $10 billion, Fiscal Year 2024'),
(caption =
'Source: College Endowments Saw 11.2% Return In FY 2024'),
(showlegend = false)
@@ -797,7 +801,7 @@ const sequence = {
margin: {
l: 25,
r: isMobileLike ? 25 : 0,
- b: isMobileLike ? 45 + captionAdjust() : 150
+ b: isMobileLike ? 1.2 * captionAdjust() : 150
},
xaxis: {
showgrid: true,
@@ -840,7 +844,7 @@ const sequence = {
margin: {
l: isMobileLike ? 15 : 25,
r: isMobileLike ? 20 : 25,
- b: isMobileLike ? 40 + captionAdjust() : 75,
+ b: isMobileLike ? captionAdjust() : 75,
t: isMobileLike ? 100 : 90
},
xaxis: {
@@ -905,8 +909,7 @@ const sequence = {
}));
var layout = createLayout(
- (title =
- 'Change in proportion of endowment by asset type, 2005–2025'),
+ (title = 'Change in endowment makeup by asset type, 2005–2025'),
(caption =
'Source: University of Chicago financial statements'),
(showlegend = true)
@@ -924,7 +927,7 @@ const sequence = {
margin: {
l: isMobileLike ? 50 : 220,
r: isMobileLike ? 25 : 0,
- b: isMobileLike ? 60 + captionAdjust() : 100
+ b: isMobileLike ? 1.2 * captionAdjust() : 100
},
xaxis: {
range: [0.01, 1],
@@ -991,8 +994,7 @@ const sequence = {
d3.select('#chart-div').html(''); // clear previous chart
traces = facetChart(coi_data);
layout = createLayout(
- (title =
- 'Payments to investment managers with conflicts of interest'),
+ (title = 'Payments to asset managers with conflicts of interest'),
(caption =
'Data on conflicts of interest was not required to be reported before 2013.
Source: University of Chicago IRS Form 990 filings')
);
@@ -1018,13 +1020,12 @@ const sequence = {
}
},
margin: {
- l: isMobileLike ? 120 : 230,
+ l: isMobileLike ? 105 : 230,
r: isMobileLike ? 25 : 0,
- b: isMobileLike ? 60 + captionAdjust() : 110
+ b: isMobileLike ? 1.5 * captionAdjust() : 110
},
title: {
...layout.title,
- x: isMobileLike ? 0.08 : 0.26,
y: isMobileLike
? 0.78 - ((1000 - screenHeight) / 1000) ** 2.5
: 0.9 // vertical position (1 = top, 0 = bottom)
@@ -1051,10 +1052,10 @@ var annotationFontSize,
titleFontSize;
async function init() {
- window.onbeforeunload = function () {
- window.scrollTo(0, 0);
- };
- hideChart();
+ // window.onbeforeunload = function () {
+ // window.scrollTo(0, 0);
+ // };
+ // hideChart();
isMobileLike = detectMobile();