diff --git a/_includes/hero.html b/_includes/hero.html index cfa825279..60023ad2f 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -31,21 +31,6 @@

{{ page.hero.subtext }}

-{% elsif page.class == "about"%} -
-
- -
-

- {{ page.title }} -

- {% for p in page.lead %} -

{{ p }}

- {% endfor %} -
-
{% elsif page.class == "datakit" %}
@@ -78,20 +63,6 @@

-
-
-

- {{ page.title }} -

- {% for p in page.lead %} -

{{ p }}

- {% endfor %} -
-
{% elsif page.class == "case-study" %}
@@ -134,6 +105,14 @@

{{ page.hero.text}}

{{ page.hero.subtext | markdownify }}

+{% elsif page.class == "sprint-process" or page.class == "about" %} +
+
+

{{ page.hero.text}}

+
+ {{ page.hero.subtext | markdownify }} +
+
{% else %}
diff --git a/_includes/how-it-works-details.html b/_includes/how-it-works-details.html new file mode 100644 index 000000000..cfc6afe0c --- /dev/null +++ b/_includes/how-it-works-details.html @@ -0,0 +1,85 @@ +{% assign data = include.data %} +
+
+
+
    +
  1. + Identify Challenges +

    Government agencies or non-governmental organizations (NGOs) identify high-priority problems they seek to solve through the sprint. Challenges can be any priority facing the public.

    +
  2. +
  3. + Team Up +

    Technologists from industry, NGOs, and universities sign on to create data-driven, digital products in collaboration + with end users, community advocates, and data experts.

    +
  4. +
  5. + Build +
    +

    + Tech teams build products during a 12-14 week technology development sprint that includes user research, data + exploration, and product development. Past products include mapping tools, apps, websites, games, AI algorithms, network + visualizations, and more. +

    +
    +
    +

    + +

    + +
    +
      +
    1. User Research: +

      Teams conduct user research and connect with user advocates who can offer insights into their communities.

      +
    2. +
    3. Data Discovery: +

      Teams begin identifying and exploring relevant datasets and connect with data stewards via email and phone to learn more about available datasets.

      +
    4. +
    5. Concept Pitch: +

      Teams present their initial progress and product concept for feedback.

      +
    6. +
    7. Product Advising: +

      Teams are paired with 1:1 product advisors that meet with the teams outside of milestones to discuss launch and product maintenance strategy

      + +
    8. +
    9. Beta Demo: +

      Teams present a prototype of their product for feedback.

      +
    10. +
    11. MVP Demo: +

      Teams present a minimum viable product as the final outcome of the sprint and receive feedback on sustainability and longevity of their work.

      +
    12. +
    + +
    + +
    + +
    +
    +
  6. +
  7. + Launch +

    Products are launched and federal agencies can decide how they want to showcase the results of their sprint.

    +
  8. +
  9. + Reach End Users +

    After the sprint, participants have the option to stay in touch and continue product development and deployment.

    +
  10. +
+ + +
+
+
\ No newline at end of file diff --git a/_includes/single-column-header-text-hot-dog-cta.html b/_includes/single-column-header-text-hot-dog-cta.html new file mode 100644 index 000000000..eb0b09545 --- /dev/null +++ b/_includes/single-column-header-text-hot-dog-cta.html @@ -0,0 +1,75 @@ +{% assign data = include.data %} + + + +{% for data in data %} +
+ {% if data.text.title %} +

{{ data.text.title }} +

+ {% endif %} + +
+ {% if data.text.subtitle %} + +

{{data.text.subtitle}}

+ + {% endif %} + + {% if data.role.title %} + +

{{data.role.title}}

+ + {% endif %} + + {% if data.text.blurb %} +

