Skip to content

Commit

Permalink
add was this helpful form and button (#758)
Browse files Browse the repository at this point in the history
* add was this helpful form and button

* add last modified date to pages

* Update nasa-madi.md

---------

Co-authored-by: Dahianna Salazar Foreman <[email protected]>
  • Loading branch information
jaredbain and Dahianna authored Feb 26, 2025
1 parent daba7d5 commit 9838b84
Show file tree
Hide file tree
Showing 62 changed files with 505 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem "kramdown-parser-gfm", "~> 1.1.0"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15"
gem 'jekyll-redirect-from'
gem "jekyll-last-modified-at"
gem 'jekyll-paginate-v2', "3.0.0"
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.3.2)
jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
Expand Down Expand Up @@ -109,6 +111,7 @@ DEPENDENCIES
jekyll-autoprefixer
jekyll-feed (~> 0.15)
jekyll-include-cache
jekyll-last-modified-at
jekyll-paginate-v2 (= 3.0.0)
jekyll-redirect-from
jekyll-seo-tag
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-last-modified-at

# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%b %d, %Y'
############################################################
# Site configuration for the Jekyll 3 Pagination Gem
# The values here represent the defaults if nothing is set
Expand Down
8 changes: 8 additions & 0 deletions _includes/last-modified.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<div class="topic_page_footer--container desktop:grid-col-12">
<div class="footer-row" id="content-modified">
<div class="last-reviewed" id="page-last-reviewed" aria-label="page-last-reviewed">
<div class="margin-top-5">Last updated: {{ page.last_modified_at | date: '%b %d, %Y'}}</div>
</div>
</div>
</div>
40 changes: 40 additions & 0 deletions _includes/touchpoint-survey-script.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

<div style="text-align: right; margin-top: 0.5rem;">
<script src="https://touchpoints.app.cloud.gov/touchpoints/e4d81007.js" async></script>


{% assign tpLabel = "Provide feedback about this page" %}
{% assign tpText = "Was this page helpful?" %}
{% assign tpClasses = "usa-button usa-button--outline" %}

<button id="openModal" class="{{tpClasses}}" aria-label="Page feedback">{{tpText}}</button>
<div id="touchpoint-modal" class="touchpoints__container feedback-modal" role="complementary">
<div class="modal-content">
<span style="font-weight: bold;
padding: 0 2%;
font-size: x-large;
cursor: pointer;" class="close">&times;</span>
<div id="touchpoints-yes-no-form"></div>
</div>
</div>

</div>

<!-- JAVASCRIPT FOR MODAL -->
<script>
var tpModal = document.getElementById("touchpoint-modal");
var tpBtn = document.getElementById("openModal");
var close = document.getElementsByClassName("close")[0];

tpBtn.onclick = function() {
tpModal.style.display = "block";
}
close.onclick = function() {
tpModal.style.display = "none";
}
window.onclick = function() {
if(event.target == tpModal){
tpModal.style.display = "none";
}
}
</script>
6 changes: 6 additions & 0 deletions _layouts/fellow-landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ <h1 class="usa-hero__heading display display--inverted">
</section>

{% include_cached quote.html image="/assets/images/quotes/jacqueline_kazil.jpg" quote="PIFdom is about having the opportunity to have an impact on every American." name="Jacqueline Kazil, 2013 PIF, detailed to the Federal Emergency Management Agency (FEMA)" %}
<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>

<!-- vendor search script -->
<script src="{{site.baseurl}}/assets/js/simple_jekyll_search.js"></script>
Expand Down
6 changes: 6 additions & 0 deletions _layouts/fellow.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ <h2>Biography</h2>
</div>
</div>
</div>
<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
</main>
6 changes: 6 additions & 0 deletions _layouts/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ <h2>PIF Impact Report</h2>
</div>
</section>

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>

<script type="text/javascript">
// Based on W3 How to Filter Elements:
Expand Down
6 changes: 6 additions & 0 deletions _projects/cdc-analytics-and-interoperable-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Presidential Innovation Fellows working with the CDC will advise, consult, and a
</ul>
**---**

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/cms-oeda.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ With a focus on long-term strategic planning as described above, the PIF will:
</ul>

The PIF may also participate in hands-on development of FHIR-based APIs.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/diu-tech-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ To stimulate a proactive U.S. response to China’s investment in U.S.-based dua
In September 2018, Secretary James Mattis selected Michael Brown to lead the Defense Innovation Unit (DIU), which was formed in 2015 to accelerate the adoption of commercial technology into the military. In this way, he follows in the footsteps of other PIFs who have decided to stay and serve in leadership roles within the government.

