diff --git a/_includes/highlights.html b/_includes/highlights.html index ca789de1..f1648fc2 100644 --- a/_includes/highlights.html +++ b/_includes/highlights.html @@ -30,6 +30,12 @@ The notice is open for comment until July 15, 2024 and can be found here. +
  • + The Interagency Council on Statistical Policy recently adopted Fiscal Years 2025 and 2026 Strategic Goals and Objectives. These Goals and Objectives propel the U.S. Federal statistical system toward our vision of operating as a seamless system — to become more efficient and effective in providing useful, objective, high-quality statistical data and meaningfully and safely expanding access to these data for evidence-building purposes. To learn more about the ICSP and its FY25–FY26 Strategic Goals and Objectives, visit our About Us page. +
  • +
  • + On September 27, 2024, OMB published the 2025 schedule of release dates for Principal Federal Economic Indicators. For more information on this and OMB Statistical Policy Directive No. 3, see the Policies page. +
  • diff --git a/_pages/policies/index.md b/_pages/policies/index.md index 461bb817..6176a1c9 100644 --- a/_pages/policies/index.md +++ b/_pages/policies/index.md @@ -60,6 +60,7 @@ skip: true

    Statistical Policy Directive No. 3: Compilation, Release, and Evaluation of Principal Federal Economic Indicators provides guidance to Federal agencies on the compilation and release of principal economic indicators.

    The notice is open for comment until July 15, 2024 and can be found here. +
  • + The Interagency Council on Statistical Policy recently adopted Fiscal Years 2025 and 2026 Strategic Goals and Objectives. These Goals and Objectives propel the U.S. Federal statistical system toward our vision of operating as a seamless system — to become more efficient and effective in providing useful, objective, high-quality statistical data and meaningfully and safely expanding access to these data for evidence-building purposes. To learn more about the ICSP and its FY25–FY26 Strategic Goals and Objectives, visit our About Us page. +
  • +
  • + On September 27, 2024, OMB published the 2025 schedule of release dates for Principal Federal Economic Indicators. For more information on this and OMB Statistical Policy Directive No. 3, see the Policies page. +
  • On March 28, 2024, OMB published a set of long-awaited updates to Statistical Policy Directive No. 15 (Directive No. 15): Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity. Thanks to the hard work of staff across dozens of Federal agencies and input from thousands of members of the public, these updated standards will help create more useful, accurate, and up to date Federal data on race and ethnicity. They will enhance our ability to compare information and data across Federal agencies, and also to understand how well Federal programs serve a diverse America. You can read the updated Directive No. 15 on the Federal Register as well as on spd15revision.gov.
  • @@ -124,6 +130,7 @@ initiatives, priorities, budgets, and activities. Products on this page are grou

    In addition, CSOTUS is responsible for publishing the schedule of release dates for Principal Federal Economic Indicators each calendar year. This publication is posted no later than September 30th each year for the upcoming calendar year. Schedules for recent years back to 2017 are linked here: +2025 2024, 2023, 2022, diff --git a/assets/js/uswds-init.js b/assets/js/uswds-init.js index e947ec51..014c68d0 100644 --- a/assets/js/uswds-init.js +++ b/assets/js/uswds-init.js @@ -1,6 +1,7 @@ /* eslint-disable no-var */ -(function uswdsInit () { +(function uswdsInit() { "use strict"; + var loadingClass = "usa-js-loading"; var fallback; @@ -15,9 +16,9 @@ if (window.uswdsPresent) { clearTimeout(fallback); revertClass(); - document.removeEventListener("load", verifyLoaded, true); + window.removeEventListener("load", verifyLoaded, true); } } - document.addEventListener("load", verifyLoaded, true); -}()); + window.addEventListener("load", verifyLoaded, true); +})(); diff --git a/assets/js/uswds-init.min.js b/assets/js/uswds-init.min.js index 798b72ba..20e490fc 100644 --- a/assets/js/uswds-init.min.js +++ b/assets/js/uswds-init.min.js @@ -1,2 +1,2 @@ -!function(){"use strict";var t,e="usa-js-loading";function n(){document.documentElement.classList.remove(e)}document.documentElement.classList.add(e),t=setTimeout(n,8e3),document.addEventListener("load",function e(){window.uswdsPresent&&(clearTimeout(t),n(),document.removeEventListener("load",e,!0))},!0)}(); +!function(){"use strict";var n,e="usa-js-loading";function t(){document.documentElement.classList.remove(e)}document.documentElement.classList.add(e),n=setTimeout(t,8e3),window.addEventListener("load",function e(){window.uswdsPresent&&(clearTimeout(n),t(),window.removeEventListener("load",e,!0))},!0)}(); //# sourceMappingURL=uswds-init.min.js.map diff --git a/assets/js/uswds-init.min.js.map b/assets/js/uswds-init.min.js.map index cb01c056..fc182f34 100644 --- a/assets/js/uswds-init.min.js.map +++ b/assets/js/uswds-init.min.js.map @@ -1 +1 @@ -{"version":3,"file":"uswds-init.min.js","sources":["uswds-init.js"],"sourcesContent":["/* eslint-disable no-var */\n(function uswdsInit () {\n \"use strict\";\n var loadingClass = \"usa-js-loading\";\n var fallback;\n\n document.documentElement.classList.add(loadingClass);\n function revertClass() {\n document.documentElement.classList.remove(loadingClass);\n }\n\n fallback = setTimeout(revertClass, 8000);\n\n function verifyLoaded() {\n if (window.uswdsPresent) {\n clearTimeout(fallback);\n revertClass();\n document.removeEventListener(\"load\", verifyLoaded, true);\n }\n }\n\n document.addEventListener(\"load\", verifyLoaded, true);\n}());\n"],"names":["fallback","loadingClass","revertClass","document","documentElement","classList","remove","add","setTimeout","addEventListener","verifyLoaded","window","uswdsPresent","clearTimeout","removeEventListener"],"mappings":"CACC,wBAEC,IACIA,EADAC,EAAe,iBAInB,SAASC,IACPC,SAASC,gBAAgBC,UAAUC,OAAOL,GAF5CE,SAASC,gBAAgBC,UAAUE,IAAIN,GAKvCD,EAAWQ,WAAWN,EAAa,KAUnCC,SAASM,iBAAiB,OAR1B,SAASC,IACHC,OAAOC,eACTC,aAAab,GACbE,IACAC,SAASW,oBAAoB,OAAQJ,GAAc,MAIP,GApBlD"} \ No newline at end of file +{"version":3,"file":"uswds-init.min.js","sources":["uswds-init.js"],"sourcesContent":["/* eslint-disable no-var */\n(function uswdsInit() {\n \"use strict\";\n\n var loadingClass = \"usa-js-loading\";\n var fallback;\n\n document.documentElement.classList.add(loadingClass);\n function revertClass() {\n document.documentElement.classList.remove(loadingClass);\n }\n\n fallback = setTimeout(revertClass, 8000);\n\n function verifyLoaded() {\n if (window.uswdsPresent) {\n clearTimeout(fallback);\n revertClass();\n window.removeEventListener(\"load\", verifyLoaded, true);\n }\n }\n\n window.addEventListener(\"load\", verifyLoaded, true);\n})();\n"],"names":["fallback","loadingClass","revertClass","document","documentElement","classList","remove","add","setTimeout","window","addEventListener","verifyLoaded","uswdsPresent","clearTimeout","removeEventListener"],"mappings":"AACA,CAAA,WACE,aAEA,IACIA,EADAC,EAAe,iBAInB,SAASC,IACPC,SAASC,gBAAgBC,UAAUC,OAAOL,CAAY,CACxD,CAHAE,SAASC,gBAAgBC,UAAUE,IAAIN,CAAY,EAKnDD,EAAWQ,WAAWN,EAAa,GAAI,EAUvCO,OAAOC,iBAAiB,OARxB,SAASC,IACHF,OAAOG,eACTC,aAAab,CAAQ,EACrBE,EAAY,EACZO,OAAOK,oBAAoB,OAAQH,EAAc,CAAA,CAAI,EAEzD,EAE8C,CAAA,CAAI,CACnD,EAAE"} \ No newline at end of file