From a896413fac6d144f560b5b5bbf2f02c4100b6d79 Mon Sep 17 00:00:00 2001 From: Jared Bain Date: Mon, 7 Oct 2024 09:00:57 -0400 Subject: [PATCH 1/7] Applications opening soon content --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8f53596ae..6bf3dd9e3 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,8 @@ url: "https://digitalcorps.gsa.gov" # the base hostname & protocol for your site # global application features on/off # remove individual track page.apply_url to disable individual tracks # add "- pages/track-*" to exclude section below when set to false to prevent track page indexing -apply_now: false +apply_now: true +open_soon: true # Social media handles (not URL) social: From 15b540c78d86633fd861661b0a35648af221e2cd Mon Sep 17 00:00:00 2001 From: Jared Bain Date: Mon, 7 Oct 2024 09:29:59 -0400 Subject: [PATCH 2/7] disable track page exclusion --- _config.yml | 2 +- pages/track-cybersecurity.html | 2 +- pages/track-data-science.html | 2 +- pages/track-engineering.html | 2 +- pages/track-product-management.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 6bf3dd9e3..f9ace3674 100644 --- a/_config.yml +++ b/_config.yml @@ -161,7 +161,7 @@ exclude: - package-lock.json - README.md - vendor - - pages/track-* # toggled off + #- pages/track-* # toggled off # exclude until search is implemented # - pages/search diff --git a/pages/track-cybersecurity.html b/pages/track-cybersecurity.html index 09e09cb93..5fc0611a6 100644 --- a/pages/track-cybersecurity.html +++ b/pages/track-cybersecurity.html @@ -4,7 +4,7 @@ permalink: /apply/cybersecurity/ description: Cybersecurity Track in the U.S. Digital Corps social: apply -apply_url: +apply_url: https://www.usajobs.gov/job/759041200 usa_jobs_url: https://www.usajobs.gov/job/759041200 job_title: IT Specialist (INFOSEC) track_file: tracks/track-cybersecurity-description.html diff --git a/pages/track-data-science.html b/pages/track-data-science.html index 969a0dff0..9372b8166 100644 --- a/pages/track-data-science.html +++ b/pages/track-data-science.html @@ -4,7 +4,7 @@ permalink: /apply/data-science/ description: Data Science & Analytics Track in the U.S. Digital Corps social: apply -apply_url: +apply_url: https://www.usajobs.gov/job/759042100 usa_jobs_url: https://www.usajobs.gov/job/759042100 job_title: Data Scientist track_file: tracks/track-data-science-description.html diff --git a/pages/track-engineering.html b/pages/track-engineering.html index 14f38e57c..5dd25ebe4 100644 --- a/pages/track-engineering.html +++ b/pages/track-engineering.html @@ -4,7 +4,7 @@ permalink: /apply/engineering/ description: Software Engineering Track in the U.S. Digital Corps social: apply -apply_url: +apply_url: https://www.usajobs.gov/job/759044000 usa_jobs_url: https://www.usajobs.gov/job/759044000 job_title: IT Specialist (APPSW) track_file: tracks/track-engineering-description.html diff --git a/pages/track-product-management.html b/pages/track-product-management.html index ba5bb4455..fc4edfbb9 100644 --- a/pages/track-product-management.html +++ b/pages/track-product-management.html @@ -4,7 +4,7 @@ permalink: /apply/product-management/ description: Product Management Track in the U.S. Digital Corps social: apply -apply_url: +apply_url: https://www.usajobs.gov/job/759043000 usa_jobs_url: https://www.usajobs.gov/job/759043000 job_title: IT Specialist (Project Manager) track_file: tracks/track-product-management-description.html From 77e32d9f5b9f7cfad34a155b0123ed3bdb2173b4 Mon Sep 17 00:00:00 2001 From: Dahianna Salazar Foreman Date: Thu, 24 Oct 2024 18:59:17 -0400 Subject: [PATCH 3/7] Update apply.html --- pages/apply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/apply.html b/pages/apply.html index f32031fc9..1100fc220 100644 --- a/pages/apply.html +++ b/pages/apply.html @@ -16,7 +16,7 @@

Apply

{% if site.apply_now %}

Applications are now open! Links to apply for each track are included below.

Applications for all five tracks will close at 11:59pm ET on November 17th. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

-

Before applying, we encourage you to visit our Application Process page for eligibility criteria and application tips. Our FAQs are also a great resource.

+

