├── 2023 ├── TPC Chart styleguide.docx ├── TPC style parts.ai ├── ai2html-output │ ├── chart-parts-Artboard_1.png │ ├── chart-parts-Artboard_1_copy.png │ ├── chart-parts.html │ ├── graphic-colors-Artboard_1.png │ ├── graphic-colors.html │ └── graphic-colors.svg ├── brand-collateral │ ├── TPC Longer Research Report.dotx │ ├── TPC-logo-03.eps │ ├── TPC_Report_Template.indt │ └── TaxPolicyCenter_Logo_Guidelines.pdf ├── chart-parts.ai ├── chart-styles-mac-workrise.xlsx ├── chart-styles-original.xlsx ├── chart-styles-pc-workrise.xlsx ├── chart-styles-pubs.xlsx ├── chart-styles-tpc.xlsx ├── chart-styles.xlsx ├── chartStyle06180_clrcorrected.ai ├── css │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── color-column.css │ ├── graphics.css │ ├── theme.css │ └── variables.less ├── dataviz │ ├── app.min.css │ ├── app.min.js │ ├── data │ │ ├── intimate_partner.csv │ │ ├── ipv2.csv │ │ ├── sexual_violence.csv │ │ ├── state-codes.json │ │ ├── sv2.csv │ │ └── us.json │ ├── images │ │ ├── AP627783549979.jpg │ │ ├── logo-01-sm.png │ │ ├── logo-01.png │ │ ├── logo-02.png │ │ ├── shutterstock_220408021_web.jpg │ │ ├── socials-01.png │ │ ├── socials-02.png │ │ ├── socials-03.png │ │ ├── socials-04.png │ │ ├── socials-05.png │ │ ├── socials-06.png │ │ ├── socials-07.png │ │ ├── socials-08.png │ │ ├── title.jpg │ │ └── title.psd │ └── index.html ├── feature-refer ├── feature-refer.html ├── graphic-colors.ai ├── img │ ├── LineChart.png │ ├── Pie Chart Design from WSJ.pdf │ ├── PovertyRates.png │ ├── TPC-logo-rev.png │ ├── TPC-logo-sm.png │ ├── UrbanInstitute_0472.jpg │ ├── area-100-percent-new.png │ ├── area-100-percent.png │ ├── area-chart.png │ ├── area-multiples-new.png │ ├── area-multiples.png │ ├── area-new.png │ ├── area-shaded.png │ ├── area.png │ ├── area2-new.png │ ├── area2.png │ ├── background.jpg │ ├── bar-chart-old.png │ ├── bar-chart-old2.png │ ├── bar-chart.png │ ├── bins-for-maps.png │ ├── chart-parts-01.png │ ├── chart-parts-02.png │ ├── chart-typography-and-layout-2024-print.png │ ├── chart-typography-and-layout-2024-web.png │ ├── chart-typography-and-layout.png │ ├── choropleth-and-tilemap.png │ ├── column-chart-old.png │ ├── column-chart-old2.png │ ├── column-chart.png │ ├── column-grouped.png │ ├── column-stacked.png │ ├── column-stacked2.png │ ├── column1-new.png │ ├── column1.png │ ├── column2-new.png │ ├── column2.png │ ├── conditional-formatting.png │ ├── contrast-ratios.png │ ├── datadive.jpg │ ├── devourThePie3.gif │ ├── downloads-bg.jpg │ ├── figure-word-template-insert.png │ ├── grouped-column-3-new.png │ ├── grouped-column-3.png │ ├── grouped-column-categorical-new.png │ ├── grouped-column-categorical.png │ ├── grouped-column.png │ ├── intro-bg.jpg │ ├── line-chart-new.png │ ├── line-chart.png │ ├── line-new.png │ ├── line.png │ ├── maf.png │ ├── map-marker.png │ ├── paired-bar-chart.png │ ├── paired-column-chart.png │ ├── pie-alternative-new.png │ ├── pie-alternative.png │ ├── pie-comparison.png │ ├── pie-many-alternative-new.png │ ├── pie-many-alternative.png │ ├── pie-many-new.png │ ├── pie-many.png │ ├── pie-new.png │ ├── pie.png │ ├── shutterstock_169137914.jpg │ ├── shutterstock_175306484.jpg │ ├── shutterstock_220408021.jpg │ ├── shutterstock_220408021_refer.jpg │ ├── shutterstock_220408021_web.jpg │ ├── sm-multiple-map.jpg │ ├── stacked-area-chart.png │ ├── stacked-bar-chart.png │ ├── stacked-column-categorical-new.png │ ├── stacked-column-categorical.png │ ├── stacked-column-chart.png │ ├── table-final.png │ ├── table-mockup.png │ ├── table-styles-mac.png │ ├── table-styles-pc.png │ ├── test-area.jpg │ ├── tile-map-1.png │ ├── tile-map-4.png │ ├── too-much.gif │ ├── tpc-logo-chart.jpg │ ├── tpc-logo.jpg │ ├── urban-sm.png │ ├── urban.png │ ├── urban_pdf.pdf │ ├── wcag-contrast.png │ ├── wcag-contrast2.png │ └── xlsx.png ├── index.html ├── js │ ├── auto-color.js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── grayscale.js │ ├── jquery.easing.min.js │ ├── jquery.js │ └── less.min.js ├── old source files │ ├── CREATING GRAPHS FOR THE TAX POLICY CENTER.doc │ ├── TPC_Graphics.ai │ ├── TPC_Graphics.jpg │ └── tpc_graphinstructions_final.pdf ├── old │ ├── LICENSE │ ├── README.md │ ├── ai2html-output │ │ ├── chart-parts-Artboard_1.png │ │ ├── chart-parts-Artboard_1_copy.png │ │ ├── chart-parts.html │ │ ├── graphic-colors-Artboard_1.png │ │ ├── graphic-colors.html │ │ └── graphic-colors.svg │ ├── chart-parts.ai │ ├── css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── color-column.css │ │ ├── grayscale.css │ │ ├── theme.css │ │ └── variables.less │ ├── dataviz │ │ ├── app.min.css │ │ ├── app.min.js │ │ ├── data │ │ │ ├── intimate_partner.csv │ │ │ ├── ipv2.csv │ │ │ ├── sexual_violence.csv │ │ │ ├── state-codes.json │ │ │ ├── sv2.csv │ │ │ └── us.json │ │ ├── images │ │ │ ├── AP627783549979.jpg │ │ │ ├── logo-01-sm.png │ │ │ ├── logo-01.png │ │ │ ├── logo-02.png │ │ │ ├── shutterstock_220408021_web.jpg │ │ │ ├── socials-01.png │ │ │ ├── socials-02.png │ │ │ ├── socials-03.png │ │ │ ├── socials-04.png │ │ │ ├── socials-05.png │ │ │ ├── socials-06.png │ │ │ ├── socials-07.png │ │ │ ├── socials-08.png │ │ │ ├── title.jpg │ │ │ └── title.psd │ │ └── index.html │ ├── favicon.ico │ ├── feature-refer │ ├── feature-refer.html │ ├── font-awesome-4.2.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ ├── graphic-colors.ai │ ├── img │ │ ├── background.jpg │ │ ├── chart-parts-01.png │ │ ├── datadive.jpg │ │ ├── downloads-bg.jpg │ │ ├── intro-bg.jpg │ │ ├── map-marker.png │ │ ├── shutterstock_220408021.jpg │ │ ├── shutterstock_220408021_refer.jpg │ │ ├── shutterstock_220408021_web.jpg │ │ ├── urban 2.png │ │ ├── urban-sm 2.png │ │ ├── urban-sm.png │ │ └── urban.png │ ├── index.html │ ├── js │ │ ├── auto-color.js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── grayscale.js │ │ ├── jquery.easing.min.js │ │ ├── jquery.js │ │ └── less.min.js │ ├── less │ │ ├── grayscale.less │ │ ├── mixins.less │ │ └── variables.less │ └── urban color update.ai ├── tile-maps.xlsx ├── tile-maps_template.xlsx ├── tpc datavis styleguide.indd └── tpc-style.ai ├── .gitignore ├── ExcelMenuGraphs_2024.ai ├── LICENSE ├── README.md ├── StyleGuideGraphs.xlsx ├── TPCGraphingStyle_2023.xlam ├── TPCGraphingStyle_2024.xlam ├── Urban Institute.xml ├── UrbanGraphingStyle_2023.xlam ├── UrbanGraphingStyle_2024.xlam ├── WorkRiseGraphingStyle_2023.xlam ├── WorkRiseGraphingStyle_2024.xlam ├── css ├── .DS_Store ├── bootstrap.css ├── bootstrap.min.css ├── color-column.css ├── graphics.css ├── theme.css └── variables.less ├── excel-files ├── .DS_Store ├── 100-percent-area.xls ├── Column Chart.xltx ├── Copy of Analysis of IRS Budget History_v2.xls ├── Copy of chartxlsx.xlsx ├── SEM_data_employment-03-2015_tax-Q4-2014 (version 1).xls ├── TPC_fair tax distribution.xlsx ├── Types_indiv_Income.xls ├── area-100-percent.xlsx ├── area-and-line.xls ├── area-multiples.xls ├── bar.xls ├── chart-styles.xlsx ├── column-chart.xls ├── composition.xls ├── distribution_progressive.xls ├── income_composition_updated.xls ├── lines.xls ├── pie.xls ├── progressivity_measure.xls ├── refundable_credits_over_time.xls ├── t_exp_overtime.xls └── tax_units.xls ├── favicon.ico ├── font-awesome-4.2.0 ├── css │ ├── font-awesome.css │ └── font-awesome.min.css ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── less │ ├── bordered-pulled.less │ ├── core.less │ ├── fixed-width.less │ ├── font-awesome.less │ ├── icons.less │ ├── larger.less │ ├── list.less │ ├── mixins.less │ ├── path.less │ ├── rotated-flipped.less │ ├── spinning.less │ ├── stacked.less │ └── variables.less └── scss │ ├── _bordered-pulled.scss │ ├── _core.scss │ ├── _fixed-width.scss │ ├── _icons.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _mixins.scss │ ├── _path.scss │ ├── _rotated-flipped.scss │ ├── _spinning.scss │ ├── _stacked.scss │ ├── _variables.scss │ └── font-awesome.scss ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── img ├── .DS_Store ├── LineChart.png ├── Pie Chart Design from WSJ.pdf ├── PovertyRates.png ├── TPC-logo-rev.png ├── TPC-logo-sm.png ├── UrbanInstitute_0472.jpg ├── area-100-percent-new.png ├── area-100-percent.png ├── area-chart.png ├── area-multiples-new.png ├── area-multiples.png ├── area-new.png ├── area-shaded.png ├── area.png ├── area2-new.png ├── area2.png ├── background.jpg ├── bar-chart-old.png ├── bar-chart-old2.png ├── bar-chart.png ├── bins-for-maps.png ├── chart-parts-01.png ├── chart-parts-02.png ├── chart-typography-and-layout-2024-print.png ├── chart-typography-and-layout-2024-web.png ├── chart-typography-and-layout.png ├── choropleth-and-tilemap.png ├── column-chart-old.png ├── column-chart-old2.png ├── column-chart.png ├── column-grouped.png ├── column-stacked.png ├── column-stacked2.png ├── column1-new.png ├── column1.png ├── column2-new.png ├── column2.png ├── conditional-formatting.png ├── contrast-ratios.png ├── datadive.jpg ├── devourThePie3.gif ├── downloads-bg.jpg ├── figure-word-template-insert.png ├── grouped-column-3-new.png ├── grouped-column-3.png ├── grouped-column-categorical-new.png ├── grouped-column-categorical.png ├── grouped-column.png ├── intro-bg.jpg ├── line-chart-new.png ├── line-chart.png ├── line-new.png ├── line.png ├── maf.png ├── map-marker.png ├── paired-bar-chart.png ├── paired-column-chart.png ├── pie-alternative-new.png ├── pie-alternative.png ├── pie-comparison.png ├── pie-many-alternative-new.png ├── pie-many-alternative.png ├── pie-many-new.png ├── pie-many.png ├── pie-new.png ├── pie.png ├── shutterstock_169137914.jpg ├── shutterstock_175306484.jpg ├── shutterstock_220408021.jpg ├── shutterstock_220408021_refer.jpg ├── shutterstock_220408021_web.jpg ├── sm-multiple-map.jpg ├── stacked-area-chart.png ├── stacked-bar-chart.png ├── stacked-column-categorical-new.png ├── stacked-column-categorical.png ├── stacked-column-chart.png ├── table-final.png ├── table-mockup.png ├── table-styles-mac.png ├── table-styles-pc.png ├── test-area.jpg ├── tile-map-1.png ├── tile-map-4.png ├── too-much.gif ├── tpc-logo-chart.jpg ├── tpc-logo.jpg ├── urban-sm.png ├── urban.png ├── urban_pdf.pdf ├── wcag-contrast.png ├── wcag-contrast2.png └── xlsx.png ├── index.html ├── js ├── auto-color.js ├── bootstrap.js ├── bootstrap.min.js ├── grayscale.js ├── jquery.easing.min.js ├── jquery.js └── less.min.js └── less ├── grayscale.less ├── mixins.less └── variables.less /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /2023/TPC Chart styleguide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/TPC Chart styleguide.docx -------------------------------------------------------------------------------- /2023/TPC style parts.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/TPC style parts.ai -------------------------------------------------------------------------------- /2023/ai2html-output/chart-parts-Artboard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/ai2html-output/chart-parts-Artboard_1.png -------------------------------------------------------------------------------- /2023/ai2html-output/chart-parts-Artboard_1_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/ai2html-output/chart-parts-Artboard_1_copy.png -------------------------------------------------------------------------------- /2023/ai2html-output/graphic-colors-Artboard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/ai2html-output/graphic-colors-Artboard_1.png -------------------------------------------------------------------------------- /2023/brand-collateral/TPC Longer Research Report.dotx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/brand-collateral/TPC Longer Research Report.dotx -------------------------------------------------------------------------------- /2023/brand-collateral/TPC-logo-03.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/brand-collateral/TPC-logo-03.eps -------------------------------------------------------------------------------- /2023/brand-collateral/TPC_Report_Template.indt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/brand-collateral/TPC_Report_Template.indt -------------------------------------------------------------------------------- /2023/brand-collateral/TaxPolicyCenter_Logo_Guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/brand-collateral/TaxPolicyCenter_Logo_Guidelines.pdf -------------------------------------------------------------------------------- /2023/chart-parts.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-parts.ai -------------------------------------------------------------------------------- /2023/chart-styles-mac-workrise.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles-mac-workrise.xlsx -------------------------------------------------------------------------------- /2023/chart-styles-original.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles-original.xlsx -------------------------------------------------------------------------------- /2023/chart-styles-pc-workrise.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles-pc-workrise.xlsx -------------------------------------------------------------------------------- /2023/chart-styles-pubs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles-pubs.xlsx -------------------------------------------------------------------------------- /2023/chart-styles-tpc.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles-tpc.xlsx -------------------------------------------------------------------------------- /2023/chart-styles.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chart-styles.xlsx -------------------------------------------------------------------------------- /2023/chartStyle06180_clrcorrected.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/chartStyle06180_clrcorrected.ai -------------------------------------------------------------------------------- /2023/css/color-column.css: -------------------------------------------------------------------------------- 1 | .eight { 2 | width: 12.5%; 3 | float: left; 4 | } 5 | .seven { 6 | width: 14.25%; 7 | float: left; 8 | } 9 | .six { 10 | width: 16.6666%; 11 | float: left; 12 | } 13 | .five { 14 | width: 20%; 15 | float: left; 16 | } 17 | .four { 18 | width: 25%; 19 | float: left; 20 | } 21 | .three { 22 | width: 33.3333%; 23 | float: left; 24 | } 25 | .two { 26 | width: 50%; 27 | float: left; 28 | } 29 | .one{ 30 | width:100%; 31 | float:left; 32 | } 33 | .multi-group-container { 34 | margin-bottom:30px; 35 | clear:both; 36 | } 37 | .dark { 38 | color: #fff; 39 | } 40 | .groupcolor { 41 | padding-top: 10px; 42 | padding-bottom: 10px; 43 | margin-right: 0px; 44 | height: 100%; 45 | -webkit-print-color-adjust: exact; 46 | 47 | } 48 | 49 | /*chart styles*/ 50 | .color{ 51 | float: left; 52 | display: inline-block; 53 | margin-bottom: 20px; 54 | min-width: 90px; 55 | 56 | } 57 | .swatch{ 58 | -webkit-print-color-adjust: exact; 59 | 60 | } 61 | .color-code{ 62 | font-size: 0.9em; 63 | text-align: center; 64 | min-height: 60px; 65 | } 66 | 67 | .color-code-hex{ 68 | font-size: 0.9em; 69 | text-align: center; 70 | min-height: 60px; 71 | } 72 | 73 | .color-group{ 74 | margin-bottom: 30px; 75 | height: auto; 76 | display: block; 77 | } 78 | 79 | /*COLORS*/ 80 | .blue{background-color:#1696d2;} 81 | .yellow{background-color:#FDBF11;} 82 | .gray{background-color:#D2D2D2;} 83 | .magenta{background-color:#EC008B;} 84 | .green{background-color:#55B748;} 85 | .space-gray{background-color:#332D2F;} 86 | .red{background-color:#DB2B27;} 87 | .orange{background-color:#e66600;} 88 | 89 | 90 | .black{background-color:#000000;} 91 | .blue-9{background-color:#000000;} 92 | .blue-8{background-color:#062635;} 93 | .blue-7{background-color:#0A4C6A;} 94 | .blue-6{background-color:#12719E;} 95 | .blue-5{background-color:#1696d2;} 96 | .blue-4{background-color:#46ABDB;} 97 | .blue-3{background-color:#73BFE2;} 98 | .blue-2{background-color:#A2D4EC;} 99 | .blue-1{background-color:#CFE8F3;} 100 | .yellow-9{background-color:#000000;} 101 | .yellow-8{background-color:#843215;} 102 | .yellow-7{background-color:#ca5800;} 103 | .yellow-6{background-color:#e88e2d;} 104 | .yellow-5{background-color:#FDBF11;} 105 | .yellow-4{background-color:#FCCB41;} 106 | .yellow-3{background-color:#FDD870;} 107 | .yellow-2{background-color:#FCE39E;} 108 | .yellow-1{background-color:#FFF2CF;} 109 | .gray-9{background-color:#000000;} 110 | .gray-8{background-color:#353535;} 111 | .gray-7{background-color:#696969;} 112 | .gray-6{background-color:#9D9D9D;} 113 | .gray-5{background-color:#D2D2D2;} 114 | .gray-4{background-color:#DCDBDB;} 115 | .gray-3{background-color:#E3E3E3;} 116 | .gray-2{background-color:#ECECEC;} 117 | .gray-1{background-color:#F5F5F5;} 118 | .magenta-9{background-color:#000000;} 119 | .magenta-8{background-color:#351123;} 120 | .magenta-7{background-color:#761548;} 121 | .magenta-6{background-color:#AF1F6B;} 122 | .magenta-5{background-color:#EC008B;} 123 | .magenta-4{background-color:#E54096;} 124 | .magenta-3{background-color:#E46AA7;} 125 | .magenta-2{background-color:#EB99C2;} 126 | .magenta-1{background-color:#F5CBDF;} 127 | .green-9{background-color:#000000;} 128 | .green-8{background-color:#1A2E19;} 129 | .green-7{background-color:#2C5C2D;} 130 | .green-6{background-color:#408941;} 131 | .green-5{background-color:#55B748;} 132 | .green-4{background-color:#78C26D;} 133 | .green-3{background-color:#98CF90;} 134 | .green-2{background-color:#BCDEB4;} 135 | .green-1{background-color:#DCEDD9;} 136 | .space-gray-9{background-color:#000000;} 137 | .space-gray-8{background-color:#0E0C0D;} 138 | .space-gray-7{background-color:#1A1717;} 139 | .space-gray-6{background-color:#262223;} 140 | .space-gray-5{background-color:#332D2F;} 141 | .space-gray-4{background-color:#5C5859;} 142 | .space-gray-3{background-color:#848081;} 143 | .space-gray-2{background-color:#ADABAC;} 144 | .space-gray-1{background-color:#D5D5D4;} 145 | .red-9{background-color:#000000;} 146 | .red-8{background-color:#370B0A;} 147 | .red-7{background-color:#6E1614;} 148 | .red-6{background-color:#A4201D;} 149 | .red-5{background-color:#DB2B27;} 150 | .red-4{background-color:#E25552;} 151 | .red-3{background-color:#E9807D;} 152 | .red-2{background-color:#F1AAA9;} 153 | .red-1{background-color:#F8D5D4;} 154 | 155 | 156 | .print-swatch{ 157 | display: none; 158 | } 159 | @media print { 160 | 161 | .print-swatch { 162 | display: inline; 163 | } 164 | } -------------------------------------------------------------------------------- /2023/dataviz/data/intimate_partner.csv: -------------------------------------------------------------------------------- 1 | State,Race,St_rce,ACS,BRFSS_IPV,IPV,Qualflag_IPV,, 2 | AZ,Wht,AZ_Wht,0.65389,0.8174022,0.017805948,0,, 3 | AZ,Blk,AZ_Blk,0.02824,0.0252393,0.014573382,1,, 4 | AZ,Hsp,AZ_Hsp,0.24647,0.1110695,0.08127188,0,, 5 | AZ,API,AZ_API,0.02313,0.0044513,0,1,, 6 | AZ,NAAI,AZ_NAAI,0.03766,0.0349487,0.008911267,1,, 7 | AZ,Oth,AZ_Oth,0.01062,0.006889,0.00055152,1,, 8 | HI,Wht,HI_Wht,0.2494,0.3924702,0.031922377,0,, 9 | HI,Blk,HI_Blk,0.01651,0.0090193,0,1,, 10 | HI,Hsp,HI_Hsp,0.06514,0.1093193,0.009020587,0,, 11 | HI,API,HI_API,0.5285,0.2216944,0.078110873,0,, 12 | HI,NAAI,HI_NAAI,0.0022,0.0034565,0.00096569,1,, 13 | HI,Oth,HI_Oth,0.13825,0.2640402,0.015037923,0,, 14 | IA,Wht,IA_Wht,0.87912,0.9155132,0.028319925,0,, 15 | IA,Blk,IA_Blk,0.0034,0.0130652,0.001128978,1,, 16 | IA,Hsp,IA_Hsp,0.0816,0.0303315,0.001134724,1,, 17 | IA,API,IA_API,0.01079,0.0051966,0,1,, 18 | IA,NAAI,IA_NAAI,0.01143,0.0063776,0,1,, 19 | IA,Oth,IA_Oth,0.01366,0.0295159,0,1,, 20 | MO,Wht,MO_Wht,0.84822,0.8084298,0.059640129,0,, 21 | MO,Blk,MO_Blk,0.10077,0.0839341,0.020283913,1,, 22 | MO,Hsp,MO_Hsp,0.0232,0.0433113,0.002842023,1,, 23 | MO,API,MO_API,0.01479,0.0093946,0.011247773,1,, 24 | MO,NAAI,MO_NAAI,0.0041,0.0148617,0.000195218,1,, 25 | MO,Oth,MO_Oth,0.00891,0.0400684,0.001081817,1,, 26 | NV,Wht,NV_Wht,0.64347,0.6696471,0.026971174,0,, 27 | NV,Blk,NV_Blk,0.06459,0.0371183,0.010999606,1,, 28 | NV,Hsp,NV_Hsp,0.19949,0.1436488,0.012310767,1,, 29 | NV,API,NV_API,0.06522,0.0203078,0.006436503,1,, 30 | NV,NAAI,NV_NAAI,0.00893,0.0049149,0,1,, 31 | NV,Oth,NV_Oth,0.0183,0.1243631,0.002296833,0,, 32 | OH,Wht,OH_Wht,0.84888,0.8340802,0.051558509,0,, 33 | OH,Blk,OH_Blk,0.10618,0.0888209,0.008595101,0,, 34 | OH,Hsp,OH_Hsp,0.01957,0.0103619,0.006668096,1,, 35 | OH,API,OH_API,0.01472,0.0066648,0,1,, 36 | OH,NAAI,OH_NAAI,0.00192,0.0130481,3.17664E-05,1,, 37 | OH,Oth,OH_Oth,0.00872,0.0470242,0.000237038,0,, 38 | OK,Wht,OK_Wht,0.7593,0.7043758,0.034025144,0,, 39 | OK,Blk,OK_Blk,0.06436,0.0622461,0.002569708,1,, 40 | OK,Hsp,OK_Hsp,0.05255,0.0572073,0.005896226,1,, 41 | OK,API,OK_API,0.01581,0.0027763,0.005961488,1,, 42 | OK,NAAI,OK_NAAI,0.06456,0.0820166,0.003865536,0,, 43 | OK,Oth,OK_Oth,0.04341,0.0913778,0.001320893,0,, 44 | RI,Wht,RI_Wht,0.82585,0.8255615,0.069437551,0,, 45 | RI,Blk,RI_Blk,0.0382,0.0222464,0.007163959,1,, 46 | RI,Hsp,RI_Hsp,0.09228,0.0808933,0.003816489,1,, 47 | RI,API,RI_API,0.02373,0.0039833,0.017696617,1,, 48 | RI,NAAI,RI_NAAI,0.0032,0.017073,0.001365974,1,, 49 | RI,Oth,RI_Oth,0.01674,0.0502425,0.004856863,1,, 50 | VT,Wht,VT_Wht,0.96725,0.929038,0.071069274,0,, 51 | VT,Blk,VT_Blk,0.0027,0.0016405,0,1,, 52 | VT,Hsp,VT_Hsp,0.00517,0.0199839,0.000739022,1,, 53 | VT,API,VT_API,0.01117,0.0015571,0,1,, 54 | VT,NAAI,VT_NAAI,0.00167,0.0087035,0.000113658,1,, 55 | VT,Oth,VT_Oth,0.01204,0.039077,0.002607841,1,, 56 | VA,Wht,VA_Wht,0.70504,0.7539856,0.028953596,0,, 57 | VA,Blk,VA_Blk,0.17942,0.1487193,0.00799361,1,, 58 | VA,Hsp,VA_Hsp,0.05394,0.0395268,0.001731496,1,, 59 | VA,API,VA_API,0.04775,0.0074368,0,1,, 60 | VA,NAAI,VA_NAAI,0.00306,0.023773,0.000559564,1,, 61 | VA,Oth,VA_Oth,0.0108,0.0265585,0.000125932,1,, 62 | ,,,,,,,, 63 | -------------------------------------------------------------------------------- /2023/dataviz/data/ipv2.csv: -------------------------------------------------------------------------------- 1 | State,Race,St_rce,ACS,BRFSS_IPV,IPV,Qualflag_IPV,,,,,,,,, AZ,Wht,AZ_Wht,0.65389,0.8174022,0.0272308,0,,,,,,,,, AZ,Blk,AZ_Blk,0.02824,0.0252393,0.5160546,1,,,,,,,,, AZ,Hsp,AZ_Hsp,0.24647,0.1110695,0.3297435,0,,,,,,,,, AZ,API,AZ_API,0.02313,0.0044513,0,1,,,,,,,,, AZ,NAAI,AZ_NAAI,0.03766,0.0349487,0.2366242,1,,,,,,,,, AZ,Oth,AZ_Oth,0.01062,0.006889,0.0519322,1,,,,,,,,, HI,Wht,HI_Wht,0.2494,0.3924702,0.1279967,0,,,,,,,,, HI,Blk,HI_Blk,0.01651,0.0090193,0,1,,,,,,,,, HI,Hsp,HI_Hsp,0.06514,0.1093193,0.13848,0,,,,,,,,, HI,API,HI_API,0.5285,0.2216944,0.1477973,0,,,,,,,,, HI,NAAI,HI_NAAI,0.0022,0.0034565,0.4389501,1,,,,,,,,, HI,Oth,HI_Oth,0.13825,0.2640402,0.1087734,0,,,,,,,,, IA,Wht,IA_Wht,0.87912,0.9155132,0.0303598,0,,,,,,,,, IA,Blk,IA_Blk,0.0034,0.0130652,0.0663714,1,,,,,,,,, IA,Hsp,IA_Hsp,0.0816,0.0303315,0.0392638,1,,,,,,,,, IA,API,IA_API,0.01079,0.0051966,0,1,,,,,,,,, IA,NAAI,IA_NAAI,0.01143,0.0063776,0,1,,,,,,,,, IA,Oth,IA_Oth,0.01366,0.0295159,0,1,,,,,,,,, MO,Wht,MO_Wht,0.84822,0.8084298,0.0703121,0,,,,,,,,, MO,Blk,MO_Blk,0.10077,0.0839341,0.2012892,1,,,,,,,,, MO,Hsp,MO_Hsp,0.0232,0.0433113,0.122501,1,,,,,,,,, MO,API,MO_API,0.01479,0.0093946,0.7604985,1,,,,,,,,, MO,NAAI,MO_NAAI,0.0041,0.0148617,0.0476141,1,,,,,,,,, MO,Oth,MO_Oth,0.00891,0.0400684,0.1214161,1,,,,,,,,, NV,Wht,NV_Wht,0.64347,0.6696471,0.0419152,0,,,,,,,,, NV,Blk,NV_Blk,0.06459,0.0371183,0.1702989,1,,,,,,,,, NV,Hsp,NV_Hsp,0.19949,0.1436488,0.0617112,1,,,,,,,,, NV,API,NV_API,0.06522,0.0203078,0.0986891,1,,,,,,,,, NV,NAAI,NV_NAAI,0.00893,0.0049149,0,1,,,,,,,,, NV,Oth,NV_Oth,0.0183,0.1243631,0.12551,0,,,,,,,,, OH,Wht,OH_Wht,0.84888,0.8340802,0.0607371,0,,,,,,,,, OH,Blk,OH_Blk,0.10618,0.0888209,0.0809484,0,,,,,,,,, OH,Hsp,OH_Hsp,0.01957,0.0103619,0.3407305,1,,,,,,,,, OH,API,OH_API,0.01472,0.0066648,0,1,,,,,,,,, OH,NAAI,OH_NAAI,0.00192,0.0130481,0.016545,1,,,,,,,,, OH,Oth,OH_Oth,0.00872,0.0470242,0.0271832,0,,,,,,,,, OK,Wht,OK_Wht,0.7593,0.7043758,0.0448112,0,,,,,,,,, OK,Blk,OK_Blk,0.06436,0.0622461,0.0399271,1,,,,,,,,, OK,Hsp,OK_Hsp,0.05255,0.0572073,0.1122022,1,,,,,,,,, OK,API,OK_API,0.01581,0.0027763,0.3770707,1,,,,,,,,, OK,NAAI,OK_NAAI,0.06456,0.0820166,0.0598751,0,,,,,,,,, OK,Oth,OK_Oth,0.04341,0.0913778,0.0304283,0,,,,,,,,, RI,Wht,RI_Wht,0.82585,0.8255615,0.0840801,0,,,,,,,,, RI,Blk,RI_Blk,0.0382,0.0222464,0.1875382,1,,,,,,,,, RI,Hsp,RI_Hsp,0.09228,0.0808933,0.0413577,1,,,,,,,,, RI,API,RI_API,0.02373,0.0039833,0.7457487,1,,,,,,,,, RI,NAAI,RI_NAAI,0.0032,0.017073,0.4268669,1,,,,,,,,, RI,Oth,RI_Oth,0.01674,0.0502425,0.2901352,1,,,,,,,,, VT,Wht,VT_Wht,0.96725,0.929038,0.0734756,0,,,,,,,,, VT,Blk,VT_Blk,0.0027,0.0016405,0,1,,,,,,,,, VT,Hsp,VT_Hsp,0.00517,0.0199839,0.1429442,1,,,,,,,,, VT,API,VT_API,0.01117,0.0015571,0,1,,,,,,,,, VT,NAAI,VT_NAAI,0.00167,0.0087035,0.0680588,1,,,,,,,,, VT,Oth,VT_Oth,0.01204,0.039077,0.2165981,1,,,,,,,,, VA,Wht,VA_Wht,0.70504,0.7539856,0.0410666,0,,,,,,,,, VA,Blk,VA_Blk,0.17942,0.1487193,0.0445525,1,,,,,,,,, VA,Hsp,VA_Hsp,0.05394,0.0395268,0.0321004,1,,,,,,,,, VA,API,VA_API,0.04775,0.0074368,0,1,,,,,,,,, VA,NAAI,VA_NAAI,0.00306,0.023773,0.1828641,1,,,,,,,,, VA,Oth,VA_Oth,0.0108,0.0265585,0.0116604,1,,,,,,,,, -------------------------------------------------------------------------------- /2023/dataviz/data/state-codes.json: -------------------------------------------------------------------------------- 1 | { 2 | "10": { 3 | "stateAbbr": "DE", 4 | "name": "Delaware" 5 | }, 6 | "11": { 7 | "stateAbbr": "DC", 8 | "name": "District of Columbia" 9 | }, 10 | "12": { 11 | "stateAbbr": "FL", 12 | "name": "Florida" 13 | }, 14 | "13": { 15 | "stateAbbr": "GA", 16 | "name": "Georgia" 17 | }, 18 | "15": { 19 | "stateAbbr": "HI", 20 | "name": "Hawaii" 21 | }, 22 | "16": { 23 | "stateAbbr": "ID", 24 | "name": "Idaho" 25 | }, 26 | "17": { 27 | "stateAbbr": "IL", 28 | "name": "Illinois" 29 | }, 30 | "18": { 31 | "stateAbbr": "IN", 32 | "name": "Indiana" 33 | }, 34 | "19": { 35 | "stateAbbr": "IA", 36 | "name": "Iowa" 37 | }, 38 | "20": { 39 | "stateAbbr": "KS", 40 | "name": "Kansas" 41 | }, 42 | "21": { 43 | "stateAbbr": "KY", 44 | "name": "Kentucky" 45 | }, 46 | "22": { 47 | "stateAbbr": "LA", 48 | "name": "Louisiana" 49 | }, 50 | "23": { 51 | "stateAbbr": "ME", 52 | "name": "Maine" 53 | }, 54 | "24": { 55 | "stateAbbr": "MD", 56 | "name": "Maryland" 57 | }, 58 | "25": { 59 | "stateAbbr": "MA", 60 | "name": "Massachusetts" 61 | }, 62 | "26": { 63 | "stateAbbr": "MI", 64 | "name": "Michigan" 65 | }, 66 | "27": { 67 | "stateAbbr": "MN", 68 | "name": "Minnesota" 69 | }, 70 | "28": { 71 | "stateAbbr": "MS", 72 | "name": "Mississippi" 73 | }, 74 | "29": { 75 | "stateAbbr": "MO", 76 | "name": "Missouri" 77 | }, 78 | "30": { 79 | "stateAbbr": "MT", 80 | "name": "Montana" 81 | }, 82 | "31": { 83 | "stateAbbr": "NE", 84 | "name": "Nebraska" 85 | }, 86 | "32": { 87 | "stateAbbr": "NV", 88 | "name": "Nevada" 89 | }, 90 | "33": { 91 | "stateAbbr": "NH", 92 | "name": "New Hampshire" 93 | }, 94 | "34": { 95 | "stateAbbr": "NJ", 96 | "name": "New Jersey" 97 | }, 98 | "35": { 99 | "stateAbbr": "NM", 100 | "name": "New Mexico" 101 | }, 102 | "36": { 103 | "stateAbbr": "NY", 104 | "name": "New York" 105 | }, 106 | "37": { 107 | "stateAbbr": "NC", 108 | "name": "North Carolina" 109 | }, 110 | "38": { 111 | "stateAbbr": "ND", 112 | "name": "North Dakota" 113 | }, 114 | "39": { 115 | "stateAbbr": "OH", 116 | "name": "Ohio" 117 | }, 118 | "40": { 119 | "stateAbbr": "OK", 120 | "name": "Oklahoma" 121 | }, 122 | "41": { 123 | "stateAbbr": "OR", 124 | "name": "Oregon" 125 | }, 126 | "42": { 127 | "stateAbbr": "PA", 128 | "name": "Pennsylvania" 129 | }, 130 | "44": { 131 | "stateAbbr": "RI", 132 | "name": "Rhode Island" 133 | }, 134 | "45": { 135 | "stateAbbr": "SC", 136 | "name": "South Carolina" 137 | }, 138 | "46": { 139 | "stateAbbr": "SD", 140 | "name": "South Dakota" 141 | }, 142 | "47": { 143 | "stateAbbr": "TN", 144 | "name": "Tennessee" 145 | }, 146 | "48": { 147 | "stateAbbr": "TX", 148 | "name": "Texas" 149 | }, 150 | "49": { 151 | "stateAbbr": "UT", 152 | "name": "Utah" 153 | }, 154 | "50": { 155 | "stateAbbr": "VT", 156 | "name": "Vermont" 157 | }, 158 | "51": { 159 | "stateAbbr": "VA", 160 | "name": "Virginia" 161 | }, 162 | "53": { 163 | "stateAbbr": "WA", 164 | "name": "Washington" 165 | }, 166 | "54": { 167 | "stateAbbr": "WV", 168 | "name": "West Virginia" 169 | }, 170 | "55": { 171 | "stateAbbr": "WI", 172 | "name": "Wisconsin" 173 | }, 174 | "56": { 175 | "stateAbbr": "WY", 176 | "name": "Wyoming" 177 | }, 178 | "60": { 179 | "stateAbbr": "AS", 180 | "name": "American Samoa" 181 | }, 182 | "66": { 183 | "stateAbbr": "GU", 184 | "name": "Guam" 185 | }, 186 | "69": { 187 | "stateAbbr": "MP", 188 | "name": "Northern Mariana Islands" 189 | }, 190 | "72": { 191 | "stateAbbr": "PR", 192 | "name": "Puerto Rico" 193 | }, 194 | "74": { 195 | "stateAbbr": "UM", 196 | "name": "U.S. Minor Outlying Islands" 197 | }, 198 | "78": { 199 | "stateAbbr": "VI", 200 | "name": "U.S. Virgin Islands" 201 | }, 202 | "1": { 203 | "stateAbbr": "AL", 204 | "name": "Alabama" 205 | }, 206 | "2": { 207 | "stateAbbr": "AK", 208 | "name": "Alaska" 209 | }, 210 | "4": { 211 | "stateAbbr": "AZ", 212 | "name": "Arizona" 213 | }, 214 | "5": { 215 | "stateAbbr": "AR", 216 | "name": "Arkansas" 217 | }, 218 | "6": { 219 | "stateAbbr": "CA", 220 | "name": "California" 221 | }, 222 | "8": { 223 | "stateAbbr": "CO", 224 | "name": "Colorado" 225 | }, 226 | "9": { 227 | "stateAbbr": "CT", 228 | "name": "Connecticut" 229 | } 230 | } 231 | -------------------------------------------------------------------------------- /2023/dataviz/data/sv2.csv: -------------------------------------------------------------------------------- 1 | State,Race,St_rce,ACS,BRFSS_SV,SV,Qualflag_SV,,,,,,, AZ,Wht,AZ_Wht,0.65389,0.6934174,0.0247576,0,,,,,,, AZ,Blk,AZ_Blk,0.02824,0.0163868,0,1,,,,,,, AZ,Hsp,AZ_Hsp,0.24647,0.2391596,0.0535299,0,,,,,,, AZ,API,AZ_API,0.02313,0.0184947,0.0984662,1,,,,,,, AZ,NAAI,AZ_NAAI,0.03766,0.0207596,0.0388031,1,,,,,,, AZ,Oth,AZ_Oth,0.01062,0.0117819,0.0128133,1,,,,,,, CO,Wht,CO_Wht,0.75055,0.7774818,0.0229453,0,,,,,,, CO,Blk,CO_Blk,0.03361,0.0222805,0.0078676,1,,,,,,, CO,Hsp,CO_Hsp,0.17171,0.1648525,0.0233744,0,,,,,,, CO,API,CO_API,0.02651,0.0111782,0.0268816,1,,,,,,, CO,NAAI,CO_NAAI,0.00585,0.0071672,0.1030917,1,,,,,,, CO,Oth,CO_Oth,0.01178,0.0170398,0.0445126,1,,,,,,, CT,Wht,CT_Wht,0.77795,0.8421211,0.0194002,0,,,,,,, CT,Blk,CT_Blk,0.08001,0.0503221,0.0269594,1,,,,,,, CT,Hsp,CT_Hsp,0.09712,0.0712768,0.0387943,0,,,,,,, CT,API,CT_API,0.03275,0.0220144,0,1,,,,,,, CT,NAAI,CT_NAAI,0.0019,0.0040777,0.1773675,1,,,,,,, CT,Oth,CT_Oth,0.01028,0.0101879,0.1029318,1,,,,,,, DE,Wht,DE_Wht,0.73125,0.7840885,0.03404,0,,,,,,, DE,Blk,DE_Blk,0.18215,0.1369155,0.0401567,0,,,,,,, DE,Hsp,DE_Hsp,0.05134,0.0307578,0.1353517,0,,,,,,, DE,API,DE_API,0.02342,0.0190285,0,1,,,,,,, DE,NAAI,DE_NAAI,0.00198,0.0059916,0,1,,,,,,, DE,Oth,DE_Oth,0.00985,0.0232182,0.1026658,1,,,,,,, FL,Wht,FL_Wht,0.6496,0.6610617,0.0194128,0,,,,,,, FL,Blk,FL_Blk,0.12812,0.1021705,0.0547589,0,,,,,,, FL,Hsp,FL_Hsp,0.18793,0.1879081,0.0400086,0,,,,,,, FL,API,FL_API,0.02101,0.0121562,0.0163349,1,,,,,,, FL,NAAI,FL_NAAI,0.003,0.0085292,0.0124053,1,,,,,,, FL,Oth,FL_Oth,0.01033,0.0281743,0.0483774,1,,,,,,, HI,Wht,HI_Wht,0.2494,0.2728299,0.0229548,0,,,,,,, HI,Blk,HI_Blk,0.01651,0.0127589,0.0264025,1,,,,,,, HI,Hsp,HI_Hsp,0.06514,0.0808521,0.0654746,0,,,,,,, HI,API,HI_API,0.5285,0.4186721,0.0201302,0,,,,,,, HI,NAAI,HI_NAAI,0.0022,0.0015775,0.0770343,1,,,,,,, HI,Oth,HI_Oth,0.13825,0.2133096,0.0395173,0,,,,,,, ID,Wht,ID_Wht,0.87912,0.8761456,0.0202809,0,,,,,,, ID,Blk,ID_Blk,0.0034,0.0022032,0,1,,,,,,, ID,Hsp,ID_Hsp,0.0816,0.0792727,0.106848,0,,,,,,, ID,API,ID_API,0.01079,0.0130955,0.0138064,1,,,,,,, ID,NAAI,ID_NAAI,0.01143,0.0112058,0.0111121,1,,,,,,, ID,Oth,ID_Oth,0.01366,0.0180773,0.0820839,1,,,,,,, MS,Wht,MS_Wht,0.6288,0.6330555,0.0329573,0,,,,,,, MS,Blk,MS_Blk,0.33582,0.3232724,0.0564399,0,,,,,,, MS,Hsp,MS_Hsp,0.01692,0.0203471,0.0298641,1,,,,,,, MS,API,MS_API,0.00805,0.0044567,0.1037941,1,,,,,,, MS,NAAI,MS_NAAI,0.00367,0.0058252,0,1,,,,,,, MS,Oth,MS_Oth,0.00675,0.0130431,0.0418983,1,,,,,,, MO,Wht,MO_Wht,0.84822,0.8481413,0.0239492,0,,,,,,, MO,Blk,MO_Blk,0.10077,0.072959,0.0511469,0,,,,,,, MO,Hsp,MO_Hsp,0.0232,0.034928,0.0292728,1,,,,,,, MO,API,MO_API,0.01479,0.0071169,0.1730756,1,,,,,,, MO,NAAI,MO_NAAI,0.0041,0.0084937,0.0757847,1,,,,,,, MO,Oth,MO_Oth,0.00891,0.0283611,0.1469472,1,,,,,,, NV,Wht,NV_Wht,0.64347,0.6574914,0.0416909,0,,,,,,, NV,Blk,NV_Blk,0.06459,0.0400614,0.0327553,1,,,,,,, NV,Hsp,NV_Hsp,0.19949,0.1866565,0.0754684,0,,,,,,, NV,API,NV_API,0.06522,0.0142252,0.0583912,1,,,,,,, NV,NAAI,NV_NAAI,0.00893,0.0074815,0,1,,,,,,, NV,Oth,NV_Oth,0.0183,0.0940838,0.0597873,0,,,,,,, OH,Wht,OH_Wht,0.84888,0.86398,0.03627,0,,,,,,, OH,Blk,OH_Blk,0.10618,0.0648563,0.05492,0,,,,,,, OH,Hsp,OH_Hsp,0.01957,0.0182905,0.0787669,1,,,,,,, OH,API,OH_API,0.01472,0.0128743,0.0169369,1,,,,,,, OH,NAAI,OH_NAAI,0.00192,0.0057464,0.0098056,1,,,,,,, OH,Oth,OH_Oth,0.00872,0.0342525,0.0301837,0,,,,,,, OK,Wht,OK_Wht,0.7593,0.7229061,0.0166326,0,,,,,,, OK,Blk,OK_Blk,0.06436,0.0628897,0.024242,0,,,,,,, OK,Hsp,OK_Hsp,0.05255,0.075283,0.0478159,0,,,,,,, OK,API,OK_API,0.01581,0.0117999,0.0120467,1,,,,,,, OK,NAAI,OK_NAAI,0.06456,0.0731088,0.022112,0,,,,,,, OK,Oth,OK_Oth,0.04341,0.0540125,0.0360993,0,,,,,,, RI,Wht,RI_Wht,0.82585,0.8472499,0.0222205,0,,,,,,, RI,Blk,RI_Blk,0.0382,0.0253131,0.0519497,1,,,,,,, RI,Hsp,RI_Hsp,0.09228,0.0815342,0.0445076,0,,,,,,, RI,API,RI_API,0.02373,0.0164369,0.0579685,1,,,,,,, RI,NAAI,RI_NAAI,0.0032,0.0089018,0.1339255,1,,,,,,, RI,Oth,RI_Oth,0.01674,0.0205641,0.1627584,0,,,,,,, SC,Wht,SC_Wht,0.68187,0.6754073,0.0211811,0,,,,,,, SC,Blk,SC_Blk,0.26735,0.266153,0.0337897,0,,,,,,, SC,Hsp,SC_Hsp,0.03041,0.0216964,0.0269298,1,,,,,,, SC,API,SC_API,0.01066,0.0068964,0.0629669,1,,,,,,, SC,NAAI,SC_NAAI,0.00301,0.008574,0.0557426,1,,,,,,, SC,Oth,SC_Oth,0.00668,0.0212729,0.0208985,1,,,,,,, TN,Wht,TN_Wht,0.80188,0.7880063,0.0289183,0,,,,,,, TN,Blk,TN_Blk,0.15148,0.1548485,0.0614071,0,,,,,,, TN,Hsp,TN_Hsp,0.02549,0.0159664,0.3357189,1,,,,,,, TN,API,TN_API,0.01164,0.0059267,0,1,,,,,,, TN,NAAI,TN_NAAI,0.00289,0.0088276,0.0168627,1,,,,,,, TN,Oth,TN_Oth,0.00661,0.0264244,0.1441327,1,,,,,,, VT,Wht,VT_Wht,0.96725,0.9459243,0.01923,0,,,,,,, VT,Blk,VT_Blk,0.0027,0.0027758,0,1,,,,,,, VT,Hsp,VT_Hsp,0.00517,0.0162207,0.0588651,1,,,,,,, VT,API,VT_API,0.01117,0.0069288,0,1,,,,,,, VT,NAAI,VT_NAAI,0.00167,0.0078449,0.0805753,1,,,,,,, VT,Oth,VT_Oth,0.01204,0.0203054,0.0743134,1,,,,,,, VA,Wht,VA_Wht,0.70504,0.7880502,0.0224612,0,,,,,,, VA,Blk,VA_Blk,0.17942,0.1220815,0.033883,0,,,,,,, VA,Hsp,VA_Hsp,0.05394,0.0290869,0.0368785,1,,,,,,, VA,API,VA_API,0.04775,0.0227362,0.0468644,1,,,,,,, VA,NAAI,VA_NAAI,0.00306,0.0089265,0.1296413,1,,,,,,, VA,Oth,VA_Oth,0.0108,0.0291186,0.0261495,1,,,,,,, WI,Wht,WI_Wht,0.88427,0.9176937,0.0336748,0,,,,,,, WI,Blk,WI_Blk,0.04714,0.0293889,0.0358773,0,,,,,,, WI,Hsp,WI_Hsp,0.03676,0.0224327,0.1681657,0,,,,,,, WI,API,WI_API,0.018,0.0095901,0.0249289,1,,,,,,, WI,NAAI,WI_NAAI,0.00717,0.0068795,0.0361854,1,,,,,,, WI,Oth,WI_Oth,0.00667,0.0140151,0.1133083,1,,,,,,, -------------------------------------------------------------------------------- /2023/dataviz/images/AP627783549979.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/AP627783549979.jpg -------------------------------------------------------------------------------- /2023/dataviz/images/logo-01-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/logo-01-sm.png -------------------------------------------------------------------------------- /2023/dataviz/images/logo-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/logo-01.png -------------------------------------------------------------------------------- /2023/dataviz/images/logo-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/logo-02.png -------------------------------------------------------------------------------- /2023/dataviz/images/shutterstock_220408021_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/shutterstock_220408021_web.jpg -------------------------------------------------------------------------------- /2023/dataviz/images/socials-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-01.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-02.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-03.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-04.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-05.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-06.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-07.png -------------------------------------------------------------------------------- /2023/dataviz/images/socials-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/socials-08.png -------------------------------------------------------------------------------- /2023/dataviz/images/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/title.jpg -------------------------------------------------------------------------------- /2023/dataviz/images/title.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/dataviz/images/title.psd -------------------------------------------------------------------------------- /2023/dataviz/index.html: -------------------------------------------------------------------------------- 1 | How Much We Know About Sexual Violence Across Racial and Ethnic Groups

How Much We Know About Intimiate Partner Violence Across Racial and Ethnic Groups

By Jonathan Schwabish and Nathaniel Anderson; Visuals by Ben Southgate

Each circle in the graphic is scaled by the share of people in each state and the racial/ethnic groups who suffered from sexual violence or intimate partner violence. Groups for which we do not have reliable estimates (either because of small sample size or a high relative standard error) are represented with an “X”.

As an example, take a look at the blue circle in the middle of the graphic that shows estimates for Hawaii. Our analysis of the BRFSS shows that just above 2 percent of Asian Pacific Islanders in Hawaii were victims of sexual abuse in 2005, and nearly 15 percent suffered from intimate partner violence. But for both measures, the share of Asian Pacific Islanders surveyed was smaller than the share of Asian Pacific Islanders in Hawaii, according to the ACS. While the ACS finds that Asian Pacific Islanders make up 53 percent of the population in Hawaii, they make up only 42 percent of the BRFSS survey on sexual violence and only 22 percent of those surveyed about intimate partner violence.

Feature
HOW BETTER DATA CAN REDUCE DOMESTIC VIOLENCE

How Better Data Can Reduce Domestic Violence

Better data about those being victimized and their experiences could help service providers reach these groups, better meet their needs, and reduce domestic violence.

-------------------------------------------------------------------------------- /2023/feature-refer: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
Feature
5 |
6 |
7 |
8 | 9 |
10 | 11 | 17 | 18 | 19 | Debunking the Myths About Who Pays No Federal Income Tax 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 |

28 | 34 | Debunking the Myths About Who Pays No Federal Income Tax 35 |

36 | 37 |
38 |
39 |
40 |

The percentage of Americans who pay no federal income tax is falling, thanks to an improving economy and the expiration of temporary Great Recession-era tax cuts.

41 |
42 |
43 |
44 |
45 | 46 |
-------------------------------------------------------------------------------- /2023/feature-refer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
Feature
9 |
10 |
11 |
12 | 13 |
14 | 15 | 21 | 22 | 23 | HOW BETTER DATA CAN REDUCE DOMESTIC VIOLENCE 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |

36 | 43 | How Better Data Can Reduce Domestic Violence 44 |

45 | 46 |
47 |
48 |
49 |
50 |

Better data about those being victimized and their experiences could help service providers reach these groups, better meet their needs, and reduce domestic violence.

57 |
58 |
59 |
60 |
61 |
62 |
63 | 64 | -------------------------------------------------------------------------------- /2023/graphic-colors.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/graphic-colors.ai -------------------------------------------------------------------------------- /2023/img/LineChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/LineChart.png -------------------------------------------------------------------------------- /2023/img/Pie Chart Design from WSJ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/Pie Chart Design from WSJ.pdf -------------------------------------------------------------------------------- /2023/img/PovertyRates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/PovertyRates.png -------------------------------------------------------------------------------- /2023/img/TPC-logo-rev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/TPC-logo-rev.png -------------------------------------------------------------------------------- /2023/img/TPC-logo-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/TPC-logo-sm.png -------------------------------------------------------------------------------- /2023/img/UrbanInstitute_0472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/UrbanInstitute_0472.jpg -------------------------------------------------------------------------------- /2023/img/area-100-percent-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-100-percent-new.png -------------------------------------------------------------------------------- /2023/img/area-100-percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-100-percent.png -------------------------------------------------------------------------------- /2023/img/area-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-chart.png -------------------------------------------------------------------------------- /2023/img/area-multiples-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-multiples-new.png -------------------------------------------------------------------------------- /2023/img/area-multiples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-multiples.png -------------------------------------------------------------------------------- /2023/img/area-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-new.png -------------------------------------------------------------------------------- /2023/img/area-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area-shaded.png -------------------------------------------------------------------------------- /2023/img/area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area.png -------------------------------------------------------------------------------- /2023/img/area2-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area2-new.png -------------------------------------------------------------------------------- /2023/img/area2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/area2.png -------------------------------------------------------------------------------- /2023/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/background.jpg -------------------------------------------------------------------------------- /2023/img/bar-chart-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/bar-chart-old.png -------------------------------------------------------------------------------- /2023/img/bar-chart-old2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/bar-chart-old2.png -------------------------------------------------------------------------------- /2023/img/bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/bar-chart.png -------------------------------------------------------------------------------- /2023/img/bins-for-maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/bins-for-maps.png -------------------------------------------------------------------------------- /2023/img/chart-parts-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/chart-parts-01.png -------------------------------------------------------------------------------- /2023/img/chart-parts-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/chart-parts-02.png -------------------------------------------------------------------------------- /2023/img/chart-typography-and-layout-2024-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/chart-typography-and-layout-2024-print.png -------------------------------------------------------------------------------- /2023/img/chart-typography-and-layout-2024-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/chart-typography-and-layout-2024-web.png -------------------------------------------------------------------------------- /2023/img/chart-typography-and-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/chart-typography-and-layout.png -------------------------------------------------------------------------------- /2023/img/choropleth-and-tilemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/choropleth-and-tilemap.png -------------------------------------------------------------------------------- /2023/img/column-chart-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-chart-old.png -------------------------------------------------------------------------------- /2023/img/column-chart-old2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-chart-old2.png -------------------------------------------------------------------------------- /2023/img/column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-chart.png -------------------------------------------------------------------------------- /2023/img/column-grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-grouped.png -------------------------------------------------------------------------------- /2023/img/column-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-stacked.png -------------------------------------------------------------------------------- /2023/img/column-stacked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column-stacked2.png -------------------------------------------------------------------------------- /2023/img/column1-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column1-new.png -------------------------------------------------------------------------------- /2023/img/column1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column1.png -------------------------------------------------------------------------------- /2023/img/column2-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column2-new.png -------------------------------------------------------------------------------- /2023/img/column2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/column2.png -------------------------------------------------------------------------------- /2023/img/conditional-formatting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/conditional-formatting.png -------------------------------------------------------------------------------- /2023/img/contrast-ratios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/contrast-ratios.png -------------------------------------------------------------------------------- /2023/img/datadive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/datadive.jpg -------------------------------------------------------------------------------- /2023/img/devourThePie3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/devourThePie3.gif -------------------------------------------------------------------------------- /2023/img/downloads-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/downloads-bg.jpg -------------------------------------------------------------------------------- /2023/img/figure-word-template-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/figure-word-template-insert.png -------------------------------------------------------------------------------- /2023/img/grouped-column-3-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/grouped-column-3-new.png -------------------------------------------------------------------------------- /2023/img/grouped-column-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/grouped-column-3.png -------------------------------------------------------------------------------- /2023/img/grouped-column-categorical-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/grouped-column-categorical-new.png -------------------------------------------------------------------------------- /2023/img/grouped-column-categorical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/grouped-column-categorical.png -------------------------------------------------------------------------------- /2023/img/grouped-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/grouped-column.png -------------------------------------------------------------------------------- /2023/img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/intro-bg.jpg -------------------------------------------------------------------------------- /2023/img/line-chart-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/line-chart-new.png -------------------------------------------------------------------------------- /2023/img/line-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/line-chart.png -------------------------------------------------------------------------------- /2023/img/line-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/line-new.png -------------------------------------------------------------------------------- /2023/img/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/line.png -------------------------------------------------------------------------------- /2023/img/maf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/maf.png -------------------------------------------------------------------------------- /2023/img/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/map-marker.png -------------------------------------------------------------------------------- /2023/img/paired-bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/paired-bar-chart.png -------------------------------------------------------------------------------- /2023/img/paired-column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/paired-column-chart.png -------------------------------------------------------------------------------- /2023/img/pie-alternative-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-alternative-new.png -------------------------------------------------------------------------------- /2023/img/pie-alternative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-alternative.png -------------------------------------------------------------------------------- /2023/img/pie-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-comparison.png -------------------------------------------------------------------------------- /2023/img/pie-many-alternative-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-many-alternative-new.png -------------------------------------------------------------------------------- /2023/img/pie-many-alternative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-many-alternative.png -------------------------------------------------------------------------------- /2023/img/pie-many-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-many-new.png -------------------------------------------------------------------------------- /2023/img/pie-many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-many.png -------------------------------------------------------------------------------- /2023/img/pie-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie-new.png -------------------------------------------------------------------------------- /2023/img/pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/pie.png -------------------------------------------------------------------------------- /2023/img/shutterstock_169137914.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/shutterstock_169137914.jpg -------------------------------------------------------------------------------- /2023/img/shutterstock_175306484.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/shutterstock_175306484.jpg -------------------------------------------------------------------------------- /2023/img/shutterstock_220408021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/shutterstock_220408021.jpg -------------------------------------------------------------------------------- /2023/img/shutterstock_220408021_refer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/shutterstock_220408021_refer.jpg -------------------------------------------------------------------------------- /2023/img/shutterstock_220408021_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/shutterstock_220408021_web.jpg -------------------------------------------------------------------------------- /2023/img/sm-multiple-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/sm-multiple-map.jpg -------------------------------------------------------------------------------- /2023/img/stacked-area-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/stacked-area-chart.png -------------------------------------------------------------------------------- /2023/img/stacked-bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/stacked-bar-chart.png -------------------------------------------------------------------------------- /2023/img/stacked-column-categorical-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/stacked-column-categorical-new.png -------------------------------------------------------------------------------- /2023/img/stacked-column-categorical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/stacked-column-categorical.png -------------------------------------------------------------------------------- /2023/img/stacked-column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/stacked-column-chart.png -------------------------------------------------------------------------------- /2023/img/table-final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/table-final.png -------------------------------------------------------------------------------- /2023/img/table-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/table-mockup.png -------------------------------------------------------------------------------- /2023/img/table-styles-mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/table-styles-mac.png -------------------------------------------------------------------------------- /2023/img/table-styles-pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/table-styles-pc.png -------------------------------------------------------------------------------- /2023/img/test-area.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/test-area.jpg -------------------------------------------------------------------------------- /2023/img/tile-map-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/tile-map-1.png -------------------------------------------------------------------------------- /2023/img/tile-map-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/tile-map-4.png -------------------------------------------------------------------------------- /2023/img/too-much.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/too-much.gif -------------------------------------------------------------------------------- /2023/img/tpc-logo-chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/tpc-logo-chart.jpg -------------------------------------------------------------------------------- /2023/img/tpc-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/tpc-logo.jpg -------------------------------------------------------------------------------- /2023/img/urban-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/urban-sm.png -------------------------------------------------------------------------------- /2023/img/urban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/urban.png -------------------------------------------------------------------------------- /2023/img/urban_pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/urban_pdf.pdf -------------------------------------------------------------------------------- /2023/img/wcag-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/wcag-contrast.png -------------------------------------------------------------------------------- /2023/img/wcag-contrast2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/wcag-contrast2.png -------------------------------------------------------------------------------- /2023/img/xlsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/img/xlsx.png -------------------------------------------------------------------------------- /2023/js/auto-color.js: -------------------------------------------------------------------------------- 1 | $.cssHooks.backgroundColor = { 2 | get: function (elem) { 3 | if (elem.currentStyle) 4 | var bg = elem.currentStyle["backgroundColor"]; 5 | else if (window.getComputedStyle) 6 | var bg = document.defaultView.getComputedStyle(elem, 7 | null).getPropertyValue("background-color"); 8 | if (bg.search("rgb") == -1) 9 | return bg; 10 | else { 11 | bg = bg.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/); 12 | 13 | function hex(x) { 14 | return ("0" + parseInt(x).toString(16)).slice(-2); 15 | } 16 | return "#" + hex(bg[1]) + hex(bg[2]) + hex(bg[3]); 17 | } 18 | } 19 | }; 20 | 21 | 22 | $(document).ready(function () { 23 | 24 | $(".color").each(function (i) { 25 | var colorRGB = $(this).find(".swatch").css("background-color"); 26 | 27 | 28 | var rgbOut = "rgb(" + hexToRgb(colorRGB).r + "," + hexToRgb(colorRGB).g + "," + hexToRgb(colorRGB).b + ")"; 29 | 30 | var cmykOut = "CMYK: " + rgb2cmyk(hexToRgb(colorRGB).r, hexToRgb(colorRGB).g, hexToRgb(colorRGB).b); 31 | 32 | var hexOut = "Hex: " + $(this).find(".swatch").css("backgroundColor"); 33 | 34 | 35 | 36 | var thisColorCode = $(this).find(".color-code"); 37 | thisColorCode.html(hexOut + "
" + rgbOut + "
" + cmykOut); 38 | // thisColorCode.html(rgbOut + " | " + cmykOut + " | " + hexOut); 39 | 40 | 41 | 42 | var svgContainer = d3.select(this).append("svg") 43 | .attr("width", 30) 44 | .attr("height", 30) 45 | .attr("class","print-swatch"); 46 | 47 | //Draw the rectangle for printing 48 | var rectangle = svgContainer.append("rect") 49 | .attr("width", 30) 50 | .attr("height", 30) 51 | .attr("fill",colorRGB); 52 | }); 53 | 54 | 55 | function hexToRgb(hex) { 56 | var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); 57 | return result ? { 58 | r: parseInt(result[1], 16), 59 | g: parseInt(result[2], 16), 60 | b: parseInt(result[3], 16) 61 | } : null; 62 | } 63 | 64 | // RGB TO CMYK 65 | function rgb2cmyk (r,g,b) { 66 | var computedC = 0; 67 | var computedM = 0; 68 | var computedY = 0; 69 | var computedK = 0; 70 | 71 | //remove spaces from input RGB values, convert to int 72 | var r = parseInt( (''+r).replace(/\s/g,''),10 ); 73 | var g = parseInt( (''+g).replace(/\s/g,''),10 ); 74 | var b = parseInt( (''+b).replace(/\s/g,''),10 ); 75 | 76 | if ( r==null || g==null || b==null || 77 | isNaN(r) || isNaN(g)|| isNaN(b) ) 78 | { 79 | alert ('Please enter numeric RGB values!'); 80 | return; 81 | } 82 | if (r<0 || g<0 || b<0 || r>255 || g>255 || b>255) { 83 | alert ('RGB values must be in the range 0 to 255.'); 84 | return; 85 | } 86 | 87 | // BLACK 88 | if (r==0 && g==0 && b==0) { 89 | computedK = 1; 90 | return [0,0,0,100]; 91 | } 92 | 93 | computedC = 1 - (r/255); 94 | computedM = 1 - (g/255); 95 | computedY = 1 - (b/255); 96 | 97 | var minCMY = Math.min(computedC, 98 | Math.min(computedM,computedY)); 99 | computedC = (computedC - minCMY) / (1 - minCMY) ; 100 | computedM = (computedM - minCMY) / (1 - minCMY) ; 101 | computedY = (computedY - minCMY) / (1 - minCMY) ; 102 | computedK = minCMY; 103 | 104 | return [Math.round(computedC*100),Math.round(computedM*100),Math.round(computedY*100),Math.round(computedK*100)]; 105 | } 106 | 107 | 108 | 109 | }); -------------------------------------------------------------------------------- /2023/js/grayscale.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com) 3 | * Code licensed under the Apache License v2.0. 4 | * For details, see http://www.apache.org/licenses/LICENSE-2.0. 5 | */ 6 | 7 | // jQuery to collapse the navbar on scroll 8 | $(window).scroll(function() { 9 | if ($(".navbar").offset().top > 50) { 10 | $(".navbar-fixed-top").addClass("top-nav-collapse"); 11 | $(".logo").addClass("logo-collapse"); 12 | } else { 13 | $(".navbar-fixed-top").removeClass("top-nav-collapse"); 14 | $(".logo").removeClass("logo-collapse"); 15 | 16 | } 17 | }); 18 | 19 | // jQuery for page scrolling feature - requires jQuery Easing plugin 20 | $(function() { 21 | $('a.page-scroll').bind('click', function(event) { 22 | var $anchor = $(this); 23 | $('html, body').stop().animate({ 24 | scrollTop: $($anchor.attr('href')).offset().top 25 | }, 1500, 'easeInOutExpo'); 26 | event.preventDefault(); 27 | }); 28 | }); 29 | 30 | // Closes the Responsive Menu on Menu Item Click 31 | $('.navbar-collapse ul li a').click(function() { 32 | $('.navbar-toggle:visible').click(); 33 | }); 34 | 35 | -------------------------------------------------------------------------------- /2023/js/jquery.easing.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ 3 | * 4 | * Uses the built in easing capabilities added In jQuery 1.1 5 | * to offer multiple easing options 6 | * 7 | * TERMS OF USE - EASING EQUATIONS 8 | * 9 | * Open source under the BSD License. 10 | * 11 | * Copyright © 2001 Robert Penner 12 | * All rights reserved. 13 | * 14 | * TERMS OF USE - jQuery Easing 15 | * 16 | * Open source under the BSD License. 17 | * 18 | * Copyright © 2008 George McGinley Smith 19 | * All rights reserved. 20 | * 21 | * Redistribution and use in source and binary forms, with or without modification, 22 | * are permitted provided that the following conditions are met: 23 | * 24 | * Redistributions of source code must retain the above copyright notice, this list of 25 | * conditions and the following disclaimer. 26 | * Redistributions in binary form must reproduce the above copyright notice, this list 27 | * of conditions and the following disclaimer in the documentation and/or other materials 28 | * provided with the distribution. 29 | * 30 | * Neither the name of the author nor the names of contributors may be used to endorse 31 | * or promote products derived from this software without specific prior written permission. 32 | * 33 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 34 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 36 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 37 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 38 | * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 39 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 40 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 41 | * OF THE POSSIBILITY OF SUCH DAMAGE. 42 | * 43 | */ 44 | jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(gHow Much We Know About Sexual Violence Across Racial and Ethnic Groups

How Much We Know About Intimiate Partner Violence Across Racial and Ethnic Groups

By Jonathan Schwabish and Nathaniel Anderson; Visuals by Ben Southgate

Each circle in the graphic is scaled by the share of people in each state and the racial/ethnic groups who suffered from sexual violence or intimate partner violence. Groups for which we do not have reliable estimates (either because of small sample size or a high relative standard error) are represented with an “X”.

As an example, take a look at the blue circle in the middle of the graphic that shows estimates for Hawaii. Our analysis of the BRFSS shows that just above 2 percent of Asian Pacific Islanders in Hawaii were victims of sexual abuse in 2005, and nearly 15 percent suffered from intimate partner violence. But for both measures, the share of Asian Pacific Islanders surveyed was smaller than the share of Asian Pacific Islanders in Hawaii, according to the ACS. While the ACS finds that Asian Pacific Islanders make up 53 percent of the population in Hawaii, they make up only 42 percent of the BRFSS survey on sexual violence and only 22 percent of those surveyed about intimate partner violence.

Feature
HOW BETTER DATA CAN REDUCE DOMESTIC VIOLENCE

How Better Data Can Reduce Domestic Violence

Better data about those being victimized and their experiences could help service providers reach these groups, better meet their needs, and reduce domestic violence.

-------------------------------------------------------------------------------- /2023/old/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/favicon.ico -------------------------------------------------------------------------------- /2023/old/feature-refer: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
Feature
5 |
6 |
7 |
8 | 9 | 25 | 26 | 27 |

28 | 34 | Debunking the Myths About Who Pays No Federal Income Tax 35 |

36 | 37 |
38 |
39 |
40 |

The percentage of Americans who pay no federal income tax is falling, thanks to an improving economy and the expiration of temporary Great Recession-era tax cuts.

41 |
42 |
43 |
44 |
45 | 46 |
-------------------------------------------------------------------------------- /2023/old/feature-refer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
Feature
9 |
10 |
11 |
12 | 13 | 29 | 30 | 31 |

36 | 43 | How Better Data Can Reduce Domestic Violence 44 |

45 | 46 |
47 |
48 |
49 |
50 |

Better data about those being victimized and their experiences could help service providers reach these groups, better meet their needs, and reduce domestic violence.

57 |
58 |
59 |
60 |
61 |
62 |
63 | 64 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/font-awesome-4.2.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/font-awesome-4.2.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "spinning.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | .fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | .fa-icon-rotate(@degrees, @rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); 15 | -webkit-transform: rotate(@degrees); 16 | -ms-transform: rotate(@degrees); 17 | transform: rotate(@degrees); 18 | } 19 | 20 | .fa-icon-flip(@horiz, @vert, @rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); 22 | -webkit-transform: scale(@horiz, @vert); 23 | -ms-transform: scale(@horiz, @vert); 24 | transform: scale(@horiz, @vert); 25 | } 26 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 9 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 10 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 11 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/spinning.less: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | @mixin fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | @mixin fa-icon-rotate($degrees, $rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 15 | -webkit-transform: rotate($degrees); 16 | -ms-transform: rotate($degrees); 17 | transform: rotate($degrees); 18 | } 19 | 20 | @mixin fa-icon-flip($horiz, $vert, $rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 22 | -webkit-transform: scale($horiz, $vert); 23 | -ms-transform: scale($horiz, $vert); 24 | transform: scale($horiz, $vert); 25 | } 26 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 9 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 10 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 11 | //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_spinning.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /2023/old/font-awesome-4.2.0/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "spinning"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | -------------------------------------------------------------------------------- /2023/old/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /2023/old/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /2023/old/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /2023/old/graphic-colors.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/graphic-colors.ai -------------------------------------------------------------------------------- /2023/old/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/background.jpg -------------------------------------------------------------------------------- /2023/old/img/chart-parts-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/chart-parts-01.png -------------------------------------------------------------------------------- /2023/old/img/datadive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/datadive.jpg -------------------------------------------------------------------------------- /2023/old/img/downloads-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/downloads-bg.jpg -------------------------------------------------------------------------------- /2023/old/img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/intro-bg.jpg -------------------------------------------------------------------------------- /2023/old/img/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/map-marker.png -------------------------------------------------------------------------------- /2023/old/img/shutterstock_220408021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/shutterstock_220408021.jpg -------------------------------------------------------------------------------- /2023/old/img/shutterstock_220408021_refer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/shutterstock_220408021_refer.jpg -------------------------------------------------------------------------------- /2023/old/img/shutterstock_220408021_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/shutterstock_220408021_web.jpg -------------------------------------------------------------------------------- /2023/old/img/urban 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/urban 2.png -------------------------------------------------------------------------------- /2023/old/img/urban-sm 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/urban-sm 2.png -------------------------------------------------------------------------------- /2023/old/img/urban-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/urban-sm.png -------------------------------------------------------------------------------- /2023/old/img/urban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/2023/old/img/urban.png -------------------------------------------------------------------------------- /2023/old/js/auto-color.js: -------------------------------------------------------------------------------- 1 | $.cssHooks.backgroundColor = { 2 | get: function (elem) { 3 | if (elem.currentStyle) 4 | var bg = elem.currentStyle["backgroundColor"]; 5 | else if (window.getComputedStyle) 6 | var bg = document.defaultView.getComputedStyle(elem, 7 | null).getPropertyValue("background-color"); 8 | if (bg.search("rgb") == -1) 9 | return bg; 10 | else { 11 | bg = bg.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/); 12 | 13 | function hex(x) { 14 | return ("0" + parseInt(x).toString(16)).slice(-2); 15 | } 16 | return "#" + hex(bg[1]) + hex(bg[2]) + hex(bg[3]); 17 | } 18 | } 19 | }; 20 | 21 | 22 | $(document).ready(function () { 23 | 24 | $(".color").each(function (i) { 25 | var colorRGB = $(this).find(".swatch").css("background-color"); 26 | 27 | 28 | var rgbOut = "rgb(" + hexToRgb(colorRGB).r + "," + hexToRgb(colorRGB).g + "," + hexToRgb(colorRGB).b + ")"; 29 | console.log(rgbOut); 30 | var cmykOut = "CMYK: " + rgb2cmyk(hexToRgb(colorRGB).r, hexToRgb(colorRGB).g, hexToRgb(colorRGB).b); 31 | console.log(cmykOut); 32 | 33 | // $(this).after(cmykOut); 34 | 35 | var hexOut = "Hex: " + $(this).find(".swatch").css("backgroundColor"); 36 | console.log(hexOut); 37 | 38 | // $(this).after(hexOut); 39 | var thisColorCode = $(this).find(".color-code"); 40 | console.log(thisColorCode); 41 | thisColorCode.html(hexOut + "
" + rgbOut + "
" + cmykOut); 42 | 43 | 44 | }); 45 | 46 | function hexToRgb(hex) { 47 | var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); 48 | return result ? { 49 | r: parseInt(result[1], 16), 50 | g: parseInt(result[2], 16), 51 | b: parseInt(result[3], 16) 52 | } : null; 53 | } 54 | 55 | // RGB TO CMYK 56 | function rgb2cmyk (r,g,b) { 57 | var computedC = 0; 58 | var computedM = 0; 59 | var computedY = 0; 60 | var computedK = 0; 61 | 62 | //remove spaces from input RGB values, convert to int 63 | var r = parseInt( (''+r).replace(/\s/g,''),10 ); 64 | var g = parseInt( (''+g).replace(/\s/g,''),10 ); 65 | var b = parseInt( (''+b).replace(/\s/g,''),10 ); 66 | 67 | if ( r==null || g==null || b==null || 68 | isNaN(r) || isNaN(g)|| isNaN(b) ) 69 | { 70 | alert ('Please enter numeric RGB values!'); 71 | return; 72 | } 73 | if (r<0 || g<0 || b<0 || r>255 || g>255 || b>255) { 74 | alert ('RGB values must be in the range 0 to 255.'); 75 | return; 76 | } 77 | 78 | // BLACK 79 | if (r==0 && g==0 && b==0) { 80 | computedK = 1; 81 | return [0,0,0,100]; 82 | } 83 | 84 | computedC = 1 - (r/255); 85 | computedM = 1 - (g/255); 86 | computedY = 1 - (b/255); 87 | 88 | var minCMY = Math.min(computedC, 89 | Math.min(computedM,computedY)); 90 | computedC = (computedC - minCMY) / (1 - minCMY) ; 91 | computedM = (computedM - minCMY) / (1 - minCMY) ; 92 | computedY = (computedY - minCMY) / (1 - minCMY) ; 93 | computedK = minCMY; 94 | 95 | return [Math.round(computedC*100),Math.round(computedM*100),Math.round(computedY*100),Math.round(computedK*100)]; 96 | } 97 | 98 | 99 | 100 | }); -------------------------------------------------------------------------------- /2023/old/js/grayscale.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com) 3 | * Code licensed under the Apache License v2.0. 4 | * For details, see http://www.apache.org/licenses/LICENSE-2.0. 5 | */ 6 | 7 | // jQuery to collapse the navbar on scroll 8 | $(window).scroll(function() { 9 | if ($(".navbar").offset().top > 50) { 10 | $(".navbar-fixed-top").addClass("top-nav-collapse"); 11 | $(".logo").addClass("logo-collapse"); 12 | } else { 13 | $(".navbar-fixed-top").removeClass("top-nav-collapse"); 14 | $(".logo").removeClass("logo-collapse"); 15 | 16 | } 17 | }); 18 | 19 | // jQuery for page scrolling feature - requires jQuery Easing plugin 20 | $(function() { 21 | $('a.page-scroll').bind('click', function(event) { 22 | var $anchor = $(this); 23 | $('html, body').stop().animate({ 24 | scrollTop: $($anchor.attr('href')).offset().top 25 | }, 1500, 'easeInOutExpo'); 26 | event.preventDefault(); 27 | }); 28 | }); 29 | 30 | // Closes the Responsive Menu on Menu Item Click 31 | $('.navbar-collapse ul li a').click(function() { 32 | $('.navbar-toggle:visible').click(); 33 | }); 34 | 35 | -------------------------------------------------------------------------------- /2023/old/js/jquery.easing.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ 3 | * 4 | * Uses the built in easing capabilities added In jQuery 1.1 5 | * to offer multiple easing options 6 | * 7 | * TERMS OF USE - EASING EQUATIONS 8 | * 9 | * Open source under the BSD License. 10 | * 11 | * Copyright © 2001 Robert Penner 12 | * All rights reserved. 13 | * 14 | * TERMS OF USE - jQuery Easing 15 | * 16 | * Open source under the BSD License. 17 | * 18 | * Copyright © 2008 George McGinley Smith 19 | * All rights reserved. 20 | * 21 | * Redistribution and use in source and binary forms, with or without modification, 22 | * are permitted provided that the following conditions are met: 23 | * 24 | * Redistributions of source code must retain the above copyright notice, this list of 25 | * conditions and the following disclaimer. 26 | * Redistributions in binary form must reproduce the above copyright notice, this list 27 | * of conditions and the following disclaimer in the documentation and/or other materials 28 | * provided with the distribution. 29 | * 30 | * Neither the name of the author nor the names of contributors may be used to endorse 31 | * or promote products derived from this software without specific prior written permission. 32 | * 33 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 34 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 36 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 37 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 38 | * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 39 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 40 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 41 | * OF THE POSSIBILITY OF SUCH DAMAGE. 42 | * 43 | */ 44 | jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g 2 | -------------------------------------------------------------------------------- /UrbanGraphingStyle_2023.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/UrbanGraphingStyle_2023.xlam -------------------------------------------------------------------------------- /UrbanGraphingStyle_2024.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/UrbanGraphingStyle_2024.xlam -------------------------------------------------------------------------------- /WorkRiseGraphingStyle_2023.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/WorkRiseGraphingStyle_2023.xlam -------------------------------------------------------------------------------- /WorkRiseGraphingStyle_2024.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/WorkRiseGraphingStyle_2024.xlam -------------------------------------------------------------------------------- /css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/css/.DS_Store -------------------------------------------------------------------------------- /css/color-column.css: -------------------------------------------------------------------------------- 1 | .eight { 2 | width: 12.5%; 3 | float: left; 4 | } 5 | .seven { 6 | width: 14.25%; 7 | float: left; 8 | } 9 | .six { 10 | width: 16.6666%; 11 | float: left; 12 | } 13 | .five { 14 | width: 20%; 15 | float: left; 16 | } 17 | .four { 18 | width: 25%; 19 | float: left; 20 | } 21 | .three { 22 | width: 33.3333%; 23 | float: left; 24 | } 25 | .two { 26 | width: 50%; 27 | float: left; 28 | } 29 | .one{ 30 | width:100%; 31 | float:left; 32 | } 33 | .multi-group-container { 34 | margin-bottom:30px; 35 | clear:both; 36 | } 37 | .dark { 38 | color: #fff; 39 | } 40 | .groupcolor { 41 | padding-top: 10px; 42 | padding-bottom: 10px; 43 | margin-right: 0px; 44 | height: 100%; 45 | -webkit-print-color-adjust: exact; 46 | 47 | } 48 | 49 | /*chart styles*/ 50 | .color{ 51 | float: left; 52 | display: inline-block; 53 | margin-bottom: 20px; 54 | min-width: 90px; 55 | 56 | } 57 | .swatch{ 58 | -webkit-print-color-adjust: exact; 59 | 60 | } 61 | .color-code{ 62 | font-size: 0.9em; 63 | text-align: center; 64 | min-height: 60px; 65 | } 66 | 67 | .color-code-hex{ 68 | font-size: 0.9em; 69 | text-align: center; 70 | min-height: 60px; 71 | } 72 | 73 | .color-group{ 74 | margin-bottom: 30px; 75 | height: auto; 76 | display: block; 77 | } 78 | 79 | /*COLORS*/ 80 | .blue{background-color:#1696d2;} 81 | .yellow{background-color:#FDBF11;} 82 | .gray{background-color:#D2D2D2;} 83 | .magenta{background-color:#EC008B;} 84 | .green{background-color:#55B748;} 85 | .space-gray{background-color:#332D2F;} 86 | .red{background-color:#DB2B27;} 87 | .orange{background-color:#e66600;} 88 | 89 | 90 | .black{background-color:#000000;} 91 | .blue-9{background-color:#000000;} 92 | .blue-8{background-color:#062635;} 93 | .blue-7{background-color:#0A4C6A;} 94 | .blue-6{background-color:#12719E;} 95 | .blue-5{background-color:#1696d2;} 96 | .blue-4{background-color:#46ABDB;} 97 | .blue-3{background-color:#73BFE2;} 98 | .blue-2{background-color:#A2D4EC;} 99 | .blue-1{background-color:#CFE8F3;} 100 | .yellow-9{background-color:#000000;} 101 | .yellow-8{background-color:#843215;} 102 | .yellow-7{background-color:#ca5800;} 103 | .yellow-6{background-color:#e88e2d;} 104 | .yellow-5{background-color:#FDBF11;} 105 | .yellow-4{background-color:#FCCB41;} 106 | .yellow-3{background-color:#FDD870;} 107 | .yellow-2{background-color:#FCE39E;} 108 | .yellow-1{background-color:#FFF2CF;} 109 | .gray-9{background-color:#000000;} 110 | .gray-8{background-color:#353535;} 111 | .gray-7{background-color:#696969;} 112 | .gray-6{background-color:#9D9D9D;} 113 | .gray-5{background-color:#D2D2D2;} 114 | .gray-4{background-color:#DCDBDB;} 115 | .gray-3{background-color:#E3E3E3;} 116 | .gray-2{background-color:#ECECEC;} 117 | .gray-1{background-color:#F5F5F5;} 118 | .magenta-9{background-color:#000000;} 119 | .magenta-8{background-color:#351123;} 120 | .magenta-7{background-color:#761548;} 121 | .magenta-6{background-color:#AF1F6B;} 122 | .magenta-5{background-color:#EC008B;} 123 | .magenta-4{background-color:#E54096;} 124 | .magenta-3{background-color:#E46AA7;} 125 | .magenta-2{background-color:#EB99C2;} 126 | .magenta-1{background-color:#F5CBDF;} 127 | .green-9{background-color:#000000;} 128 | .green-8{background-color:#1A2E19;} 129 | .green-7{background-color:#2C5C2D;} 130 | .green-6{background-color:#408941;} 131 | .green-5{background-color:#55B748;} 132 | .green-4{background-color:#78C26D;} 133 | .green-3{background-color:#98CF90;} 134 | .green-2{background-color:#BCDEB4;} 135 | .green-1{background-color:#DCEDD9;} 136 | .space-gray-9{background-color:#000000;} 137 | .space-gray-8{background-color:#0E0C0D;} 138 | .space-gray-7{background-color:#1A1717;} 139 | .space-gray-6{background-color:#262223;} 140 | .space-gray-5{background-color:#332D2F;} 141 | .space-gray-4{background-color:#5C5859;} 142 | .space-gray-3{background-color:#848081;} 143 | .space-gray-2{background-color:#ADABAC;} 144 | .space-gray-1{background-color:#D5D5D4;} 145 | .red-9{background-color:#000000;} 146 | .red-8{background-color:#370B0A;} 147 | .red-7{background-color:#6E1614;} 148 | .red-6{background-color:#A4201D;} 149 | .red-5{background-color:#DB2B27;} 150 | .red-4{background-color:#E25552;} 151 | .red-3{background-color:#E9807D;} 152 | .red-2{background-color:#F1AAA9;} 153 | .red-1{background-color:#F8D5D4;} 154 | 155 | 156 | .print-swatch{ 157 | display: none; 158 | } 159 | @media print { 160 | 161 | .print-swatch { 162 | display: inline; 163 | } 164 | } -------------------------------------------------------------------------------- /excel-files/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/.DS_Store -------------------------------------------------------------------------------- /excel-files/100-percent-area.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/100-percent-area.xls -------------------------------------------------------------------------------- /excel-files/Column Chart.xltx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/Column Chart.xltx -------------------------------------------------------------------------------- /excel-files/Copy of Analysis of IRS Budget History_v2.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/Copy of Analysis of IRS Budget History_v2.xls -------------------------------------------------------------------------------- /excel-files/Copy of chartxlsx.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/Copy of chartxlsx.xlsx -------------------------------------------------------------------------------- /excel-files/SEM_data_employment-03-2015_tax-Q4-2014 (version 1).xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/SEM_data_employment-03-2015_tax-Q4-2014 (version 1).xls -------------------------------------------------------------------------------- /excel-files/TPC_fair tax distribution.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/TPC_fair tax distribution.xlsx -------------------------------------------------------------------------------- /excel-files/Types_indiv_Income.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/Types_indiv_Income.xls -------------------------------------------------------------------------------- /excel-files/area-100-percent.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/area-100-percent.xlsx -------------------------------------------------------------------------------- /excel-files/area-and-line.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/area-and-line.xls -------------------------------------------------------------------------------- /excel-files/area-multiples.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/area-multiples.xls -------------------------------------------------------------------------------- /excel-files/bar.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/bar.xls -------------------------------------------------------------------------------- /excel-files/chart-styles.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/chart-styles.xlsx -------------------------------------------------------------------------------- /excel-files/column-chart.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/column-chart.xls -------------------------------------------------------------------------------- /excel-files/composition.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/composition.xls -------------------------------------------------------------------------------- /excel-files/distribution_progressive.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/distribution_progressive.xls -------------------------------------------------------------------------------- /excel-files/income_composition_updated.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/income_composition_updated.xls -------------------------------------------------------------------------------- /excel-files/lines.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/lines.xls -------------------------------------------------------------------------------- /excel-files/pie.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/pie.xls -------------------------------------------------------------------------------- /excel-files/progressivity_measure.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/progressivity_measure.xls -------------------------------------------------------------------------------- /excel-files/refundable_credits_over_time.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/refundable_credits_over_time.xls -------------------------------------------------------------------------------- /excel-files/t_exp_overtime.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/t_exp_overtime.xls -------------------------------------------------------------------------------- /excel-files/tax_units.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/excel-files/tax_units.xls -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/favicon.ico -------------------------------------------------------------------------------- /font-awesome-4.2.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/font-awesome-4.2.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /font-awesome-4.2.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/font-awesome-4.2.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /font-awesome-4.2.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /font-awesome-4.2.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/font-awesome-4.2.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "spinning.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | .fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | .fa-icon-rotate(@degrees, @rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); 15 | -webkit-transform: rotate(@degrees); 16 | -ms-transform: rotate(@degrees); 17 | transform: rotate(@degrees); 18 | } 19 | 20 | .fa-icon-flip(@horiz, @vert, @rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); 22 | -webkit-transform: scale(@horiz, @vert); 23 | -ms-transform: scale(@horiz, @vert); 24 | transform: scale(@horiz, @vert); 25 | } 26 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 9 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 10 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 11 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/spinning.less: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | @mixin fa-icon() { 5 | display: inline-block; 6 | font: normal normal normal 14px/1 FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | } 12 | 13 | @mixin fa-icon-rotate($degrees, $rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 15 | -webkit-transform: rotate($degrees); 16 | -ms-transform: rotate($degrees); 17 | transform: rotate($degrees); 18 | } 19 | 20 | @mixin fa-icon-flip($horiz, $vert, $rotation) { 21 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 22 | -webkit-transform: scale($horiz, $vert); 23 | -ms-transform: scale($horiz, $vert); 24 | transform: scale($horiz, $vert); 25 | } 26 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 9 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 10 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 11 | //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_spinning.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | @-webkit-keyframes fa-spin { 10 | 0% { 11 | -webkit-transform: rotate(0deg); 12 | transform: rotate(0deg); 13 | } 14 | 100% { 15 | -webkit-transform: rotate(359deg); 16 | transform: rotate(359deg); 17 | } 18 | } 19 | 20 | @keyframes fa-spin { 21 | 0% { 22 | -webkit-transform: rotate(0deg); 23 | transform: rotate(0deg); 24 | } 25 | 100% { 26 | -webkit-transform: rotate(359deg); 27 | transform: rotate(359deg); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /font-awesome-4.2.0/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "spinning"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/.DS_Store -------------------------------------------------------------------------------- /img/LineChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/LineChart.png -------------------------------------------------------------------------------- /img/Pie Chart Design from WSJ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/Pie Chart Design from WSJ.pdf -------------------------------------------------------------------------------- /img/PovertyRates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/PovertyRates.png -------------------------------------------------------------------------------- /img/TPC-logo-rev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/TPC-logo-rev.png -------------------------------------------------------------------------------- /img/TPC-logo-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/TPC-logo-sm.png -------------------------------------------------------------------------------- /img/UrbanInstitute_0472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/UrbanInstitute_0472.jpg -------------------------------------------------------------------------------- /img/area-100-percent-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-100-percent-new.png -------------------------------------------------------------------------------- /img/area-100-percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-100-percent.png -------------------------------------------------------------------------------- /img/area-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-chart.png -------------------------------------------------------------------------------- /img/area-multiples-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-multiples-new.png -------------------------------------------------------------------------------- /img/area-multiples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-multiples.png -------------------------------------------------------------------------------- /img/area-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-new.png -------------------------------------------------------------------------------- /img/area-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area-shaded.png -------------------------------------------------------------------------------- /img/area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area.png -------------------------------------------------------------------------------- /img/area2-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area2-new.png -------------------------------------------------------------------------------- /img/area2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/area2.png -------------------------------------------------------------------------------- /img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/background.jpg -------------------------------------------------------------------------------- /img/bar-chart-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/bar-chart-old.png -------------------------------------------------------------------------------- /img/bar-chart-old2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/bar-chart-old2.png -------------------------------------------------------------------------------- /img/bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/bar-chart.png -------------------------------------------------------------------------------- /img/bins-for-maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/bins-for-maps.png -------------------------------------------------------------------------------- /img/chart-parts-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/chart-parts-01.png -------------------------------------------------------------------------------- /img/chart-parts-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/chart-parts-02.png -------------------------------------------------------------------------------- /img/chart-typography-and-layout-2024-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/chart-typography-and-layout-2024-print.png -------------------------------------------------------------------------------- /img/chart-typography-and-layout-2024-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/chart-typography-and-layout-2024-web.png -------------------------------------------------------------------------------- /img/chart-typography-and-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/chart-typography-and-layout.png -------------------------------------------------------------------------------- /img/choropleth-and-tilemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/choropleth-and-tilemap.png -------------------------------------------------------------------------------- /img/column-chart-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-chart-old.png -------------------------------------------------------------------------------- /img/column-chart-old2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-chart-old2.png -------------------------------------------------------------------------------- /img/column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-chart.png -------------------------------------------------------------------------------- /img/column-grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-grouped.png -------------------------------------------------------------------------------- /img/column-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-stacked.png -------------------------------------------------------------------------------- /img/column-stacked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column-stacked2.png -------------------------------------------------------------------------------- /img/column1-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column1-new.png -------------------------------------------------------------------------------- /img/column1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column1.png -------------------------------------------------------------------------------- /img/column2-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column2-new.png -------------------------------------------------------------------------------- /img/column2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/column2.png -------------------------------------------------------------------------------- /img/conditional-formatting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/conditional-formatting.png -------------------------------------------------------------------------------- /img/contrast-ratios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/contrast-ratios.png -------------------------------------------------------------------------------- /img/datadive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/datadive.jpg -------------------------------------------------------------------------------- /img/devourThePie3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/devourThePie3.gif -------------------------------------------------------------------------------- /img/downloads-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/downloads-bg.jpg -------------------------------------------------------------------------------- /img/figure-word-template-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/figure-word-template-insert.png -------------------------------------------------------------------------------- /img/grouped-column-3-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/grouped-column-3-new.png -------------------------------------------------------------------------------- /img/grouped-column-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/grouped-column-3.png -------------------------------------------------------------------------------- /img/grouped-column-categorical-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/grouped-column-categorical-new.png -------------------------------------------------------------------------------- /img/grouped-column-categorical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/grouped-column-categorical.png -------------------------------------------------------------------------------- /img/grouped-column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/grouped-column.png -------------------------------------------------------------------------------- /img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/intro-bg.jpg -------------------------------------------------------------------------------- /img/line-chart-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/line-chart-new.png -------------------------------------------------------------------------------- /img/line-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/line-chart.png -------------------------------------------------------------------------------- /img/line-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/line-new.png -------------------------------------------------------------------------------- /img/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/line.png -------------------------------------------------------------------------------- /img/maf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/maf.png -------------------------------------------------------------------------------- /img/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/map-marker.png -------------------------------------------------------------------------------- /img/paired-bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/paired-bar-chart.png -------------------------------------------------------------------------------- /img/paired-column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/paired-column-chart.png -------------------------------------------------------------------------------- /img/pie-alternative-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-alternative-new.png -------------------------------------------------------------------------------- /img/pie-alternative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-alternative.png -------------------------------------------------------------------------------- /img/pie-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-comparison.png -------------------------------------------------------------------------------- /img/pie-many-alternative-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-many-alternative-new.png -------------------------------------------------------------------------------- /img/pie-many-alternative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-many-alternative.png -------------------------------------------------------------------------------- /img/pie-many-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-many-new.png -------------------------------------------------------------------------------- /img/pie-many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-many.png -------------------------------------------------------------------------------- /img/pie-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie-new.png -------------------------------------------------------------------------------- /img/pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/pie.png -------------------------------------------------------------------------------- /img/shutterstock_169137914.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/shutterstock_169137914.jpg -------------------------------------------------------------------------------- /img/shutterstock_175306484.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/shutterstock_175306484.jpg -------------------------------------------------------------------------------- /img/shutterstock_220408021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/shutterstock_220408021.jpg -------------------------------------------------------------------------------- /img/shutterstock_220408021_refer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/shutterstock_220408021_refer.jpg -------------------------------------------------------------------------------- /img/shutterstock_220408021_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/shutterstock_220408021_web.jpg -------------------------------------------------------------------------------- /img/sm-multiple-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/sm-multiple-map.jpg -------------------------------------------------------------------------------- /img/stacked-area-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/stacked-area-chart.png -------------------------------------------------------------------------------- /img/stacked-bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/stacked-bar-chart.png -------------------------------------------------------------------------------- /img/stacked-column-categorical-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/stacked-column-categorical-new.png -------------------------------------------------------------------------------- /img/stacked-column-categorical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/stacked-column-categorical.png -------------------------------------------------------------------------------- /img/stacked-column-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/stacked-column-chart.png -------------------------------------------------------------------------------- /img/table-final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/table-final.png -------------------------------------------------------------------------------- /img/table-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/table-mockup.png -------------------------------------------------------------------------------- /img/table-styles-mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/table-styles-mac.png -------------------------------------------------------------------------------- /img/table-styles-pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/table-styles-pc.png -------------------------------------------------------------------------------- /img/test-area.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/test-area.jpg -------------------------------------------------------------------------------- /img/tile-map-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/tile-map-1.png -------------------------------------------------------------------------------- /img/tile-map-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/tile-map-4.png -------------------------------------------------------------------------------- /img/too-much.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/too-much.gif -------------------------------------------------------------------------------- /img/tpc-logo-chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/tpc-logo-chart.jpg -------------------------------------------------------------------------------- /img/tpc-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/tpc-logo.jpg -------------------------------------------------------------------------------- /img/urban-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/urban-sm.png -------------------------------------------------------------------------------- /img/urban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/urban.png -------------------------------------------------------------------------------- /img/urban_pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/urban_pdf.pdf -------------------------------------------------------------------------------- /img/wcag-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/wcag-contrast.png -------------------------------------------------------------------------------- /img/wcag-contrast2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/wcag-contrast2.png -------------------------------------------------------------------------------- /img/xlsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrbanInstitute/graphics-styleguide/6e2f3c3efd44ff4873e8c64f241c13a19ee8576b/img/xlsx.png -------------------------------------------------------------------------------- /js/auto-color.js: -------------------------------------------------------------------------------- 1 | $.cssHooks.backgroundColor = { 2 | get: function (elem) { 3 | if (elem.currentStyle) 4 | var bg = elem.currentStyle["backgroundColor"]; 5 | else if (window.getComputedStyle) 6 | var bg = document.defaultView.getComputedStyle(elem, 7 | null).getPropertyValue("background-color"); 8 | if (bg.search("rgb") == -1) 9 | return bg; 10 | else { 11 | bg = bg.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/); 12 | 13 | function hex(x) { 14 | return ("0" + parseInt(x).toString(16)).slice(-2); 15 | } 16 | return "#" + hex(bg[1]) + hex(bg[2]) + hex(bg[3]); 17 | } 18 | } 19 | }; 20 | 21 | 22 | $(document).ready(function () { 23 | 24 | $(".color").each(function (i) { 25 | var colorRGB = $(this).find(".swatch").css("background-color"); 26 | 27 | 28 | var rgbOut = "rgb(" + hexToRgb(colorRGB).r + "," + hexToRgb(colorRGB).g + "," + hexToRgb(colorRGB).b + ")"; 29 | 30 | var cmykOut = "CMYK: " + rgb2cmyk(hexToRgb(colorRGB).r, hexToRgb(colorRGB).g, hexToRgb(colorRGB).b); 31 | 32 | var hexOut = "Hex: " + $(this).find(".swatch").css("backgroundColor"); 33 | 34 | 35 | 36 | var thisColorCode = $(this).find(".color-code"); 37 | thisColorCode.html(hexOut + "
" + rgbOut + "
" + cmykOut); 38 | // thisColorCode.html(rgbOut + " | " + cmykOut + " | " + hexOut); 39 | 40 | 41 | 42 | var svgContainer = d3.select(this).append("svg") 43 | .attr("width", 30) 44 | .attr("height", 30) 45 | .attr("class","print-swatch"); 46 | 47 | //Draw the rectangle for printing 48 | var rectangle = svgContainer.append("rect") 49 | .attr("width", 30) 50 | .attr("height", 30) 51 | .attr("fill",colorRGB); 52 | }); 53 | 54 | 55 | function hexToRgb(hex) { 56 | var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); 57 | return result ? { 58 | r: parseInt(result[1], 16), 59 | g: parseInt(result[2], 16), 60 | b: parseInt(result[3], 16) 61 | } : null; 62 | } 63 | 64 | // RGB TO CMYK 65 | function rgb2cmyk (r,g,b) { 66 | var computedC = 0; 67 | var computedM = 0; 68 | var computedY = 0; 69 | var computedK = 0; 70 | 71 | //remove spaces from input RGB values, convert to int 72 | var r = parseInt( (''+r).replace(/\s/g,''),10 ); 73 | var g = parseInt( (''+g).replace(/\s/g,''),10 ); 74 | var b = parseInt( (''+b).replace(/\s/g,''),10 ); 75 | 76 | if ( r==null || g==null || b==null || 77 | isNaN(r) || isNaN(g)|| isNaN(b) ) 78 | { 79 | alert ('Please enter numeric RGB values!'); 80 | return; 81 | } 82 | if (r<0 || g<0 || b<0 || r>255 || g>255 || b>255) { 83 | alert ('RGB values must be in the range 0 to 255.'); 84 | return; 85 | } 86 | 87 | // BLACK 88 | if (r==0 && g==0 && b==0) { 89 | computedK = 1; 90 | return [0,0,0,100]; 91 | } 92 | 93 | computedC = 1 - (r/255); 94 | computedM = 1 - (g/255); 95 | computedY = 1 - (b/255); 96 | 97 | var minCMY = Math.min(computedC, 98 | Math.min(computedM,computedY)); 99 | computedC = (computedC - minCMY) / (1 - minCMY) ; 100 | computedM = (computedM - minCMY) / (1 - minCMY) ; 101 | computedY = (computedY - minCMY) / (1 - minCMY) ; 102 | computedK = minCMY; 103 | 104 | return [Math.round(computedC*100),Math.round(computedM*100),Math.round(computedY*100),Math.round(computedK*100)]; 105 | } 106 | 107 | 108 | 109 | }); -------------------------------------------------------------------------------- /js/grayscale.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com) 3 | * Code licensed under the Apache License v2.0. 4 | * For details, see http://www.apache.org/licenses/LICENSE-2.0. 5 | */ 6 | 7 | // jQuery to collapse the navbar on scroll 8 | $(window).scroll(function() { 9 | if ($(".navbar").offset().top > 50) { 10 | $(".navbar-fixed-top").addClass("top-nav-collapse"); 11 | $(".logo").addClass("logo-collapse"); 12 | } else { 13 | $(".navbar-fixed-top").removeClass("top-nav-collapse"); 14 | $(".logo").removeClass("logo-collapse"); 15 | 16 | } 17 | }); 18 | 19 | // jQuery for page scrolling feature - requires jQuery Easing plugin 20 | $(function() { 21 | $('a.page-scroll').bind('click', function(event) { 22 | var $anchor = $(this); 23 | $('html, body').stop().animate({ 24 | scrollTop: $($anchor.attr('href')).offset().top 25 | }, 1500, 'easeInOutExpo'); 26 | event.preventDefault(); 27 | }); 28 | }); 29 | 30 | // Closes the Responsive Menu on Menu Item Click 31 | $('.navbar-collapse ul li a').click(function() { 32 | $('.navbar-toggle:visible').click(); 33 | }); 34 | 35 | -------------------------------------------------------------------------------- /js/jquery.easing.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ 3 | * 4 | * Uses the built in easing capabilities added In jQuery 1.1 5 | * to offer multiple easing options 6 | * 7 | * TERMS OF USE - EASING EQUATIONS 8 | * 9 | * Open source under the BSD License. 10 | * 11 | * Copyright © 2001 Robert Penner 12 | * All rights reserved. 13 | * 14 | * TERMS OF USE - jQuery Easing 15 | * 16 | * Open source under the BSD License. 17 | * 18 | * Copyright © 2008 George McGinley Smith 19 | * All rights reserved. 20 | * 21 | * Redistribution and use in source and binary forms, with or without modification, 22 | * are permitted provided that the following conditions are met: 23 | * 24 | * Redistributions of source code must retain the above copyright notice, this list of 25 | * conditions and the following disclaimer. 26 | * Redistributions in binary form must reproduce the above copyright notice, this list 27 | * of conditions and the following disclaimer in the documentation and/or other materials 28 | * provided with the distribution. 29 | * 30 | * Neither the name of the author nor the names of contributors may be used to endorse 31 | * or promote products derived from this software without specific prior written permission. 32 | * 33 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 34 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 36 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 37 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 38 | * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 39 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 40 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 41 | * OF THE POSSIBILITY OF SUCH DAMAGE. 42 | * 43 | */ 44 | jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g