Skip to content

Commit

Permalink
Merge pull request #2108 from 18F/project-intros
Browse files Browse the repository at this point in the history
Project intros
  • Loading branch information
gemfarmer authored Dec 9, 2016
2 parents 74af00a + aca1c1c commit a5f7241
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 11 deletions.
25 changes: 15 additions & 10 deletions _layouts/project-tag-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@
{% assign matching_posts = page | match_posts | sort:'date' | reverse %}

<section class="usa-grid content-focus page-tag-results">
<section class="hero"
style="background-image: url({{ site.baseurl }}{{ page.image }});"
aria-label="{{ page.image_accessibility }}">
<div class="usa-grid">
<div class="hero-callout hero-callout-no_button background-dark">
<h1 class="h3 hero-callout-title">Project:<br>
{{ page.title }}</h1>

{% if page.image %}
<section class="hero"
style="background-image: url({{ site.baseurl }}{{ page.image }});"
aria-label="{{ page.image_accessibility }}">
<div class="usa-grid">
<div class="hero-callout hero-callout-no_button background-dark">
<h1 class="h3 hero-callout-title">{{ page.project-type }}:<br>
{{ page.title }}</h1>
</div>
</div>
</div>
</section>
</section>
{% else %}
<h1>{{ page.project-type }}: {{ page.title }}</h1>
{% endif %}

<section class="usa-section break-bottom">
<h2>{{ page.subtitle }}</h2>
Expand All @@ -24,7 +29,7 @@ <h2>{{ page.subtitle }}</h2>
</section>

<section class="usa-section">
<h3>Our blog posts about this project</h3>
<h3>Our blog posts about this work</h3>

{%
include tag-results.html
Expand Down
3 changes: 2 additions & 1 deletion _projects/fec-gov.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: project-tag-results
project-type: "Project"
title: "The Federal Election Commission"
subtitle: Making campaign data easier to use
excerpt:
excerpt: We helped the FEC make it easier for journalists and members of the public to use their data.
image: /assets/img/home/hero-fec.png
image_accessibility: Image of the FEC data explorer with stylized magnifying glass.
tags:
Expand Down
24 changes: 24 additions & 0 deletions _projects/hhs-states.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: project-tag-results
project-type: "Partner"
title: "Health and Human Services"
subtitle: Helping states update crucial systems
excerpt: HHS hired 18F to help states implement current best practices and upgrade legacy systems.
image: /assets/img/projects/hero_stateandlocal.png
image_accessibility: "Grayscale photograph of eleven people meeting in small groups during a workshop"
tags:
- state and local practice
expiration_date:
github_repo:
project_url:
---

Health and Human Services (HHS) is a federal agency, but many crucial HHS programs — like Medicaid — are administered by states.

HHS encourages states to reduce technology risks by offering funding incentives for upgrading legacy systems — but many states struggle to implement current best practices in software contracts, especially while navigating federal and state contracting rules. HHS hired 18F to step in and help states set these projects up for success.

### Reducing risk by breaking up contracts

In our first project with HHS, we helped California get on the right path to buying a new system for child welfare case management by facilitating a two-day workshop to break an overwhelming contract into smaller pieces (along with people from California’s Department of Social Services, the Office of Systems Integration, HHS, and Code for America).

Next, HHS asked us to work with other states on similar projects to procure case management systems for child welfare programs. We also began applying what we learned to a new challenge: working with the Centers for Medicare and Medicaid Systems (also within HHS) to support states who were upgrading Medicaid data systems.
Binary file added assets/img/projects/hero_stateandlocal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5f7241

Please sign in to comment.