├── .gitignore ├── README.md ├── data ├── cpi_bls.csv ├── incomepc_bea.csv ├── ipeds │ ├── endowmentbydecile.csv │ ├── endowmentbyselectivity.csv │ ├── fte12mn.csv │ ├── institutions.csv │ ├── institutions_raw.csv │ └── subsidies_aged.csv ├── original │ ├── SHEF nominal data by state.xlsx │ ├── SHEF_Unadjusted_Nominal_Data_FY15.xlsx │ ├── fte12mn_2014.csv │ ├── local total tax 2000 to 2013.xlsx │ └── state total tax 2000 to 2013.xlsx ├── shef.csv ├── states.csv └── taxes_slfi.csv ├── ed-data.Rproj ├── graph-json ├── 01 │ ├── 01_0010.json │ ├── 01_0020.json │ ├── 01_0030.json │ ├── 01_0040.json │ ├── 01_0050.json │ ├── 01_0060.json │ ├── 01_0070.json │ ├── 01_0080.json │ ├── 01_0090.json │ ├── 01_0100.json │ ├── 01_0110.json │ ├── 01_0120.json │ ├── 01_0130.json │ └── 01_0140.json ├── 02 │ ├── 02_0010.json │ ├── 02_0020.json │ ├── 02_0030.json │ ├── 02_0040.json │ ├── 02_0051.json │ ├── 02_0052.json │ ├── 02_0053.json │ ├── 02_0054.json │ ├── 02_0055.json │ ├── 02_0061.json │ ├── 02_0062.json │ ├── 02_0071.json │ ├── 02_0072.json │ ├── 02_0073.json │ ├── 02_0081.json │ ├── 02_0082.json │ ├── 02_0083.json │ ├── 02_0091.json │ ├── 02_0092.json │ ├── 02_0093.json │ ├── 02_0094.json │ ├── 02_0095.json │ └── 02_0096.json ├── 03 │ ├── 03_0010.json │ ├── 03_0020.json │ ├── 03_0030.json │ ├── 03_0031.json │ ├── 03_0032.json │ ├── 03_0033.json │ ├── 03_0034.json │ ├── 03_0041.json │ ├── 03_0042.json │ ├── 03_0050.json │ ├── 03_0060.json │ ├── 03_0070.json │ ├── 03_0080.json │ ├── 03_0090.json │ ├── 03_0100.json │ ├── 03_0101.json │ ├── 03_0110.json │ ├── 03_0121.json │ ├── 03_0122.json │ ├── 03_0123.json │ ├── 03_0124.json │ ├── 03_0130.json │ ├── 03_0140.json │ ├── 03_0150.json │ ├── 03_0160.json │ ├── 03_0170.json │ ├── 03_0181.json │ ├── 03_01811.json │ ├── 03_01812.json │ ├── 03_0182.json │ ├── 03_01821.json │ ├── 03_01822.json │ ├── 03_0183.json │ ├── 03_0184.json │ ├── 03_0201.json │ ├── 03_0202.json │ ├── 03_0211.json │ ├── 03_02111.json │ ├── 03_02112.json │ ├── 03_02113.json │ ├── 03_02114.json │ ├── 03_0212.json │ ├── 03_0213.json │ ├── 03_0214.json │ ├── 03_0221.json │ ├── 03_02211.json │ ├── 03_02212.json │ ├── 03_02213.json │ ├── 03_02214.json │ ├── 03_02215.json │ ├── 03_0222.json │ ├── 03_02221.json │ ├── 03_02222.json │ ├── 03_02223.json │ ├── 03_02224.json │ ├── 03_02225.json │ ├── 03_0223.json │ ├── 03_02231.json │ ├── 03_02232.json │ ├── 03_02233.json │ ├── 03_02234.json │ ├── 03_02235.json │ ├── 03_0224.json │ ├── 03_0225.json │ ├── 03_0410.json │ ├── 03_1010.json │ ├── 03_1020.json │ ├── 03_1811.json │ ├── 03_1812.json │ ├── 03_1821.json │ ├── 03_1822.json │ ├── 03_1831.json │ ├── 03_1832.json │ ├── 03_1910.json │ └── 03_1921.json ├── 04 │ ├── 04_0010.json │ ├── 04_0020.json │ ├── 04_0030.json │ ├── 04_0040.json │ ├── 04_0041.json │ ├── 04_0042.json │ ├── 04_0043.json │ ├── 04_0044.json │ ├── 04_0045.json │ ├── 04_0050.json │ ├── 04_0060.json │ ├── 04_0071.json │ ├── 04_0072.json │ ├── 04_0080.json │ ├── 04_0090.json │ ├── 04_0091.json │ ├── 04_00911.json │ ├── 04_0092.json │ ├── 04_00922.json │ ├── 04_0093.json │ ├── 04_00933.json │ ├── 04_0100.json │ ├── 04_0110.json │ ├── 04_0120.json │ ├── 04_0130.json │ ├── 04_0140.json │ ├── 04_0151.json │ ├── 04_0152.json │ ├── 04_0153.json │ ├── 04_0154.json │ ├── 04_0155.json │ ├── 04_0161.json │ ├── 04_0162.json │ ├── 04_0163.json │ ├── 04_0164.json │ ├── 04_0165.json │ ├── 04_0170.json │ ├── 04_0180.json │ ├── 04_0190.json │ ├── 04_0220.json │ ├── 04_0221.json │ ├── 04_02211.json │ ├── 04_0222.json │ ├── 04_02222.json │ ├── 04_0223.json │ ├── 04_02233.json │ ├── 04_0224.json │ ├── 04_02244.json │ ├── 04_0231.json │ ├── 04_02311.json │ ├── 04_0232.json │ ├── 04_02322.json │ ├── 04_0233.json │ ├── 04_02333.json │ ├── 04_0234.json │ ├── 04_02344.json │ ├── 04_0240.json │ ├── 04_0250.json │ ├── 04_0260.json │ ├── 04_0270.json │ ├── 04_0911.json │ ├── 04_0912.json │ ├── 04_0913.json │ ├── 04_0921.json │ ├── 04_0922.json │ ├── 04_0923.json │ └── 04_2211.json ├── 05 │ ├── 05_0010.json │ ├── 05_0011.json │ ├── 05_0012.json │ ├── 05_0013.json │ ├── 05_0014.json │ ├── 05_0020.json │ ├── 05_0030.json │ ├── 05_0040.json │ ├── 05_0050.json │ ├── 05_0060.json │ ├── 05_0070.json │ ├── 05_0080.json │ ├── 05_0090.json │ ├── 05_0100.json │ ├── 05_0110.json │ ├── 05_0120.json │ ├── 05_0131.json │ ├── 05_0132.json │ ├── 05_0133.json │ ├── 05_0134.json │ ├── 05_0140.json │ ├── 05_0150.json │ ├── 05_0151.json │ ├── 05_0152.json │ ├── 05_0160.json │ ├── 05_0171.json │ ├── 05_0172.json │ ├── 05_0173.json │ ├── 05_0181.json │ ├── 05_0182.json │ ├── 05_0183.json │ ├── 05_0190.json │ ├── 05_0200.json │ ├── 05_0210.json │ ├── 05_0220.json │ ├── 05_0221.json │ ├── 05_0222.json │ ├── 05_0230.json │ ├── 05_0240.json │ ├── 05_0250.json │ ├── 05_0260.json │ ├── 05_0270.json │ ├── 05_0280.json │ ├── 05_0290.json │ ├── 05_0300.json │ ├── 05_0311.json │ ├── 05_0312.json │ ├── 05_0320.json │ ├── 05_1510.json │ ├── 05_1520.json │ ├── 05_3110.json │ └── 05_3120.json ├── 06 │ ├── 06_0010.json │ ├── 06_0020.json │ ├── 06_0030.json │ ├── 06_0040.json │ ├── 06_0050.json │ ├── 06_0060.json │ ├── 06_0070.json │ ├── 06_0080.json │ ├── 06_0090.json │ ├── 06_0100.json │ ├── 06_0110.json │ ├── 06_0120.json │ ├── 06_0130.json │ ├── 06_0140.json │ ├── 06_0150.json │ ├── 06_0160.json │ ├── 06_0161.json │ ├── 06_0162.json │ ├── 06_0170.json │ ├── 06_0180.json │ ├── 06_0190.json │ ├── 06_0200.json │ ├── 06_0210.json │ ├── 06_1000.json │ ├── 06_1610.json │ └── 06_2000.json └── 07 │ ├── 07_0010.json │ ├── 07_0030.json │ ├── 07_0040.json │ ├── 07_0050.json │ ├── 07_0070.json │ ├── 07_0080.json │ ├── 07_0090.json │ ├── 07_0110.json │ ├── 07_0120.json │ ├── 07_0130.json │ ├── 07_0150.json │ ├── 07_0160.json │ ├── 07_0170.json │ ├── 07_0190.json │ └── 07_0200.json ├── graphcreation.md ├── ipedsdata.md ├── master_sheet_graph_edits.md ├── scripts ├── 04_0161.json ├── 04_0162.json ├── createJsons.R ├── flattenJsonColumns.py ├── get-data │ ├── bea.R │ ├── bls.R │ ├── endowments.R │ ├── ipeds12monthenrollment.R │ ├── ipedsIdentifiers.R │ ├── shef.R │ ├── slfi.R │ ├── subsidies.R │ └── tuitionfees.R ├── ipedsFunctions.R ├── processExistingDatasets.R ├── processSection1.R ├── processSection2.R ├── processSection3.R ├── processSection4.R ├── processSection5.R ├── processSection6.R ├── processSection7.R └── scripts.Rproj └── setup.md /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | *.rds 5 | *.mvl 6 | *.zip 7 | *.xls 8 | data/original/Delta_database_87_13_CSV/ -------------------------------------------------------------------------------- /data/ipeds/endowmentbyselectivity.csv: -------------------------------------------------------------------------------- 1 | "sector_label","selectlabel","endowinc_median","endowinc_wmean" 2 | "Private nonprofit four-year","0 - 25%",17736.1407831325,21338.2456055302 3 | "Private nonprofit four-year","25 - 50%",1595.22056,4924.97632846854 4 | "Private nonprofit four-year","50 - 75%",1044.42235668409,1778.90807704039 5 | "Private nonprofit four-year","75 - 100%",847.776410476553,1087.01687152034 6 | "Private nonprofit four-year","Open admissions policy",362.688453017047,521.315789088866 7 | "Public four-year","0 - 25%",916.459970462581,1714.30173271364 8 | "Public four-year","25 - 50%",268.245653304046,1337.66337591808 9 | "Public four-year","50 - 75%",221.438775505557,889.216005118546 10 | "Public four-year","75 - 100%",256.303001396223,545.603989100516 11 | "Public four-year","Open admissions policy",235.705675578035,286.740707737345 12 | -------------------------------------------------------------------------------- /data/ipeds/fte12mn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/ipeds/fte12mn.csv -------------------------------------------------------------------------------- /data/ipeds/institutions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/ipeds/institutions.csv -------------------------------------------------------------------------------- /data/ipeds/institutions_raw.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/ipeds/institutions_raw.csv -------------------------------------------------------------------------------- /data/ipeds/subsidies_aged.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/ipeds/subsidies_aged.csv -------------------------------------------------------------------------------- /data/original/SHEF nominal data by state.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/original/SHEF nominal data by state.xlsx -------------------------------------------------------------------------------- /data/original/SHEF_Unadjusted_Nominal_Data_FY15.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/original/SHEF_Unadjusted_Nominal_Data_FY15.xlsx -------------------------------------------------------------------------------- /data/original/local total tax 2000 to 2013.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/original/local total tax 2000 to 2013.xlsx -------------------------------------------------------------------------------- /data/original/state total tax 2000 to 2013.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/ed-data/6c4f6361d7be9742f41fc6f046799b9b74dde299/data/original/state total tax 2000 to 2013.xlsx -------------------------------------------------------------------------------- /data/states.csv: -------------------------------------------------------------------------------- 1 | "fips","state","abbrev" 2 | "01","Alabama","AL" 3 | "02","Alaska","AK" 4 | "04","Arizona","AZ" 5 | "05","Arkansas","AR" 6 | "06","California","CA" 7 | "08","Colorado","CO" 8 | "09","Connecticut","CT" 9 | "10","Delaware","DE" 10 | "11","District of Columbia","DC" 11 | "12","Florida","FL" 12 | "13","Georgia","GA" 13 | "15","Hawaii","HI" 14 | "16","Idaho","ID" 15 | "17","Illinois","IL" 16 | "18","Indiana","IN" 17 | "19","Iowa","IA" 18 | "20","Kansas","KS" 19 | "21","Kentucky","KY" 20 | "22","Louisiana","LA" 21 | "23","Maine","ME" 22 | "24","Maryland","MD" 23 | "25","Massachusetts","MA" 24 | "26","Michigan","MI" 25 | "27","Minnesota","MN" 26 | "28","Mississippi","MS" 27 | "29","Missouri","MO" 28 | "30","Montana","MT" 29 | "31","Nebraska","NE" 30 | "32","Nevada","NV" 31 | "33","New Hampshire","NH" 32 | "34","New Jersey","NJ" 33 | "35","New Mexico","NM" 34 | "36","New York","NY" 35 | "37","North Carolina","NC" 36 | "38","North Dakota","ND" 37 | "39","Ohio","OH" 38 | "40","Oklahoma","OK" 39 | "41","Oregon","OR" 40 | "42","Pennsylvania","PA" 41 | "44","Rhode Island","RI" 42 | "45","South Carolina","SC" 43 | "46","South Dakota","SD" 44 | "47","Tennessee","TN" 45 | "48","Texas","TX" 46 | "49","Utah","UT" 47 | "50","Vermont","VT" 48 | "51","Virginia","VA" 49 | "53","Washington","WA" 50 | "54","West Virginia","WV" 51 | "55","Wisconsin","WI" 52 | "56","Wyoming","WY" 53 | "00","United States","US" 54 | -------------------------------------------------------------------------------- /ed-data.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: Default 4 | SaveWorkspace: Default 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: Sweave 13 | LaTeX: pdfLaTeX 14 | -------------------------------------------------------------------------------- /graph-json/01/01_0010.json: -------------------------------------------------------------------------------- 1 | {"title": "Degree-Granting Institutions by Sector and Degree Type in Fall 2014", "data": {"columns": [["Number of Institutions", "1,334", "520", "363", "106", "683", "920", "206", "274", "175", "46", "4,627"]], "type": "bar", "labels": {"format": "number"}}, "metadata": {"source": "Integrated Postsecondary Education Data System (IPEDS).", "notes": "This graph excludes the small numbers of public baccalaureate, special focus, and private nonprofit less-than-four-year colleges."}, "series": "Number of Institutions", "axis": {"y": {"tick": {"format": "number"}}, "rotated": true, "x": {"type": "category", "categories": ["For-profit", "Private nonprofit bachelor's", "Private nonprofit master's", "Private nonprofit research", "Private nonprofit special focus or two-year", "Public associate", "Public bachelor's", "Public master's", "Public research", "Public Special Focus", "Total"]}}} -------------------------------------------------------------------------------- /graph-json/01/01_0020.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "Integrated Postsecondary Education Data System"}, "series": ["0-499", "500-999", "1,000-1,499", "5,000-9,999", "10,000-19,999", "20,000+"], "axis": {"rotated": true, "x": {"categories": ["For profit", "Private nonprofit b..", "Private nonprofit m..", "Private nonprofit r..", "Public associate's", "Public master's", "Public research"], "type": "category"}, "y": {"tick": {"format": "percent"}}}, "title": "Distribution of degree-granting institutions in each sector by size of undergraduate enrollment in fall 2014", "data": {"groups": [["0-499", "500-999", "1,000-1,499", "5,000-9,999", "10,000-19,999", "20,000+"]], "columns": [["0-499", 0.5632, 0.2041, 0.0646, 0.0101, 0.031, 0, 0], ["500-999", 0.2432, 0.2397, 0.0843, 0.0303, 0.0796, 0.0038, 0.0057], ["1,000-1,499", 0.1116, 0.5506, 0.7584, 0.3838, 0.5708, 0.3977, 0.0287], ["5,000-9,999", 0.0105, 0, 0.0674, 0.4242, 0.2027, 0.3939, 0.1782], ["10,000-19,999", 0.0061, 0, 0.014, 0.1212, 0.0993, 0.1742, 0.4138], ["20,000+", 0.0654, 0.0056, 0.0112, 0.0303, 0.0165, 0.0303, 0.3736]], "labels": {"format": "percent"}, "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/01/01_0030.json: -------------------------------------------------------------------------------- 1 | {"series": ["Graduate enrollment", "Full-time undergraduate enrollment", "Part-time undergraduate enrollment"], "data": {"groups": [["Graduate enrollment", "Full-time undergraduate enrollment", "Part-time undergraduate enrollment"]], "type": "bar", "labels": {"format": "dollar"}, "columns": [["Graduate enrollment", 169025, 50749, 453397, 517586, 664, 355023, 976333], ["Full-time undergraduate enrollment", 484441, 593558, 852946, 598478, 2685850, 1748059, 2829093], ["Part-time undergraduate enrollment", 249686, 86267, 265338, 65247, 4450843, 509861, 499296]]}, "axis": {"x": {"type": "category", "categories": ["For-profit", "Private nonprofit bachelors", "Private nonprofit masters", "Private nonprofit research", "Public associates", "Public masters", "Public research"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": null}, "title": "Enrollment Patterns by Sector"} -------------------------------------------------------------------------------- /graph-json/01/01_0050.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["Public four-year", 0.27, 0.13], ["Private four-year", 0.12, 0.07], ["Public two-year", 0.46, 0.58], ["For-profit", 0.11, 0.14], ["Other or nondegree-granting", 0.04, 0.08]], "labels": {"format": "percent"}, "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]]}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "categories": ["All undergraduates", "First-year undergraduates"]}}, "title": "Distribution of Enrollment by Sector Among All Undergraduates versus First-Year Only", "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]} -------------------------------------------------------------------------------- /graph-json/01/01_0060.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012", "notes": "Percentages may not total 100 percent because of rounding."}, "title": "Enrollment Sector By Age and Dependency: All Undergraduates", "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "categories": ["18 or younger", "1923", "2429", "3039", "40 or older", "Dependent student", "Independent student"]}}, "data": {"type": "bar", "columns": [["Public four-year", 0.33, 0.35, 0.22, 0.15, 0.11, 0.38, 0.17], ["Private four-year", 0.18, 0.15, 0.06, 0.07, 0.1, 0.17, 0.07], ["Public two-year", 0.42, 0.4, 0.51, 0.51, 0.56, 0.39, 0.52], ["For-profit", 0.03, 0.06, 0.16, 0.21, 0.19, 0.04, 0.18], ["Other or nondegree-granting", 0.03, 0.04, 0.05, 0.05, 0.05, 0.03, 0.06]], "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]], "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/01/01_0070.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["18 or younger", "19–23", "24–29", "30–39", "40 or older", "Dependent student", "Independent student"], "type": "category"}, "rotated": true}, "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012"}, "title": "Enrollment Sector By Age and Dependency, First-Year Undergraduates", "data": {"labels": {"format": "percent"}, "columns": [["Public four-year", 0.3062, 0.1456, 0.0447, 0.0319, 0.0318, 0.2247, 0.0444], ["Private four-year", 0.179, 0.0649, 0.0165, 0.0303, 0.034, 0.1163, 0.0273], ["Public two-year", 0.4472, 0.6011, 0.6242, 0.5945, 0.6239, 0.545, 0.6077], ["For-profit", 0.0324, 0.1066, 0.2149, 0.236, 0.2332, 0.0585, 0.2196], ["Other or nondegree-granting", 0.0352, 0.0818, 0.0996, 0.1072, 0.0772, 0.0554, 0.1011]], "type": "bar", "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]]}} -------------------------------------------------------------------------------- /graph-json/01/01_0080.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["All undergraduates", "First-year undergraduates"]}}, "title": "Distribution of Family Income Among All Dependent Undergraduates versus First-Year Only", "series": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"], "metadata": {"source": "National Postsecondary Student Aid Study 2012", "notes": null}, "data": {"type": "bar", "groups": [["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"]], "labels": {"format": "percent"}, "columns": [["Less than $30,000", 0.2529, 0.3196], ["$30,000–64,999", 0.2427, 0.2533], ["$65,000–105,999", 0.2529, 0.226], ["$106,000 or more", 0.2515, 0.2011]]}} -------------------------------------------------------------------------------- /graph-json/01/01_0090.json: -------------------------------------------------------------------------------- 1 | {"series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "title": "Enrollment Sectors of All Dependent Undergraduates by Parent Income", "data": {"groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]], "type": "bar", "labels": {"format": "percent"}, "columns": [["Public four-year", 0.3, 0.3461, 0.3953, 0.4588], ["Private four-year", 0.1138, 0.1518, 0.1789, 0.231], ["Public two-year", 0.4661, 0.4303, 0.3765, 0.2783], ["For-profit", 0.0687, 0.0423, 0.0247, 0.016], ["Other or nondegree-granting", 0.0514, 0.0295, 0.0246, 0.015]]}, "axis": {"x": {"type": "category", "categories": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"]}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012"}} -------------------------------------------------------------------------------- /graph-json/01/01_0100.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012"}, "axis": {"x": {"categories": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "data": {"columns": [["Public four-year", 0.169, 0.2097, 0.2462, 0.3082], ["Private four-year", 0.0716, 0.108, 0.1244, 0.1888], ["Public two-year", 0.5897, 0.5648, 0.5483, 0.4455], ["For-profit", 0.092, 0.0621, 0.0341, 0.0278], ["Other or nondegree-granting", 0.0776, 0.0553, 0.0469, 0.0297]], "labels": {"format": "percent"}, "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]], "type": "bar"}, "title": "Enrollment Sectors of Dependent First-Year Students by Parent Income"} -------------------------------------------------------------------------------- /graph-json/01/01_0110.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012", "notes": null}, "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "axis": {"x": {"type": "category", "categories": ["White", "Black or african american", "Hispanic or latino", "Asian"]}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "data": {"type": "bar", "columns": [["Public four-year", 0.2947, 0.2094, 0.2091, 0.3538], ["Private four-year", 0.1368, 0.0965, 0.0732, 0.1531], ["Public two-year", 0.4381, 0.4565, 0.5447, 0.4171], ["For-profit", 0.093, 0.1803, 0.1136, 0.0587], ["Other or nondegree-granting", 0.0373, 0.0574, 0.0594, 0.0174]], "labels": {"format": "percent"}, "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]]}, "title": "Enrollment Patterns by Race and Ethnicity"} -------------------------------------------------------------------------------- /graph-json/01/01_0120.json: -------------------------------------------------------------------------------- 1 | {"series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "title": "Enrollment Patterns by Race and Ethnicity, First-Year Students", "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012"}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["White", "Black or african american", "Hispanic or latino", "Asian"]}, "rotated": true}, "data": {"type": "bar", "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]], "columns": [["Public four-year", 0.1477, 0.1034, 0.0984, 0.1799], ["Private four-year", 0.0856, 0.0522, 0.0355, 0.1154], ["Public two-year", 0.5777, 0.5462, 0.6193, 0.5741], ["For-profit", 0.1212, 0.2057, 0.1446, 0.093], ["Other or nondegree-granting", 0.0679, 0.0925, 0.1022, 0.0376]], "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/01/01_0130.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012", "notes": null}, "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Exclusively full-time", "Exclusively half-time", "Exclusively less than half-time", "Mixed"]}}, "data": {"columns": [["Public four-year", 0.324, 0.1678, 0.1001, 0.2964], ["Private four-year", 0.1664, 0.0628, 0.0471, 0.0862], ["Public two-year", 0.2943, 0.6526, 0.8135, 0.5209], ["For-profit", 0.1501, 0.0883, 0.0251, 0.0757], ["Other or nondegree-granting", 0.0652, 0.0285, 0.0141, 0.0208]], "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]], "labels": {"format": "percent"}, "type": "bar"}, "title": "Sectors of Full-Time and Part-Time Students", "series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]} -------------------------------------------------------------------------------- /graph-json/01/01_0140.json: -------------------------------------------------------------------------------- 1 | {"series": ["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"], "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012"}, "axis": {"rotated": true, "x": {"type": "category", "categories": ["Exclusively full-time", "Exclusively half-time", "Exclusively less than half-time", "Mixed"]}, "y": {"tick": {"format": "percent"}}}, "title": "Sectors of Full-Time and Part-Time First-Year Students", "data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Public four-year", 0.1898, 0.058, 0.0261, 0.1051], ["Private four-year", 0.1082, 0.0239, 0.0195, 0.0372], ["Public two-year", 0.3961, 0.7658, 0.8989, 0.6898], ["For-profit", 0.186, 0.1085, 0.0324, 0.1252], ["Other or nondegree-granting", 0.1199, 0.0438, 0.0231, 0.0428]], "groups": [["Public four-year", "Private four-year", "Public two-year", "For-profit", "Other or nondegree-granting"]]}} -------------------------------------------------------------------------------- /graph-json/02/02_0010.json: -------------------------------------------------------------------------------- 1 | {"title": "Change in Total Appropriations, Enrollment, and Appropriations per Full-Time Equivalent (FTE) Student Relative to 1999–00", "data": {"type": "line", "labels": {"format": "percent"}, "columns": [["State and local public higher education appropriations", 0, 0.0072, 0.0476, 0.0946, 0.1142, 0.1305, 0.1263, 0.1374, 0.161, 0.1974, 0.2425, 0.2638, 0.2595, 0.2433, 0.2357, 0.2274], ["Public student enrollment", 0, 0.0459, 0.066, 0.047, 0.0002, 0.0116, 0.0629, 0.1039, 0.1446, 0.1017, 0.0558, 0.0425, -0.0235, -0.022, 0.0244, 0.0839], ["State and local public higher education appropriations per public student", 0, 0.0383, 0.0152, -0.0521, -0.114, -0.1204, -0.0714, -0.0478, -0.0397, -0.1158, -0.2002, -0.2325, -0.2768, -0.2599, -0.2171, -0.1625]]}, "metadata": {"source": "State Higher Education Executive Officers Association (SHEEO).", "notes": null}, "series": ["State and local public higher education appropriations", "Public student enrollment", "State and local public higher education appropriations per public student"], "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["1999-00", "2000-01", "2001-02", "2002-03", "2003-04", "2004-05", "2005-06", "2006-07", "2007-08", "2008-09", "2009-10", "2010-11", "2011-12", "2012-13", "2013-14", "2014-15"]}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/02/02_0020.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "line", "columns": [["Appropriations per tax revenue", 0.0594, 0.0611, 0.0639, 0.0619, 0.0567, 0.0545, 0.0535, 0.054, 0.056, 0.0577, 0.0577, 0.055, 0.049, 0.0471]]}, "title": "Appropriations as a percentage of tax revenue", "metadata": {"notes": null, "source": "State Higher Education Executive Officers Association; State and Local Finance Initiative"}, "series": "Appropriations per tax revenue", "axis": {"rotated": false, "y": {"tick": {"format": "percent"}}, "x": {"categories": ["'99–'00", "'00–'01", "'01–'02", "'02–'03", "'03–'04", "'04–'05", "'05–'06", "'06–'07", "'07–'08", "'08–'09", "'09–'10", "'10–'11", "'11–'12", "'12–'13"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/02/02_0030.json: -------------------------------------------------------------------------------- 1 | {"series": ["State support", "Local support"], "data": {"labels": {"format": "percent"}, "type": "line", "columns": [["State support", 0, 0.0476, 0.0597, 0.0334, -0.0199, -0.003, 0.0512, 0.095, 0.1313, 0.078, 0.0232, 0.0117, -0.0573, -0.0617, -0.0099, 0.0606], ["Local support", 0, 0.0303, 0.1237, 0.1724, 0.186, 0.1467, 0.1718, 0.1861, 0.2673, 0.3207, 0.3578, 0.3267, 0.2899, 0.3453, 0.3419, 0.2998]]}, "metadata": {"notes": null, "source": "SHEEO."}, "title": "Changes in State and Local Support for Higher Education Relative to 2000–01", "axis": {"x": {"categories": ["1999–00", "2000–01", "2001–02", "2002–03", "2003–04", "2004–05", "2005–06", "2006–07", "2007–08", "2008–09", "2009–10", "2010–11", "2011–12", "2012–13", "2013–14", "2014–15"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "percent"}}}} -------------------------------------------------------------------------------- /graph-json/02/02_0051.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Public research", 113.3217, 216.9144, 323.3935, 460.2918, 630.9509, 846.2727, 1069.1459, 1457.5929, 2225.5393, 5114.4286]], "type": "bar"}, "title": "Public research", "metadata": {"notes": "The average endowment income per student is calculated by dividing each institution’s total endowment income by its FTE student enrollment (including graduate students). The average endowment income per student is the average per student within deciles of undergraduate students. ", "source": "Integrated Postsecondary Education Data System"}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}, "rotated": false}, "series": "Public research"} -------------------------------------------------------------------------------- /graph-json/02/02_0052.json: -------------------------------------------------------------------------------- 1 | {"series": "Public master's", "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "The average endowment income per student is calculated by dividing each institution’s total endowment income by its FTE student enrollment (including graduate students). The average endowment income per student is the average per student within deciles of undergraduate students. "}, "title": "Public master's", "data": {"columns": [["Public master's", 34.7512, 66.0212, 91.2283, 113.1706, 146.8313, 179.7456, 215.4986, 251.9103, 324.0763, 640.7306]], "type": "bar"}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/02/02_0053.json: -------------------------------------------------------------------------------- 1 | {"series": "Private nonprofit research", "title": "Private nonprofit research", "axis": {"x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "The average endowment income per student is calculated by dividing each institution’s total endowment income by its FTE student enrollment (including graduate students). The average endowment income per student is the average per student within deciles of undergraduate students. "}, "data": {"columns": [["Private nonprofit research", 368.3148, 1095.0919, 1654.8075, 2098.7498, 2373.0437, 3263.9004, 4979.0563, 7806.1221, 16921.1894, 51644.6279]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/02/02_0054.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "data": {"columns": [["Private nonprofit master's", 52.6061, 166.3112, 304.254, 430.8085, 562.4166, 705.6765, 940.5089, 1225.0777, 1707.8939, 3152.5126]], "type": "bar"}, "title": "Private nonprofit master's", "series": "Private nonprofit master's", "metadata": {"notes": "The average endowment income per student is calculated by dividing each institution’s total endowment income by its FTE student enrollment (including graduate students). The average endowment income per student is the average per student within deciles of undergraduate students. ", "source": "Integrated Postsecondary Education Data System"}} -------------------------------------------------------------------------------- /graph-json/02/02_0055.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}, "rotated": false}, "data": {"columns": [["Private nonprofit bachelor's", 107.1343, 273.3608, 554.3356, 940.0572, 1424.665, 2034.2482, 2825.2075, 4757.3406, 8464.8187, 25293.0536]], "type": "bar"}, "title": "Private nonprofit bachelor's", "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "The average endowment income per student is calculated by dividing each institution’s total endowment income by its FTE student enrollment (including graduate students). The average endowment income per student is the average per student within deciles of undergraduate students. "}, "series": "Private nonprofit bachelor's"} -------------------------------------------------------------------------------- /graph-json/02/02_0061.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["Endowment income per student", 17736.1408, 1595.2206, 1044.4224, 847.7764, 362.6885]], "labels": {"format": "dollar"}}, "title": "Private nonprofit four-year institutions by Share of Applicants Admitted", "metadata": {"notes": null, "source": "Integrated Postsecondary Education Data System"}, "series": "Applicants Admitted by Percentage", "axis": {"rotated": true, "x": {"type": "category", "categories": ["0 ≤ 25%", "25 ≤ 50%", "50 ≤ 75%", "75 ≤ 100%", "Open admissions policy"]}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/02/02_0062.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Endowment income per student", 916.46, 268.2457, 221.4388, 256.303, 235.7057]]}, "axis": {"x": {"type": "category", "categories": ["0 ≤ 25%", "25 ≤ 50%", "50 ≤ 75%", "75 ≤ 100%", "Open admissions policy"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "series": "Percentage of Applicants Admitted", "metadata": {"notes": null, "source": "Integrated Postsecondary Education Data System"}, "title": "Public four-year institutions by Share of Applicants Admitted"} -------------------------------------------------------------------------------- /graph-json/02/02_0071.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"type": "category", "categories": ["03–'04", "08–'09", "13–'14"]}, "y": {"tick": {"format": "dollar"}}}, "series": ["Average net tuition revenue per FTE student", "Average subsidy per FTE student"], "title": "Bachelor's", "metadata": {"source": "Ma et al (2016), Trends in College Pricing.", "notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework. FTE = full-time equivalent."}, "data": {"groups": [["Average net tuition revenue per FTE student", "Average subsidy per FTE student"]], "type": "bar", "labels": {"format": "dollar"}, "columns": [["Average net tuition revenue per FTE student", 6610, 7850, 9740], ["Average subsidy per FTE student", 8350, 8450, 7640]]}} -------------------------------------------------------------------------------- /graph-json/02/02_0072.json: -------------------------------------------------------------------------------- 1 | {"data": {"groups": [["Average net tuition revenue per FTE student", "Average subsidy per FTE student"]], "columns": [["Average net tuition revenue per FTE student", 2680, 2900, 3530], ["Average subsidy per FTE student", 6230, 5920, 5770]], "type": "bar", "labels": {"format": "dollar"}}, "metadata": {"source": "Ma et al (2016), Trends in College Pricing.", "notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework. FTE = full-time equivalent."}, "title": "Associate's", "series": ["Average net tuition revenue per FTE student", "Average subsidy per FTE student"], "axis": {"rotated": false, "x": {"type": "category", "categories": ["03–'04", "08–'09", "13–'14"]}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/02/02_0073.json: -------------------------------------------------------------------------------- 1 | {"series": ["Average subsidy per FTE student", "Average net tuition revenue per FTE student"], "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework."}, "title": "Associate's institutions", "axis": {"rotated": false, "x": {"type": "category", "categories": ["'05–'06", "'09–'10", "'13–'14"]}, "y": {"max": 19286.626, "tick": {"format": "dollar"}}}, "data": {"columns": [["Average subsidy per FTE student", 6374.8978, 5455.2881, 5938.2508], ["Average net tuition revenue per FTE student", 2711.4098, 2964.4437, 3352.0331]], "labels": {"format": "dollar"}, "groups": [["Average subsidy per FTE student", "Average net tuition revenue per FTE student"]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/02/02_0081.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Ma et al (2016), Trends in College Pricing.", "notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework. FTE = full-time equivalent."}, "series": ["Average net tuition revenue per FTE student", "Average subsidy per FTE student"], "data": {"groups": [["Average net tuition revenue per FTE student", "Average subsidy per FTE student"]], "columns": [["Average net tuition revenue per FTE student", 19860, 21530, 23360], ["Average subsidy per FTE student", 15560, 19350, 20050]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["'03–'04", "'08–'09", "'13–'14"]}}, "title": "Research"} -------------------------------------------------------------------------------- /graph-json/02/02_0082.json: -------------------------------------------------------------------------------- 1 | {"data": {"groups": [["Average net tuition revenue per FTE student", "Average subsidy per FTE student"]], "type": "bar", "labels": {"format": "dollar"}, "columns": [["Average net tuition revenue per FTE student", 13690, 14810, 15060], ["Average subsidy per FTE student", 1810, 1460, 1500]]}, "series": ["Average net tuition revenue per FTE student", "Average subsidy per FTE student"], "metadata": {"source": "Ma et al (2016), Trends in College Pricing.", "notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework. FTE = full-time equivalent."}, "axis": {"x": {"type": "category", "categories": ["03–'04", "08–'09", "13–'14"]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Master's"} -------------------------------------------------------------------------------- /graph-json/02/02_0083.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"type": "category", "categories": ["03–'04", "08–'09", "13–'14"]}, "y": {"tick": {"format": "dollar"}}}, "series": ["Average net tuition revenue per FTE student", "Average subsidy per FTE student"], "metadata": {"notes": "Institutions are sorted according to the Carnegie Classification of Institutions of Higher Education framework. FTE = full-time equivalent.", "source": "Ma et al (2016), Trends in College Pricing."}, "title": "Bachelor's", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Average net tuition revenue per FTE student", 14460, 15460, 15420], ["Average subsidy per FTE student", 7570, 7500, 7970]], "groups": [["Average net tuition revenue per FTE student", "Average subsidy per FTE student"]]}} -------------------------------------------------------------------------------- /graph-json/02/02_0091.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment)."}, "title": "Public research", "axis": {"x": {"type": "category", "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "series": "Average subsidy per FTE student", "data": {"type": "bar", "columns": [["Average subsidy per FTE student", 2182.816, 3022.2443, 4078.0089, 4935.0791, 5690.9086, 6708.4276, 8768.7902, 11505.9359, 14704.8242, 62204.3418]]}} -------------------------------------------------------------------------------- /graph-json/02/02_0092.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}}, "data": {"type": "bar", "columns": [["Average subsidy per FTE student", 3204.2254, 4046.9404, 4385.0158, 4998.8748, 5446.4904, 5972.541, 6414.0575, 7678.8916, 9694.9524, 22727.1752]]}, "series": "Average subsidy per FTE student", "metadata": {"notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment).", "source": "Integrated Postsecondary Education Data System"}, "title": "Public master's"} -------------------------------------------------------------------------------- /graph-json/02/02_0093.json: -------------------------------------------------------------------------------- 1 | {"series": "Average subsidy per FTE student", "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment)."}, "axis": {"x": {"categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Public associate's", "data": {"columns": [["Average subsidy per FTE student", 3227.4321, 4050.0146, 4705.2728, 5242.9918, 5670.7724, 6226.7995, 6769.6529, 7500.0812, 8532.8249, 17120.9204]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/02/02_0094.json: -------------------------------------------------------------------------------- 1 | {"title": "Private nonprofit research", "series": "Average subsidy per FTE student", "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, "rotated": false}, "data": {"type": "bar", "columns": [["Average subsidy per FTE student", 0, 657.9928, 2056.9055, 4762.1741, 7097.5243, 8939.4677, 16596.0747, 33580.7095, 55029.1703, 150907.4071]]}, "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment)."}} -------------------------------------------------------------------------------- /graph-json/02/02_0095.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["Average subsidy per FTE student", 0, 0, 82.2953, 646.4016, 1505.1961, 2071.3625, 2973.1526, 3808.2427, 5202.4238, 54184.4182]]}, "series": "Average subsidy per FTE student", "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment)."}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, "rotated": false}, "title": "Private nonprofit master's"} -------------------------------------------------------------------------------- /graph-json/02/02_0096.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "Average subsidy per student is calculated by dividing an institution’s total subsidy by its full-time equivalent student enrollment, including graduate students. Calculations represent the average subsidy per student within deciles of undergraduate students (institutions weighted by undergraduate enrollment)."}, "data": {"type": "bar", "columns": [["Average subsidy per FTE student", 884.9407, 2146.9031, 3261.5954, 4217.2462, 5135.788, 6371.615, 8369.1175, 10800.9731, 16381.3694, 99621.8282]]}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, "rotated": false}, "title": "Private nonprofit bachelor's", "series": "Average subsidy per FTE student"} -------------------------------------------------------------------------------- /graph-json/03/03_0010.json: -------------------------------------------------------------------------------- 1 | {"series": "Amount", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Amount", 10510, 8340, 7110, 3520, 40980, 28890, 32400, 16000]]}, "title": "Average Published Tuition and Fees by Sector and Degree Type, 2015–16", "metadata": {"source": "Integrated Postsecondary Education Data System (IPEDS), 2015; Jennifer Ma, Sandy Baum, Matea Pender, and D'Wayne Bell, Trends in College Pricing 2015, (New York: College Board, 2015).", "notes": "Prices reflect average tuition and fees for full-time undergraduates over a full academic year., with i Institutions are weighted by full-time undergraduate fall enrollment. "}, "axis": {"x": {"type": "category", "categories": ["Public doctoral in-state", "Public master's in-state", "Public bachelor's In-state", "Public two-year in-district", "Private nonprofit doctoral", "Private nonprofit master's", "Private nonprofit bachelor's", "For-profit"]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/03/03_0030.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "sets": {"set3": [["Private nonprofit four-year", 0.023, 0.055, 0.021, 0.016, 0.03, 0.031, 0.041, 0.063, 0.085, 0.087, 0.083, 0.075, 0.071, 0.072, 0.075, 0.099, 0.07]], "set1": [["Public and private nonprofit four-year combined", 0.03, 0.271, 0.211, 0.098, 0.041, 0.024, 0.031, 0.034, 0.038, 0.039, 0.033, 0.026, 0.025, 0.023, 0.023, 0.033, 0.022]], "set2": [["Public four-year", 0.032, 0.369, 0.297, 0.135, 0.046, 0.021, 0.026, 0.02, 0.016, 0.017, 0.011, 0.003, 0.004, 0, 0.003, 0, 0]]}, "type": "bar"}, "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"categories": ["Under $6,000", "$6,000 to $8,999", "$9,000 to $11,999", "$12,000 to $14,999", "$15,000 to $17,999", "$18,000 to $20,999", "$21,000 to $23,999", "$24,000 to $26,999", "$27,000 to $29,999", "$30,000 to $32,999", "$33,000 to $35,999", "$36,000 to $38,999", "$39,000 to $41,999", "$42,000 to $44,999", "$45,000 to $47,999", "$48,000 to $50,000", "$51,000 and over"], "type": "category"}}, "series": ["Public and private nonprofit four-year combined", "Public four-year", "Private nonprofit four-year"], "metadata": {"notes": null, "source": "Trends in College Pricing 2016."}, "title": "Distribution of Full-Time Undergraduates at Four-Year Institutions by Published Tuition and Fees, 2016–17"} -------------------------------------------------------------------------------- /graph-json/03/03_0031.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": "Public two-year"}, "rotated": false}, "series": ["Lowest decile", "2nd", "3rd", "4th", "5th", "6th", "7th", "8th", "9th", "Highest decile"], "metadata": {"notes": "For each sector, the average tuition and fees for each decile is calculated by ordering the institutions in the sector by published tuition and fees and dividing the undergraduate students in the sector into deciles. ", "source": "IPEDS."}, "data": {"type": "bar", "columns": [["Lowest decile", 1144], ["2nd", 1348], ["3rd", 1919.5], ["4th", 2460], ["5th", 2860.5], ["6th", 3323], ["7th", 3707], ["8th", 4074], ["9th", 4460], ["Highest decile", 5528.5]]}, "title": "Public two-year"} -------------------------------------------------------------------------------- /graph-json/03/03_0032.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": "For each sector, the average tuition and fees for each decile is calculated by ordering the institutions in the sector by published tuition and fees and dividing the undergraduate students in the sector into deciles. ", "source": "IPEDS."}, "series": ["Lowest decile", "2nd", "3rd", "4th", "5th", "6th", "7th", "8th", "9th", "Highest decile"], "data": {"columns": [["Lowest decile", 3505.2197], ["2nd", 6717.2832], ["3rd", 7172.9521], ["4th", 7827.2319], ["5th", 8533.3867], ["6th", 9442.5693], ["7th", 10065.791], ["8th", 11076.6348], ["9th", 12856.3896], ["Highest decile", 15051.7588]], "type": "bar"}, "axis": {"x": {"categories": "Public four-year", "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Public four-year"} -------------------------------------------------------------------------------- /graph-json/03/03_0033.json: -------------------------------------------------------------------------------- 1 | {"series": ["Lowest decile", "2nd", "3rd", "4th", "5th", "6th", "7th", "8th", "9th", "Highest decile"], "metadata": {"source": "IPEDS.", "notes": "For each sector, the average tuition and fees for each decile is calculated by ordering the institutions in the sector by published tuition and fees and dividing the undergraduate students in the sector into deciles. "}, "axis": {"x": {"type": "category", "categories": "Private nonprofit four-year"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Private non-profit four-year", "data": {"type": "bar", "columns": [["Lowest decile", 7240.9438], ["2nd", 18727.2441], ["3rd", 25403.9941], ["4th", 28789.5449], ["5th", 31917.6895], ["6th", 35133.0508], ["7th", 38799.5156], ["8th", 43089.9414], ["9th", 47217.2227], ["Highest decile", 49735.2695]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0034.json: -------------------------------------------------------------------------------- 1 | {"series": ["Lowest decile", "2nd", "3rd", "4th", "5th", "6th", "7th", "8th", "9th", "Highest decile"], "data": {"columns": [["Lowest decile", 4584.6025], ["2nd", 10121.7109], ["3rd", 10641.8662], ["4th", 11468.3037], ["5th", 13098.7402], ["6th", 13967.5283], ["7th", 14841.4287], ["8th", 16313.1475], ["9th", 18233.0156], ["Highest decile", 25268.041]], "type": "bar"}, "axis": {"x": {"categories": "For-profit", "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "IPEDS.", "notes": "For each sector, the average tuition and fees for each decile is calculated by ordering the institutions in the sector by published tuition and fees and dividing the undergraduate students in the sector into deciles. "}, "title": "For-profit"} -------------------------------------------------------------------------------- /graph-json/03/03_0041.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Vermont", "New Hampshire", "South Dakota", "Massachusetts", "Minnesota", "New York", "Pennsylvania", "Virginia", "South Carolina", "Iowa", "Kentucky", "Oregon", "New Jersey", "Ohio", "Maryland", "Indiana", "North Dakota", "Alabama", "Wisconsin", "Colorado", "Tennessee", "Rhode Island", "Washington", "Connecticut", "Louisiana", "Idaho", "West Virginia", "Illinois", "Hawaii", "Oklahoma", "Georgia", "Utah", "Delaware", "Maine", "Arkansas", "Michigan", "United States", "Montana", "Missouri", "Florida", "Wyoming", "Nebraska", "Nevada", "Kansas", "Mississippi", "Arizona", "North Carolina", "Texas", "New Mexico", "California"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "Trends in College Pricing 2016.", "notes": "Alaska does not have public two-year colleges. The District of Columbia is not shown, but its public four-year college is included in the national average."}, "series": "Amount", "title": "In-State or In-District Tuition and Fees, by State, 2016–17", "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Amount", 7740, 6530, 6320, 5870, 5380, 5260, 5160, 4950, 4940, 4920, 4910, 4760, 4720, 4530, 4420, 4410, 4400, 4390, 4290, 4280, 4280, 4270, 4200, 4190, 4090, 4030, 3950, 3890, 3850, 3790, 3700, 3690, 3660, 3640, 3600, 3600, 3520, 3300, 3250, 3240, 2990, 2980, 2910, 2890, 2770, 2550, 2420, 2410, 1660, 1430]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0042.json: -------------------------------------------------------------------------------- 1 | {"title": "In-State or In-District Tuition and Fees, by State, 2016–17", "axis": {"x": {"type": "category", "categories": ["New Hampshire", "Vermont", "Pennsylvania", "New Jersey", "Illinois", "Michigan", "Virginia", "Massachusetts", "South Carolina", "Delaware", "Connecticut", "Rhode Island", "Arizona", "Minnesota", "Hawaii", "Ohio", "Colorado", "Alabama", "Kentucky", "Maine", "Oregon", "United States", "Texas", "Tennessee", "Maryland", "California", "Washington", "Indiana", "Wisconsin", "Kansas", "Louisiana", "Missouri", "Georgia", "Iowa", "Arkansas", "South Dakota", "Oklahoma", "Nebraska", "North Dakota", "New York", "West Virginia", "Mississippi", "North Carolina", "Idaho", "Nevada", "New Mexico", "Utah", "Montana", "Florida", "Wyoming"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Amount", 15650, 15450, 13880, 13560, 13280, 12460, 12320, 12280, 12190, 11930, 11730, 11410, 10960, 10950, 10670, 10270, 10260, 10040, 9950, 9690, 9690, 9650, 9570, 9520, 9370, 9350, 9270, 9200, 8930, 8920, 8900, 8630, 8450, 8270, 8250, 8140, 8030, 7880, 7880, 7710, 7490, 7410, 7200, 7010, 6910, 6620, 6580, 6410, 6360, 5060]]}, "metadata": {"notes": "Alaska does not have public two-year colleges. The District of Columbia is not shown, but its public four-year college is included in the national average.", "source": "Trends in College Pricing 2016."}, "series": "Amount"} -------------------------------------------------------------------------------- /graph-json/03/03_0050.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study (NPSAS, 2012; Power Stats)."}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Total", "Public four-year", "Public two-year", "Private nonprofit four-year", "For-profit"]}, "rotated": true}, "series": ["On campus", "Off campus", "Living with parents"], "title": "Living Arrangements of Full-Time Undergraduates, 2011–12", "data": {"type": "bar", "labels": {"format": "percent"}, "groups": [["On campus", "Off campus", "Living with parents"]], "columns": [["On campus", 0.2793, 0.3402, 0.0304, 0.6209, 0.0192], ["Off campus", 0.4056, 0.3768, 0.4901, 0.2103, 0.6595], ["Living with parents", 0.315, 0.283, 0.4795, 0.1688, 0.3213]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0060.json: -------------------------------------------------------------------------------- 1 | {"series": "Price", "title": "Average Published On-Campus Room and Board Price by Type of Institution, 2016–17", "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Private nonprofit doctoral ", "Private nonprofit master's ", "Private nonprofit bachelors ", "Private nonprofit four-year", "Public research in-state", "Public master's in-state", "Public bachelor's in-state", "Public four-year in-state "], "type": "category"}, "rotated": false}, "data": {"columns": [["Price", 13580, 11220, 11040, 11890, 10840, 9680, 9990, 10440]], "labels": {"format": "dollar"}, "type": "bar"}, "metadata": {"notes": "Based on 2014-15 published room and board from IPEDS and percentage increase from 2014-15 to 2015-16 from Ma et al, Trends in College Pricing 2015, The College Board.", "source": "IPEDS, 2015; and the percentage increase from 2014–15 to 2016–17 from Jennifer Ma, Sandy Baum, Matea Pender, and D’Wayne Bell, Trends in College Pricing 2015 (New York: College Board, 2015)."}} -------------------------------------------------------------------------------- /graph-json/03/03_0100.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Private nonprofit four-year", "Public four-year "]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "title": "Change in Room and Board and Tuition and Fees from 2000–01 to 2015–16", "series": ["Room and board", "Tuition and fees"], "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Room and board", 172.9239, 215.6314], ["Tuition and fees", 687.8503, 290.7188]]}, "metadata": {"notes": null, "source": "IPEDS."}} -------------------------------------------------------------------------------- /graph-json/03/03_0101.json: -------------------------------------------------------------------------------- 1 | {"series": ["Room and board", "Tuition and fees"], "data": {"type": "bar", "columns": [["Room and board", 0.0169, 0.0246], ["Tuition and fees", 0.0243, 0.0409]], "labels": {"format": "percent"}}, "title": "Change in Room and Board and Tuition and Fees from 2000–01 to 2015–16", "metadata": {"notes": null, "source": "IPEDS."}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "categories": ["Private nonprofit four-year", "Public four-year "]}}} -------------------------------------------------------------------------------- /graph-json/03/03_0110.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Public two-year", "Public four-year", "Private nonprofit four-year", "For-profit "], "type": "category"}}, "data": {"columns": [["Lowest quintile", 12884, 19520, 30751, 21304], ["2nd", 15444, 22214, 42607, 23620], ["3rd", 17041, 24208, 50036, 25783], ["4th", 18616, 26258, 58305, 29718], ["Highest quintile", 21617, 30635, 65960, 35899]], "type": "bar"}, "title": "Full-Time Undergraduate Student Quintiles of Cost of Attendance by Sector in 2014–15", "series": ["Lowest quintile", "2nd", "3rd", "4th", "Highest quintile"], "metadata": {"source": "Integrated Postsecondary Education Data System (IPEDS).", "notes": "The figure shows the average COAs for students living on campus at public and private nonprofit four-year institutions. For public two-year and for profit institutions, it displays the COAs for student living off campus and not with their families. Students living at home with their parents have lower costs of attendance than those living on their own either on- or off-campus."}} -------------------------------------------------------------------------------- /graph-json/03/03_0121.json: -------------------------------------------------------------------------------- 1 | {"series": ["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"], "data": {"groups": [["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"]], "type": "bar", "columns": [["Tuition and fees", 2168.0126, 2683.8837, 3155.9089, 3520], ["Room and board", 7321.0872, 7751.9941, 7783.0892, 8057], ["Books and supplies", 934.3487, 1007.9369, 1257.9052, 1389], ["Transportation", 1452.083, 1426.0353, 1711.1756, 1759], ["Other", 2023.748, 1998.1076, 2267.4139, 2273]], "labels": {"format": "dollar"}}, "axis": {"x": {"type": "category", "categories": ["01–'02", "06–'07", "11–'12", "16–'17"]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Public two-year, living off campus", "metadata": {"notes": "Public two-year and for profit COAs are those estimated for students living off campus and not with their families. The 2015-16 tuition and fees and room and board components of COA are estimated using percentage increases from Trends in College Pricing 2015. 2015-16 books and supplies and other expenses are estimated based on the change from 2013-14 to 2014-15.", "source": "IPEDS; Jennifer Ma, Sandy Baum, Matea Pender, and D'Wayne Bell, Trends in College Pricing 2015 (New York: College Board, 2015)."}} -------------------------------------------------------------------------------- /graph-json/03/03_0122.json: -------------------------------------------------------------------------------- 1 | {"series": ["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"], "title": "Public four-year in state, living on campus", "axis": {"x": {"type": "category", "categories": ["01–'02", "06–'07", "11–'12", "16–'17"]}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "data": {"type": "bar", "columns": [["Tuition and fees", 5077.5717, 6874.3428, 8785.1672, 9648], ["Room and board", 7099.9715, 8329.9885, 9426.3273, 10444], ["Books and supplies", 992.3242, 1115.7186, 1246.2284, 1247], ["Transportation", 900.642, 1038.7317, 1154.9374, 1157], ["Other", 2108.6888, 2066.8036, 2190.9842, 2109]], "groups": [["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"]], "labels": {"format": "dollar"}}, "metadata": {"source": "IPEDS; Jennifer Ma, Sandy Baum, Matea Pender, and D'Wayne Bell, Trends in College Pricing 2015 (New York: College Board, 2015).", "notes": "Public two-year and for profit COAs are those estimated for students living off campus and not with their families. The 2015-16 tuition and fees and room and board components of COA are estimated using percentage increases from Trends in College Pricing 2015. 2015-16 books and supplies and other expenses are estimated based on the change from 2013-14 to 2014-15."}} -------------------------------------------------------------------------------- /graph-json/03/03_0123.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Tuition and fees", 23428.83, 26421.92, 29598.46, 33479], ["Room and board", 8735.42, 9699.17, 10708.65, 11885], ["Books and supplies", 1031.42, 1107.43, 1297.18, 1229], ["Transportation", 808.96, 851.59, 981.91, 1066], ["Other", 1519.5, 1524.34, 1617.76, 1647]], "labels": {"format": "dollar"}, "type": "bar", "groups": [["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"]]}, "series": ["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"], "metadata": {"notes": "Public two-year and for profit COAs are those estimated for students living off campus and not with their families. The 2015-16 tuition and fees and room and board components of COA are estimated using percentage increases from Trends in College Pricing 2015. 2015-16 books and supplies and other expenses are estimated based on the change from 2013-14 to 2014-15.", "source": "IPEDS; Jennifer Ma, Sandy Baum, Matea Pender, and D'Wayne Bell, Trends in College Pricing 2015 (New York: College Board, 2015)."}, "title": "Private nonprofit four-year, living on campus", "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": ["01–'02", "06–'07", "11–'12", "16–'17"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/03/03_0124.json: -------------------------------------------------------------------------------- 1 | {"title": "For profit, living off campus", "axis": {"x": {"categories": ["12–'13", "14–'15", "16'–17"], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "metadata": {"notes": "Public two-year and for profit COAs are those estimated for students living off campus and not with their families. The 2015-16 tuition and fees and room and board components of COA are estimated using percentage increases from Trends in College Pricing 2015. 2015-16 books and supplies and other expenses are estimated based on the change from 2013-14 to 2014-15.", "source": "IPEDS; Jennifer Ma, Sandy Baum, Matea Pender, and D'Wayne Bell, Trends in College Pricing 2015 (New York: College Board, 2015)."}, "series": ["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"], "data": {"columns": [["Tuition and fees", 16748.1768, 16349.8217, 16001], ["Room and board", 12113.9322, 10779.1822, 10136], ["Books and supplies", 1359.2814, 1256.7476, 1132], ["Transportation", 1966.642, 1503.8608, 1479], ["Other", 3741.9238, 3586.6728, 3347]], "labels": {"format": "dollar"}, "groups": [["Tuition and fees", "Room and board", "Books and supplies", "Transportation", "Other"]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/03/03_0130.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPEDS; Ma et al., Trends in College Pricing 2015.", "notes": "Public two-year and for profit COAs are those estimated for students living off campus and not with their families. The 2015-16 tuition and fees and room and board components of COA are estimated using percentage increases from Trends in College Pricing 2015. 2015-16 books and supplies and other expenses are estimated based on the change from 2013-14 to 2014-15."}, "title": "Tuition and Fees as Percentage of Total Cost of Attendance, 2000–01 and 2015–16", "data": {"type": "bar", "columns": [["2001", 0.156, 0.3138, 0.6595, "NA"], ["2016", 0.2071, 0.3921, 0.679, 0.4986]], "labels": {"format": "percent"}}, "axis": {"x": {"type": "category", "categories": ["2007–08", "2008–09", "2009–10", "2010–11", "2011–12", "2012–13", "2013–14", "2014–15", "2015–16"]}, "rotated": false, "y": {"tick": {"format": "percent"}}}, "series": ["2001", "2016"]} -------------------------------------------------------------------------------- /graph-json/03/03_0140.json: -------------------------------------------------------------------------------- 1 | {"title": "Average Annual Spending on Required Course Materials, 2007–08 to 2014–15 in 2014 dollars", "data": {"columns": [["Annual Spending", "701", " null", "667", " null", "655", "662", "638", "563", "559"]], "type": "line", "labels": {"format": "dollar"}}, "metadata": {"source": "http://www.nacs.org/research/industrystatistics/higheredfactsfigures.aspx", "notes": null}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["2007–08", "2008–09", "2009–10", "2010–11", "2011–12", "2012–13", "2013–14", "2014–15", "2015–16"], "type": "category"}}, "series": "Annual Spending"} -------------------------------------------------------------------------------- /graph-json/03/03_0150.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "line", "columns": [["New", 57, 64, 62, 65, 68, 72, 79, 82], ["Used", 49, 57, 52, 51, 53, 54, 59, 59]], "labels": {"format": "dollar"}}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["2007–08", "2008–09", "2009–10", "2010–11", "2011–12", "2012–13", "2013–14", "2014–15"]}, "rotated": false}, "metadata": {"notes": null, "source": "http://www.nacs.org/research/industrystatistics/higheredfactsfigures.aspx"}, "title": "Average textbook prices for the academic year, 2007-08 to 2013-14 in 2013 dollars ", "series": ["New", "Used"]} -------------------------------------------------------------------------------- /graph-json/03/03_0160.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": "The 2015-16 other expenses are estimated based on the change from 2013-14 to 2014-15.", "source": "IPEDS and Trends in College Pricing 2015"}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016]}, "rotated": false}, "series": ["Public two-year", "Public four-year", "Private nonprofit", "For profit"], "data": {"columns": [["Public two-year", 1657.025, 2023.748, 2099.7598, 1980.3002, 1928.9319, 1989.2054, 1998.1076, 2105.1508, 2143.7596, 2219.3064, 2244.8128, 2267.4139, 2260.9623, 2281.622, 2219.985, 2272.7617, 2273], ["Public four-year", 2109.067, 2108.6888, 1729.4482, 2095.796, 2041.4318, 2074.7889, 2066.8036, 2127.0315, 2117.1428, 2212.6284, 2194.4414, 2190.9842, 2186.0822, 2148.3737, 2114.0793, 2130.7141, 2109], ["Private nonprofit", 1528.0683, 1519.4964, 2166.1239, 1544.2708, 1504.2129, 1534.3901, 1524.3417, 1542.0115, 1547.1002, 1577.1099, 1581.2242, 1617.7616, 1635.9216, 1628.705, 1597.663, 1632.0364, 1647], ["For profit", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", 3741.9238, 3540.3066, 3586.6728, 3557.2348, 3347]], "type": "line", "labels": {"format": "dollar"}}, "title": "Estimated Other Expenses by Sector from 2005–06 to 2014–15 in 2015 dollars"} -------------------------------------------------------------------------------- /graph-json/03/03_0181.json: -------------------------------------------------------------------------------- 1 | {"series": ["25th percentile", "75th percentile", "Median"], "metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "title": "Median earnings of men by age", "axis": {"x": {"categories": ["18–20", "21–23", "24–26", "27–29", "30–34", "Total"], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "data": {"columns": [["25th percentile", 15126, 17604, 20480, 22529, 25165, 20788], ["75th percentile", 26260, 31250, 39583, 43765, 49999, 41666], ["Median", 20366, 23581, 28236, 31950, 35295, 29950]], "type": "bar", "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/03/03_01811.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["25th percentile", 17506, 17506, 16078, 15006], ["75th percentile", 31250, 30870, 28125, 27649], ["Median", 23194, 23194, 21177, 20480]], "labels": {"format": "dollar"}}, "series": ["25th percentile", "75th percentile", "Median"], "title": "Median earnings of men by race", "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black"]}}, "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}} -------------------------------------------------------------------------------- /graph-json/03/03_01812.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["25th percentile", 14375, 16078, 14224, 12500], ["75th percentile", 25211, 28940, 24577, 24653], ["Median", 19457, 21177, 18656, 17793]]}, "series": ["25th percentile", "75th percentile", "Median"], "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}, "title": "Median earnings of women by race", "axis": {"rotated": false, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black"]}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/03/03_0182.json: -------------------------------------------------------------------------------- 1 | {"series": ["25th percentile", "75th percentile", "Median"], "data": {"columns": [["25th percentile", 12500, 15000, 17408, 19187, 20169, 17307], ["75th percentile", 22294, 26041, 31250, 34374, 36764, 32770], ["Median", 17397, 20044, 23581, 26041, 27353, 24117]], "labels": {"format": "dollar"}, "type": "bar"}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["18–20", "21–23", "24–26", "27–29", "30–34", "Total"]}}, "title": "Median earnings of women by age", "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}} -------------------------------------------------------------------------------- /graph-json/03/03_01821.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "series": ["25th percentile", "75th percentile", "Median"], "title": "Median earnings of men by race", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["25th percentile", 20168.5, 18600.74, 17818.51, 17748.28, 18749.44], ["75th percentile", 35841.54, 36981.82, 32824.36, 32824.36, 36353.38], ["Median", 26796.94, 26796.94, 24999.59, 24999.59, 26041.12]]}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black", "other"]}}} -------------------------------------------------------------------------------- /graph-json/03/03_01822.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"categories": ["white", "asian", "hispanic", "black", "other"], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["25th percentile", 20168.5, 18600.74, 17818.51, 17748.28, 18749.44], ["75th percentile", 35841.54, 36981.82, 32824.36, 32824.36, 36353.38], ["Median", 26796.94, 26796.94, 24999.59, 24999.59, 26041.12]]}, "series": ["25th percentile", "75th percentile", "Median"], "title": "Median earnings of women by race"} -------------------------------------------------------------------------------- /graph-json/03/03_0183.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black"]}}, "series": ["25th percentile", "75th percentile", "Median"], "data": {"columns": [["25th percentile", 17506, 17506, 16078, 15006], ["75th percentile", 31250, 30870, 28125, 27649], ["Median", 23194, 23194, 21177, 20480]], "type": "bar", "labels": {"format": "dollar"}}, "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}, "title": "Median earnings of men by race"} -------------------------------------------------------------------------------- /graph-json/03/03_0184.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": ["white", "asian", "hispanic", "black"], "type": "category"}}, "data": {"columns": [["25th percentile", 14375, 16078, 14224, 12500], ["75th percentile", 25211, 28940, 24577, 24653], ["Median", 19457, 21177, 18656, 17793]], "type": "bar", "labels": {"format": "dollar"}}, "series": ["25th percentile", "75th percentile", "Median"], "title": "Median earnings of women by race"} -------------------------------------------------------------------------------- /graph-json/03/03_0201.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["Grant Aid", 5795.766, 6224.7977, 5078.7573, 17069.4, 17773.3264, 16336.5137, 17279.4621, 3405.5422, 4913.9172], ["Tuition and fees left over", 3306.3425, 3699.012, 2662.2439, 14826.5487, 21604.4578, 11132.3832, 13297.4054, -301.0902, 10510.9609]], "groups": [["Grant Aid", "Tuition and fees left over"]], "labels": {"format": "dual_$_%"}}, "series": ["Grant Aid", "Tuition and fees left over"], "title": "Dollars", "axis": {"rotated": false, "y": {"tick": {"format": "dual_$_%"}}, "x": {"type": "category", "categories": ["All public four-year colleges", "Public research", "Public masters", "All private four-year colleges", "Private nonprofit research", "Private nonprofit masters", "Private nonprofit bachelors", "All public two-year colleges", "For-profit colleges"]}}, "metadata": {"source": "Integrated Postsecondary Education Data System.", "notes": "Grant aid includes federal, state, local, and institutional grant aid, but does not include private scholarships or employer assistance."}} -------------------------------------------------------------------------------- /graph-json/03/03_0202.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"type": "category", "categories": ["All public four-year colleges", "Public research", "Public masters", "All private four-year colleges", "Private nonprofit research", "Private nonprofit masters", "Private nonprofit bachelors", "All public two-year colleges", "For-profit colleges"]}, "y": {"tick": {"format": "percent"}}}, "title": "Percent", "metadata": {"source": "Integrated Postsecondary Education Data System.", "notes": "Grant aid includes federal, state, local, and institutional grant aid, but does not include private scholarships or employer assistance."}, "series": ["Grant Aid", "Tuition and fees left over"], "data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Grant Aid", 0.6367, 0.6273, 0.6561, 0.5352, 0.4514, 0.5947, 0.5651, 1, 0.3186], ["Tuition and fees left over", 0.3633, 0.3727, 0.3439, 0.4648, 0.5486, 0.4053, 0.4349, 0, 0.6814]], "groups": [["Grant Aid", "Tuition and fees left over"]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0211.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"], "type": "category"}}, "metadata": {"source": "National Postsecondary Student Aid Study (NPSAS), 2012. ", "notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices."}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "title": "Public four-year", "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 8300, 6200, 2800, 2400, 5600], ["Remaining (net) tuition and fees", 0, 2800, 6600, 8600, 1600], ["Living expenses covered by grant aid", 1400, 0, 0, 0, 0], ["Remaining (net) living expenses", 12000, 13500, 13700, 14100, 14700]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/03/03_02111.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study (NPSAS), 2012. ", "notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices."}, "data": {"type": "bar", "columns": [["Grant aid", 0.45, 0.28, 0.12, 0.1, 0.26], ["Remaining (net) tuition and fees", 0, 0.12, 0.29, 0.34, 0.07], ["Remaining (net) living expenses", 0.55, 0.6, 0.59, 0.56, 0.67]], "labels": {"format": "percent"}}, "title": "Public four-year", "series": ["Grant aid", "Remaining (net) tuition and fees", "Remaining (net) living expenses"], "axis": {"x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}, "y": {"tick": {"format": "percent"}}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/03/03_02112.json: -------------------------------------------------------------------------------- 1 | {"title": "Private nonprofit four-year", "series": ["Grant aid", "Remaining (net) tuition and fees", "Remaining (net) living expenses"], "data": {"labels": {"format": "percent"}, "columns": [["Grant aid", 0.54, 0.46, 0.35, 0.25, 0.3], ["Remaining (net) tuition and fees", 0.12, 0.21, 0.32, 0.42, 0.29], ["Remaining (net) living expenses", 0.34, 0.33, 0.33, 0.32, 0.42]], "type": "bar"}, "metadata": {"source": "National Postsecondary Student Aid Study (NPSAS), 2012. ", "notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices."}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/03/03_02113.json: -------------------------------------------------------------------------------- 1 | {"title": "Public two-year", "metadata": {"notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices.", "source": "National Postsecondary Student Aid Study (NPSAS), 2012. "}, "data": {"columns": [["Grant aid", 0.41, 0.2, 0.07, 0.05, 0.24], ["Remaining (net) tuition and fees", 0, 0.01, 0.13, 0.14, 0], ["Remaining (net) living expenses", 0.59, 0.8, 0.8, 0.8, 0.76]], "labels": {"format": "percent"}, "type": "bar"}, "axis": {"x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}, "y": {"tick": {"format": "percent"}}, "rotated": false}, "series": ["Grant aid", "Remaining (net) tuition and fees", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_02114.json: -------------------------------------------------------------------------------- 1 | {"series": ["Grant aid", "Remaining (net) tuition and fees", "Remaining (net) living expenses"], "title": "For-profit", "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}, "rotated": false}, "metadata": {"notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices.", "source": "National Postsecondary Student Aid Study (NPSAS), 2012. "}, "data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Grant aid", 0.2, 0.12, 0.03, 0.05, 0.14], ["Remaining (net) tuition and fees", 0.38, 0.46, 0.55, 0.5, 0.37], ["Remaining (net) living expenses", 0.42, 0.43, 0.42, 0.45, 0.49]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0212.json: -------------------------------------------------------------------------------- 1 | {"title": "Private nonprofit four-year", "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}}, "metadata": {"notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices.", "source": "National Postsecondary Student Aid Study (NPSAS), 2012. "}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 22800, 19800, 15200, 12100, 10400], ["Remaining (net) tuition and fees", 5100, 9200, 14200, 20200, 10100], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 14300, 14200, 14600, 15300, 14600]]}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_0213.json: -------------------------------------------------------------------------------- 1 | {"title": "Public two-year", "metadata": {"notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices.", "source": "National Postsecondary Student Aid Study (NPSAS), 2012. "}, "axis": {"x": {"categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 2600, 2800, 1000, 800, 2600], ["Remaining (net) tuition and fees", 0, 100, 1900, 2100, 0], ["Living expenses covered by grant aid", 3000, 0, 0, 0, 1300], ["Remaining (net) living expenses", 8100, 11300, 11400, 11700, 12100]], "type": "bar"}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_0214.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study (NPSAS), 2012. ", "notes": "Net tuition and fee amounts are calculated by subtracting average total grant aid for all full-time students, including those who do and do not receive grant aid, from the published tuition and fee price. This yields a slightly different measure that that identified in NPSAS as net tuition and fees, because that calculation excludes any aid individual students receive that exceeds their tuition and fee prices."}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Lowest", "Lower middle", "Upper middle", "Highest", "Independent"]}, "rotated": false}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"columns": [["Tuition and fees covered by grant aid", 6200, 3700, 900, 1800, 4100], ["Remaining (net) tuition and fees", 11600, 14300, 18400, 17500, 10500], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 12900, 13400, 14000, 15600, 14000]], "type": "bar", "labels": {"format": "dollar"}}, "title": "For-profit"} -------------------------------------------------------------------------------- /graph-json/03/03_0221.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 4900, 5100, 6200, 6700, 8300], ["Remaining (net) tuition and fees", 100, 0, 0, 0, 0], ["Living expenses covered by grant aid", 0, 200, 600, 1600, 1400], ["Remaining (net) living expenses", 9800, 10200, 10800, 10800, 12000]], "type": "bar"}, "title": "Lowest 25 percent"} -------------------------------------------------------------------------------- /graph-json/03/03_02211.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "NPSAS, 2012. "}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "title": "Lowest 25 percent", "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 11600, 11900, 13300, 16300, 22800], ["Remaining (net) tuition and fees", 5300, 5600, 6800, 6600, 5100], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 9300, 10400, 11700, 12200, 14300]]}} -------------------------------------------------------------------------------- /graph-json/03/03_02212.json: -------------------------------------------------------------------------------- 1 | {"series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 3900, 6100, 7300, 8100, 12100], ["Remaining (net) tuition and fees", 17700, 18000, 19700, 20600, 20200], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10500, 12000, 12500, 13300, 15300]], "type": "bar"}, "title": "Lower Middle 25 percent"} -------------------------------------------------------------------------------- /graph-json/03/03_02213.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}}, "title": "Upper Middle 25 percent", "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"columns": [["Tuition and fees covered by grant aid", 3900, 6100, 7300, 8100, 12100], ["Remaining (net) tuition and fees", 17700, 18000, 19700, 20600, 20200], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10500, 12000, 12500, 13300, 15300]], "type": "bar", "labels": {"format": "dollar"}}, "metadata": {"notes": null, "source": "NPSAS, 2012. "}} -------------------------------------------------------------------------------- /graph-json/03/03_02214.json: -------------------------------------------------------------------------------- 1 | {"title": "Highest 25 percent", "axis": {"rotated": false, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"notes": null, "source": "NPSAS, 2012. "}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 3900, 6100, 7300, 8100, 12100], ["Remaining (net) tuition and fees", 17700, 18000, 19700, 20600, 20200], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10500, 12000, 12500, 13300, 15300]]}} -------------------------------------------------------------------------------- /graph-json/03/03_02215.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "NPSAS, 2012. "}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Independent", "data": {"type": "bar", "columns": [["Tuition and fees covered by grant aid", 3900, 6100, 7300, 8100, 12100], ["Remaining (net) tuition and fees", 17700, 18000, 19700, 20600, 20200], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10500, 12000, 12500, 13300, 15300]], "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/03/03_0222.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS, 2012. ", "notes": null}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 2100, 2600, 3200, 4400, 6200], ["Remaining (net) tuition and fees", 3200, 2800, 3400, 2900, 2800], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 9800, 10700, 11300, 12200, 13500]]}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}, "rotated": false}, "title": "Lower Middle 25 percent"} -------------------------------------------------------------------------------- /graph-json/03/03_02221.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS, 2012. ", "notes": null}, "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 1700, 2100, 2200, 2400, 2600], ["Remaining (net) tuition and fees", 0, 0, 0, 0, 0], ["Living expenses covered by grant aid", 1000, 1000, 1500, 1900, 3000], ["Remaining (net) living expenses", 6500, 8000, 7900, 8100, 8100]], "type": "bar"}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "rotated": false}, "title": "Lowest 25 percent", "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_02222.json: -------------------------------------------------------------------------------- 1 | {"title": "Lower Middle 25 percent", "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 700, 1000, 1400, 1400, 2800], ["Remaining (net) tuition and fees", 1200, 1200, 1000, 1200, 100], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 8100, 9400, 9500, 10000, 11300]]}} -------------------------------------------------------------------------------- /graph-json/03/03_02223.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}}, "title": "Upper Middle 25 percent", "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 300, 500, 800, 700, 1000], ["Remaining (net) tuition and fees", 1700, 1600, 1700, 2000, 1900], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 8100, 9500, 9700, 10500, 11400]]}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "metadata": {"notes": null, "source": "NPSAS, 2012. "}} -------------------------------------------------------------------------------- /graph-json/03/03_02224.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "title": "Highest 25 percent", "data": {"type": "bar", "columns": [["Tuition and fees covered by grant aid", 200, 400, 600, 500, 800], ["Remaining (net) tuition and fees", 1700, 1500, 1900, 2000, 2100], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 8100, 9700, 9700, 10700, 11700]], "labels": {"format": "dollar"}}, "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_02225.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "NPSAS, 2012. "}, "title": "Independent", "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [1996, 2000, 2004, 2008, 2012]}}, "data": {"columns": [["Tuition and fees covered by grant aid", 2000, 1900, 2300, 2500, 2600], ["Remaining (net) tuition and fees", 0, 0, 0, 0, 0], ["Living expenses covered by grant aid", 0, 600, 700, 700, 1300], ["Remaining (net) living expenses", 9900, 10800, 10600, 12000, 12100]], "type": "bar", "labels": {"format": "dollar"}}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_0223.json: -------------------------------------------------------------------------------- 1 | {"series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"type": "bar", "columns": [["Tuition and fees covered by grant aid", 1000, 1600, 2000, 2500, 2800], ["Remaining (net) tuition and fees", 4500, 4400, 4700, 5200, 6600], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10000, 10900, 11600, 12600, 13700]], "labels": {"format": "dollar"}}, "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "title": "Upper Middle 25 percent", "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/03/03_02231.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS, 2012. ", "notes": null}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "title": "Lowest 25 percent", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 3800, 4200, 6200, 4500, 6200], ["Remaining (net) tuition and fees", 7300, 7100, 8000, 11000, 11600], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 8500, 11800, 11000, 11800, 12900]]}} -------------------------------------------------------------------------------- /graph-json/03/03_02232.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "title": "Lower Middle 25 percent", "data": {"labels": {"format": "dollar"}, "columns": [["Tuition and fees covered by grant aid", 1300, 2700, 3000, 2000, 3700], ["Remaining (net) tuition and fees", 9300, 11400, 11300, 15100, 14300], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 8600, 11500, 11100, 13500, 13400]], "type": "bar"}, "metadata": {"notes": null, "source": "NPSAS, 2012. "}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_02233.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 300, 1100, 2200, 600, 900], ["Remaining (net) tuition and fees", 11000, 12800, 12800, 16700, 18400], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 9300, 11500, 11600, 13700, 14000]]}, "metadata": {"notes": null, "source": "NPSAS, 2012. "}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "title": "Upper Middle 25 percent"} -------------------------------------------------------------------------------- /graph-json/03/03_02234.json: -------------------------------------------------------------------------------- 1 | {"series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"type": "bar", "columns": [["Tuition and fees covered by grant aid", 200, 700, 1400, 200, 1800], ["Remaining (net) tuition and fees", 11800, 14300, 14000, 17500, 17500], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10300, 13700, 12800, 16400, 15600]], "labels": {"format": "dollar"}}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "title": "Highest 25 percent", "metadata": {"notes": null, "source": "NPSAS, 2012. "}} -------------------------------------------------------------------------------- /graph-json/03/03_02235.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS, 2012. ", "notes": null}, "title": "Independent", "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "axis": {"x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Tuition and fees covered by grant aid", 2500, 3000, 3700, 2900, 4100], ["Remaining (net) tuition and fees", 7000, 8100, 8500, 8500, 10500], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 11900, 12700, 12000, 20000, 14000]]}} -------------------------------------------------------------------------------- /graph-json/03/03_0224.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Tuition and fees covered by grant aid", 700, 1400, 1800, 2000, 2400], ["Remaining (net) tuition and fees", 5900, 5100, 5800, 6700, 8600], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 10500, 11200, 12000, 12900, 14100]], "labels": {"format": "dollar"}, "type": "bar"}, "title": "Highest 25 percent", "metadata": {"notes": null, "source": "NPSAS, 2012. "}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"]} -------------------------------------------------------------------------------- /graph-json/03/03_0225.json: -------------------------------------------------------------------------------- 1 | {"title": "Independent", "series": ["Tuition and fees covered by grant aid", "Remaining (net) tuition and fees", "Living expenses covered by grant aid", "Remaining (net) living expenses"], "data": {"columns": [["Tuition and fees covered by grant aid", 2900, 3600, 4100, 4700, 5600], ["Remaining (net) tuition and fees", 1700, 1100, 1200, 1400, 1600], ["Living expenses covered by grant aid", 0, 0, 0, 0, 0], ["Remaining (net) living expenses", 12000, 12300, 12800, 13900, 14700]], "labels": {"format": "dollar"}, "type": "bar"}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": false, "x": {"categories": [1996, 2000, 2004, 2008, 2012], "type": "category"}}, "metadata": {"notes": null, "source": "NPSAS, 2012. "}} -------------------------------------------------------------------------------- /graph-json/03/03_0410.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Amount", 7740, 6530, 6320, 5870, 5380, 5260, 5160, 4950, 4940, 4920, 4910, 4760, 4720, 4530, 4420, 4410, 4400, 4390, 4290, 4280, 4280, 4270, 4200, 4190, 4090, 4030, 3950, 3890, 3850, 3790, 3700, 3690, 3660, 3640, 3600, 3600, 3520, 3300, 3250, 3240, 2990, 2980, 2910, 2890, 2770, 2550, 2420, 2410, 1660, 1430]], "type": "bar", "labels": {"format": "dollar"}}, "title": "In-State or In-District Tuition and Fees, by State, 2016–17", "metadata": {"notes": "Alaska does not have public two-year colleges. The District of Columbia is not shown, but its public four-year college is included in the national average.", "source": "Trends in College Pricing 2016."}, "series": "Amount", "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": true, "x": {"categories": ["Vermont", "New Hampshire", "South Dakota", "Massachusetts", "Minnesota", "New York", "Pennsylvania", "Virginia", "South Carolina", "Iowa", "Kentucky", "Oregon", "New Jersey", "Ohio", "Maryland", "Indiana", "North Dakota", "Alabama", "Wisconsin", "Colorado", "Tennessee", "Rhode Island", "Washington", "Connecticut", "Louisiana", "Idaho", "West Virginia", "Illinois", "Hawaii", "Oklahoma", "Georgia", "Utah", "Delaware", "Maine", "Arkansas", "Michigan", "United States", "Montana", "Missouri", "Florida", "Wyoming", "Nebraska", "Nevada", "Kansas", "Mississippi", "Arizona", "North Carolina", "Texas", "New Mexico", "California"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/03/03_1010.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "IPEDS."}, "data": {"columns": [["Room and board", 172.9239, 215.6314], ["Tuition and fees", 687.8503, 290.7188]], "type": "bar", "labels": {"format": "dollar"}}, "title": "Change in Room and Board and Tuition and Fees from 2000–01 to 2015–16", "axis": {"x": {"type": "category", "categories": ["Private nonprofit four-year", "Public four-year "]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "series": ["Room and board", "Tuition and fees"]} -------------------------------------------------------------------------------- /graph-json/03/03_1020.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPEDS.", "notes": null}, "axis": {"x": {"type": "category", "categories": ["Private nonprofit four-year", "Public four-year "]}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "series": ["Room and board", "Tuition and fees"], "data": {"type": "bar", "columns": [["Room and board", 0.0169, 0.0246], ["Tuition and fees", 0.0243, 0.0409]], "labels": {"format": "percent"}}, "title": "Change in Room and Board and Tuition and Fees from 2000–01 to 2015–16"} -------------------------------------------------------------------------------- /graph-json/03/03_1811.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "axis": {"x": {"type": "category", "categories": ["18–20", "21–23", "24–26", "27–29", "30–34", "Total"]}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "data": {"type": "bar", "columns": [["25th percentile", 15126, 17604, 20480, 22529, 25165, 20788], ["Median", 20366, 23581, 28236, 31950, 35295, 29950], ["75th percentile", 26260, 31250, 39583, 43765, 49999, 41666]]}, "series": ["25th percentile", "Median", "75th percentile"], "title": "Median earnings of men by age"} -------------------------------------------------------------------------------- /graph-json/03/03_1812.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["18–20", "21–23", "24–26", "27–29", "30–34", "Total"]}, "rotated": true}, "metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "title": "Median earnings of women by age", "data": {"type": "bar", "columns": [["25th percentile", 12500, 15000, 17408, 19187, 20169, 17307], ["Median", 17397, 20044, 23581, 26041, 27353, 24117], ["75th percentile", 22294, 26041, 31250, 34374, 36764, 32770]]}, "series": ["25th percentile", "Median", "75th percentile"]} -------------------------------------------------------------------------------- /graph-json/03/03_1821.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["25th percentile", 17506, 17506, 16078, 15006], ["Median", 23194, 23194, 21177, 20480], ["75th percentile", 31250, 30870, 28125, 27649]], "type": "bar"}, "title": "Median earnings of men by race", "series": ["25th percentile", "Median", "75th percentile"], "axis": {"rotated": true, "x": {"categories": ["White", "Asian", "Hispanic", "Black"], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"notes": null, "source": "IPUMS 2014 ACS five-year sample (2010–14)."}} -------------------------------------------------------------------------------- /graph-json/03/03_1822.json: -------------------------------------------------------------------------------- 1 | {"title": "Median earnings of women by race", "data": {"columns": [["25th percentile", 14375, 16078, 14224, 12500], ["Median", 19457, 21177, 18656, 17793], ["75th percentile", 25211, 28940, 24577, 24653]], "type": "bar"}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["White", "Asian", "Hispanic", "Black"], "type": "category"}}, "metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "series": ["25th percentile", "Median", "75th percentile"]} -------------------------------------------------------------------------------- /graph-json/03/03_1831.json: -------------------------------------------------------------------------------- 1 | {"series": ["25th percentile", "Median", "75th percentile"], "metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black", "other"]}}, "data": {"type": "bar", "columns": [["25th percentile", 25210.63, 21006.95, 20480.45, 20168.5, 22509.15], ["Median", 35294.88, 31130.24, 28235.9, 27868.13, 32155.92], ["75th percentile", 49236.54, 42874.91, 40337, 38294.75, 46081.26]]}, "title": "Median earnings of men by race"} -------------------------------------------------------------------------------- /graph-json/03/03_1832.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["25th percentile", 20168.5, 18600.74, 17818.51, 17748.28, 18749.44], ["Median", 26796.94, 26796.94, 24999.59, 24999.59, 26041.12], ["75th percentile", 35841.54, 36981.82, 32824.36, 32824.36, 36353.38]]}, "title": "Median earnings of women by race", "metadata": {"source": "IPUMS 2014 ACS five-year sample (2010–14).", "notes": null}, "axis": {"rotated": true, "x": {"type": "category", "categories": ["white", "asian", "hispanic", "black", "other"]}, "y": {"tick": {"format": "dollar"}}}, "series": ["25th percentile", "Median", "75th percentile"]} -------------------------------------------------------------------------------- /graph-json/04/04_0010.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["0 <= X <= 4999", "5000 <= X <= 9999", "10000 <= X <= 14999", "15000 <= X <= 19999", "20000 <= X <= 24999", "25000 <= X <= 29999", "30000 <= X <= 34999", "35000 <= X <= 39999", "40000 <= X <= 44999", "45000 <= X <= 49999", "50000 <= X <= 54999", "55000 <= X <= 59999", "60000 <= X <= 69999", "70000 <= X <= 79999", "80000 <= X <= 89999", "90000 <= X <= 99999", "100000 <= X <= 119999", "120000 <= X <= 139999", "140000 <= X <= 159999", "160000 <= X <= 179999", "180000 <= X <= 199999", "X >= 200000"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"columns": [["Median EFC", 0, 0, 0, 0, 0, 0, 560, 1449, 2418, 3412, 3801, 5208, 6845, 9357, 12796, 15977, 20358, 25760, 28305, 30173, 33837, 51236]], "labels": {"format": "dollar"}, "type": "bar"}, "title": "Median EFC by Parents’ Income: Dependent Students 2011-12", "series": "Median EFC"} -------------------------------------------------------------------------------- /graph-json/04/04_0020.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["0 <= X <= 4999", "5000 <= X <= 9999", "10000 <= X <= 14999", "15000 <= X <= 19999", "20000 <= X <= 24999", "25000 <= X <= 29999", "30000 <= X <= 34999", "35000 <= X <= 39999", "40000 <= X <= 59999", "X >= 60000"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "title": "Median EFC by Independent Student and Spouse Income and Family Structure, 2011–12", "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Independent, no dependents, single", 0, 0, 0, 0, 3876, 0, 0, 1202, 1213, 2467], ["Independent, no dependents, married", "0", "0", "0", "0", "7416", "0", "0", "1284", "1,455.4666 !", "951"], ["Independent with dependents", 0, 0, 0, 0, 0, 0, 0, 984, 676, 864]]}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": ["Independent, no dependents, single", "Independent, no dependents, married", "Independent with dependents"]} -------------------------------------------------------------------------------- /graph-json/04/04_0030.json: -------------------------------------------------------------------------------- 1 | {"series": "Undergraduate Student Percentage", "data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Undergraduate Student Percentage", 0.24, 0.44, 0.29, 0.61, 0.38]]}, "metadata": {"source": "NPSAS, 2012. ", "notes": null}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": false, "x": {"type": "category", "categories": ["Dependent", "Independent, no dependents, single", "Independent, no dependents, married", "Independent with dependents", "Total "]}}, "title": "Share of Undergraduate Students with $0 EFC, by Dependency Status, 2011–12"} -------------------------------------------------------------------------------- /graph-json/04/04_0040.json: -------------------------------------------------------------------------------- 1 | {"series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"], "data": {"columns": [["$0", "Total", "Dependent ", "Independent", "Dependent ", "Independent", "Dependent ", "Independent", "Dependent ", "Independent"], ["$1–$4,999", 0.399, 0.5136, 0.3694, 0.4547, 0.3624, 0.4658, 0.3641, 0.3094, 0.2523], ["$5,000–$9,999", 0.2681, 0.1998, 0.2682, 0.1555, 0.2022, 0.3094, 0.3679, 0.17, 0.2088], ["$10,000–$14,999", 0.1789, 0.1491, 0.1981, 0.1239, 0.165, 0.1669, 0.1898, 0.2218, 0.2375], ["$15,000 or higher", 0.0822, 0.0781, 0.1037, 0.0765, 0.1019, 0.0468, 0.061, 0.1411, 0.1538]], "type": "bar", "groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "labels": {"format": "percent"}}, "axis": {"x": {"categories": ["Total", "Dependent ", "Independent", "Dependent ", "Independent", "Dependent ", "Independent", "Dependent ", "Independent"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations.", "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0041.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": "Total"}}, "metadata": {"notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations.", "source": "National Postsecondary Student Aid Study 2012 "}, "title": "Total", "data": {"type": "bar", "columns": [["$0", 0.399], ["$1–$4,999", 0.2681], ["$5,000–$9,999", 0.1789], ["$10,000–$14,999", 0.0822], ["$15,000 or higher", 0.0718]], "groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "labels": {"format": "percent"}}, "series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]} -------------------------------------------------------------------------------- /graph-json/04/04_0042.json: -------------------------------------------------------------------------------- 1 | {"series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"], "metadata": {"notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations.", "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"type": "bar", "labels": {"format": "percent"}, "groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "columns": [["$0", 0.5136, 0.3694], ["$1–$4,999", 0.1998, 0.2682], ["$5,000–$9,999", 0.1491, 0.1981], ["$10,000–$14,999", 0.0781, 0.1037], ["$15,000 or higher", 0.0594, 0.0606]]}, "title": "Public four-year", "axis": {"x": {"type": "category", "categories": ["Dependent ", "Independent"]}, "y": {"tick": {"format": "percent"}}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/04/04_0043.json: -------------------------------------------------------------------------------- 1 | {"series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"], "data": {"columns": [["$0", 0.4547, 0.3624], ["$1–$4,999", 0.1555, 0.2022], ["$5,000–$9,999", 0.1239, 0.165], ["$10,000–$14,999", 0.0765, 0.1019], ["$15,000 or higher", 0.1894, 0.1684]], "labels": {"format": "percent"}, "groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "type": "bar"}, "metadata": {"notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations.", "source": "National Postsecondary Student Aid Study 2012 "}, "axis": {"rotated": true, "x": {"categories": ["Dependent ", "Independent"], "type": "category"}, "y": {"tick": {"format": "percent"}}}, "title": "Private four-year"} -------------------------------------------------------------------------------- /graph-json/04/04_0044.json: -------------------------------------------------------------------------------- 1 | {"series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"], "data": {"groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "columns": [["$0", 0.4658, 0.3641], ["$1–$4,999", 0.3094, 0.3679], ["$5,000–$9,999", 0.1669, 0.1898], ["$10,000–$14,999", 0.0468, 0.061], ["$15,000 or higher", 0.0112, 0.0172]], "type": "bar", "labels": {"format": "percent"}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations."}, "axis": {"rotated": true, "x": {"type": "category", "categories": ["Dependent ", "Independent"]}, "y": {"tick": {"format": "percent"}}}, "title": "Public two-year"} -------------------------------------------------------------------------------- /graph-json/04/04_0045.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Dependent ", "Independent"], "type": "category"}, "rotated": true}, "title": "For-profit", "series": ["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"], "data": {"labels": {"format": "percent"}, "groups": [["$0", "$1–$4,999", "$5,000–$9,999", "$10,000–$14,999", "$15,000 or higher"]], "type": "bar", "columns": [["$0", 0.3094, 0.2523], ["$1–$4,999", 0.17, 0.2088], ["$5,000–$9,999", 0.2218, 0.2375], ["$10,000–$14,999", 0.1411, 0.1538], ["$15,000 or higher", 0.1577, 0.1476]]}, "metadata": {"notes": "Department of Defense grants including the Post-9/11 GI Bill benefits are not included as part of financial aid for this figure due to data limitations.", "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0050.json: -------------------------------------------------------------------------------- 1 | {"series": "Grant aid", "metadata": {"notes": null, "source": "Sandy Baum, Jennifer Ma, Matea Pender, and Meredith Welch, Trends in Student Aid 2016 (Washington, DC: College Board, 2016)."}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Grant aid", 43, 28.2, 12.8, 11.8, 10.4]]}, "axis": {"y": {"label": "Grant aid in billions", "tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Institutional grants", "Federal Pell grants", "Veterans and military grants", "Private and employer grants", "State grants"]}, "rotated": true}, "title": "Undergraduate Grant Aid by Source, Percentage Distribution and Total Dollars (in billions), 2015–16"} -------------------------------------------------------------------------------- /graph-json/04/04_0060.json: -------------------------------------------------------------------------------- 1 | {"title": "Distribution of grant aid per full-time undergraduate by source and sector in 2011-12", "metadata": {"source": "Baum et al, Trends in Student Aid 2015, The College Board, based on data from NCES, National Postsecondary Student Aid Study, 2012.", "notes": "Averages include both grant recipients and those who did not receive aid."}, "series": ["Federal (Nonmilitary)", "Veterans/Department of Defense", "State", "Institutional", "Private and Employer"], "axis": {"x": {"type": "category", "categories": ["Private Nonprofit Four-Year", "Public Four-Year", "Public Two-Year", "For-Profit"]}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "data": {"groups": [["Federal (Nonmilitary)", "Veterans/Department of Defense", "State", "Institutional", "Private and Employer"]], "type": "bar", "columns": [["Federal (Nonmilitary)", 0.1144, 0.3752, 0.6801, 0.6358], ["Veterans/Department of Defense", 0.025, 0.0484, 0.0588, 0.2104], ["State", 0.0609, 0.2017, 0.1021, 0.0396], ["Institutional", 0.672, 0.2493, 0.0734, 0.0229], ["Private and Employer", 0.1276, 0.1255, 0.0856, 0.0912]], "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0071.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "groups": [["Federal Grants", "Veterans' and Military", "State Grants", "Institutional Grants", "Employer or Private Grants"]], "columns": [["Federal Grants", 3500, 3200, 3200, 3500], ["Veterans' and Military", 900, 1700, 500, 1400], ["State Grants", 900, 1000, 400, 100], ["Institutional Grants", 900, 4700, 200, 100], ["Employer or Private Grants", 400, 1800, 200, 400]]}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Independent Public 4 year ", "Independent Private 4 year ", "Independent Public 2 year ", "Independent For Profit "], "type": "category"}}, "series": ["Federal Grants", "Veterans' and Military", "State Grants", "Institutional Grants", "Employer or Private Grants"], "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/04/04_0072.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "x": {"categories": ["Dependent Public 4 year", "Dependent Private 4 year ", "Dependent Public 2 year ", "Dependent For Profit"], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "series": ["Federal Grants", "Veterans' and Military", "State Grants", "Institutional Grants", "Employer or Private Grants"], "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"groups": [["Federal Grants", "Veterans' and Military", "State Grants", "Institutional Grants", "Employer or Private Grants"]], "labels": {"format": "dollar"}, "type": "bar", "columns": [["Federal Grants", 1600, 1600, 2100, 2900], ["Veterans' and Military", 200, 200, 0, 200], ["State Grants", 1200, 1000, 400, 500], ["Institutional Grants", 1600, 11900, 300, 200], ["Employer or Private Grants", 800, 2100, 400, 600]]}} -------------------------------------------------------------------------------- /graph-json/04/04_0090.json: -------------------------------------------------------------------------------- 1 | {"series": ["Pell Grant per full-time student", "Pell Grant per full-time recipient"], "data": {"sets": {"set2": [["Pell Grant per full-time recipient", 4500, 4300, 5200, 3400, 1900, "NA", 4400]], "set1": [["Pell Grant per full-time student", 3300, 1700, 4800, 2200, 100, 0, 2200]]}, "labels": {"format": "dollar"}, "type": "bar"}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Independent (72%)", "Dependent (39%)", "Less than $30,000 (91%)", "$30,000 - $64,999 (64%)", "$65,000 - $105,999 (7%)", "$106,000 or higher (0%)", "All (49%)"], "type": "category"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "title": "Pell Grant per Full-Time Student by Dependency Status and Income, 2011-12 (with percentage receiving Pell)"} -------------------------------------------------------------------------------- /graph-json/04/04_0091.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "title": "All", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Pell-Grant", 4400]]}, "series": "Pell-Grant", "axis": {"x": {"type": "category", "categories": "All (49%)"}, "y": {"tick": {"format": "dollar"}}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/04/04_00911.json: -------------------------------------------------------------------------------- 1 | {"title": "All", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Pell-Grant", 2200]]}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": "All (49%)"}, "rotated": true}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Pell-Grant"} -------------------------------------------------------------------------------- /graph-json/04/04_0092.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Less than $30,000 (91%)", "$30,000 - $64,999 (64%)", "$65,000 - $105,999 (7%)", "$106,000 or higher (0%)"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Pell-Grant", "data": {"type": "bar", "columns": [["Pell-Grant", "5200", "3400", "1900", "null"]], "labels": {"format": "dollar"}}, "title": "Dependent students' family income"} -------------------------------------------------------------------------------- /graph-json/04/04_00922.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Pell-Grant", 4800, 2200, 100, 0]]}, "title": "Dependent students' family income", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": true, "x": {"categories": ["Less than $30,000 (91%)", "$30,000 - $64,999 (64%)", "$65,000 - $105,999 (7%)", "$106,000 or higher (0%)"], "type": "category"}}, "series": "Pell-Grant"} -------------------------------------------------------------------------------- /graph-json/04/04_0093.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Pell-Grant", "axis": {"x": {"type": "category", "categories": ["Independent (72%)", "Dependent (39%)"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "title": "Dependency status", "data": {"columns": [["Pell-Grant", 4500, 4300]], "type": "bar", "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/04/04_00933.json: -------------------------------------------------------------------------------- 1 | {"title": "Dependency status", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Pell-Grant", "data": {"columns": [["Pell-Grant", 3300, 1700]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Independent (72%)", "Dependent (39%)"]}}} -------------------------------------------------------------------------------- /graph-json/04/04_0100.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "Baum et al, Trends in Student Aid 2016, The College Board"}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["75–'76", "76–'77", "77–'78", "78–'79", "79–'80", "80–'81", "81–'82", "82–'83", "83–'84", "84–'85", "85–'86", "86–'87", "87–'88", "88–'89", "89–'90", "90–'91", "91–'92", "92–'93", "93–'94", "94–'95", "95–'96", "96–'97", "97–'98", "98–'99", "99–'00", "00–'01", "01–'02", "02–'03", "03–'04", "04–'05", "05–'06", "06–'07", "07–'08", "08–'09", "09–'10", "10–'11", "11–'12", "12–'13", "13–'14", "14–'15", "15–'16"]}, "rotated": false}, "title": "Average and Maximum Pell Grant Over Time", "series": ["Maximum Pell (2015 dollars)", "Average Pell (2015 dollars)"], "data": {"type": "line", "columns": [["Maximum Pell (2015 dollars)", 6164, 5851, 5477, 5812, 5877, 5050, 4351, 4406, 4300, 4356, 4649, 4577, 4404, 4431, 4412, 4209, 4205, 4077, 3801, 3699, 3662, 3755, 4015, 4387, 4474, 4558, 5042, 5300, 5256, 5103, 4947, 4750, 4938, 5133, 5929, 6076, 5863, 5781, 5767, 5740, 5775], ["Average Pell (2015 dollars)", 3350, 3172, 2966, 2957, 3032, 2544, 2212, 2349, 2422, 2548, 2831, 2836, 2732, 2818, 2759, 2653, 2681, 2621, 2488, 2415, 2371, 2397, 2522, 2744, 2742, 2818, 3090, 3228, 3209, 3121, 3000, 2910, 3034, 3223, 4106, 4196, 3755, 3728, 3712, 3689, 3724]], "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0110.json: -------------------------------------------------------------------------------- 1 | {"series": "Amount", "metadata": {"source": "Baum et al, Trends in Student Aid 2016, The College Board", "notes": null}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["'09–'10", "'10–'11", "'11–'12", "'12–'13", "'13–'14", "'14–'15", "'15–'16"]}}, "data": {"type": "bar", "columns": [["Amount", 365600, 555300, 646300, 754200, 790400, 790500, 847900]], "labels": {"format": "dollar"}}, "title": "Recipients of Post-9/11 GI Benefits"} -------------------------------------------------------------------------------- /graph-json/04/04_0130.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["South Carolina", "Georgia", "Louisiana", "Tennessee", "Washington", "New Jersey", "Kentucky", "New York", "New Mexico", "West Virginia", "California", "Arkansas", "Indiana", "Virginia", "Pennsylvania", "Minnesota", "North Carolina", "Texas", "United States", "Illinois", "Alaska", "Wyoming", "Oklahoma", "Delaware", "Florida", "Wisconsin", "Vermont", "Maryland", "Colorado", "Nevada", "Missouri", "North Dakota", "Iowa", "Oregon", "Connecticut", "Massachusetts", "Maine", "Ohio", "Michigan", "Mississippi", "Nebraska", "South Dakota", "Montana", "Kansas", "Rhode Island", "Hawaii", "Idaho", "Arizona", "Utah", "Alabama", "New Hampshire"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "series": "State grant aid per FTE undergraduate", "title": "State Grant Aid per Full-time Equivalent Undergraduate, 2014–15", "metadata": {"notes": null, "source": "NASSGAP Annual Survey, 2014–15, Table 12"}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["State grant aid per FTE undergraduate", 1961.61, 1668.01, 1544.63, 1512.84, 1368.04, 1324.05, 1141.45, 1132.5, 1109.73, 1089.85, 1062.22, 1015.63, 975.23, 962.19, 844.14, 791.78, 779.16, 776.08, 752.06, 700.96, 695.62, 629.43, 605.33, 581.09, 554.81, 520.25, 520.14, 456.76, 456.59, 436.83, 412.24, 404.95, 366.81, 355.41, 295.47, 285.61, 283.48, 267.9, 247.66, 235.82, 194.86, 130.04, 124.5, 121.33, 116.48, 73.77, 63.91, 51.75, 47.59, 25.73, 0]]}} -------------------------------------------------------------------------------- /graph-json/04/04_0140.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Georgia", "Arkansas", "Louisiana", "South Dakota", "South Carolina", "New Mexico", "Tennessee", "Utah", "Nevada", "Alaska", "Mississippi", "Florida", "West Virginia", "Kentucky", "Missouri", "Alabama", "North Dakota", "Delaware", "Ohio", "Montana", "Total", "Virginia", "Oklahoma", "Iowa", "Idaho", "Massachusetts", "New York", "Wisconsin", "Maryland", "Indiana", "North Carolina", "New Jersey", "Michigan", "Connecticut", "Minnesota", "Vermont", "Colorado", "Pennsylvania", "Illinois", "California", "Washington", "Arizona", "Hawaii", "Kansas", "Maine", "Nebraska", "Oregon", "Rhode Island", "Texas", "Wyoming"], "type": "category"}, "rotated": true}, "title": "Share of State Grants Based on Financial Need, 2014–15", "data": {"columns": [["Percentage of state grants", 0, 0.0611, 0.0889, 0.1537, 0.1743, 0.2173, 0.2407, 0.2849, 0.303, 0.3523, 0.3554, 0.3784, 0.4321, 0.4355, 0.5389, 0.5667, 0.5806, 0.6408, 0.7051, 0.7477, 0.7596, 0.8019, 0.8881, 0.9265, 0.9581, 0.9637, 0.9667, 0.9772, 0.978, 0.9787, 0.9811, 0.9824, 0.9895, 0.9928, 0.9928, 0.9932, 0.9935, 0.9971, 0.9972, 0.9987, 0.9998, 1, 1, 1, 1, 1, 1, 1, 1, 1]], "labels": {"format": "percent"}, "type": "bar"}, "metadata": {"source": "National Association of State Student Grant and Aid Programs (NASSGAP) Annual Survey, 2014–15 Table 1", "notes": null}, "series": "Percentage of state grants"} -------------------------------------------------------------------------------- /graph-json/04/04_0151.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Undergraduates receiving state aid", 0.15]]}, "axis": {"rotated": true, "x": {"categories": "All", "type": "category", "label": "All"}, "y": {"tick": {"format": "percent"}}}, "series": "Undergraduates receiving state aid", "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0152.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "categories": ["Dependent", "Independent"], "label": "Dependency Status"}}, "data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Undergraduates receiving state aid", 0.2, 0.11]]}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Undergraduates receiving state aid"} -------------------------------------------------------------------------------- /graph-json/04/04_0153.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"label": "Dependent Students' Family Income", "type": "category", "categories": ["$106,000 or more", "$65,000-105,999", "$30,000-64,999", "Less than $30,000"]}}, "data": {"columns": [["Undergraduates receiving state aid", 0.09, 0.15, 0.27, 0.29]], "type": "bar", "labels": {"format": "percent"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Undergraduates receiving state aid"} -------------------------------------------------------------------------------- /graph-json/04/04_0154.json: -------------------------------------------------------------------------------- 1 | {"series": "Undergraduates receiving state aid", "axis": {"y": {"tick": {"format": "percent"}}, "x": {"label": "Residency", "type": "category", "categories": ["Out-of-state", "In-state"]}, "rotated": true}, "data": {"columns": [["Undergraduates receiving state aid", 0.01, 0.18]], "labels": {"format": "percent"}, "type": "bar"}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0155.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "columns": [["Undergraduates receiving state aid", 0.05, 0.12, 0.24, 0.21]], "type": "bar"}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["For-profit", "Public Two-Year", "Public Four-Year", "Private Four-Year"], "type": "category", "label": "Sector"}, "rotated": true}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Undergraduates receiving state aid"} -------------------------------------------------------------------------------- /graph-json/04/04_0161.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Average state grant aid per recipient", 2600]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"label": "All", "type": "category", "categories": "ALL"}}, "series": "Average state grant aid per recipient", "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0162.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "x": {"type": "category", "label": "Dependency Status", "categories": ["Independent", "Dependent"]}, "y": {"tick": {"format": "dollar"}}}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Average state grant aid per recipient", 2000, 3000]]}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Average state grant aid per recipient"} -------------------------------------------------------------------------------- /graph-json/04/04_0163.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"columns": [["Average state grant aid per recipient", 3100, 2700, 3000, 3200]], "labels": {"format": "dollar"}, "type": "bar"}, "series": "Average state grant aid per recipient", "axis": {"rotated": true, "x": {"categories": ["$106,000 or more", "$65,000-105,999", "$30,000-64,999", "Less than $30,000"], "type": "category", "label": "Dependent Students' Family Income"}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/04/04_0164.json: -------------------------------------------------------------------------------- 1 | {"series": "Average state grant aid per recipient", "data": {"labels": {"format": "dollar"}, "columns": [["Average state grant aid per recipient", 2700, 2600]], "type": "bar"}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Out-of-state", "In-state"], "label": "Residency", "type": "category"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0165.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Average state grant aid per recipient", "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Average state grant aid per recipient", 2700, 1600, 3300, 3400]]}, "axis": {"x": {"type": "category", "categories": ["For-profit", "Public Two-Year", "Public Four-Year", "Private Four-Year"], "label": "Sector"}, "rotated": true, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/04/04_0170.json: -------------------------------------------------------------------------------- 1 | {"title": "State Grant Aid per Full-Time Equivalent Undergraduate in 2014 Dollars, 1984–85 to 2014–15", "data": {"type": "area", "labels": {"format": "dollar"}, "columns": [["Need-based", 330, 300, 380, 400, 420, 380, 340, 320, 300, 320, 350, 370, 390, 370, 370, 370, 350, 340, 370, 410, 440, 440, 440, 450, 470, 480, 500, 510, 500, 510, 530, 530, 530, 550, 520, 510, 500, 510, 530, 540, 570], ["Non Need-based", 0, 0, 0, 0, 0, 0, 0, 0, 30, 30, 40, 40, 40, 40, 40, 50, 50, 40, 40, 50, 70, 70, 80, 90, 110, 130, 160, 160, 150, 170, 200, 200, 210, 210, 200, 190, 200, 180, 180, 180, 180]]}, "axis": {"x": {"type": "category", "categories": ["74–75", "75–76", "76–77", "77–78", "78–79", "79–80", "80–81", "81–82", "82–83", "83–84", "84–85", "85–86", "86–87", "87–88", "88–89", "89–90", "90–91", "91–92", "92–93", "93–94", "94–95", "95–96", "96–97", "97–98", "98–99", "99–00", "00–01", "01–02", "02–03", "03–04", "04–05", "05–06", "06–07", "07–08", "08–09", "09–10", "10–11", "11–12", "12–13", "13–14", "14–15"]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "metadata": {"notes": null, "source": "Baum et al, Trends in Student Aid 2016, The College Board"}, "series": ["Need-based", "Non Need-based"]} -------------------------------------------------------------------------------- /graph-json/04/04_0180.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "Integrated Postsecondary Education Data System (IPEDS)."}, "title": "Percentage of Full-Time First-Year Students Receiving Institutional Grant Aid, 2013–14", "series": "Percentage receiving institutional grant aid", "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Public four-year", "Private nonprofit four-year", "Public two-year", "For-profit", "Other"], "label": "Institution type"}}, "data": {"type": "bar", "columns": [["Percentage receiving institutional grant aid", 0.3185, 0.7526, 0.1896, 0.0671, 0.1417]], "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0190.json: -------------------------------------------------------------------------------- 1 | {"data": {"sets": {"set2": ["Per recipient", [["Remaining (net) tuition and fees", 5017.1011, 14466.1318, 1523.0221, 12211.5568, 7330.0903], ["Institutional grant aid", "4,582.91", "14,686.51", "1,408.90", "2,677.52", "8,016.45"]]], "set1": ["Per first-time full-time student", [["Remaining (net) tuition and fees", 8150.1153, 18231.7119, 2670.2811, 14747.1199, 14178.44], ["Institutional grant aid", "1449.8925", "10920.9287", "261.6442", "141.9572", "1,168.10"]]]}, "labels": {"format": "dollar"}, "groups": [["Per first-time full-time student", "Per recipient"]], "type": "bar"}, "title": "Average Institutional Grant Aid and Remaining (Net) Tuition and Fees, 2013–14", "series": ["Per first-time full-time student", "Per recipient"], "axis": {"x": {"categories": ["Public four-year", "Private nonprofit four-year", "Public two-year", "For-profit", "Other", "Public four-year", "Private nonprofit four-year", "Public two-year", "For-profit", "Other"], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "metadata": {"source": "Integrated Postsecondary Education Data System (IPEDS).", "notes": "Tuition and fees are in-state for public four-year institutions and in-district for public two-year colleges."}} -------------------------------------------------------------------------------- /graph-json/04/04_0220.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Employer aid", 0.05, 0.08, 0.07, 0.07]]}, "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"label": "Dependent students' parents' income", "type": "category", "categories": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"]}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Employer aid"} -------------------------------------------------------------------------------- /graph-json/04/04_0221.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"x": {"type": "category", "categories": "Total"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "data": {"type": "bar", "columns": [["Employer aid", 0.06]], "labels": {"format": "percent"}}, "series": "Employer aid"} -------------------------------------------------------------------------------- /graph-json/04/04_02211.json: -------------------------------------------------------------------------------- 1 | {"series": "Private Grants", "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "categories": "Total"}}, "data": {"type": "bar", "columns": [["Private Grants", 0.14]], "labels": {"format": "percent"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/04/04_0222.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"label": "Dependency Status", "type": "category", "categories": ["Independent student", "Dependent student"]}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Employer aid", "data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Employer aid", 0.07, 0]]}} -------------------------------------------------------------------------------- /graph-json/04/04_02222.json: -------------------------------------------------------------------------------- 1 | {"series": "Private Grants", "data": {"type": "bar", "columns": [["Private Grants", 0.18, 0.06]], "labels": {"format": "percent"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"label": "Dependency Status", "type": "category", "categories": ["Independent student", "Dependent student"]}}} -------------------------------------------------------------------------------- /graph-json/04/04_0223.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "columns": [["Employer aid", 0.09, 0.06, 0.04, 0.06]], "type": "bar"}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Employer aid", "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"label": "Sector", "categories": ["Private four-year", "Public four-year", "Public two-year", "For-profit"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/04/04_02233.json: -------------------------------------------------------------------------------- 1 | {"series": "Private Grants", "data": {"type": "bar", "columns": [["Private Grants", 0.22, 0.16, 0.09, 0.04]], "labels": {"format": "percent"}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"type": "category", "label": "Sector", "categories": ["Private Four-Year", "Public Four-Year", "Public Two-Year", "For-profit"]}}} -------------------------------------------------------------------------------- /graph-json/04/04_0224.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": "Employer aid", "axis": {"x": {"type": "category", "categories": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"], "label": "Dependent students' parents' income"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "data": {"labels": {"format": "percent"}, "columns": [["Employer aid", 0.05, 0.08, 0.07, 0.07]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/04/04_02244.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"categories": ["Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more"], "type": "category", "label": "Dependent students' parents' income"}}, "series": "Private Grants", "data": {"labels": {"format": "percent"}, "columns": [["Private Grants", 0.14, 0.19, 0.2, 0.17]], "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/04/04_0231.json: -------------------------------------------------------------------------------- 1 | {"series": "Employer aid", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"x": {"type": "category", "categories": "Total"}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "data": {"columns": [["Employer aid", 5600]], "type": "bar", "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/04/04_02311.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Employer aid", 3800]], "type": "bar", "labels": {"format": "percent"}}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": "Total", "type": "category"}, "rotated": true}, "series": "Employer aid", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/04/04_0232.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Employer aid", 5500, 5600]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "label": "Dependency Status", "categories": ["Independent student", "Dependent student"]}, "rotated": true}, "series": "Employer aid", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/04/04_02322.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Private Grants", 4100, 3700]], "labels": {"format": "dollar"}, "type": "bar"}, "series": "Private Grants", "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"label": "Dependency Status", "type": "category", "categories": [" Independent students", " Dependent students"]}}} -------------------------------------------------------------------------------- /graph-json/04/04_0233.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"columns": [["Employer aid", 8900, 4000, 3100, 6000]], "labels": {"format": "dollar"}, "type": "bar"}, "axis": {"rotated": true, "x": {"categories": ["Private four-year", "Public four-year", "Public two-year", "For-profit"], "type": "category", "label": "Sector"}, "y": {"tick": {"format": "dollar"}}}, "series": "Employer aid"} -------------------------------------------------------------------------------- /graph-json/04/04_02333.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Private Grants", 5900, 2900, 2000, 4000]]}, "series": "Private Grants", "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Private four-year", "Public four-year", "Public two-year", "For-profit"], "label": "Sector", "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0234.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "columns": [["Employer aid", 8900, 4000, 3100, 6000]], "labels": {"format": "dollar"}}, "series": "Employer aid", "axis": {"rotated": true, "x": {"label": "Dependent students' parents' income", "type": "category", "categories": ["Private four-year", "Public four-year", "Public two-year", "For-profit"]}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/04/04_02344.json: -------------------------------------------------------------------------------- 1 | {"series": "Private Grants", "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"columns": [["Private Grants", 4200, 3200, 3500, 4000]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"y": {"tick": {"format": "dollar"}}, "rotated": true, "x": {"type": "category", "label": "Dependent students' parents' income", "categories": ["Less than $30,000", "$30,000-64,999", "$65,000-105,999", "$106,000 or more"]}}} -------------------------------------------------------------------------------- /graph-json/04/04_0240.json: -------------------------------------------------------------------------------- 1 | {"title": "Federal Education Tax Credits and Deductions, 1998 – 2014", "series": ["Total Credits", "Total Deduction"], "axis": {"x": {"categories": [1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "data": {"labels": {"format": "dollar"}, "columns": [["Total Credits", 4.3, 5.9, 5.7, 5.7, 5.2, 5.7, 5.6, 5.5, 6.1, 5.8, 5.8, 15.6, 19.3, 22.1, 17.6, 17.8, 17.8], ["Total Deduction", 0, 0, 0, 0, 1.5, 1.4, 2.1, 2, 1.6, 1.7, 1.5, 0.6, 0.5, 0.5, 0.5, 0.5, 0.4]], "type": "area"}, "metadata": {"notes": "Credits and deductions include the Hope Credit / AOTC, LLC, and the tuition and fees deduction.", "source": "Baum et al, Trends in Student Aid 2016, The College Board"}} -------------------------------------------------------------------------------- /graph-json/04/04_0250.json: -------------------------------------------------------------------------------- 1 | {"series": "Percentage", "metadata": {"source": "Baum et al, Trends in Student Aid 2016, The College Board", "notes": "Credits and deductions include the Hope Credit / AOTC, LLC, and the tuition and fees deduction."}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Less than $25,000", "$25,000–$49,999", "$50,000–$74,999", "$75,000–$99,999", "$100,000–$180,000"]}, "rotated": true}, "data": {"columns": [["Percentage", 0.23, 0.23, 0.16, 0.13, 0.24]], "type": "bar", "labels": {"format": "percent"}}, "title": "Distribution of Tax Credits and Deductions by Adjusted Gross Income, 2014"} -------------------------------------------------------------------------------- /graph-json/04/04_0260.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Less than $30,000", 0.4189, 0.5979, 0.2495, 0.7022], ["$30,001–65,000", 0.6913, 0.8153, 0.5469, 0.9296], ["$65,0001–106,000", 0.8124, 0.8182, 0.8123, 0.881], ["More than $106,000", 0.6104, 0.5387, 0.5813, 0.6092], ["Total", 0.6001, 0.6816, 0.4138, 0.7593]]}, "metadata": {"notes": "Tax benefits include the AOTC, LLC, and tuition and fees deduction.", "source": "Calculations by Jason Delisle and Kim Dancy, New America "}, "title": "Share of Full-Time Undergraduates Eligible for Federal Education Tax Credits and Deductions, 2011–12", "axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Public four-year", "Private four-year", "Public two-year", "For-profit"], "type": "category"}, "rotated": true}, "series": ["Less than $30,000", "$30,001–65,000", "$65,0001–106,000", "More than $106,000", "Total"]} -------------------------------------------------------------------------------- /graph-json/04/04_0270.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Calculations by Jason Delisle and Kim Dancy, New America ", "notes": "Tax benefits include the AOTC, LLC, and tuition and fees deduction."}, "data": {"labels": {"format": "dollar"}, "columns": [["Less than $30,000", 520, 910, 240, 1050], ["$30,001–65,000", 1420, 1870, 780, 2100], ["$65,0001–106,000", 1810, 1930, 1250, 2010], ["More than $106,000", 1310, 1200, 890, 1320], ["Total", 1150, 1430, 540, 1350]], "type": "bar"}, "series": ["Less than $30,000", "$30,001–65,000", "$65,0001–106,000", "More than $106,000", "Total"], "title": "Average Federal Education Tax Benefit per Full-Time Recipient, by Income within Sectors 2011–12", "axis": {"x": {"type": "category", "categories": ["Public four-year", "Private four-year", "Public two-year", "For-profit"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/04/04_0911.json: -------------------------------------------------------------------------------- 1 | {"series": "Pell-Grant", "title": "All", "data": {"labels": {"format": "$s"}, "columns": [["Pell-Grant", 4400]], "type": "bar"}, "axis": {"rotated": true, "x": {"categories": "All (49%)", "type": "category"}, "y": {"tick": {"format": "$s"}}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study, 2012. "}} -------------------------------------------------------------------------------- /graph-json/04/04_0912.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["Less than $30,000 (91%)", "$30,000 - $64,999 (64%)", "$65,000 - $105,999 (7%)", "$106,000 or higher (0%)"], "type": "category"}, "y": {"tick": {"format": "$s"}}, "rotated": true}, "series": "Pell-Grant", "data": {"type": "bar", "columns": [["Pell-Grant", "5200", "3400", "1900", "null"]], "labels": {"format": "$s"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study, 2012. "}, "title": "Dependent students' family income"} -------------------------------------------------------------------------------- /graph-json/04/04_0913.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Independent (72%)", "Dependent (39%)"]}, "y": {"tick": {"format": "$s"}}, "rotated": true}, "metadata": {"source": "National Postsecondary Student Aid Study, 2012. ", "notes": null}, "series": "Pell-Grant", "title": "Dependency status", "data": {"columns": [["Pell-Grant", 4500, 4300]], "type": "bar", "labels": {"format": "$s"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0921.json: -------------------------------------------------------------------------------- 1 | {"title": "All", "metadata": {"source": "National Postsecondary Student Aid Study, 2012. ", "notes": null}, "data": {"columns": [["Pell-Grant", 2200]], "type": "bar", "labels": {"format": "$s"}}, "axis": {"rotated": true, "y": {"tick": {"format": "$s"}}, "x": {"type": "category", "categories": "All (49%)"}}, "series": "Pell-Grant"} -------------------------------------------------------------------------------- /graph-json/04/04_0922.json: -------------------------------------------------------------------------------- 1 | {"series": "Pell-Grant", "data": {"type": "bar", "columns": [["Pell-Grant", 4800, 2200, 100, 0]], "labels": {"format": "$s"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study, 2012. "}, "title": "Dependent students' family income", "axis": {"rotated": true, "y": {"tick": {"format": "$s"}}, "x": {"categories": ["Less than $30,000 (91%)", "$30,000 - $64,999 (64%)", "$65,000 - $105,999 (7%)", "$106,000 or higher (0%)"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/04/04_0923.json: -------------------------------------------------------------------------------- 1 | {"series": "Pell-Grant", "title": "Dependency status", "data": {"labels": {"format": "$s"}, "type": "bar", "columns": [["Pell-Grant", 3300, 1700]]}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study, 2012. "}, "axis": {"y": {"tick": {"format": "$s"}}, "rotated": true, "x": {"categories": ["Independent (72%)", "Dependent (39%)"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/04/04_2211.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": "Total"}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Employer aid", "data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Employer aid", 0.06]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0010.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["All families", "White", "Hispanic", "Black", "Asian", "West", "South", "Midwest", "Northeast", "25 to 34 years", "35 to 44 years", "45 to 54 years", "55 to 64 years"]}, "rotated": true, "y": {"tick": {"format": "dollar"}}}, "metadata": {"source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01", "notes": null}, "series": "Income", "title": "Median Total Income of Families by Race/Ethnicity, Geographical Region, and Age, 2015", "data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Income", 70697, 80527, 47328, 45781, 90847, 72399, 62544, 73535, 80482, 56775, 76780, 85748, 83813]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0011.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"label": "All", "type": "category", "categories": "All families"}, "y": {"max": 100000, "tick": {"format": "dollar"}}, "rotated": true}, "title": "Median Total Income of Families by Race/Ethnicity, Geographical Region, and Age, 2015", "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Income", 70697]]}, "metadata": {"source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01", "notes": null}, "series": "Income"} -------------------------------------------------------------------------------- /graph-json/05/05_0012.json: -------------------------------------------------------------------------------- 1 | {"title": "Median Total Income of Families by Race/Ethnicity, Geographical Region, and Age, 2015", "data": {"columns": [["Income", 80527, 47328, 45781, 90847]], "type": "bar", "labels": {"format": "dollar"}}, "series": "Income", "metadata": {"notes": null, "source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01"}, "axis": {"rotated": true, "x": {"type": "category", "label": "Race", "categories": ["White", "Hispanic", "Black", "Asian"]}, "y": {"max": 100000, "tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/05/05_0013.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Income", 72399, 62544, 73535, 80482]]}, "axis": {"y": {"max": 100000, "tick": {"format": "dollar"}}, "x": {"categories": ["West", "South", "Midwest", "Northeast"], "label": "Geographical region", "type": "category"}, "rotated": true}, "metadata": {"source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01", "notes": null}, "title": "Median Total Income of Families by Race/Ethnicity, Geographical Region, and Age, 2015", "series": "Income"} -------------------------------------------------------------------------------- /graph-json/05/05_0014.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01", "notes": null}, "title": "Median Total Income of Families by Race/Ethnicity, Geographical Region, and Age, 2015", "data": {"labels": {"format": "dollar"}, "columns": [["Income", 56775, 76780, 85748, 83813]], "type": "bar"}, "axis": {"rotated": true, "y": {"tick": {"format": "dollar"}, "max": 100000}, "x": {"label": "Age", "type": "category", "categories": ["25 to 34 years", "35 to 44 years", "45 to 54 years", "55 to 64 years"]}}, "series": "Income"} -------------------------------------------------------------------------------- /graph-json/05/05_0020.json: -------------------------------------------------------------------------------- 1 | {"series": "Median Income", "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Less than high school", "High school or equivalent", "Some college, no degree", "Associate degree", "Bachelor's degree", "Master's degree", "Professional degree", "Doctorate degree"]}, "rotated": true}, "data": {"type": "bar", "columns": [["Median Income", 33939, 52906, 64043, 75399, 103224, 120489, 162488, 143776]], "labels": {"format": "dollar"}}, "metadata": {"source": "U.S. Census Bureau, Current Population Survey, 2016 Annual Social and Economic Supplement, Table FINC-01", "notes": null}, "title": "Median Total Income of Families by Education Level, 2015"} -------------------------------------------------------------------------------- /graph-json/05/05_0030.json: -------------------------------------------------------------------------------- 1 | {"title": "Median family Income by state, families with children ages 15 to 17", "axis": {"x": {"type": "category", "categories": ["Mississippi", "District of Columbia", "New Mexico", "Arkansas", "Alabama", "Florida", "South Carolina", "Tennessee", "Kentucky", "Louisiana", "Oklahoma", "North Carolina", "West Virginia", "Arizona", "Idaho", "Georgia", "Nevada", "Montana", "Missouri", "Maine", "Oregon", "Texas", "Indiana", "Ohio", "Michigan", "US Total ", "California", "New York", "South Dakota", "Iowa", "Wisconsin", "Pennsylvania", "North Dakota", "Nebraska", "Wyoming", "Kansas", "Vermont", "Illinois", "Washington", "Colorado", "Utah", "Delaware", "Rhode Island", "Hawaii", "New Hampshire", "Minnesota", "Virginia", "Massachusetts", "Connecticut", "New Jersey", "Alaska", "Maryland"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "metadata": {"notes": null, "source": "ACS 5 year sample"}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Median Income", 47580, 52633, 55500, 55896, 55900, 57933, 59722, 60002, 60600, 61000, 61054, 61693, 61707, 61785, 63796, 64318, 65151, 65260, 65265, 65477, 66949, 67023, 67700, 69065, 69875, 70581, 71667, 73178, 73838, 74195, 74195, 74241, 74739, 75000, 75033, 75788, 77530, 78000, 79231, 79268, 79581, 79634, 81200, 82630, 83160, 85266, 85680, 91473, 91771, 95481, 96961, 97571]]}, "series": "Median Income"} -------------------------------------------------------------------------------- /graph-json/05/05_0050.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "line", "columns": [["Median Income", 55669, 76393, 85748]], "labels": {"format": "dollar"}}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Ages 25 to 34 (1995) ", "Ages 35 to 44 (2005) ", "Ages 45 to 54 (2015) "]}}, "metadata": {"notes": null, "source": "US Census Bureau, Historical Income Tables: Families, table F-11."}, "series": "Median Income", "title": "Median Incomes Over Time of Families Ages 45 to 54 "} -------------------------------------------------------------------------------- /graph-json/05/05_0070.json: -------------------------------------------------------------------------------- 1 | {"series": "Federal minimum wage", "title": "Federal Minimum Wage, 1946–2016", "data": {"type": "line", "columns": [["Federal minimum wage", 5.2, 4.37, 4.02, 4, 7.6, 6.96, 6.8, 6.75, 6.7, 6.72, 8.89, 8.58, 8.28, 8.25, 8.11, 9.23, 9.11, 9.81, 9.68, 9.52, 9.26, 10.12, 11.13, 10.55, 9.94, 9.55, 9.22, 8.78, 9.97, 9.5, 9.81, 9.17, 9.92, 9.83, 9.16, 9, 8.45, 8.13, 7.77, 7.5, 7.38, 7.11, 6.84, 6.51, 7.05, 7.52, 7.29, 7.06, 6.9, 6.69, 7.27, 7.69, 7.58, 7.41, 7.19, 6.97, 6.85, 6.7, 6.55, 6.33, 6.12, 6.77, 7.3, 8.13, 7.96, 7.71, 7.54, 7.46, 7.32, 7.33, 7.25]], "labels": {"format": "$,.2f"}}, "axis": {"x": {"type": "category", "categories": [1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016]}, "rotated": false, "y": {"label": "2016 dollars", "tick": {"format": "$,.2f"}}}, "metadata": {"notes": null, "source": "\\“History of Federal Minimum Wage Rates under the Fair Labor Standards Act, 1938–2009,\\” USDOL, Wage and Hour Division."}} -------------------------------------------------------------------------------- /graph-json/05/05_0080.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "x": {"categories": ["United States", "Maine", "New Mexico", "Missouri", "Arkansas", "Arizona", "Florida", "Montana", "Ohio", "Delaware", "Illinois", "Maryland", "Nevada", "Colorado", "New Jersey", "Hawaii", "Michigan", "South Dakota", "West Virginia", "Minnesota", "Nebraska", "New York", "Oregon", "Washington", "Connecticut", "Rhode Island", "Vermont", "Alaska", "California", "Massachusetts", "Districut of Columbia"], "type": "category"}, "y": {"tick": {"format": "dollar"}}}, "series": "State minimum wage", "title": "State Minimum Wages Higher than the Federal Minimum Wage, January 1, 2016", "data": {"labels": {"format": "dollar"}, "columns": [["State minimum wage", 7.25, 7.5, 7.5, 7.65, 8, 8.05, 8.05, 8.05, 8.1, 8.25, 8.25, 8.25, 8.25, 8.31, 8.38, 8.5, 8.5, 8.55, 8.75, 9, 9, 9, 9.25, 9.47, 9.6, 9.6, 9.6, 9.75, 10, 10, 10.5]], "type": "bar"}, "metadata": {"source": "United States Department of Labor, Wage and Hour Division. https://www.dol.gov/whd/minwage/america.htm#Consolidated. ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/05/05_0090.json: -------------------------------------------------------------------------------- 1 | {"title": "Distribution of Hours Worked, Full-Time Full-Year Undergraduates, 2011–12", "axis": {"x": {"categories": ["Dependent", "Independent"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"columns": [["No work", 0.39, 0.36], ["1–5", 0.04, 0.02], ["6–10", 0.11, 0.05], ["11–15", 0.1, 0.05], ["16–20", 0.12, 0.09], ["21–30", 0.14, 0.14], ["31–40", 0.08, 0.24], ["41 or more", 0.02, 0.07]], "type": "bar", "labels": {"format": "percent"}, "groups": [["No work", "1–5", "6–10", "11–15", "16–20", "21–30", "31–40", "41 or more"]]}, "series": ["No work", "1–5", "6–10", "11–15", "16–20", "21–30", "31–40", "41 or more"]} -------------------------------------------------------------------------------- /graph-json/05/05_0100.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["Dependent students", "Independent students"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "title": "Distribution of earnings, Full-Time Full-Year Undergraduates, 2011–12", "series": ["No earnings", "$1–$2,999", "$3,000–$5,999", "$6,000–$8,999", "$9,000–$11,999", "$12,000–$14,999", "$15,000 or more"], "data": {"type": "bar", "columns": [["No earnings", 0.39, 0.36], ["$1–$2,999", 0.27, 0.12], ["$3,000–$5,999", 0.16, 0.12], ["$6,000–$8,999", 0.09, 0.09], ["$9,000–$11,999", 0.04, 0.07], ["$12,000–$14,999", 0.02, 0.05], ["$15,000 or more", 0.03, 0.19]], "groups": [["No earnings", "$1–$2,999", "$3,000–$5,999", "$6,000–$8,999", "$9,000–$11,999", "$12,000–$14,999", "$15,000 or more"]], "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0110.json: -------------------------------------------------------------------------------- 1 | {"title": "Percentage of Undergraduate Students Participating in Federal Work-Study, 2011–12", "series": ["Total", "Public four-year", "Private nonprofit four-year", "Public two-year", "For-profit"], "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"type": "bar", "sets": {"set5": [["For-profit", 0.013, 0.026, 0.0194, 0.0355, 0.0277, 0.0281, 0.0104]], "set1": [["Total", 0.05, 0.09, 0.11, 0.1, 0.09, 0.06, 0.02]], "set3": [["Private nonprofit four-year", 0.0184, 0.0231, 0.0373, 0.0209, 0.0157, 0.0125, 0.0151]], "set4": [["Public two-year", 0.2293, 0.3048, 0.4292, 0.409, 0.3205, 0.1691, 0.0685]], "set2": [["Public four-year", 0.0585, 0.0703, 0.1331, 0.0844, 0.0536, 0.0337, 0.0334]]}, "labels": {"format": "percent"}}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["All Undergraduates", "All Dependent students", "Less than $30,000", "$30,000–64,999", "$65,000–105,999", "$106,000 or more", "Independent Students"]}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/05/05_0120.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": false, "x": {"type": "category", "categories": ["All undergraduates", "Dependent", "Independent"]}, "y": {"tick": {"format": "percent"}}}, "data": {"type": "bar", "columns": [["With debt", 0.57, 0.53, 0.6], ["Borrowed in 2011–2012", 0.43, 0.44, 0.41]], "labels": {"format": "percent"}}, "series": ["With debt", "Borrowed in 2011–2012"], "title": "Percentage of undergraduates with debt and percentage borrowing for the current year, 2011-12", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Includes both federal and non-federal student borrowing and debt. Estimates of the percentage of undergraduates borrowing federal student loans in NPSAS is slightly higher than suggested by the number of borrowers in the Department of Education’s Federal Student Aid Data Center."}} -------------------------------------------------------------------------------- /graph-json/05/05_0131.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "x": {"label": "All", "categories": "All Undergraduates (43%)", "type": "category"}, "y": {"max": 10000, "tick": {"format": "dollar"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Note: Includes both federal and non-federal student borrowing. "}, "series": ["Average per borrower", "Average per student"], "data": {"columns": [["Average per borrower", 7100], ["Average per student", 3000]], "labels": {"format": "dollar"}, "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/05/05_0132.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "dollar"}, "type": "bar", "columns": [["Average per borrower", 6700, 7500], ["Average per student", 3000, 3100]]}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Note: Includes both federal and non-federal student borrowing. "}, "series": ["Average per borrower", "Average per student"], "axis": {"y": {"tick": {"format": "dollar"}, "max": 10000}, "x": {"label": "Dependency status", "type": "category", "categories": ["Dependent (44%)", "Independent (41%)"]}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/05/05_0133.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Note: Includes both federal and non-federal student borrowing. "}, "axis": {"y": {"max": 10000, "tick": {"format": "dollar"}}, "rotated": true, "x": {"label": "Dependent Student's Parent Income", "categories": ["Less than $30,000 (45%)", "$30,000-$64,999 (48%)", "$65,000-$105,999 (45%)", "$106,000 or more (38%)"], "type": "category"}}, "data": {"labels": {"format": "dollar"}, "columns": [["Average per borrower", 6000, 6400, 7000, 7400], ["Average per student", 2700, 3100, 3100, 2800]], "type": "bar"}, "series": ["Average per borrower", "Average per student"]} -------------------------------------------------------------------------------- /graph-json/05/05_0134.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Average per borrower", 8100, 5900, 7100, 5000], ["Average per student", 4700, 2700, 2600, 1000]], "labels": {"format": "dollar"}, "type": "bar"}, "series": ["Average per borrower", "Average per student"], "axis": {"rotated": true, "x": {"categories": ["Full-time full year (58%)", "Full-time part year (46%) ", "Part-time full year (36%)", "Part-time part year (21%)"], "type": "category", "label": "All"}, "y": {"max": 10000, "tick": {"format": "dollar"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": "Note: Includes both federal and non-federal student borrowing. "}} -------------------------------------------------------------------------------- /graph-json/05/05_0140.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "line", "labels": {"format": "dollar"}, "columns": [["$ Average per borrower", 6161.4063, 6091.6203, 6156.8921, 6202.4105, 6163.8584, 6062.1805, 5850.1691, 6201.403, 7361.7102, 7506.2972, 6916.7955, 6608.7081, 6616.4249, 6928.6475, 6695.5124, 6609.1837], ["$ Average per student", 1355.4549, 1406.1347, 1501.5627, 1644.2829, 1708.1365, 1716.5011, 1658.0905, 1800.2751, 2267.6044, 2566.7969, 2545.4214, 2492.1757, 2434.6206, 2312.3217, 2157.5189, 1995.4683]]}, "series": ["$ Average per borrower", "$ Average per student"], "metadata": {"source": "IPEDS and Baum et al. (2016).", "notes": "Based on 12-month headcount of undergraduates."}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": [2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015]}}, "title": "Average Federal Loans per Undergraduate Student and per Undergraduate Borrower, with Percentage of Undergraduates Borrowing, 2001-02 to 2015-16"} -------------------------------------------------------------------------------- /graph-json/05/05_0150.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Percentage of students borrowing federal loans", 0.24, 0.47, 0.56, 0.63, 0.39], ["Average amount borrowed (in $100s)", 56.09, 69.08, 75.21, 78.62, 67.78]]}, "title": "Share of All Undergraduates Borrowing Federal Loans and Average Amount Borrowed by Sector in 2013-14", "metadata": {"source": "Integrated Postsecondary Education Data System", "notes": "All undergraduates is a 12-month headcount of undergraduates, regardless of how long they are enrolled, in institutions eligible for federal student aid."}, "series": ["Percentage of students borrowing federal loans", "Average amount borrowed (in $100s)"], "axis": {"x": {"type": "category", "categories": ["Public two-year", "Public four-year", "Private nonprofit", "For profit", "Total"]}, "y": {"tick": {"format": "percent"}}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/05/05_0151.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": "All undergraduates is a 12-month headcount of undergraduates, regardless of how long they are enrolled, in institutions eligible for federal student aid.", "source": "Integrated Postsecondary Education Data System"}, "series": "Percentage of students borrowing federal loans", "data": {"type": "bar", "columns": [["Percentage of students borrowing federal loans", 0.24, 0.47, 0.56, 0.63, 0.39]], "labels": {"format": "percent"}}, "title": "Share of All Undergraduates Borrowing Federal Loans and Average Amount Borrowed by Sector in 2013-14", "axis": {"rotated": false, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Public two-year", "Public four-year", "Private nonprofit", "For profit", "Total"]}}} -------------------------------------------------------------------------------- /graph-json/05/05_0152.json: -------------------------------------------------------------------------------- 1 | {"title": "Share of All Undergraduates Borrowing Federal Loans and Average Amount Borrowed by Sector in 2013-14", "series": "Average amount in federal loans", "axis": {"rotated": false, "x": {"type": "category", "categories": ["Public two-year", "Public four-year", "Private nonprofit", "For profit", "Total"]}, "y": {"tick": {"format": "dollar"}}}, "metadata": {"notes": "All undergraduates is a 12-month headcount of undergraduates, regardless of how long they are enrolled, in institutions eligible for federal student aid.", "source": "Integrated Postsecondary Education Data System"}, "data": {"columns": [["Average amount in federal loans", 56090, 69080, 75210, 78620, 67780]], "type": "bar", "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0160.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Baum et al, Trends in Student Aid 2016, The College Board", "notes": null}, "series": "Loan amount", "axis": {"rotated": false, "x": {"type": "category", "categories": ["2000-01", "2005-6", "2010-11", "2015-16"]}, "y": {"tick": {"format": "dollar"}}}, "data": {"labels": {"format": "dollar"}, "columns": [["Loan amount", 10600, 13200, 14000, 15300]], "type": "bar"}, "title": "Average Annual Parent PLUS Loan per Borrower and Percentage of Dependent Students’ Parents Borrowing, 2000-01 to 2015-16"} -------------------------------------------------------------------------------- /graph-json/05/05_0171.json: -------------------------------------------------------------------------------- 1 | {"series": "Loans borrowed", "axis": {"y": {"tick": {"format": "dual_$_%"}, "max": 17000}, "x": {"categories": "All full-time dependent students", "label": "All full-time dependent students", "type": "category"}, "rotated": true}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"labels": {"format": "dual_$_%"}, "type": "bar", "columns": [["Loans borrowed", 12800]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0172.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"rotated": true, "x": {"categories": ["Less than $30,000", "$30,000-$64,999", "$65,000-$105,999", "$106,000 or more"], "type": "category", "label": "Family income"}, "y": {"max": 17000, "tick": {"format": "dual_$_%"}}}, "data": {"labels": {"format": "dual_$_%"}, "type": "bar", "columns": [["Loans borrowed", 8800, 10900, 12800, 16100]]}, "series": "Loans borrowed"} -------------------------------------------------------------------------------- /graph-json/05/05_0173.json: -------------------------------------------------------------------------------- 1 | {"series": "Loans borrowed", "axis": {"y": {"tick": {"format": "dollar"}, "max": 17000}, "rotated": true, "x": {"type": "category", "categories": ["Public four-year (14%) ", "Private nonprofit four-year (20%)", "Public two-year (11%)", "For-profit (35%)"], "label": "Institution"}}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Loans borrowed", 11719.957, 15020.3018, 6757.1875, 12444.3311]]}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/05/05_0181.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "dollar"}, "max": 17000}, "x": {"label": "All full-time dependent students", "type": "category", "categories": "All full-time dependent students (69%)"}, "rotated": true}, "data": {"type": "bar", "columns": [["Loans borrowed", 0.13]], "labels": {"format": "dollar"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "series": "Loans borrowed"} -------------------------------------------------------------------------------- /graph-json/05/05_0182.json: -------------------------------------------------------------------------------- 1 | {"axis": {"rotated": true, "y": {"tick": {"format": "dollar"}, "max": 17000}, "x": {"type": "category", "categories": ["Less than $30,000", "$30,000-64,000", "$65,000-105,999", "$106,000 or more"], "label": "Family income"}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Loans borrowed", 0.09, 0.13, 0.16, 0.14]]}, "series": "Loans borrowed"} -------------------------------------------------------------------------------- /graph-json/05/05_0183.json: -------------------------------------------------------------------------------- 1 | {"series": "Loans borrowed", "axis": {"x": {"type": "category", "label": "Sector", "categories": ["Public four-year (82%)", "Private four-year (85%)", "Public Two-year (59%) ", "For-profit (20%) "]}, "y": {"max": 17000, "tick": {"format": "dollar"}}, "rotated": true}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "data": {"type": "bar", "columns": [["Loans borrowed", 0.14, 0.19, 0.02, 0.34]], "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0190.json: -------------------------------------------------------------------------------- 1 | {"series": ["Average years enrolled", "Average years elasped"], "axis": {"y": {"tick": {"format": "number"}}, "x": {"categories": ["Public two-year", "Public four-year", "Four-year private nonprofit ", "Four-year private for-profit", "Total bachelor's "], "type": "category"}, "rotated": false}, "title": "Average Number of Years Enrolled and Average Number of Years Elapsed Between First Enrollment and Degree Completion, 2014–15 College Graduates", "metadata": {"source": "Shapiro, D., Dundar, A., Wakhungu, P.K., Yuan, X., Nathan, A, & Hwang, Y. (2016, September). Time to Degree: A National View of the Time Enrolled and Elapsed for Associate and Bachelor’s Degree Earners (Signature Report No. 11). Herndon, VA: National Student Clearinghouse Research Center.", "notes": null}, "data": {"type": "bar", "labels": {"format": "number"}, "columns": [["Average years enrolled", 3.4, 5.2, 4.8, 5.8, 5.1], ["Average years elasped", 5.6, 5.6, 5.4, 8.8, 5.7]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0200.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["All sectors", "Private nonprofit four-year", "Public four-year", "For profit"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "data": {"groups": [["4 years or less", "5 years", "6 to 7 years", "8 years or more"]], "labels": {"format": "percent"}, "type": "bar", "columns": [["4 years or less", 0.45, 0.61, 0.39, 0.36], ["5 years", 0.25, 0.2, 0.29, 0.19], ["6 to 7 years", 0.18, 0.11, 0.22, 0.14], ["8 years or more", 0.12, 0.08, 0.11, 0.3]]}, "title": "Time Between First Postsecondary Enrollment and Degree Completion, Among 2011–12 Bachelor’s Degree Recipients, by Sector ", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "series": ["4 years or less", "5 years", "6 to 7 years", "8 years or more"]} -------------------------------------------------------------------------------- /graph-json/05/05_0210.json: -------------------------------------------------------------------------------- 1 | {"series": ["2 years or less", "3 years", "4 to 5 years", "6 years or more"], "axis": {"rotated": true, "x": {"categories": ["All Sectors", "Public two-year", "For-profit "], "type": "category"}, "y": {"tick": {"format": "percent"}}}, "data": {"groups": [["2 years or less", "3 years", "4 to 5 years", "6 years or more"]], "columns": [["2 years or less", 0.25, 0.23, 0.33], ["3 years", 0.2, 0.19, 0.26], ["4 to 5 years", 0.26, 0.27, 0.18], ["6 years or more", 0.29, 0.3, 0.23]], "labels": {"format": "percent"}, "type": "bar"}, "title": "Time Between First Postsecondary Enrollment and Degree Completion, Among 2011–12 Associate's Degree Recipients, by Sector ", "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/05/05_0220.json: -------------------------------------------------------------------------------- 1 | {"title": "Tuition and Fees and Room and Board over four, five, and six years, 2015–16 prices", "metadata": {"source": "IPEDS and Ma et al. (2016)", "notes": null}, "series": ["4 years", "5 years", "6 years"], "axis": {"rotated": false, "x": {"type": "category", "categories": ["Tuition and fees", "On-campus room and board", "Total", "Tuition and fees", "On-campus room and board", "Total"]}, "y": {"tick": {"format": "dollar"}}}, "data": {"groups": [["4 years", "5 years", "6 years"]], "type": "bar", "labels": {"format": "dollar"}, "columns": [["4 years", 386000, 41760, 80360, 133920, 47560, 181480], ["5 years", 48250, 52200, 100450, 167400, 59450, 226850], ["6 years", 57900, 62640, 120540, 200880, 71340, 272220]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0221.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "Baum et al., Trends in Student Aid 2016."}, "data": {"columns": [["4 years", 38600, 41760, 80360], ["5 years", 48250, 52200, 100450], ["6 years", 57900, 62640, 120540]], "type": "bar", "labels": {"format": "percent"}, "groups": [["4 years", "5 years", "6 years"]]}, "axis": {"rotated": true, "y": {"tick": {"format": "percent"}}, "x": {"categories": ["Tuition and fees", "On-campus room and board", "Total"], "type": "category", "label": "Public four-year in-state"}}, "series": ["4 years", "5 years", "6 years"]} -------------------------------------------------------------------------------- /graph-json/05/05_0222.json: -------------------------------------------------------------------------------- 1 | {"series": ["4 years", "5 years", "6 years"], "metadata": {"source": "Baum et al., Trends in Student Aid 2016.", "notes": null}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"label": "Public four-year in-state", "type": "category", "categories": ["Tuition and fees", "On-campus room and board", "Total"]}}, "data": {"type": "bar", "groups": [["4 years", "5 years", "6 years"]], "labels": {"format": "percent"}, "columns": [["4 years", 133920, 47560, 181480], ["5 years", 167400, 59450, 226850], ["6 years", 200880, 71340, 272220]]}} -------------------------------------------------------------------------------- /graph-json/05/05_0230.json: -------------------------------------------------------------------------------- 1 | {"series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"], "title": "Distribution of Cumulative Debt Among 2011-12 Bachelor’s Degree Recipients, by Time Between First Postsecondary Enrollment and Degree Completion", "data": {"type": "bar", "labels": {"format": "percent"}, "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]], "columns": [["No debt", 0.24, 0.22, 0.26, 0.28, 0.36], ["Less than $10,000", 0.06, 0.11, 0.12, 0.11, 0.11], ["$10,000–$19,999", 0.1, 0.12, 0.12, 0.13, 0.14], ["$20,000–$29,999", 0.15, 0.13, 0.19, 0.19, 0.19], ["$30,000–$39,000", 0.14, 0.12, 0.16, 0.13, 0.09], ["$40,000 or More", 0.31, 0.28, 0.16, 0.16, 0.1]]}, "axis": {"rotated": true, "x": {"type": "category", "categories": ["10 or more years (18%) ", "7 to 9 years (11%) ", "6 years (9%) ", "5 years (21%) ", "4 or fewer years (40%) "]}, "y": {"tick": {"format": "percent"}}}, "metadata": {"source": "National Postsecondary Student Aid Study 2012", "notes": null}} -------------------------------------------------------------------------------- /graph-json/05/05_0240.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "IPUMS 5-year 2014 ACS"}, "series": "Forgone earnings", "title": "Forgone Earnings for Taking four, five, and six years to Earn a Bachelor’s Degree", "data": {"columns": [["Forgone earnings", 76000, 104000, 136000]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"x": {"categories": ["4 years", "5 years", "6 years"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/05/05_0250.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "United States Bureau of Economic Analysis", "notes": null}, "title": "Personal Savings Rate, 1959 - 2015 ", "axis": {"rotated": false, "x": {"categories": [1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015], "type": "category"}, "y": {"tick": {"format": "percent"}}}, "series": "Personal savings rate", "data": {"columns": [["Personal savings rate", 0.103, 0.101, 0.113, 0.111, 0.106, 0.115, 0.113, 0.111, 0.122, 0.112, 0.107, 0.126, 0.133, 0.121, 0.131, 0.129, 0.13, 0.111, 0.102, 0.102, 0.098, 0.106, 0.112, 0.115, 0.095, 0.107, 0.086, 0.082, 0.073, 0.078, 0.078, 0.078, 0.082, 0.089, 0.073, 0.063, 0.064, 0.059, 0.057, 0.062, 0.044, 0.042, 0.043, 0.05, 0.048, 0.046, 0.026, 0.033, 0.03, 0.049, 0.061, 0.056, 0.06, 0.076, 0.05, 0.056, 0.058]], "type": "line", "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0260.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "$.2s"}, "type": "line", "columns": [["Total EFC", 5000, 5000, 5000, 5101.52, 5665.52, 6229.52, 6793.52, 7357.52, 7921.52, 8485.52, 9049.52]]}, "series": "Total EFC", "title": "Effect of Savings on Expected Family Contribution", "metadata": {"source": "Estimates based on federal methodology formula for EFC.", "notes": null}, "axis": {"x": {"type": "category", "categories": ["0", "$10k", "$20k", "$30k", "$40k", "$50k", "$60k", "$70k", "$80k", "$90k", "$100k"], "label": "Savings"}, "y": {"tick": {"format": "$.2s"}}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/05/05_0270.json: -------------------------------------------------------------------------------- 1 | {"series": ["All Families", "Family with head age 45–54", "Single with children", "Couple with children"], "title": "Median Net Worth of Families by Family Type, 1989–2013", "metadata": {"notes": null, "source": "Survey of Consumer Finance, 1989-2013 surveys."}, "data": {"columns": [["All Families", 86677.2252, 81296.1628, 87753.9557, 101950.0506, 114216.4312, 114013.9879, 133813.7719, 82191.6684, 81200], ["Family with head age 45–54", 182410.2799, 128595.7484, 144080.4567, 150152.3758, 177523.4601, 177817.7341, 205158.9256, 125360.9018, 105300], ["Single with children", 13306.525, 13959.9471, 18218.8143, 22892.5497, 17409.4329, 25594.9769, 25852.9095, 16480.865, 14000], ["Couple with children", 114583.9651, 99361.9767, 100051.6554, 123847.2721, 149826.635, 149651.0131, 156227.0239, 92186.5156, 92400]], "labels": {"format": "$.2s"}, "type": "line"}, "axis": {"rotated": false, "y": {"tick": {"format": "$.2s"}}, "x": {"categories": [1989, 1992, 1995, 1998, 2001, 2004, 2007, 2010, 2013], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0280.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [["Lowest quintile", 0, -7086, -10668, -8661, 8073], ["Second quintile", 464, 2413, 9613, 34732, 127339], ["Third quintile", 4825, 24288, 58253, 113620, 292796], ["Fourth quintile", 54000, 110574, 154325, 266776, 565936], ["Highest quintile", 242200, 337795, 447555, 684326, 1309350]]}, "series": ["Lowest quintile", "Second quintile", "Third quintile", "Fourth quintile", "Highest quintile"], "axis": {"x": {"type": "category", "categories": ["Lowest income quintile", "Second income quintile", "Third income quintile", "Fourth income quintile", "Highest income quintile"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "title": "Distribution of Net Worth by Family Income Groups", "metadata": {"notes": null, "source": "United States Census Bureau "}} -------------------------------------------------------------------------------- /graph-json/05/05_0290.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["White non-Hispanic", 131401.9342, 114471.5666, 116296.7648, 136217.7804, 161960.4822, 172674.2459, 156448.9373, 138758.2501, 142000], ["Non-white or Hispanic", 12382.4608, 19708.1607, 23988.1055, 23603.4985, 23740.1358, 30371.073, 31400.7442, 21690.9448, 18100]], "labels": {"format": "$.2s"}, "type": "line"}, "title": "Median Net Worth of Families by Race and Ethnicity, 1989–2013", "metadata": {"source": "Survey of Consumer Finances, 1989-2013 survey", "notes": null}, "axis": {"rotated": false, "y": {"tick": {"format": "$.2s"}}, "x": {"categories": [1989, 1992, 1995, 1998, 2001, 2004, 2007, 2010, 2013], "type": "category"}}, "series": ["White non-Hispanic", "Non-white or Hispanic"]} -------------------------------------------------------------------------------- /graph-json/05/05_0300.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": [1989, 1992, 1995, 1998, 2001, 2004, 2007, 2010, 2013]}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "data": {"type": "line", "labels": {"format": "dollar"}, "columns": [["No high school diploma", 44539.8961, 30711.8837, 34463.9238, 30002.0372, 33631.8591, 25227.5849, 36837.6221, 17118.8339, 17200], ["High school diploma", 68011.1277, 63066.1142, 78796.372, 76924.6547, 76627.8828, 84132.7709, 89320.138, 60288.0673, 52500], ["Some college", 85013.9096, 94763.4059, 53138.2085, 105078.2251, 96675.1087, 84867.5549, 93980.3191, 54121.0339, 46900], ["Bachelor's Degree or Higher", 205142.2601, 162263.8562, 158503.6847, 208165.7938, 282111.9474, 276891.1135, 316226.5754, 207552.5703, 219400]]}, "series": ["No high school diploma", "High school diploma", "Some college", "Bachelor's Degree or Higher"], "metadata": {"notes": null, "source": "Survey of Consumer Finances, 1989–2013 surveys"}, "title": "Median Net Worth of Families by Parents’ Highest Educational Attainment 1989–2013"} -------------------------------------------------------------------------------- /graph-json/05/05_0311.json: -------------------------------------------------------------------------------- 1 | {"series": "Accounts in millions", "metadata": {"source": null, "notes": null}, "axis": {"y": {"tick": {"format": "number"}}, "rotated": false, "x": {"type": "category", "categories": [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015]}}, "title": "Number of 529 College Savings Accounts and Average Account Size ", "data": {"columns": [["Accounts in millions", 2.7766, 3.8394, 4.9685, 6.0267, 7.536, 8.6994, 9.8129, 10.1153, 10.1601, 10.7434, 11.104, 11.5962, 12.108, 12.5409]], "type": "bar", "groups": ["Accounts in millions"], "labels": {"format": "number"}}} -------------------------------------------------------------------------------- /graph-json/05/05_0312.json: -------------------------------------------------------------------------------- 1 | {"title": "Number of 529 College Savings Accounts and Average Account Size ", "metadata": {"notes": null, "source": null}, "series": "Average account size in thousands", "data": {"groups": ["Average account size in thousands"], "labels": {"format": "dollar"}, "type": "bar", "columns": [["Average account size in thousands", 12.7, 15.3, 16.2, 16.5, 16.4, 16.8, 12, 14.4, 16.7, 16.1, 17.7, 19.9, 20.6, 20.2]]}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"categories": [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015], "type": "category"}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/05/05_0320.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "columns": [["Percentage", 0.0033, 0.0227, 0.0058, 0.0103, 0.0255, 0.0334, 0.0462, 0.0896, 0.0532, 0.0665, 0.0645, 0.0797, 0.0719, 0.0805]], "type": "line"}, "series": "Percentage", "title": "Number of College Savings Plan Withdrawals as a Percentage of All Postsecondary Students", "metadata": {"notes": null, "source": "College Savings Plans Networks, Digest of Education Statistics. "}, "axis": {"x": {"categories": [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/05/05_1510.json: -------------------------------------------------------------------------------- 1 | {"title": "Share of All Undergraduates Borrowing Federal Loans and Average Amount Borrowed by Sector in 2013-14", "metadata": {"notes": "All undergraduates is a 12-month headcount of undergraduates, regardless of how long they are enrolled, in institutions eligible for federal student aid.", "source": "Integrated Postsecondary Education Data System"}, "axis": {"x": {"categories": ["Public two-year", "Public four-year", "Private nonprofit", "For profit", "Total"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "percent"}}}, "data": {"columns": [["Percentage of students borrowing federal loans", 0.24, 0.47, 0.56, 0.63, 0.39]], "type": "bar", "labels": {"format": "percent"}}, "series": "Percentage of students borrowing federal loans"} -------------------------------------------------------------------------------- /graph-json/05/05_1520.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Public two-year", "Public four-year", "Private nonprofit", "For profit", "Total"]}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "data": {"columns": [["Average amount in federal loans", 56090, 69080, 75210, 78620, 67780]], "type": "bar", "labels": {"format": "dollar"}}, "title": "Share of All Undergraduates Borrowing Federal Loans and Average Amount Borrowed by Sector in 2013-14", "series": "Average amount in federal loans", "metadata": {"notes": "All undergraduates is a 12-month headcount of undergraduates, regardless of how long they are enrolled, in institutions eligible for federal student aid.", "source": "Integrated Postsecondary Education Data System"}} -------------------------------------------------------------------------------- /graph-json/05/05_3110.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": null, "notes": null}, "series": "Accounts in millions", "axis": {"rotated": false, "x": {"type": "category", "categories": [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015]}, "y": {"tick": {"format": "number"}, "label": "In millions"}}, "title": "Number of 529 College Savings Accounts", "data": {"labels": {"format": "number"}, "type": "bar", "columns": [["Accounts in millions", 2.7766, 3.8394, 4.9685, 6.0267, 7.536, 8.6994, 9.8129, 10.1153, 10.1601, 10.7434, 11.104, 11.5962, 12.108, 12.5409]]}} -------------------------------------------------------------------------------- /graph-json/05/05_3120.json: -------------------------------------------------------------------------------- 1 | {"series": "Average account size in thousands", "metadata": {"source": null, "notes": null}, "title": "Average Account Size", "data": {"columns": [["Average account size in thousands", 12.7, 15.3, 16.2, 16.5, 16.4, 16.8, 12, 14.4, 16.7, 16.1, 17.7, 19.9, 20.6, 20.2]], "type": "bar", "labels": {"format": "dollar"}}, "axis": {"rotated": false, "x": {"type": "category", "categories": [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015]}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/06/06_0030.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["No work last year", 0.054, 0.0342, 0.0235, 0.0136, 0.0101, 0.0304], ["Part year or part time", 0.333, 0.3134, 0.2777, 0.2174, 0.2146, 0.2779], ["Full year full time", 0.613, 0.6524, 0.6989, 0.7689, 0.7753, 0.6916]], "groups": [["No work last year", "Part year or part time", "Full year full time"]]}, "metadata": {"source": "IPUMS 2014 ACS 5-year sample (2009–2013)", "notes": null}, "title": "Type of Employment Over the Past Year, Among Individuals Ages 25-34 in the Labor Force", "axis": {"x": {"categories": ["High school or GED", "Some college, no degree", "Associate degree", "Bachelor's degree", "Higher degree", "Total"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "series": ["No work last year", "Part year or part time", "Full year full time"]} -------------------------------------------------------------------------------- /graph-json/06/06_0050.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "IPUMS 2014 ACS 5-year sample (2009-2013) "}, "title": "Median earnings among employed workers by age and educational attainment", "axis": {"x": {"categories": ["25-34", "35-44", "45-54", "55-64"], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "data": {"labels": {"format": "dollar"}, "columns": [["High school or equivalent", 24000, 30000, 32000, 32000], ["Some college, no degree", 28000, 36000, 40000, 40000], ["Associate degree", 32000, 40000, 44000, 43000], ["Bachelor's degree", 42300, 60000, 62000, 58000], ["Advanced degree", 55000, 75000, 82000, 77000]], "type": "line"}, "series": ["High school or equivalent", "Some college, no degree", "Associate degree", "Bachelor's degree", "Advanced degree"]} -------------------------------------------------------------------------------- /graph-json/06/06_0060.json: -------------------------------------------------------------------------------- 1 | {"series": ["$0-$20,999", "$21,000-$35,399", "$35,400-$51,999", "$52,000-$79.999", "$80,000+"], "metadata": {"notes": null, "source": "IPUMS 2014 ACS 5-year sample (2009-2013)"}, "axis": {"x": {"categories": ["High school or GED", "Some college, no degree", "Associate degree", "Bachelor's degree", "Advanced degree", "Total"], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "title": "Earnings Distribution of Employed Workers Ages 34 to 44, by Educational Attainment", "data": {"columns": [["$0-$20,999", 0.3164, 0.2323, 0.1846, 0.1219, 0.0738, 0.1975], ["$21,000-$35,399", 0.2929, 0.2569, 0.2343, 0.1271, 0.0684, 0.2019], ["$35,400-$51,999", 0.202, 0.2251, 0.2451, 0.1891, 0.1496, 0.1998], ["$52,000-$79.999", 0.1257, 0.1746, 0.2117, 0.2332, 0.2455, 0.191], ["$80,000+", 0.0629, 0.1111, 0.1244, 0.3286, 0.4627, 0.2098]], "groups": [["$0-$20,999", "$21,000-$35,399", "$35,400-$51,999", "$52,000-$79.999", "$80,000+"]], "type": "bar", "labels": {"format": "percent"}}} -------------------------------------------------------------------------------- /graph-json/06/06_0070.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "IPUMS 2014 ACS 5-year sample (2009-2013)", "notes": null}, "axis": {"x": {"type": "category", "categories": ["Education", "Arts", "Psychology", "Literature and language", "Public service", "Liberal arts", "Biological, agricultural, and environmental science", "Social sciences", "Communications", "History", "Medical and health science", "Physical and related science", "Business", "Architecture and construction", "Computers and mathematics", "Engineering"]}, "y": {"tick": {"format": "dollar"}}, "rotated": true}, "data": {"type": "bar", "columns": [["25th percentile", 25000, 25000, 27400, 29000, 34000, 30000, 35000, 32800, 35000, 36000, 38400, 40000, 39800, 45000, 48000, 55000], ["50th percentile", 40000, 45000, 45000, 48000, 50000, 50000, 53000, 55000, 57000, 60000, 60000, 60000, 63000, 65000, 77000, 85000], ["75th percentile", 53000, 71000, 71000, 77000, 75000, 77000, 80000, 90000, 90000, 92000, 80000, 90000, 100000, 96000, 107200, 115000]], "labels": {"format": "dollar"}, "groups": [["25th percentile", "50th percentile", "75th percentile"]]}, "series": ["25th percentile", "50th percentile", "75th percentile"], "title": "Earnings by field of bachelor’s degree at the median, 25th percentile, and 75th percentile, employed workers with bachelor’s degree ages 35 to 44, 2014"} -------------------------------------------------------------------------------- /graph-json/06/06_0080.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "groups": [["Bottom Quartile", "Second Quartile", "Third Quartile", "Highest Quartile"]], "labels": {"format": "percent"}, "columns": [["Bottom Quartile", 0.11], ["Second Quartile", 0.17], ["Third Quartile", 0.25], ["Highest Quartile", 0.47]]}, "series": ["Bottom Quartile", "Second Quartile", "Third Quartile", "Highest Quartile"], "metadata": {"notes": null, "source": " Federal Reserve Board, Survey of Consumer Finances 2013; calculations by Matthew Chingos, the Urban Institute."}, "title": "Distribution of Outstanding Education Debt by Income Quartile, 2013. ", "axis": {"y": {"max": 1, "tick": {"format": "percent"}}, "x": {"type": "category", "categories": "Education debt"}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/06/06_0090.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["2003-04", "2007-08", "2011-12"], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "data": {"labels": {"format": "percent"}, "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]], "type": "bar", "columns": [["No debt", 0.3577, 0.3348, 0.3104], ["Less than $10,000", 0.1388, 0.1316, 0.1019], ["$10,000–$19,999", 0.1787, 0.1797, 0.1258], ["$20,000–$29,999", 0.1687, 0.1614, 0.1716], ["$30,000–$39,000", 0.0805, 0.0886, 0.1163], ["$40,000 or More", 0.0756, 0.104, 0.1741]]}, "metadata": {"notes": null, "source": "Baum and Johnson (2015)"}, "title": "Distribution of Cumulative Debt among Bachelor’s Degree Recipients over Time, 2012 dollars", "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]} -------------------------------------------------------------------------------- /graph-json/06/06_0100.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["No debt", 0.2968, 0.3452, 0.2507, 0.1205], ["Less than $10,000", 0.1037, 0.1222, 0.0846, 0.0408], ["$10,000–$19,999", 0.1288, 0.1409, 0.1224, 0.0693], ["$20,000–$29,999", 0.1751, 0.1716, 0.1963, 0.1348], ["$30,000–$39,000", 0.1186, 0.1005, 0.1444, 0.1594], ["$40,000–$59,000", 0.1277, 0.0912, 0.1222, 0.3792], ["$60,000–$99,999", 0.0443, 0.0249, 0.0704, 0.0928], ["$100,000 or more", 0.0051, 0.0035, 0.009, 0.0033]], "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000–$59,000", "$60,000–$99,999", "$100,000 or more"]], "type": "bar", "labels": {"format": "percent"}}, "axis": {"x": {"categories": ["Total", "Public four-year (62%)", "Private nonprofit four-year (28%)", "For-profit (10%)"], "type": "category"}, "rotated": true, "y": {"tick": {"format": "percent"}}}, "metadata": {"notes": "Percentages in parentheses on the vertical axis report the share of bachelor’s degree recipients in each sector.", "source": "National Postsecondary Student Aid Study 2012 "}, "title": "Distribution of Cumulative Debt of Bachelor’s Degree Recipients by Sector, 2011–12", "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000–$59,000", "$60,000–$99,999", "$100,000 or more"]} -------------------------------------------------------------------------------- /graph-json/06/06_0110.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "title": "Distribution of Cumulative Debt of Associate’s Degree Recipients by Sector, 2011–12", "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"categories": ["Total", "Public two-year (83%)", "For-profit (14%) "], "type": "category"}}, "data": {"columns": [["No debt", 0.5, 0.57, 0.12], ["Less than $10,000", 0.19, 0.2, 0.14], ["$10,000–$19,999", 0.14, 0.13, 0.2], ["$20,000–$29,999", 0.09, 0.06, 0.27], ["$30,000–$39,000", 0.08, 0.04, 0.28], ["$40,000 or More", null, null, null]], "labels": {"format": "percent"}, "type": "bar", "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]]}, "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]} -------------------------------------------------------------------------------- /graph-json/06/06_0120.json: -------------------------------------------------------------------------------- 1 | {"title": "Distribution of Cumulative Debt of Certificate Recipients by Sector, 2011-12", "series": ["No debt", "Less than $10,000", "$10,000-$19,999", "$20,000-$29,999", "$30,000-$39,000", "$40,000 or More"], "data": {"columns": [["No debt", 0.34, 0.64, 0.14], ["Less than $10,000", 0.3, 0.21, 0.36], ["$10,000-$19,999", 0.25, 0.08, 0.37], ["$20,000-$29,999", 0.06, 0.03, 0.09], ["$30,000-$39,000", 0.04, 0.04, 0.04], ["$40,000 or More", null, null, null]], "labels": {"format": "percent"}, "type": "bar", "groups": [["No debt", "Less than $10,000", "$10,000-$19,999", "$20,000-$29,999", "$30,000-$39,000", "$40,000 or More"]]}, "metadata": {"notes": null, "source": "NPSAS 2012"}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Total", "Public two-year (38%)", "For-profit (57%) "]}, "rotated": true}} -------------------------------------------------------------------------------- /graph-json/06/06_0130.json: -------------------------------------------------------------------------------- 1 | {"data": {"labels": {"format": "percent"}, "type": "bar", "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]], "columns": [["No debt", 0.23, 0.25, 0.34], ["Less than $10,000", 0.08, 0.09, 0.12], ["$10,000–$19,999", 0.1, 0.12, 0.14], ["$20,000–$29,999", 0.15, 0.15, 0.19], ["$30,000–$39,000", 0.15, 0.13, 0.1], ["$40,000 or More", 0.29, 0.25, 0.11]]}, "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"], "title": "Debt Levels of 2011–12 Bachelor’s Degree Recipients by Dependency Status", "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"categories": ["Independent with dependents (19%)", "Independent without dependents (25%) ", "Dependent (56%) "], "type": "category"}}, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /graph-json/06/06_0140.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}, "title": "Debt Levels of 2011–12 Dependent Bachelor’s Degree Recipients by Family Income", "data": {"columns": [["No debt", 0.3406, 0.206, 0.205, 0.383, 0.451], ["Less than $10,000", 0.1152, 0.146, 0.121, 0.107, 0.105], ["$10,000–$19,999", 0.141, 0.214, 0.154, 0.124, 0.114], ["$20,000–$29,999", 0.1948, 0.201, 0.27, 0.163, 0.17], ["$30,000–$39,000", 0.1028, 0.121, 0.133, 0.099, 0.079], ["$40,000 or more", 0.1056, 0.112, 0.116, 0.125, 0.08]], "labels": {"format": "percent"}, "type": "bar", "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or more"]]}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Total", "Less than $30,000 (16%)", "$30,000–64,999 (22%)", "$65,000–105,999 (27%)", "$106,000 or more (36%)"], "type": "category"}, "rotated": true}, "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or more"]} -------------------------------------------------------------------------------- /graph-json/06/06_0150.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"categories": ["Total", "White (66%)", "Hispanic (12%)", "Black (12%)", "Asian (6%)"], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": true}, "series": ["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"], "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["No debt", 0.3, 0.32, 0.27, 0.14, 0.43], ["Less than $10,000", 0.1, 0.1, 0.11, 0.11, 0.12], ["$10,000–$19,999", 0.13, 0.13, 0.14, 0.12, 0.14], ["$20,000–$29,999", 0.18, 0.18, 0.17, 0.16, 0.17], ["$30,000–$39,000", 0.12, 0.12, 0.14, 0.15, 0.07], ["$40,000 or More", 0.18, 0.16, 0.17, 0.32, 0.07]], "groups": [["No debt", "Less than $10,000", "$10,000–$19,999", "$20,000–$29,999", "$30,000–$39,000", "$40,000 or More"]]}, "title": "Debt Levels of 2011–12 Bachelor’s Degree Recipients by Race/Ethnicity"} -------------------------------------------------------------------------------- /graph-json/06/06_0160.json: -------------------------------------------------------------------------------- 1 | {"data":{"type":"bar","sets":{"set1":["Level, 10 years or less",{}],"set2":["Income-driven",{}]},"labels":{"format":"percent"}},"axis":{"rotated":false,"x":{"type":"category","categories":["level","Income-Driven","Graduated","Level, More than 10 Years"]},"y":{"tick":{"format":"percent"}}},"series":["Level, 10 years or less","Income-driven","Graduated","Level","More than 10 years"],"title":"Distribution d Borrowers and Average Debt Levels by Federal Student Loan Repayment Plan, as of June 30,2016","metadata":{"source":"US Department of Education, Federal Student Aid, Data Center, Student Data, Federal Student Loan Portfolio","notes":null}} 2 | -------------------------------------------------------------------------------- /graph-json/06/06_0161.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "US Department of Education, Federal Student Aid, Data Center, Student Data, Federal Student Loan Portfolio", "notes": null}, "data": {"columns": [["Borrowers in Repayment", 0.55, 0.25, 0.14, 0.07]], "type": "bar", "labels": {"format": "percent"}}, "series": "Borrowers in Repayment", "axis": {"x": {"type": "category", "categories": ["level", "Income-Driven", "Graduated", "Level, More than 10 Years"]}, "rotated": false, "y": {"tick": {"format": "percent"}}}, "title": "Distribution d Borrowers and Average Debt Levels by Federal Student Loan Repayment Plan, as of June 30,2016"} -------------------------------------------------------------------------------- /graph-json/06/06_0162.json: -------------------------------------------------------------------------------- 1 | {"data": {"columns": [["Average Debt", 16230, 45379, 24745, 43399]], "labels": {"format": "dollar"}, "type": "bar"}, "axis": {"rotated": false, "y": {"tick": {"format": "dollar"}}, "x": {"categories": ["Level, 10 Years or Less", "Income-Driven", "Graduated", "Level, More tha 10 Years"], "type": "category"}}, "metadata": {"notes": null, "source": "US Department of Education, Federal Student Aid, Data Center, Student Data, Federal Student Loan Portfolio"}, "series": "Average Debt", "title": "Distribution d Borrowers and Average Debt Levels by Federal Student Loan Repayment Plan, as of June 30,2016"} -------------------------------------------------------------------------------- /graph-json/06/06_0170.json: -------------------------------------------------------------------------------- 1 | {"title": "Median debt-service to earnings based on a standard 10-year repayment plan, undergraduate federal student loan borrowers in the third year of repayment", "data": {"labels": {"format": "percent"}, "columns": [["For-profit", 0.05, 0.051, 0.055, 0.052, 0.047, 0.046, 0.046, 0.061, 0.071, 0.078, 0.087, 0.1, 0.109], ["Public 2 year", 0.047, 0.046, 0.049, 0.045, 0.04, 0.038, 0.042, 0.051, 0.057, 0.059, 0.065, 0.077, 0.079], ["Public 4-year", 0.065, 0.065, 0.07, 0.066, 0.058, 0.057, 0.056, 0.067, 0.075, 0.077, 0.077, 0.085, 0.091], ["Private 4-year", 0.074, 0.074, 0.077, 0.07, 0.066, 0.063, 0.063, 0.076, 0.082, 0.086, 0.085, 0.094, 0.101]], "type": "line"}, "metadata": {"notes": null, "source": "National Student Loan Data System 4 percent sample summary data from Looney and Yannelis (2015), available for download: "}, "series": ["For-profit", "Public 2 year", "Public 4-year", "Private 4-year"], "axis": {"x": {"categories": [1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011], "type": "category"}, "rotated": false, "y": {"tick": {"format": "percent"}}}} -------------------------------------------------------------------------------- /graph-json/06/06_0180.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "Department of Education http://www2.ed.gov/offices/OSFAP/defaultmanagement/schooltyperates.pdf.", "notes": null}, "title": "Official 3-year cohort default rates by year entering repayment and sector", "series": ["2009–10", "2010–11", "2011–12"], "axis": {"rotated": false, "x": {"categories": ["For-profit (29%)", "Public 2-year(18%)", "Public Four-Year (33%)", "Private Nonprofit Four-Year (20%)", "TOTAL"], "type": "category"}, "y": {"tick": {"format": "percent"}}}, "data": {"columns": [["2009–10", 0.218, 0.209, 0.093, 0.08, 0.147], ["2010–11", 0.191, 0.206, 0.089, 0.07, 0.137], ["2011–12", 0.158, 0.191, 0.076, 0.063, 0.118]], "labels": {"format": "percent"}, "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/06/06_0190.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "National Student Loan Data System 4 percent sample, summary data from Looney and Yannelis (2015), available for download: ", "notes": null}, "series": ["Graduated", "Did not graduate", "Total"], "data": {"labels": {"format": "percent"}, "columns": [["Graduated", 0.094, 0.083, 0.061, 0.048, 0.05, 0.046, 0.039, 0.04, 0.043, 0.043, 0.048, 0.06, 0.069, 0.087, 0.076, 0.096, 0.094], ["Did not graduate", 0.204, 0.168, 0.131, 0.114, 0.123, 0.125, 0.123, 0.123, 0.147, 0.163, 0.191, 0.224, 0.25, 0.282, 0.3, 0.292, 0.238], ["Total", 0.134, 0.116, 0.09, 0.077, 0.081, 0.078, 0.073, 0.073, 0.082, 0.085, 0.097, 0.118, 0.131, 0.15, 0.152, 0.159, 0.137]], "type": "line"}, "axis": {"x": {"categories": [1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": false}, "title": "Two-year student loan default rates by year entering repayment and completion status, 1995-96 to 2011-12"} -------------------------------------------------------------------------------- /graph-json/06/06_0200.json: -------------------------------------------------------------------------------- 1 | {"title": "Rates of default by the end of 2014 among borrowers entering repayment in 2009, by school-leaving balance (with percentage of borrowers in each balance category)", "axis": {"x": {"type": "category", "categories": ["$1,000-$5,000 (21%)", "$5,000-$10,000 (22%)", "$10,000-$25,000 (29%)", "$25,000-$50,000 (16%)", "$50,000-$100,000 (9%)", "$100,000 (3%)"]}, "rotated": false, "y": {"tick": {"format": "percent"}}}, "data": {"columns": [["Default Rate", 0.335, 0.285, 0.235, 0.207, 0.206, 0.176]], "type": "bar", "labels": {"format": "percent"}}, "series": "Default Rate", "metadata": {"notes": null, "source": "Federal Reserve Bank of New York Consumer Credit Panel / Equifax"}} -------------------------------------------------------------------------------- /graph-json/06/06_1000.json: -------------------------------------------------------------------------------- 1 | {"series": ["4 years", "5 years", "6 years"], "metadata": {"source": "Digest of Education Statistics 2015 (Washington, DC: National Center for Education Statistics), table 326.10.", "notes": null}, "data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["4 years", 0.344, 0.527, 0.175], ["5 years", 0.531, 0.632, 0.229], ["6 years", 0.585, 0.654, 0.265]]}, "title": "Percentage of First-Time Full-Time Students Enrolling in 2008 Who Earned Bachelor’s Degrees at Their First Institution within Four, Five, and Six Years.", "axis": {"rotated": false, "y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Public Four-Year", "Private NonProfit Four-Year", "For-profit Four-Year"]}}} -------------------------------------------------------------------------------- /graph-json/06/06_1610.json: -------------------------------------------------------------------------------- 1 | {"axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Level, 10 years or less", "Income-driven", "Graduated", "Level, more than 10 years"], "type": "category"}, "rotated": false}, "title": "Distribution of Borrowers by Federal Student Loan Repayment Plan, as of June 30, 2016", "metadata": {"notes": null, "source": "US Department of Education, Federal Student Aid, Data Center, Student Data, Federal Student Loan Portfolio"}, "data": {"type": "bar", "columns": [["Borrowers in repayment", 0.55, 0.25, 0.14, 0.07]], "labels": {"format": "percent"}}, "series": "Borrowers in repayment"} -------------------------------------------------------------------------------- /graph-json/06/06_2000.json: -------------------------------------------------------------------------------- 1 | {"title": "Percentage of First-Time Four-Year College Students in 2008 Who Had Completed Bachelor’s Degrees Six Years Later", "series": ["Mixed", "Full-time"], "data": {"labels": {"format": "percent"}, "sets": {"set2": ["Full-time", [["Completed degree at two-year college", 0.0214, 0.0131, 0.5419, 0.4565], ["Completed Bachelor's degree at four-year college", 0.8038, 0.8534, 0.0403, 0.1135], ["Still enrolled", 0.0356, 0.0244, 0.0345, 0.0352], ["Not enrolled", 0.1393, 0.1091, 0.3833, 0.3948]]], "set1": ["Mixed", [["Completed degree at two-year college", 0.0475, 0.0488, 0.1558, 0.2543], ["Completed Bachelor's degree at four-year college", 0.4552, 0.4831, 0.0887, 0.1046], ["Still enrolled", 0.2443, 0.2236, 0.195, 0.2375], ["Not enrolled", 0.2531, 0.2445, 0.5605, 0.4035]]]}, "groups": [["Mixed", "Full-time"]], "type": "bar"}, "metadata": {"notes": "The share of students completing in six years includes those who completed after transferring to different four-year institutions.", "source": "National Student Clearinghouse, Fall 2008 Cohort "}, "axis": {"y": {"tick": {"format": "percent"}}, "rotated": true, "x": {"categories": ["Public four-year", "Private nonprofit four-year", "For-profit ", "Public two-year", "Public four-year", "Private nonprofit four-year", "For-profit ", "Public two-year"], "type": "category"}}} -------------------------------------------------------------------------------- /graph-json/07/07_0010.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "percent"}, "columns": [["Enrollment", 0.1665, 0.0735, 0.5245, 0.1791, 0.0564]]}, "axis": {"y": {"tick": {"format": "percent"}}, "x": {"type": "category", "categories": ["Publlc four-year", "Private nonprofit four-year", "Public two-year", "For-profit", "Other"]}, "rotated": false}, "title": "Independent Students: Enrollment by Sector, 2011-12", "series": "Enrollment", "metadata": {"source": "NPSAS ", "notes": null}} -------------------------------------------------------------------------------- /graph-json/07/07_0040.json: -------------------------------------------------------------------------------- 1 | {"title": "Tuition and debt at based on time to degree by sector ", "metadata": {"source": "NPSAS ", "notes": null}, "data": {"sets": {"set4": ["For-profit", [["4 years", 56591.92, 36869.952], ["2 years", 28295.96, 18434.976], ["3 years", 42443.94, 27652.464], ["6 years", 84887.88, 55304.928], ["5 years", 70739.9, 46087.44]]], "set1": ["Public four-year in-state", [["6 years", 46236.33, 41711.384], ["4 years", 30824.22, 27807.5893], ["2 years", 15412.11, 13903.7947], ["3 years", 23118.165, 20855.692], ["1 year", 7706.055, 6951.8973], ["5 years", 38530.275, 34759.4866]]], "set3": ["Private nonprofit four-year", [["4 years", 85289.52, 36989.484], ["6 years", 127934.28, 55484.226], ["5 years", 106611.9, 46236.855]]], "set2": ["Public four-year out-of-state", [["4 years", 53516.44, 31767.8848], ["6 years", 80274.66, 47651.8272], ["5 years", 66895.55, 39709.856]]], "set5": ["Public two-year", [["4 years", 10755.56, 10471.4077], ["2 years", 5377.78, 5235.7038], ["3 years", 8066.67, 7853.5557]]]}, "type": "bar", "labels": {"format": "dollar"}}, "series": ["Public four-year in-state", "Public four-year out-of-state", "Private nonprofit four-year", "For-profit", "Public two-year"], "axis": {"rotated": false, "x": {"categories": ["Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt"], "type": "category"}, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/07/07_0050.json: -------------------------------------------------------------------------------- 1 | {"axis": {"x": {"type": "category", "categories": ["Publlc four-year", "Private nonprofit four-year", "Public two-year", "For-profit", "Other"]}, "y": {"tick": {"format": "percent"}}, "rotated": false}, "title": "Low-Income Dependent Students: Enrollment by Sector, 2011-12 ", "metadata": {"source": "NPSAS ", "notes": null}, "data": {"labels": {"format": "percent"}, "type": "bar", "columns": [["Enrollment", 0.3002, 0.108, 0.469, 0.0703, 0.0524]]}, "series": "Enrollment"} -------------------------------------------------------------------------------- /graph-json/07/07_0080.json: -------------------------------------------------------------------------------- 1 | {"series": ["Public four-year in-state", "Public four-year out-of-state", "Private nonprofit four-year", "For-profit", "Public two-year"], "data": {"labels": {"format": "dollar"}, "sets": {"set3": ["Private nonprofit four-year", [["6 years", 176938.587, 48423.8651], ["4 years", 117959.058, 32282.5768], ["5 years", 147448.8225, 40353.221]]], "set1": ["Public four-year in-state", [["6 years", 49261.59, 29224.8999], ["4 years", 32841.06, 19483.2666], ["5 years", 41051.325, 24354.0832]]], "set2": ["Public four-year out-of-state", [["6 years", 112174.146, 51986.2001], ["4 years", 74782.764, 34657.4668], ["5 years", 93478.455, 43321.8334]]], "set4": ["For-profit", [["2 years", 35829, 28304], ["4 years", 71658, 56608], ["6 years", 107487, 84912], ["5 years", 89572, 70760], ["3 years", 53743, 42456]]], "set5": ["Public two-year", [["2 years", 5679.954, 1618.7459], ["4 years", 11359.908, 3237.4919], ["3 years", 8519.931, 2428.1189]]]}, "type": "bar"}, "axis": {"x": {"categories": ["Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt"], "type": "category"}, "y": {"tick": {"format": "dollar"}}, "rotated": false}, "metadata": {"source": "NPSAS ", "notes": null}, "title": "Total published tuition and fee price and total debt based on time to degree"} -------------------------------------------------------------------------------- /graph-json/07/07_0090.json: -------------------------------------------------------------------------------- 1 | {"title": "Lower-Middle Income Students: Enrollment by Sector, 2011-12", "axis": {"x": {"categories": ["Publlc Four-Year", "Private Nonprofit Four-Year", "Public Two-Year", "For-profit", "Other"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "percent"}}}, "series": "Enrollment", "metadata": {"source": "NPSAS ", "notes": null}, "data": {"columns": [["Enrollment", 0.3453, 0.1496, 0.4324, 0.0425, 0.0301]], "labels": {"format": "percent"}, "type": "bar"}} -------------------------------------------------------------------------------- /graph-json/07/07_0120.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "NPSAS "}, "title": "Tuition and debt based on time to degree by sector ", "axis": {"rotated": false, "x": {"type": "category", "categories": ["Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt"]}, "y": {"tick": {"format": "dollar"}}}, "series": ["Public four-year in-state", "Public four-year out-of-state", "Private nonprofit four-year", "For-profit", "Public two-year"], "data": {"type": "bar", "sets": {"set2": ["Public four-year out-of-state", [["5 years", 99317.4, 53195.1299], ["4 years", 79453.92, 42556.1039], ["6 years", 119180.88, 63834.1559]]], "set5": ["Public two-year", [["4 years", 12410.832, 4645.8531], ["3 years", 9308.124, 3484.3898], ["2 years", 6205.416, 2322.9266]]], "set3": ["Private nonprofit four-year", [["5 years", 153575.625, 49142.5909], ["4 years", 122860.5, 39314.0727], ["6 years", 184290.75, 58971.109]]], "set4": ["For-profit", [["5 years", 92382.255, 70760.34], ["4 years", 73905.804, 56608.272], ["3 years", 55429.353, 42456.204], ["6 years", 110858.706, 84912.408], ["2 years", 36952.902, 28304.136]]], "set1": ["Public four-year in-state", [["5 years", 42960.6975, 30000.7396], ["4 years", 34368.558, 24000.5917], ["6 years", 51552.837, 36000.8876]]]}, "labels": {"format": "dollar"}}} -------------------------------------------------------------------------------- /graph-json/07/07_0130.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS ", "notes": null}, "axis": {"x": {"categories": ["Publlc Four-Year", "Private Nonprofit Four-Year", "Public Two-Year", "For-profit", "Other"], "type": "category"}, "y": {"tick": {"format": "percent"}}, "rotated": false}, "series": "Enrollment", "data": {"columns": [["Enrollment", 0.3453, 0.1496, 0.4324, 0.0425, 0.0301]], "labels": {"format": "percent"}, "type": "bar"}, "title": "Upper-Middle Income Students: Enrollment by Sector, 2011-12 "} -------------------------------------------------------------------------------- /graph-json/07/07_0160.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"source": "NPSAS ", "notes": null}, "series": ["Public four-year in-state", "Public four-year out-of-state", "Private nonprofit four-year", "For-profit", "Public two-year"], "title": "Tuition and debt based on time to degree by sector ", "data": {"sets": {"set5": ["Public two-year", [["3 years", 9876.699, 4934.8372], ["2 years", 6584.466, 3289.8915], ["4 years", 13168.932, 6579.783]]], "set4": ["For-profit", [["2 years", 38825.661, 30900.849], ["3 years", 58238.4915, 46351.2735], ["5 years", 97064.1525, 77252.1225], ["6 years", 116476.983, 92702.547], ["4 years", 77651.322, 61801.698]]], "set1": ["Public four-year in-state", [["5 years", 43447.635, 31920.7418], ["6 years", 52137.162, 38304.8902], ["4 years", 34758.108, 25536.5935]]], "set2": ["Public four-year out-of-state", [["5 years", 95995.305, 45425.415], ["6 years", 115194.366, 54510.498], ["4 years", 76796.244, 36340.332]]], "set3": ["Private nonprofit four-year", [["5 years", 154375.9875, 50693.4225], ["6 years", 185251.185, 60832.107], ["4 years", 123500.79, 40554.738]]]}, "type": "bar", "labels": {"format": "dollar"}}, "axis": {"x": {"categories": ["Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt"], "type": "category"}, "rotated": false, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /graph-json/07/07_0170.json: -------------------------------------------------------------------------------- 1 | {"metadata": {"notes": null, "source": "NPSAS "}, "data": {"labels": {"format": "percent"}, "columns": [["Enrollment", 0.3947, 0.176, 0.3798, 0.0249, 0.0245]], "type": "bar"}, "title": "Upper Income Dependent Students: Enrollment by Sector, 2011-12", "series": "Enrollment", "axis": {"y": {"tick": {"format": "percent"}}, "x": {"categories": ["Publlc Four-Year", "Private Nonprofit Four-Year", "Public Two-Year", "For-profit", "Other"], "type": "category"}, "rotated": false}} -------------------------------------------------------------------------------- /graph-json/07/07_0200.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "sets": {"set4": ["Public two-year", [["3 years", 9978.5385, 3836.1913], ["2 years", 6652.359, 2557.4608], ["4 years", 13304.718, 5114.9217]]], "set2": ["Public four-year out-of-state", [["4 years", 88942.308, 35122.542], ["5 years", 111177.885, 43903.1775], ["6 years", 133413.462, 52683.813]]], "set1": ["Public four-year in-state", [["4 years", 36515.976, 21464.4041], ["5 years", 45644.97, 26830.5051], ["6 years", 54773.964, 32196.6061]]], "set3": ["Private nonprofit four-year", [["4 years", 135647.232, 33818.064], ["5 years", 169559.04, 42272.58], ["6 years", 203470.848, 50727.096]]]}}, "metadata": {"notes": null, "source": "NPSAS "}, "axis": {"x": {"type": "category", "categories": ["Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt", "Tuition", "Debt"]}, "rotated": false, "y": {"tick": {"format": "dollar"}}}, "series": ["Public four-year in-state", "Public four-year out-of-state", "Private nonprofit four-year", "Public two-year"], "title": "Tuition and debt based on time to degree by sector "} -------------------------------------------------------------------------------- /scripts/04_0161.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [[[[[false]]]]]}, "series": false, "metadata": {"source": "National Postsecondary Student Aid Study 2012 ", "notes": null}, "axis": {"x": {"categories": "ALL", "type": "category"}, "rotated": true, "y": {"tick": {"format": "dollar"}}}} -------------------------------------------------------------------------------- /scripts/04_0162.json: -------------------------------------------------------------------------------- 1 | {"data": {"type": "bar", "labels": {"format": "dollar"}, "columns": [[[[[false, 2000, 3000]]]]]}, "axis": {"y": {"tick": {"format": "dollar"}}, "x": {"type": "category", "categories": ["Independent", "Dependent"], "label": "Dependency Status"}, "rotated": true}, "series": false, "metadata": {"notes": null, "source": "National Postsecondary Student Aid Study 2012 "}} -------------------------------------------------------------------------------- /scripts/get-data/bea.R: -------------------------------------------------------------------------------- 1 | # Hannah Recht 04-07-16 2 | # Get data from the BEA API - http://www.bea.gov/API/signup/index.cfm 3 | 4 | library("readr") 5 | library("jsonlite") 6 | library("dplyr") 7 | 8 | beakey <- read_file("/Users/Hannah/Documents/keys/beakey.txt") 9 | 10 | # Per capita personal income by state and year (unadjusted for inflation) 11 | url <- "http://www.bea.gov/api/data/?&method=GetData&datasetname=RegionalData&KeyCode=PCPI_CI&GeoFIPS=STATE&Year=ALL&ResultFormat=JSON&UserID=" 12 | req <- fromJSON(paste0(url, beakey)) 13 | income <- req$BEAAPI$Results$Data 14 | 15 | # View notes 16 | req$BEAAPI$Results$Notes 17 | 18 | # Clean up variables 19 | income <- income %>% rename(name = GeoName, year = TimePeriod, income_pc = DataValue, fips = GeoFips) %>% 20 | select(fips, name, year, income_pc) %>% 21 | filter(year >= 1985) 22 | 23 | # Remove trailing 0s from state fips 24 | income$fips <- substr(income$fips, 0, 2) 25 | 26 | # Include only states and US, not regions 27 | income <- income %>% filter(fips <= 56) %>% 28 | arrange(fips, year) 29 | 30 | write.csv(income, "data/incomepc_bea.csv", na="", row.names = F) -------------------------------------------------------------------------------- /scripts/scripts.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: Default 4 | SaveWorkspace: Default 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: Sweave 13 | LaTeX: pdfLaTeX 14 | --------------------------------------------------------------------------------