Skip to content

Commit db42ecc

Browse files
TinasheMTaperagithub-actions[bot]github-actionsdanielskatzlparsons
authored
July Newsletter (#1755)
* Update template based on May newsletter * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Add newsletter draft for June 2025 * Update generate-newsletter.yml * Automated push to update jobs files 2025-06-04 * Automated push to update jobs files 2025-06-14 * Update config.yml * Automated push to update jobs files 2025-06-18 * Update steering-committee.md fixing UIUC name * Pride Month 2025 * add Harvard Kempner Institute ML Engineer job (#1736) * add Harvard Kempner Institute ML Engineer job Google Form response 605 Signed-off-by: Chad Dougherty <[email protected]> * move Kempner Institute job to related section Signed-off-by: Chad Dougherty <[email protected]> --------- Signed-off-by: Chad Dougherty <[email protected]> * Fix broken link Link directly to an image that caused failures in urlcheck, but works correctly via redirect when loaded in a normal browser * Pride Month Spotlight - Edith Windsor (#1737) * Pride Month Spotlight - Edith Windsor * Fixed typos and quote-style * Fixed linkback url * Fixed dobule space --------- Co-authored-by: Chad Dougherty <[email protected]> * add UFL RSE III/IV job (#1738) * add UFL RSE III/IV job Google Form response 606 Signed-off-by: Chad Dougherty <[email protected]> * add some exclusions to the linting workflow * .github/ISSUE_TEMPLATE/ does not produce content that appears on the website * a uic.edu link that consistently fails urlcheck without explanation Signed-off-by: Chad Dougherty <[email protected]> * update posting date on UFL job Signed-off-by: Chad Dougherty <[email protected]> --------- Signed-off-by: Chad Dougherty <[email protected]> * last changed at Jun 26, 2025 9:13 AM, pushed by Tinashe Michael Tapera * Update template based on May newsletter * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Update generate-newsletter.yml * Automated push to update jobs files 2025-06-14 * Update config.yml * Pride Month 2025 * Pride Month Spotlight - Edith Windsor (#1737) * Pride Month Spotlight - Edith Windsor * Fixed typos and quote-style * Fixed linkback url * Fixed dobule space --------- Co-authored-by: Chad Dougherty <[email protected]> * add UFL RSE III/IV job (#1738) * add UFL RSE III/IV job Google Form response 606 Signed-off-by: Chad Dougherty <[email protected]> * add some exclusions to the linting workflow * .github/ISSUE_TEMPLATE/ does not produce content that appears on the website * a uic.edu link that consistently fails urlcheck without explanation Signed-off-by: Chad Dougherty <[email protected]> * update posting date on UFL job Signed-off-by: Chad Dougherty <[email protected]> --------- Signed-off-by: Chad Dougherty <[email protected]> * update to add dev container * Enhance June 2025 newsletter with new analytics visuals and content updates * Edit date for preview * Latest community call is TBD for YouTube * Fix formatting typo * Automated push to update jobs files 2025-06-30 * Automated push to update jobs files 2025-07-01 * July Newsletter complete * Automated push to update jobs files 2025-07-31 --------- Signed-off-by: Chad Dougherty <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel S. Katz <[email protected]> Co-authored-by: Lance Parsons <[email protected]> Co-authored-by: Chad Dougherty <[email protected]> Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
1 parent 24ec717 commit db42ecc

File tree

9 files changed

+1186
-6
lines changed

9 files changed

+1186
-6
lines changed

_posts/newsletters/2025-04-28-newsletter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,11 @@ These opportunities were recently posted to the [RSE Opportunities page](https:/
480480

481481
<!--Insert RSE specific job postings here-->
482482

483-
{% assign today = site.time | date: "%Y-%m-%d" %}
483+
{% assign today = 'now' | date: "%Y-%m-%d" %}
484484
<ul>
485485
{% for job in site.data.jobs %}
486-
{% assign job_expiry = job.expires | date: "%Y-%m-%d" %}
487-
{% if job_expiry >= today %}
486+
{% assign expires_formatted = job.expires | date: "%Y-%m-%d" %}
487+
{% if expires_formatted >= today %}
488488
<li>
489489
<strong><a href="{{ job.url }}" target="_blank" rel="noopener">{{ job.name }}</a></strong><br>
490490
📍 {{ job.location }}<br>

_posts/newsletters/2025-05-26-newsletter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,11 @@ US-RSE Working Groups:
574574
These opportunities were recently posted to the [RSE Opportunities page](https://us-rse.org/jobs/):
575575

576576

577-
{% assign today = site.time | date: "%Y-%m-%d" %}
577+
{% assign today = 'now' | date: "%Y-%m-%d" %}
578578
<ul>
579579
{% for job in site.data.jobs %}
580-
{% assign job_expiry = job.expires | date: "%Y-%m-%d" %}
581-
{% if job_expiry >= today %}
580+
{% assign expires_formatted = job.expires | date: "%Y-%m-%d" %}
581+
{% if expires_formatted >= today %}
582582
<li>
583583
<strong><a href="{{ job.url }}" target="_blank" rel="noopener">{{ job.name }}</a></strong><br>
584584
📍 {{ job.location }}<br>

_posts/newsletters/2025-06-30-newsletter.md

Lines changed: 633 additions & 0 deletions
Large diffs are not rendered by default.

_posts/newsletters/2025-07-28-newsletter.md

Lines changed: 547 additions & 0 deletions
Large diffs are not rendered by default.
149 KB
Loading
266 KB
Loading
450 KB
Loading
340 KB
Loading
6.83 MB
Loading

0 commit comments

Comments
 (0)