Before applying, we encourage you to visit our Application Process page for eligibility criteria and review this video and [this blog post](https://digitalcorps.gsa.gov/blogs/resume-best-practices/) on resume tips and best practices. Our FAQs are also a great resource.

Resume tips and application process sessions:

    @@ -70,7 +70,7 @@

    Apply on USAJOBS

    Step Two
    - Apply before 11:59pm ET on November 17. + Apply before 11:59pm ET on November 17. Note, applications may closer sooner than November 17th due to application capacity limitations, so we encourage you to apply early!
    From 414bb0db225dfef8256b7e0780cab0ff364fc3e4 Mon Sep 17 00:00:00 2001 From: Jared Bain Date: Mon, 28 Oct 2024 11:18:30 -0400 Subject: [PATCH 4/7] add external link icon to step 1 on apply page --- pages/apply.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/apply.html b/pages/apply.html index 1100fc220..a8c715e3b 100644 --- a/pages/apply.html +++ b/pages/apply.html @@ -59,7 +59,7 @@

    Apply on USAJOBS

    Step One
    - You will need to create an account if you do not already have one.
    From 356f9154d98cabef7d46a81a9ef6075cd4c064f3 Mon Sep 17 00:00:00 2001 From: Dahianna Salazar Foreman Date: Fri, 1 Nov 2024 13:31:36 -0400 Subject: [PATCH 5/7] Update apply.html --- pages/apply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/apply.html b/pages/apply.html index 16bb11580..129c30d96 100644 --- a/pages/apply.html +++ b/pages/apply.html @@ -15,7 +15,7 @@

    Apply

    {% if site.apply_now %}

    Applications are now open! Links to apply for each track are included below.

    -

    Applications for all five tracks will close at 11:59pm ET on November 17th. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

    +

    Applications for all five tracks will close at 11:59pm ET on January 16. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

    Before applying, we encourage you to visit our Application Process page for eligibility criteria and review this video and [this blog post](https://digitalcorps.gsa.gov/blogs/resume-best-practices/) on resume tips and best practices. Our FAQs are also a great resource.

    Resume tips and application process sessions: @@ -70,7 +70,7 @@

    Apply on USAJOBS

    Step Two
    - Apply before 11:59pm ET on November 17. Note, applications may closer sooner than November 17th due to application capacity limitations, so we encourage you to apply early! + Apply before 11:59pm ET on January 16. Note, applications may closer sooner than January 16 due to application capacity limitations, so we encourage you to apply early!
    From b07e57bd8ed84525236e35b955d3e5ced1065787 Mon Sep 17 00:00:00 2001 From: Jared Bain Date: Mon, 23 Dec 2024 09:57:19 -0500 Subject: [PATCH 6/7] fix blog post, update close date, add to step one instructions --- pages/apply.html | 11 +++-------- pages/process.html | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/pages/apply.html b/pages/apply.html index fce6b7c74..9dda5c8da 100644 --- a/pages/apply.html +++ b/pages/apply.html @@ -16,13 +16,8 @@

    Apply

    {% if site.apply_now %}

    Applications are now open! Links to apply for each track are included below.

    Applications for all five tracks will close at 11:59pm ET on January 16. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

    -

    Before applying, we encourage you to visit our Application Process page for eligibility criteria and review this video and [this blog post](https://digitalcorps.gsa.gov/blogs/resume-best-practices/) on resume tips and best practices. Our FAQs are also a great resource.

    -

    - Resume tips and application process sessions: -

    -

    +

    Before applying, we encourage you to visit our Application Process page for eligibility criteria and review this video and blog post on resume tips and best practices. Our FAQs are also a great resource.

    + {% else %}

    Applications for the 2025 U.S. Digital Corps cohort will open January 2025.
    @@ -60,7 +55,7 @@

    Apply on USAJOBS

    You will need to create an account if you do not already have one. + href="https://www.usajobs.gov/?c=create-profile">create an account if you do not already have one. Please use a personal email address. Do not use a university or school account.
    diff --git a/pages/process.html b/pages/process.html index dd543cf70..3a759c0d3 100644 --- a/pages/process.html +++ b/pages/process.html @@ -22,7 +22,7 @@

    Application Process

    {% if site.apply_now %}

    Applications for all five tracks - are now open through Friday, November 17 2023 at 11:59pm ET. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline.

    + are now open through Monday January 13, 2025 at 11:59pm ET. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline.

    Late applications will not be accepted.

    From 8c052182a590cce8c2d19685a28cb6b1c29340b8 Mon Sep 17 00:00:00 2001 From: Jared Bain Date: Mon, 30 Dec 2024 11:44:23 -0500 Subject: [PATCH 7/7] update application close date --- Gemfile.lock | 2 +- _includes/alert.html | 2 +- pages/apply.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b93457b7..72bf90e20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) mini_portile2 (2.8.8) - nokogiri (1.16.7) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) pathutil (0.16.2) diff --git a/_includes/alert.html b/_includes/alert.html index 3e6681c0e..325691505 100644 --- a/_includes/alert.html +++ b/_includes/alert.html @@ -2,7 +2,7 @@
    - Applications to be a 2024 U.S. Digital Corps Fellow are open until November 27 —
    + Applications to be a 2025 U.S. Digital Corps Fellow are open until January 13 —
    apply now!
    {% else %} diff --git a/pages/apply.html b/pages/apply.html index 22878667b..452de4f8f 100644 --- a/pages/apply.html +++ b/pages/apply.html @@ -15,7 +15,7 @@

    Apply

    {% if site.apply_now %}

    Applications are now open! Links to apply for each track are included below.

    -

    Applications for all five tracks will close at 11:59pm ET on January 16. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

    +

    Applications for all five tracks will close at 11:59pm ET on January 13. Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted.

    Before applying, we encourage you to visit our Application Process page for eligibility criteria and review this video and blog post on resume tips and best practices. Our FAQs are also a great resource.

    {% else %} @@ -65,7 +65,7 @@

    Apply on USAJOBS

    Step Two
    - Apply before 11:59pm ET on January 16. Note, applications may closer sooner than January 16 due to application capacity limitations, so we encourage you to apply early! + Apply before 11:59pm ET on January 13. Note, applications may closer sooner than January 16 due to application capacity limitations, so we encourage you to apply early!