+ {{ data.text.blurb | markdownify | remove: "

" | remove: "

" }} +

+ + {% endif %} + + {% if data.role.blurb %} +

+ {{ data.role.blurb | markdownify | remove: "

" | remove: "

" }} +

+ {% endif%} + + {% if data.download.href %} + + {% endif %} + +
+ + + + + + {% if data.cta %} +

{{data.blurb.title}}

+ {% endif %} + + {% if data.role-details %} +
+
+
+

Interested in participating in a sprint?

+ + Email the TOP team. + +
+
+
+ {% endif %} +
+{% endfor %} diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index 81d7fe458..db5402682 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -1388,6 +1388,378 @@ main { } +// Sprint process page ----------------- // +.page-sprint-process { + h2 { + font-size: 14px; + + @include at-media('tablet') { + font-size: 20px; + line-height: 20px; + } + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + } + } + + h3 { + font-size: 12px; + @include at-media('tablet') { + font-size: 14px; + line-height: 14px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 24px; + } + } + + p { + font-size: 12px; + line-height: 17px; + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 30px; + } + } + + .interior-hero { + padding-bottom: 60px; + background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0; + background-size: contain; + @include at-media("desktop") { + background: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0; + background-size: cover; + padding: 117px 0 124px; + } + } + + .usa-hero__bg { + width: 200px; + min-height: 114px; + background-color: #121923; + @include at-media('tablet') { + width: 343px; + // min-height: ; + } + + @include at-media('desktop') { + width: 571px; + } + + h1.usa-hero__title { + font-size: 14px; + margin: 0; + padding: 0; + padding-top: 25px; + + @include at-media('tablet') { + font-size: 20px; + line-height: 20px; + } + + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + padding-top: 30px; + } + } + div.usa-hero__subtitle { + font-size: 12px; + line-height: 17px; + margin-bottom: 0; + padding-bottom: 16px; + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + padding-bottom: 30px; + } + p { + margin: 8px 0 0px; + @include at-media('desktop') { + margin-top: 20px; + } + } + } + } + + .how-it-works-bg, .roles-intro-bg { + background: url('../img/sprint-process-page/desktop-roles-background.png') no-repeat 0 0; + background-size: cover; + } + +.how-it-works-details-bg, .roles-details-bg { + background: url('../img/sprint-process-page/desktop-how-it-works-steps-background.png') repeat 0 0; + background-size: cover; +} + div.header-text-hot-dog, div.how-it-works-details { + padding: 52.64px 30.08px; + + @include at-media('tablet') { + padding: 52.64px 67.68px; + } + @include at-media('desktop') { + padding: 112px 127.5px; + } + } + div.grid-container div.text-wrapper { + margin: 15.04px 0; + + @include at-media('tablet') { + margin: 30px 0 8px; + } + @include at-media('desktop') { + margin: 30px 0px 0px; + } + a { + font-size: 12px; + line-height: 17px; + @include at-media('tablet') { + font-size: 14px; + } + @include at-media('desktop') { + font-size: 24px; + } + } + } + .how-it-works-details { + ol { + list-style-position: inside; + font-size: 12px; + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 24px; + } + .usa-accordion__button { + font-size: 12px; + line-height: 12px; + @include at-media('tablet') { + font-size: 14px; + line-height: 14px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 24px; + } + } + } + } + .site-button.usa-button { + box-shadow: inset 0 0 0 1px black; + text-decoration: underline; + font-size: 12px; + line-height: 17px; + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 30px; + } + &::hover { + text-decoration: underline; + } + @include at-media('desktop') { + text-decoration: none; + &:hover { + text-decoration: underline; + } + &:visited { + color: black; + } + } + } + .full-width-screen-spilt { + display: grid; + // max width of grid-container is 64 + // padding in mobile is 1rem + grid-template-columns: minmax(30.08px, 1fr) minmax(0, auto) minmax(30.08px, 1fr); + grid-template-rows: auto auto; + grid-template-areas: + ". roles ." + "semi semi semi"; + + .roles-content-block { + grid-column: 1/2; + grid-area: roles; + } + + .roles-downloads { + a { + text-decoration: underline; + color: black; + &:visited { + color: black; + } + &:hover { + color: black; + } + } + } + .semi-cta-block { + grid-column: 2/-1; + justify-self: end; + grid-area: semi; + } + @include at-media('tablet') { + grid-template-columns: 67.68px auto 67.68px; + } + @include at-media('desktop') { + grid-template-columns: 127.5px auto 127.5px; + } + } +} + +// About page ----------------- // +.page-about { + h2 { + font-size: 14px; + + @include at-media('tablet') { + font-size: 20px; + line-height: 20px; + } + + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + } + } + + h3 { + font-size: 12px; + + @include at-media('tablet') { + font-size: 14px; + line-height: 14px; + } + + @include at-media('desktop') { + font-size: 24px; + line-height: 24px; + } + } + + p { + font-size: 12px; + line-height: 17px; + + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + + @include at-media('desktop') { + font-size: 24px; + line-height: 30px; + } + } + + .interior-hero { + padding-bottom: 60px; + background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0; + background-size: contain; + + @include at-media("desktop") { + background: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0; + background-size: cover; + padding: 117px 0 124px; + } + } + + .usa-hero__bg { + width: 200px; + min-height: 114px; + background-color: #121923; + + @include at-media('tablet') { + width: 343px; + // min-height: ; + } + + @include at-media('desktop') { + width: 571px; + } + + h1.usa-hero__title { + font-size: 14px; + margin: 0; + padding: 0; + padding-top: 25px; + + @include at-media('tablet') { + font-size: 20px; + line-height: 20px; + } + + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + padding-top: 30px; + } + } + + div.usa-hero__subtitle { + font-size: 12px; + line-height: 17px; + margin-bottom: 0; + padding-bottom: 16px; + + @include at-media('tablet') { + font-size: 14px; + line-height: 17px; + } + + @include at-media('desktop') { + font-size: 32px; + line-height: 32px; + padding-bottom: 30px; + } + + p { + margin: 8px 0 0px; + + @include at-media('desktop') { + margin-top: 20px; + } + } + } + } + + .about-bg, + .history-bg { + background: url('../img/sprint-process-page/desktop-roles-background.png') no-repeat 0 0; + background-size: cover; + } + + div.header-text-hot-dog { + padding: 52.64px 30.08px; + + @include at-media('tablet') { + padding: 52.64px 67.68px; + } + + @include at-media('desktop') { + padding: 112px 127.5px; + } + } + +} + // FAQ page ----------------- // .page-faqs { background: #E6E6E6; @@ -2087,6 +2459,38 @@ div.toolkit-todo__resources { } } +.roles-downloads a { + font-size: 12px; +} + +.semi-cta { + border: 1px black solid; + // border-radius: 130px 0 0 130px; + padding: 50px 25px; + min-height: 108px; + + @include at-media('tablet') { + width: 100%; + } + + &.radius-left-pill { + border-right-style: none; + } + + a { + font-size: 12px; + line-height: 17px; + @include at-media('tablet') { + font-size: 14px; + } + @include at-media('desktop') { + font-size: 24px; + line-height: 24px; + + } + } +} + .footer-contact-links { @include grid-gap(2); diff --git a/files/data-steward-overview.pdf b/files/sprint-process-page/data-steward-overview.pdf similarity index 100% rename from files/data-steward-overview.pdf rename to files/sprint-process-page/data-steward-overview.pdf diff --git a/files/product-advisor-overview.pdf b/files/sprint-process-page/product-advisor-overview.pdf similarity index 100% rename from files/product-advisor-overview.pdf rename to files/sprint-process-page/product-advisor-overview.pdf diff --git a/files/sprint-leader-overview.pdf b/files/sprint-process-page/sprint-leader-overview.pdf similarity index 100% rename from files/sprint-leader-overview.pdf rename to files/sprint-process-page/sprint-leader-overview.pdf diff --git a/files/tech-team-role-overview.pdf b/files/sprint-process-page/tech-team-role-overview.pdf similarity index 100% rename from files/tech-team-role-overview.pdf rename to files/sprint-process-page/tech-team-role-overview.pdf diff --git a/files/user-advocate-overview.pdf b/files/sprint-process-page/user-advocate-overview.pdf similarity index 100% rename from files/user-advocate-overview.pdf rename to files/sprint-process-page/user-advocate-overview.pdf diff --git a/img/sprint-process-page/desktop-hero-background.png b/img/sprint-process-page/desktop-hero-background.png new file mode 100644 index 000000000..dca782c46 Binary files /dev/null and b/img/sprint-process-page/desktop-hero-background.png differ diff --git a/img/sprint-process-page/desktop-how-it-works-steps-background.png b/img/sprint-process-page/desktop-how-it-works-steps-background.png new file mode 100644 index 000000000..999d384b0 Binary files /dev/null and b/img/sprint-process-page/desktop-how-it-works-steps-background.png differ diff --git a/img/sprint-process-page/desktop-roles-background.png b/img/sprint-process-page/desktop-roles-background.png new file mode 100644 index 000000000..4abb59e4c Binary files /dev/null and b/img/sprint-process-page/desktop-roles-background.png differ diff --git a/img/sprint-process-page/tablet-hero-background.png b/img/sprint-process-page/tablet-hero-background.png new file mode 100644 index 000000000..144674695 Binary files /dev/null and b/img/sprint-process-page/tablet-hero-background.png differ diff --git a/pages/about.md b/pages/about.md index ecb634c42..d1f33b2e5 100644 --- a/pages/about.md +++ b/pages/about.md @@ -5,87 +5,133 @@ permalink: /about/ layout: default # hero section -lead: - - 'The Opportunity Project helps companies, non-profits, and universities turn federal open data into new technologies that solve real-world problems for people across the country.' - - 'We focus on the nation’s toughest challenges, from the opioid crisis and disaster relief to improving STEM education and strengthening the workforce. To date, 175+ consumer-facing digital products have been created, using open data to serve families, businesses and communities nationwide.' - -circuit-banner: - background-color: primary - image: icons/circuity-pattern.svg - sidebar-color: base-darkest - - -#blue background section -content-primary: - title: How America’s Data Becomes America’s Innovation - description: - - 'We facilitate 12-week product development cycles (called “sprints”) that pull together innovators from every sector. Tech teams join a sprint to build data-powered solutions to critical problems facing the public. Then, we match them with subject-matter experts, who offer valuable information and feedback. ' - subsections: - - title: Collaboration, Simplified - description: We facilitate virtual collaboration across government, industry, and communities. In our sprints, cross-sector expertise is only an email, chat room, or call away. - image: photos/about/about-01.png - image-alt: Three people analyzing sticky notes on the wall at a workshop - - title: Federal Data, Explained - description: The Opportunity Project unlocks the potential of open data. We help teams find, understand, and integrate government data into products that provide value and help solve important problems. - image: photos/about/about-02.png - image-alt: A man writing on a poster at a workshop - button: - - link: - text: Learn More - -#white background section -content-light: - title: - -# three column layout of statistics; the border value indicates a vertical line to the side of the text. The underline indicates a separator between the statistic and the description -impact: - - statistic: '40+' - underline: short yellow accent - description: National challenges addressed, including ocean plastic pollution, COVID-19 economic recovery, disaster

- border: statistic-border-right - - statistic: '175+' - underline: short yellow accent - description: Public-facing digital products launched since 2016 through TOP’s 12-week technology development sprints - border: statistic-border-right - - statistic: '1300+' - underline: short yellow accent - description: Alumni participated in TOP sprints, including developers, designers, community leaders, data & policy experts, students, and government agencies - border: padding-right-3 - -# centered photo with overlay -photo: - image: photos/about/about-coil.png - img-alt: Abstract exploding data with vibrant red and blue lines - overlay: - title: From the Census Open Innovation Labs - text: The Opportunity Project is led by Census Open Innovation Labs (COIL) at the U.S. Census Bureau. We’re a nimble, startup-like team with a portfolio of initiatives that are setting a new standard for open innovation in the federal government. - button: - text: Read about the Team - href: https://coil.census.gov/ - color: secondary-white - isExternal: true - background: bg-base-lightest +background: banner-background +hero: + text: About TOP + subtext: Learn more about The Opportunity Project program and initiatives. + +# about +about: + - text: + title: About + blurb: |- + The Opportunity Project (a.k.a. ‘TOP’) engages technologists, government, and communities to prototype digital products that solve real-world problems with open data.

+ + It operates through 12-14 week technology design sprints, focused on the nation’s toughest challenges, from the opioid crisis and disaster relief to improving STEM education and workforce development. To date, over 200 digital products have been created, using open data to serve families, businesses, local leaders, and communities nationwide.

+ + TOP addresses broad national challenges as well as specific community and regional challenges, such as those facing Puerto Rico or Indigenous Communities. + + +#our history +history: + - text: + title: Our History + blurb: |- + TOP launched in March 2016 as a White House initiative to put data and tools in the hands of the American people to help them navigate critical issues facing the nation. In 2017, the U.S. Department of Commerce took up leadership of TOP, led by the U.S. Census Bureau’s Census Open Innovation Labs. Since then, the program has grown in scope and impact, and is now a widely used model for collaborative problem solving through open data, technology, and human-centered design.

+ + Since its launch, TOP’s participants have created hundreds of digital products. Today, TOP has been referenced as a best practice in policies like the Federal Data Strategy, the President’s Management Agenda, performance.gov, Department of Commerce’s Strategic Plan, the Task Force on Agriculture and Rural Prosperity Report, and many others. It is a key mechanism supporting implementation of the Foundations for Evidence Based Policy Making Act (“The Evidence Act”). + + + download: + link: |- + [Have more questions? Visit our FAQ page](https://federalist-9ba9ab66-1882-44c4-b8df-e5444939133c.sites.pages.cloud.gov/preview/uscensusbureau/the-opportunity-project/sadiejay-update-sprint/sprints/) + custom: + class: test + +featured_products: + - title: City Builder + tech_team: Citi Ventures + cohort: Workforce + problem_statement: Opportunity Zones + link: 'https://www.citivelocity.com/citybuilder/eppublic/cb' + href: city-builder + details: Provides investors, developers, municipalities, and community members with data-driven insights to make meaningful, place-based investments

+ - title: Community Led Opportunity Zones + short_url: "/showcase/?search=community+led" + href: "https://www.publicdemocracy.io/opportunity-zones-local-impact" + target: '_blank' + isExternal: true + tech_team: PUBLIC DEMOCRACY + details: Ensures that community priorities inform Opportunity Zones strategies, policies, and investment in Birmingham, Alabama + - title: Inclusive Growth Score + href: 'https://inclusivegrowthscore.com/' + target: '_blank' + isExternal: true + tech_team: MASTERCARD + details: Provides community leaders with local, data-driven insights that measure how Opportunity Zones benefit from equitable growth + + --- {% include hero.html %} -{% include circuit-banner.html %} -{% include sidebar-and-content-primary.html %} -{% include three-column-narrow-text.html %} - -
-
-
-
-

Our History

+
+
+{% include single-column-header-text-hot-dog-cta.html data=page.about %} +
+
+ +
+
+
+ {% include image.html src="top-logo-mobile.png" alt="The Opportunity Project Logo" class="logo-image logo-image-mobile" %} +
+
+

TOP is led by Census Open Innovation Labs (a.k.a. ‘COIL’), an office at the U.S. Census Bureau, with a portfolio of award-winning projects that continue to raise the bar for open innovation across government.

+ Meet the COIL Team +
+
+
+ +
+
+

Our Vision

+
+
+

Collaboration, Simplified

+

TOP brings together government, technologists, problem solvers, and communities. Our tested innovation framework can be used by any government agency to encourage collaboration and ensure the public is at the heart of the results.

+ + Email the TOP team. + +
+
+
+
+

Federal Data, Explained

+

TOP unlocks the potential of open data. We believe that government data is a significantly under-tapped resource that can be transformed into products that solve important problems.

+ + Email the TOP team. +
-
-

The Opportunity Project launched in March 2016 as a White House initiative to catalyze new technologies that use federal and local data to empower communities with information about critical resources, such as affordable housing, quality schools, and jobs. Since then, the program has grown in scope and impact, and is now a widely used model for collaborative problem solving through data, technology, and user centered design. -

-

- In the past 6 years, TOP’s hundreds of participants have created 175+ digital products. Today, TOP is widely referenced as a model for how the government can seed cross-sector collaboration around open data, and has been included in policies like the Federal Data Strategy, the President’s Management Agenda, performance.gov, Department of Commerce’s Strategic Plan, the Task Force on Agriculture and Rural Prosperity Report, and many others. In 2019, The Opportunity Project Act of 2019 was introduced to permanently authorize the program.

- +
+
+
+

Collaboration, Simplified

+

Federal Agencies can also lead their own TOP sprints using the “TOPx Toolkit” - a step-by-step guide to the TOP sprint model.

+ + Check out the TOPx Toolkit +
-
+
+
+ +
+
+ {% include single-column-header-text-hot-dog-cta.html data=page.history %} +
-{% include single-column-centered-photo-with-overlay.html photo=page.photo %} + +
+
+ {% for product in page.featured_products %} +
+ {% include cards/card.html content=product utils="small-header-card" %} +
+ {% endfor %} +
+
\ No newline at end of file diff --git a/pages/our-process.md b/pages/our-process.md deleted file mode 100644 index cd9f949c7..000000000 --- a/pages/our-process.md +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: Our Process -permalink: /our-process/ -layout: default -class: our-process - -# hero section -lead: - - 'The Opportunity Project facilitates 12-week product development cycles—called “sprints”—focused on helping companies, non-profits, and universities build products with federal open data that help solve national challenges.' - - 'We give teams access to subject-matter and data experts to accelerate their progress. By emphasizing virtual communication, we make cross-sector collaboration easy and effective.' - -connecting-banner: - background-color: dark - image: process/process-banner.png - alt: "Man in suit on stage presenting with two large screens projecting a slide deck" - notch-left: bg-base-darkest - notch-right: bg-white - -# main explanation section -explanation: - text: - - title: Sprint Cycle - image: photos/process/process-01.png - image-alt: Man and woman standing behind a computer monitor facing each other and smiling. - description: In 12 weeks, tech teams build solutions to urgent problems identified by federal agencies and advocacy organizations. Along the way, we create opportunities for teams to hear from experts in federal data and policy and the communities they’re trying to help. - - title: Share Insights - image: photos/process/process-02.png - image-alt: group of four people in conversation - description: Tech teams get the insight they need to wrangle federal data, navigate policy contexts, and authentically address the needs of a community. They retain full control of their team, technical vision, business strategy, and resulting intellectual property. - - title: Launch Products - image: photos/process/process-03.png - image-alt: Man presenting on stage with presentation slide displayed on a screen behind him - description: Sprints typically run through the summer and fall and culminate in an annual Demo Day, where press, data enthusiasts, technologists, and people in government gather to celebrate the launch of products built through The Opportunity Project that year. - - -banner-subheader: - top: - background: white - bottom: - background: base-darkest - line: '-light' - subheader: How it Works - -# sprint timeline -progress-bar: - - number: 1 - title: Identify challenges - description: Federal agencies and national advocacy organizations identify high-priority challenges facing the public. - - number: 2 - title: Team up - description: Tech teams from industry and universities sign on to create data-driven, digital products in collaboration with end users, data and policy experts. - - number: 3 - title: Build - description: Tech teams build products during a 12 week virtual tech development sprint that includes user research, data exploration, and product development. Past products include mapping tools, apps, websites, games, AI algorithms, network visualizations, and more. - accordions: - - aria: milestones - title: Sprint Milestones - steps: - - 'User research: Teams conduct user research and present what they’ve learned about their end user to cross-sector experts for feedback.' - - 'Data discovery: Teams explore data sets from across government - curated by TOP - and connect with federal data stewards to present what they’ve learned and ask questions about how to find and work with federal data.' - - 'Concept Pitch: Teams present their product concept for feedback.' - - 'Beta Demo: Teams present a prototype of their product for feedback.' - - number: 4 - title: Launch - description: Products are launched and showcased at an in-person Demo Day press event in Washington DC. - - number: 5 - title: Reach end users - description: After the sprint, participants work to ensure products reach end users and move the needle on national challenges. Teams have the option to apply for a financial prize to continue their work. - -# roles title and description - - -# roles "quadrant" -card-explanation: - title: Roles - description: What participants do in each sprint varies depending on their role. - card-color: primary-lightest - cards: - - title: Tech Teams - description: Tech teams build a product through the sprint — whether new or within an existing product or platform—that uses open data to solve one of our sprint problem statements. - - title: Government - description: Federal agencies identify challenges. Policy and federal data experts provide feedback and share insights about federal data and the policy context. - - title: User Advocates - description: User advocates offer feedback and insights throughout the sprint. They are community leaders, local or national advocates, and people with direct lived experience in the target challenges. - - title: Product Advisors - description: Product advisors help tech teams develop products with a viable long term strategy that enables them to reach end users. - -# role section with collapsible accordions -role-descriptions: - #tech - - title: Tech teams - image: process/exploding-data-motif.png - image-alt: decorative abstract, pixilated image with bright red, blue, white, turquoise and magenta - description: 'Tech teams are the companies, universities, non-profits, and students who build digital products in the sprints. They design, develop, and launch the products they build, and typically own and maintain the products after the sprints. The role of tech team includes:' - accordions: - - aria: 1 - title: Role Description - steps: - - description: - - Design and build a digital product that uses federal open data - - description: - - Collaborate with other sprint participants including government data experts to explore and use available data sets, user advocates to understand user needs, and product advisors to develop a post-sprint product strategy - - description: - - Conduct user research to ensure products are solving for real user needs - - description: - - Join virtual “milestone” calls during the sprint to share progress, ask questions and provide feedback to other teams - - description: - - Attend in-person Demo Day to present final products - - description: - - Own and maintain the product after the sprint, or develop a strategy for handoff - - description: - - 'Optional: attend an in-person user engagement workshop at the beginning of the sprint, and apply for a financial prize at the end of the sprint' - - aria: 2 - title: Benefits of Participating - steps: - - title: Advance your mission - description: - - Work on a problem statement that aligns with your mission or CSR interests - - Leverage sprint timeline and project management to advance internal lab or development projects - - title: Develop business channels - description: - - Develop sample use cases and prototypes that demonstrate internal tech capabilities - - Leverage sprint timeline and project management to advance internal lab or development projects - - title: Gain access to cross-sector experts - description: - - Access to federal data and policy experts for real time Q&A - - Access to end users for testing and feedback - - title: Build relationships & partnerships - description: - - Build relationships in government - - Develop partnerships with user groups and other companies - - title: Media spotlight and public relations - description: - - Gain visibility and press from Demo Day and beyond - - title: Provide a creative opportunity - description: Designers, developers, and engineers from your organization have the opportunity to drive the design and build of the product - # government - - title: Government - image: process/exploding-data-motif.png - image-alt: decorative abstract, pixilated image with bright red, blue, white, turquoise and magenta - description: 'Federal agencies define major challenges facing the public within their mission areas. During the 12-week sprint, policy experts and data stewards from each agency provide feedback to the participating teams and assistance working with federal open data.' - accordions: - - aria: 3 - title: Role Description - steps: - - description: - - Develop a problem statement and/or identify relevant open datasets - - description: - - Provide insight related to the agency’s policy and operational areas - - description: - - Answer questions about finding and using the agency’s public data - - description: - - Provide feedback on the products being developed - - description: - - Join 4 “milestone” calls (User Research, Data Discovery, Concept Pitch, Beta Demo) - - aria: 4 - title: Benefits of Participating - steps: - - title: Meet federal requirements to increase reuse of your data - description: TOP enables agencies to meet requirements from the Federal Data Strategy, President’s Management Agency, and Evidence Act to collaborate with industry to increase the reuse and dissemination of federal open data. TOP engages industry to create products that use open data to provide value to Americans and the economy. - - title: Develop lightweight and cost effective solutions - description: TOP is designed to make cross-sector collaboration easy and cost-effective. Through rapid sprints, agencies can catalyze a greater volume, diversity, and quality of products than they could on their own or through traditional mechanisms. - - title: Catalyze innovation within your agency - description: Through TOP, agency staff learn new strategies for lightweight collaboration with external stakeholders, human-centered design and agile methodology - which can also advance goals like IT modernization and improved customer experience. - - title: Engage with data consumers and improve data quality - description: 'Improve data quality by engaging directly with data consumers as they work with federal data. By participating in a sprint, agencies develop or deepen relationships with key industry stakeholders and data users, helping to better understand their target audiences and collect real time feedback on data access and quality.' - - # user advocates - - title: User Advocates - image: process/exploding-data-motif.png - image-alt: decorative abstract, pixilated image with bright red, blue, white, turquoise and magenta - description: User advocates are community leaders, local or national advocates, and people with direct lived experience in the target challenges. Past user advocates have represented state and local government, non-profits, service providers, or individual experts. Their role is to guide tech teams in designing solutions that are realistic and useful for the target end users. - accordions: - - aria: 5 - title: Role Description - steps: - - text: 'User Advocates (UAs) serve a critical role helping tech teams, federal agencies, and other partners understand the everyday people and communities The Opportunity Project seeks to empower. User Advocates communicate the needs, concerns, and realities of the communities they belong to or work with closely, ensuring that the perspective of end users drives how tech teams solve problems. Being a user advocate can be a very lightweight time commitment. Depending on your availability, you can expect to spend 1-3 hours per week working alongside tech teams and other sprint participants to co-create useful technology for your community. - - A user advocate’s role includes:' - - description: - - Provide insights to tech teams based on their expertise and community connections to shape the products built through the sprint - - description: - - Answer questions on user needs to ensure products solve real problems - - description: - - Provide ongoing feedback to tech teams on their products throughout the sprint - - description: - - Join “milestone” calls (User Research, Concept Pitch, Beta Demo) - - description: - - Attend Demo Day and an optional in-person user engagement workshop if possible - - aria: 6 - title: Benefits of Participating - steps: - - title: Relationships and partnerships - description: Build strategic relationships in government and develop partnerships with tech companies and nonprofits - - title: Shape technology available to your community - description: Speak on behalf of your community to have a real impact on the challenges that are tackled and the products that are created - - title: Share your insights - description: Contribute to knowledge sharing between tech teams, end users, and federal agencies - - - aria: 7 - title: Sample Contributions - steps: - - description: - - A tech team is brainstorming about what their solution might look like and shares a few ideas. As an expert on your community or stakeholders, you are best able to promote the most promising ideas. - - description: - - A tech team is grappling with a tough, widely misunderstood issue about your community. You share expert knowledge about the problem, leading to a breakthrough and avoiding a critical misunderstanding. - - description: - - A tech team wants to share their prototype with real users. You connect them with end users from your network, helping them gather direct feedback on a potential solution. - - description: - - A tech team is experimenting with the language on their website. You offer guidance on which messages will resonate with your community. - - - title: Product Advisors - image: process/exploding-data-motif.png - image-alt: decorative abstract, pixilated image with bright red, blue, white, turquoise and magenta - description: 'Product advisors come from outside of government to help the teams to ensure that the products they create continue after the sprints, so that they can reach their target end users and have real impact.' - accordions: - - aria: 8 - title: Benefits of Participating - steps: - - description: - - Mentor technologists with your knowledge of industry best practices for product development and deployment - - description: - - Make an impact by helping technologists build products that will last - - description: - - Connect with people in government, private industry, and communities across the country ---- - -{% include hero.html %} -{% include secondary-nav.html %} -
- {% include connecting-banner-notched.html %} - {% include single-column-centered-list.html %} -
-
- {% include connecting-banner-with-subheader.html %} - {% include timeline-progress-section-dark.html %} -
-
- {% include two-column-card-text.html %} -
-{% include single-column-banner-photo-overlay-and-content.html %} diff --git a/pages/sprint-process.md b/pages/sprint-process.md new file mode 100644 index 000000000..86a75684a --- /dev/null +++ b/pages/sprint-process.md @@ -0,0 +1,125 @@ +--- +title: Sprint Process +permalink: /sprint-process/ +redirect_from: + - /our-process/ + +layout: default +class: sprint-process + +# hero section +background: banner-background +hero: + text: Sprint Process + subtext: Learn more about The Opportunity Project sprint process and participant roles. + +# how it works +how-it-works: + - text: + title: How It Works + subtitle: The TOP Model + blurb: |- + The Opportunity Project (TOP) works through 12-14 week product development cycles—called ‘sprints.’

+ + + Federal agencies first define problem statements and then collaborate with technologists and community advocates outside of government, who rapidly build digital products to solve those challenges using open data. + + +#roles +roles-intro: + - text: + title: Roles + blurb: |- + What participants do in each sprint varies depending on their role: + + +roles-details: + - role: + title: Tech Teams + blurb: Tech teams are the companies, universities, non-profits, and students who build digital products in the sprints. They design, develop, and launch the products they build, and own and maintain the products after the sprints. Teams may also develop non-digital products, such as toolkits, policy interventions and more. + download: + href: files/sprint-process-page/tech-team-role-overview.pdf + text: Tech Team Overview + - role: + title: Sprint Leaders + blurb: |- + Sprint leaders typically consist of three-four team members from the federal agency or NGO that identify major challenges facing the public within their mission areas. During the 12-14 week sprint, experts and data stewards from each agency or NGO will provide feedback to the participating teams and assistance working with federal open data. + download: + href: files/sprint-process-page/sprint-leader-overview.pdf + text: Sprint Leader Overview + - role : + title: User Advocates + blurb: |- + User Advocates are individuals who have experience with issues directly related to the challenges, and who work closely with end-users. Even better, they can be individuals who have experienced the problem directly. Community leaders, local or national advocates, service providers, and people with direct lived experience make great user advocates. + download: + text: User Advocate Overview + href: files/sprint-process-page/user-advocate-overview.pdf + - role: + title: Data Stewards + blurb: |- + Data stewards are integral to making sure the right federal, state or local open data is used, and help to answer technical questions participants may have. + download: + href: files/sprint-process-page/data-steward-overview.pdf + text: Data Steward Overview + - role: + title: Product Advisors + blurb: |- + Product advisors are experts outside of government that consult and help teams develop products with a viable long term strategy; making sure that the product can be maintained and has a real, lasting impact on the intended end user after the sprint. + download: + href: files/sprint-process-page/product-advisor-overview.pdf + text: Product Advisor Overview + + +cta-one: + container-class: display-flex flex-column flex-align-center text-center cta-one + background-class: bg-blue-warm-60v + title: + text: Missed [Census Open Innovation Summit 2024](https://coilsummit2024.splashthat.com/)? Watch the recordings on YouTube, featuring 25 sessions, more than 90 speakers, and 30 new tech products. + class: text-normal cta-one padding-x-5 tablet:padding-x-9 + blurb: + text: |- + Watch recordings of the sessions on the U.S. Census Bureau's YouTube channel: + class: text-normal cta-one padding-x-5 tablet:padding-x-9 display-none + custom: + text: Catch Up on YouTube + href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme + isExternal: true + class: usa-button--secondary + +--- + +{% include hero.html %} +
+
+{% include single-column-header-text-hot-dog-cta.html data=page.how-it-works %} +
+
+ + +{% include how-it-works-details.html data=page.how-it-works utils='how-it-works' %} + + +
+
+ {% include single-column-header-text-hot-dog-cta.html data=page.roles-intro %} +
+
+ +
+ +
+ {% include single-column-header-text-hot-dog-cta.html data=page.roles-details %} +
+
+
+
+

Interested in participating in a sprint?

+ + Email the TOP team. + +
+
+
+