From aa2b342cf5baf77aa95dd09736965aa32bf4b29c Mon Sep 17 00:00:00 2001 From: attorri Date: Tue, 8 Oct 2024 14:51:57 -0400 Subject: [PATCH 1/9] Updated Feature Commit --- _includes/highlights.html | 6 ++++++ _pages/policies/index.md | 1 + _pages/products/index.md | 7 +++++++ 3 files changed, 14 insertions(+) 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, From 146fc57ac9fb4b8d1598562f8939209ba5277dee Mon Sep 17 00:00:00 2001 From: yogita Date: Tue, 8 Oct 2024 23:04:55 -0400 Subject: [PATCH 2/9] test-commit --- _includes/about/icsp-members.html | 57 +++++++++++++++++++------------ 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/_includes/about/icsp-members.html b/_includes/about/icsp-members.html index 4a497dda..2150ffaf 100644 --- a/_includes/about/icsp-members.html +++ b/_includes/about/icsp-members.html @@ -1,27 +1,40 @@ -

    ICSP Members

    -

    In total, there are 30 unique members of the ICSP, including the Chief Statistician of the United States who serves as the Chair. Pursuant to the PRA and Evidence Act, the ICSP is comprised of the 24 designated Statistical Officials, as well as all heads of the OMB recognized statistical agencies and units.

    - +

    ICSP Members

    +

    + In total, there are 30 unique members of the ICSP, including the Chief + Statistician of the United States who serves as the Chair. Pursuant to the PRA + and Evidence Act, the ICSP is comprised of the 24 designated Statistical + Officials, as well as all heads of the OMB recognized statistical agencies and + units. +

    - {% for member in site.members %} -
    -
    -
    - {{ member.department }} logo -
    -
    -

    {{ member.name }}

    - {% if member.sub-department %} -

    {{ member.department }}, {{member.sub-department}}

    - {% else %} -

    {{ member.department }}

    - {% endif %} - -
    -
    + {% for member in site.members %} +
    +
    +
    + {{ member.department }} logo +
    +
    +

    {{ member.name }}

    + {% if member.sub-department %} +

    + {{ member.department }}, {{member.sub-department}} +

    + {% else %} +

    {{ member.department }}

    + {% endif %} + +
    - {% endfor %} +
    + {% endfor %}
    -

    ** Chair

    ^ Principal Statistical Agency and Recognized Units

    -

    * Statistical Official

    \ No newline at end of file +

    * Statistical Official

    From 2e47b9a632adef38cda994f18149271d169f81d5 Mon Sep 17 00:00:00 2001 From: yogita Date: Tue, 8 Oct 2024 23:29:50 -0400 Subject: [PATCH 3/9] test commit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b85f106..51e0376e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "bundle exec jekyll serve", "start-detached": "bundle exec jekyll serve --detach", "htmlproofer": "bundle exec htmlproofer _site", - "pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\"" + "pa11y-ci:sitemap": "pa11y-ci --sitemap https://federalist-92a82776-1dfb-4c5a-9366-896b2f358138.sites.pages.cloud.gov/preview/gsa/icsp/feature/RITM1251437-1/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\"" }, "dependencies": { "@uswds/uswds": "3.8.0", From eb9ea42d38d3f37ffe2a188873ddb2d0a63430bf Mon Sep 17 00:00:00 2001 From: yogita Date: Tue, 8 Oct 2024 23:34:06 -0400 Subject: [PATCH 4/9] package.json changes reverted --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51e0376e..7b85f106 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "bundle exec jekyll serve", "start-detached": "bundle exec jekyll serve --detach", "htmlproofer": "bundle exec htmlproofer _site", - "pa11y-ci:sitemap": "pa11y-ci --sitemap https://federalist-92a82776-1dfb-4c5a-9366-896b2f358138.sites.pages.cloud.gov/preview/gsa/icsp/feature/RITM1251437-1/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\"" + "pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\"" }, "dependencies": { "@uswds/uswds": "3.8.0", From c72b7d5ab4a5c3b550757a66c19f443780b9c0ad Mon Sep 17 00:00:00 2001 From: yogita Date: Wed, 9 Oct 2024 08:41:53 -0400 Subject: [PATCH 5/9] reverting changes for icsp-members.html --- _includes/about/icsp-members.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/about/icsp-members.html b/_includes/about/icsp-members.html index 2150ffaf..0829faf4 100644 --- a/_includes/about/icsp-members.html +++ b/_includes/about/icsp-members.html @@ -1,4 +1,4 @@ -

    ICSP Members

    +

    ICSP Members

    In total, there are 30 unique members of the ICSP, including the Chief Statistician of the United States who serves as the Chair. Pursuant to the PRA From a4196a1aaea11e70c22cc053fc022c9a78bc20b2 Mon Sep 17 00:00:00 2001 From: attorri Date: Wed, 9 Oct 2024 11:50:20 -0400 Subject: [PATCH 6/9] test commit --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 536f4fb2..53dd575a 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,6 @@

    >Page not found

    -

    The requested page could not be found (404).

    +

    The requested page could not be found (404)..

    From 2287327c7e573e4d05492dc3dfdc4673aa46c140 Mon Sep 17 00:00:00 2001 From: attorri Date: Wed, 9 Oct 2024 11:50:47 -0400 Subject: [PATCH 7/9] undoing the test commit --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 53dd575a..536f4fb2 100644 --- a/404.html +++ b/404.html @@ -6,6 +6,6 @@

    >Page not found

    -

    The requested page could not be found (404)..

    +

    The requested page could not be found (404).

    From cdf5e003fe04316eef0cfa1ffe0c6387f196d1d9 Mon Sep 17 00:00:00 2001 From: attorri Date: Wed, 9 Oct 2024 17:18:04 -0400 Subject: [PATCH 8/9] bullet ordering per product owner --- _includes/highlights.html | 12 ++++++------ _pages/products/index.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_includes/highlights.html b/_includes/highlights.html index f1648fc2..17663b38 100644 --- a/_includes/highlights.html +++ b/_includes/highlights.html @@ -18,6 +18,12 @@
      +
    • + 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 June 12, 2024, OMB published a Federal Register Notice (FRN) for comment on Statistical Policy Directive No. 10: Standard Occupational Classification (SOC) System. This FRN publicly announces the start of the 2028 SOC revision cycle and seeks comment on potential revisions for 2028. Comments are due by August 12, 2024, and can be submitted on regulations.gov under Docket ID “BLS-2024-0001”.
    • Improving Federal Disability Data: The Office of Science and Technology Policy, The Office of the Chief Statistician of the United States, and the National Institute on Disability, Independent Living, and Rehabilitation Research are co-chairing a Disability Data Interagency Working Group (DDIWG), tasked with the development and release of a Federal Evidence Agenda on Disability Equity, in order to improve the Federal government’s ability to make data-informed policy decisions that advance equity for the disability community. This working group recently published a Request for Information in the Federal Register seeking public input on: @@ -30,12 +36,6 @@
    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/products/index.md b/_pages/products/index.md index 0f10c35e..bb100e6e 100644 --- a/_pages/products/index.md +++ b/_pages/products/index.md @@ -14,6 +14,12 @@ initiatives, priorities, budgets, and activities. Products on this page are grou

    Recent updates relevant to the U.S. Federal statistical system:

    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.
  • From 1dfc49c4b238c4e1d9f1d8e51633220abe88af19 Mon Sep 17 00:00:00 2001 From: attorri Date: Thu, 10 Oct 2024 09:53:47 -0400 Subject: [PATCH 9/9] Based on Michelle's further specifications --- _includes/highlights.html | 4 ++-- _pages/products/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/highlights.html b/_includes/highlights.html index 17663b38..94f8ce3a 100644 --- a/_includes/highlights.html +++ b/_includes/highlights.html @@ -19,10 +19,10 @@
    • - 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 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. + 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 June 12, 2024, OMB published a Federal Register Notice (FRN) for comment on Statistical Policy Directive No. 10: Standard Occupational Classification (SOC) System. This FRN publicly announces the start of the 2028 SOC revision cycle and seeks comment on potential revisions for 2028. Comments are due by August 12, 2024, and can be submitted on regulations.gov under Docket ID “BLS-2024-0001”.
    • diff --git a/_pages/products/index.md b/_pages/products/index.md index bb100e6e..5008fa0c 100644 --- a/_pages/products/index.md +++ b/_pages/products/index.md @@ -15,10 +15,10 @@ initiatives, priorities, budgets, and activities. Products on this page are grou

      Recent updates relevant to the U.S. Federal statistical system:

      • - 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 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. + 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 June 12, 2024, OMB published a Federal Register Notice (FRN) on Statistical Policy Directive No. 10: Standard Occupational Classification (SOC) System. This FRN publicly announces the start of the 2028 SOC revision cycle and seeks comment on potential revisions for 2028. The SOC classifies all occupations in the U.S. economy, including private, public, and military occupations. The purpose of its 10-year review and revision cycle is to maintain currency and ensure the efficiency and effectiveness of the Federal statistical system, as well as enable continued comparability and relevance of statistical data produced by statistical agencies. Accordingly, this process is designed exclusively for statistical purposes – that is, not for regulatory, enforcement, program administration, or other non-statistical purposes. Comments are due by August 12, 2024, and can be submitted on regulations.gov under Docket ID “BLS-2024-0001”.