Skip to content

Commit

Permalink
Create Agency page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbain committed Nov 12, 2024
1 parent 30ee719 commit 8611e40
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ primary:
url: /fellows/
- name: Projects
url: /projects/
- name: For Agencies
url: /agencies/
- name: Blog
url: /blog/

Expand Down
2 changes: 2 additions & 0 deletions _sass/pages/_agencies.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AGENCY PAGE CUSTOMIZATION

1 change: 1 addition & 0 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ $baseurl:"{{ site.baseurl }}";
@import "pages/project";
@import "pages/fellows";
@import "pages/blog";
@import "pages/agencies";

71 changes: 71 additions & 0 deletions pages/agencies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
layout: default
title: Agencies
permalink: /agencies/
redirect_from:
- /proposal/
---

<div class="usa-hero">
<div class="usa-hero__overlay"></div>
<div class="usa-hero__overlay-content">
<div class="grid-container display-flex flex-column flex-justify-center height-full">
<h1 class="usa-hero__heading display display--inverted">
Agencies
</h1>
</div>
</div>
</div>

<section class="grid-container usa-section page-header">
<div class="grid-row">
<div class="tablet:grid-col-8">
<h1>Interested in partnering to host a future USDC Fellow?</h1>
<p class="body-intro"> Do you want to bring forward-thinking, early-career technologists into your agency to drive impactful, mission-aligned projects? Let's work together. We’re eager to learn how USDC Fellows can support your goals.</p>
<span><a class="usa-button usa-button--primary" target="_blank" href="https://airtable.com/appw2ZMy7CTSjz90y/pagDYHXppyXmPAWYL/form">Submit a proposal</a></span>
</div>
</div>
<div class="grid-row grid-gap">
<div class="desktop:grid-col-12">
<h2>How it works</h2>
<p>The U.S. Digital Corps (USDC) recruits recent graduates and emerging technologists skilled in fields like software engineering, data science & analytics, product management, design, and cybersecurity. Fellows join your team as early-career professionals dedicated to public service, building their skills and leadership capabilities in government.</p>
</div>
<div class="desktop:grid-col-12">
<p><h2>Agency participation criteria </h2>
Strong USDC agency project proposals demonstrate:
<ul id="spacing">
<li><strong>Impact-Driven Projects</strong>: Initiatives with potential for real-world impact, particularly those that are public-facing, AI-focused, or designated as High-Impact Service Providers (HISP) by OMB. </li>
<li><strong>Hands-On Work</strong>: Projects should allow Fellows to actively contribute technical skills through designing, building, and problem-solving. Fellows learn and grow by engaging in real, impactful technical work.</li>
<li><strong>Supportive and Digitally Mature Teams</strong>: Teams with strong digital maturity and structured support systems at both the leadership and program levels, ready to mentor and guide Fellows in a growth-oriented environment. </li>
<li><strong>Commitment to Development</strong>: A focus on fostering hands-on learning and career growth, helping Fellows become the next generation of federal technologists.</li>
<li><strong>Pathways to Conversion</strong>: Opportunities for Fellows to transition into agency roles after the program, continuing their public service journey within teams or projects where they have made impactful contributions.</li>
<li><strong>Funding</strong>: Budget and resources to support the two-year program commitment for each Fellow, including mentorship and development opportunities.</li>
</ul>
</p>
<div class="grid-row grid-gap">
<div class="desktop:grid-col-12">
<h2>Project Priorities </h2>
<p>While USDC Fellows work across a range of government-wide priorities, successful proposals often include projects focused on:
<ul>
<li><strong>Customer Experience</strong>: Improving public-facing services and ensuring access to government programs and resources.</li>
<li><strong>Digital & Data Modernization</strong>: Modernizing technology infrastructures and leveraging data analytics to inform agency decisions and operational efficiencies.</li>
<li><strong>Cybersecurity</strong>: Enhancing agency resilience and protection against digital threats to safeguard critical information and public trust.</li>
<li><strong>Artificial Intelligence & Emerging Technologies</strong>: Exploring responsible and ethical applications of artificial intelligence, machine learning, and automation to solve complex agency challenges, drive innovation, and improve mission outcomes.</li>
</ul>
</p>
</div>
<div class="grid-row">
<div class="tablet:grid-col-12">
<h2>The USDC Partnership Process</h2>
<p><strong style="color: #0b4778;">Talent and selection:</strong> USDC conducts annual, nationwide recruitment to attract diverse, skilled candidates from top programs, veteran communities, and specialized training initiatives. Using a rigorous SME-QA process, we engage federal subject matter experts to perform skills-based assessments, ensuring Fellows are well-matched to agency needs. Agency partners participate in final selection to confirm alignment with project goals and team fit.</p>
<p><strong style="color: #0b4778;">Interagency Agreements (IAA):</strong> Fellows are hired through GSA and assigned to agencies via an Interagency Agreement (IAA), spending 80-90% of their time on agency work, with the balance on cohort learning and development.</p>
<p> <strong style="color: #0b4778;">Work location and telework:</strong> Fellows are assigned nationwide with remote and hybrid options, depending on the host agency’s requirements.</p>
<p> <strong style="color: #0b4778;">Duration:</strong> The U.S. Digital Corps fellowship spans two years, providing early-career technologists with in-depth exposure to public service and mission-driven projects. Fellows are fully integrated into their host agency’s teams, contributing to high-impact work while developing their professional skills. A core goal of the program is for Fellows to convert to a federal role within their host agency upon successful completion, enabling them to continue serving in a capacity directly aligned with their fellowship experience.</p>
<p> <strong style="color: #0b4778;">Timeline of major milestones:</strong> The next USDC cohort is targeted to start in August 2025. Key partnership steps include submitting a proposal, conducting a scoping call, participating in candidate interviews, and establishing the Interagency Agreement (IAA).</p>
</div>
</div>
<br> <p><a class="usa-button usa-button--primary" target="_blank" href="https://airtable.com/appw2ZMy7CTSjz90y/pagDYHXppyXmPAWYL/form">Submit a proposal</a></p>
</section>



0 comments on commit 8611e40

Please sign in to comment.