In addition to DIU, the rebranded National Security Innovation Network (NSIN), which brings national security problems to universities where students and professors collaborate on new ways to solve these problems as part of the “Hacking For Defense” curriculum. The combination of NSIN, NSIC and core DIU are all aimed at growing the national security innovation base. With over 100 projects started, DIU has introduced more than 45 first-time vendors to the Department of Defense.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/diux-startups.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ As an Office of the Secretary of Defense (OSD) organization, DIU solves critical
DIU’s technical focus areas include: 1) Autonomy (drones, robotics, counter-drones--in the air and underwater); 2) Space (includes launch, analytics on satellite data, space situational awareness); 3) AI/ML (decision making, autonomy applications, automation of cyber); 4) Human Systems (wearables on soldiers that provide real-time biometrics, situational awareness in combat, etc.); and 5) IT (catch-all for cyber security, networking, agile software development, big data and analytics)

DIU is looking for two Presidential Innovation Fellows to help bridge the gap between the DoD and the tech and innovation community. These individuals should have a understanding of technology within DIU’s focus areas (AI/ML, autonomy, networking and security, etc.), experience running large programs in the commercial world, entrepreneurial backgrounds with success in founding and selling a tech start-up and/or tech policy experience."

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/doj-crt.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ The Fellow would also help the Civil Rights Division more broadly embed and inco
<li>Finding trends and indicators to inform CRT’s broader enforcement strategy</li>
<li>Designing ways to enhance the review process for CRT staff</li>
</ul>

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/doj-facilitate-data-driven-decision-making.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ The Office of the Deputy Attorney General is seeking three Presidential Innovati
<li>Developing innovative knowledge-sharing platforms, data dashboards, and systems for data reporting and analysis.</li>
</ol>
These Presidential Innovation Fellows will have expertise in data science and data management, as well as outstanding executive communication skills.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/dol-building-more-inclusive-economy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ The Presidential Innovation Fellow will report to the Chief Innovation Officer (
<li><em>Unified worker data</em>: Currently, there is no unified way or method to track the outcomes for all the American workers that DOL serves through its investments (benefits, job placement services, training). This is the product of fractured and federated systems at the federal, state and local levels. These systems are also siloed across sectors (higher education, community based organizations, industry). Our goal is to map out a way to track this data more effectively and roll out this method to states and other stakeholders in short order.</li>
</ul>
The Presidential Innovation Fellow will have expertise in product development and product management.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/dot-autonomous-vehicles.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ redirect_from:
The Department of Transportation is looking for a Presidential Innovation Fellow to provide technical and business expertise as well as thought leadership on how the DOT can address potential market failures in its intelligent transportation portfolio. This could include innovative approaches to incentivize development of automated solutions to address transportation needs of underserved populations such as travelers with disabilities.

The Fellow will also assist the DOT in development of longer-term strategic plans for research that positions the Department to better integrate emerging technology and novel practices in the future. The Fellow will work toward deploying high-quality, user-centric platforms and services to lead major initiatives, consult on systems and policy proposals, and provide technical, policy and programmatic guidance to DOT and the government.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/dot-equitable-and-efficient-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ On January 20, 2021 President Biden issued an Executive Order (EO) on <a href='h
The Presidential Innovation Fellow(s) will need to have significant experience with the full technology life-cycle (development, deployment, retirement/replacement). The PIF must be able to operate independently, as well as work in or lead teams to solve complex issues. The PIF is required to be proactive in understanding existing and potential problems while building relationships and leading change. The ability to communicate effectively at an executive level, both writing and presenting, is a must.

In bringing on a seasoned technology professional, we hope to augment the core team’s deep understanding of transportation or housing issues with data-driven solutions. Desired skills or expertise for Fellows include: Product management, data visualization, GIS and spatial mapping, urban planning.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/dot-its-jpo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ status: "current"
The Presidential Innovation Fellow is charged with bringing an innovator’s mindset to ITS JPO and accelerating research and implementation of technologies that lead to systemic public safety and efficiency. From developing the agency’s technology strategy and roadmap to setting up centers of excellence in emerging technology areas, the PIF will problem-solve America’s most pressing transportation matters.

The PIF will need to have significant experience with the full technology lifecycle (development, deployment, retirement/replacement). The PIF must be able to operate independently, as well as work in or lead teams to solve complex issues. The PIF must be proactive in understanding existing and potential problems while building relationships and leading change. Ability to communicate effectively at an executive level, both writing and presenting, is a must. In bringing on a seasoned technology professional, we hope to augment the core team’s deep understanding of transportation issues with data-driven solutions. Desired skills or expertise for Fellows include: AI/ML, cross-functional leadership, system dynamics, strategic thinking, innovation acceleration, model-based engineering, transportation systems experience, automation, wireless communications (5G), technology development and big data/data analysis.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/epa-oeip.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ EPA would like to transform selected enterprise information programs with artifi
</ul>

To accomplish this, EPA is looking for candidates with strong backgrounds in data science, including artificial intelligence and machine learning.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/fbi-risk-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ redirect_from:
In just six months, a team of Fellows developed and launched an end-to-end solution for creating digital records for historic files. Through crowdsourcing transcriptions, the project has engaged thousands of volunteers who have helped to transcribe and review historic and scientific records, making them easily accessible to the public for the first time.

<img src="{{site.baseurl}}/assets/images/projects/ciso-pif-evanta.jpg" class="" title="PIFs preparing for Chief Information Security Officer (CISO) conference in Los Angeles" alt="image of PIFs preparing for Chief Information Security Officer (CISO) conference in Los Angeles"/>

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/fda-cio.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ As part of this effort, the Office of the Commissioner is seeking two Presidenti
<strong>Becoming a Product-Centric Organization:</strong> FDA is launching a new initiative to move from project-based IT delivery to one focused on continuous product innovation. A product mindset enables rapid iteration and innovation by focusing on changing requirements, product outcomes, and the strategic differentiation for a product or service. We will accomplish this shift by implementing Product Management approaches across our broad and diverse portfolio. How can FDA start the cultural shift required to embrace the Product Mindset? What does ‘product’ mean in an FDA context and how can we reshape the customer and user experience? What might an organization structure and service model look like for a new product organization? How can we create a product management workforce at FDA?

<strong>Using Real World Evidence to Accelerate Safe & Effective Cures:</strong> Real-world data (RWD) and real-world evidence (RWE) are playing an increasingly important role in health care decisions. FDA uses RWD and RWE to monitor safety and effectiveness, and to make regulatory decisions. The health care community is using these data to support clinical trial designs, support coverage decisions, and to develop decision support tools for use in clinical practice. How can FDA help improve the development and application of RWD to improve patient care? How can FDA leverage RWD during public health emergencies like COVID-19? How can the rapid development of coding standards help enable interoperability? How can RWD be used for external control arms in new spaces?

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/fda-informed.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ redirect_from:
Launched in collaboration with the U.S. Department of Health and Human Services’ Innovation, Design, Entrepreneurship and Action (IDEA) Lab, Information Exchange and Data Transformation (INFORMED), is an incubator for collaborative regulatory science research focused on supporting innovations that enhance FDA’s mission of promotion and protection of the public health. Drawing from the expertise of a diverse group of oncologists, data scientists, statisticians, and entrepreneurs-in-residence, INFORMED is expanding organizational and technical infrastructure for big data analytics and examining modern approaches in evidence generation to support regulatory decisions. Special emphasis is placed on systems thinking in regulatory science research to facilitate development and adoption of new solutions for improving efficiency, reliability, and productivity in a broad range of workflows related to drug development and regulatory decision making.

In addition, INFORMED is actively pursuing the development of programs to support creation of a knowledgeable, sustainable, and agile data science workforce capable of addressing the needs of patients in today’s technology-driven and connected world.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/fda-precert.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ The Software Pre-Certification (Pre-Cert) Pilot Program, as outlined in the FDA'
The FDA envisions that the future regulatory model will provide more streamlined and efficient regulatory oversight of software-based medical devices developed by manufacturers who have demonstrated a robust culture of quality and organizational excellence, and who are committed to monitoring real-world performance of their products once they reach the U.S. market. This proposed approach aims to look first at the software developer and/or digital health technology developer, rather than primarily at the product, which is what we currently do for traditional medical devices.

Because software products can be adapted to respond to glitches, adverse events, and other safety concerns quickly, the FDA is working to establish a regulatory framework that is equally responsive when issues arise to help ensure consumers continue to have access to safe and effective products. In the Pre-Cert program, the FDA is proposing that software products from pre-certified companies would continue to meet the same safety and effectiveness standard that the agency expects for products that have followed the traditional path to market.

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
7 changes: 7 additions & 0 deletions _projects/fdic-casib.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ FDIC is seeking two Presidential Innovation Fellows:
<li>Investment manager to build a new portfolio and orchestrate business plan reviews using prize incentives, open innovation design and deployment, etc.</li>
<li>SME with a background in AI and ML, preferably in the financial sector, with the goal of ensuring that solutions are feasible and both technically sound and secure. The PIFs will serve as a government-industry liaisons, use emerging technologies and agile practices to deliver rapid prototypes, and have strong presentation and stakeholder management skills.</li>
</ol>

<section class="usa-section">
<div class="grid-container">
{% include last-modified.html %}
{% include_cached touchpoint-survey-script.html %}
</div>
</section>
Loading

0 comments on commit 9838b84

Please sign in to comment.