Skip to content

Commit 885f475

Browse files
authored
Merge branch 'main' into lbl-links
2 parents 52fa73a + 24c42c7 commit 885f475

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

.github/workflows/clean-expired-jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Exclude these patterns from the checker
4545
exclude_patterns: supercomputing.org,https://pace.gatech.edu,https://www.linkedin.com,jobs.colorado.edu,zoom.us,danielskatz.org,usrse.github.io.wiki.git,ornl.gov,jobs.bnl.gov,https://www.rd-alliance.org/,https://uwhires.admin.washington.edu/,https://careers.umich.edu/,https://twitter.com/us_rse,https://twitter.com/us_rse/status/1447622175133945860,https://twitter.com/iancosden/status/1122937311644323841
4646
# Only include these files
47-
include_files: _data/jobs.yml,_data/related-jobs.yml,_data/internships.yml
47+
include_files: _data/jobs.yml,_data/related-jobs.yml,_data/internships.yml,_data/freelance.yml
4848

4949
- name: Push Fixes
5050
env:
@@ -55,7 +55,7 @@ jobs:
5555
git config --global user.name "github-actions"
5656
git config --global user.email "[email protected]"
5757
58-
git add _data/jobs.yml _data/related-jobs.yml _data/internships.yml
58+
git add _data/jobs.yml _data/related-jobs.yml _data/internships.yml _data/freelance.yml
5959
6060
set +e
6161
git status | grep modified

_data/freelance.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- expires: 2025-12-31
2+
location: The Verena Institute, Yale University, Remote
3+
name: Full Stack Developer
4+
posted: 2025-12-08
5+
url: https://www.viralemergence.org/blog/were-hiring

_data/jobs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- expires: 2026-04-30
2+
location: Aeolus Labs, San Francisco, CA
3+
name: Research Engineer / Research Scientist
4+
posted: 2025-12-08
5+
url: https://expensive-legume-bf0.notion.site/Research-Engineer-Research-Scientist-atmosphere-ocean-model-development-2bfeafcd086b803f92d3f08bc23ae9bf
16
- expires: 2025-12-31
27
location: Rutgers University, Piscataway, NJ
38
name: Research Programmer
@@ -37,12 +42,6 @@
3742
name: Full Stack Web Developer
3843
posted: 2025-09-22
3944
url: https://eaglerockanalytics.com/career/full-stack-web-developer-remote-full-time-sacramento-ca/
40-
- expires: 2025-10-09
41-
location: Beckman Institute for Advanced Science and Technology, University of Illinois
42-
Urbana-Champaign, Urbana, IL
43-
name: Research Software Engineer
44-
posted: 2025-09-12
45-
url: https://illinois.csod.com/ux/ats/careersite/1/home/requisition/15163?c=illinois
4645
- expires: 2025-11-03
4746
location: Howard Hughes Medical Institute - Janelia Research Campus, Ashburn, VA
4847
name: Data Engineer - Bioinformatics

pages/events/conference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /events/conference/
1212
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
1313
</a>
1414

15-
{% assign color = "#790c63" %}
15+
{% assign color = "#717171" %}
1616

1717
<div class="card-header" style="background-color: {{ color }};">
1818
<div class="col-sm-8">

pages/events/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,31 @@ permalink: /events/
1111

1212
<div class="row">
1313

14-
<div class="col" style="margin-bottom: 20px;">
15-
<div class="card h-100" id="usrse24">
16-
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
14+
<div class="col" style="margin-bottom: 20px;">
15+
<div class="card h-100" id="usrse26">
16+
<a href="{{ site.baseurl }}/usrse26/" class="stretched-link">
1717
</a>
1818

1919
{% assign color = "#790c63" %}
2020

2121
<div class="card-header" style="background-color: {{ color }};">
2222
<div class="col-sm-8">
2323
<h5 style="margin: 0px -15px; color: rgb(255, 255, 255)">
24-
USRSE'25: Code, Practices, and People
24+
<!-- USRSE'26: Conference Motto -->
25+
USRSE'26
2526
</h5>
2627
</div>
2728
<div class="col-xs-4 float-right">
2829
<h6 style="text-align: right; color: rgb(168, 168, 168)">
29-
October 6-8, 2025
30+
<!-- October 20-22, 2026 -->
31+
October 2026
3032
</h6>
3133
</div>
3234
</div>
3335
<div class="card-body">
3436
<p class="card-text">
35-
Join several hundred of your RSE colleagues and RSE allies in Philadelphia, PA, October 6-8, 2025.<br><br>
36-
<a href="{{ site.baseurl }}/usrse25/">Learn more about the conference</a>.
37+
Join several hundred of your RSE colleagues and RSE allies at our 4th annual conference to be held in the SF Bay Area.<br><br>
38+
<a href="{{ site.baseurl }}/usrse26/">Learn more about the conference</a>.
3739
</p>
3840

3941
</div>

pages/opportunities/jobs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permalink: /jobs/
1717
{% assign internships = site.data.internships | sort: "posted" | reverse %}
1818
{% include joblist.html section_heading="### Internships" sorted_jobs=internships %}
1919

20+
{% assign freelance = site.data.freelance | sort: "posted" | reverse %}
21+
{% include joblist.html section_heading="### Freelance Opportunities" sorted_jobs=freelance %}
22+
2023
{% assign board_size = site.data.job-boards.boards | size %}
2124
{% if board_size > 0 %}
2225

scripts/clean_jobs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Read in jobs from the _data/jobs.yml, _data/related-jobs.yml, and
2-
# _data/internships.yml files, find links that are both expired and not
3-
# working, and remove them. Write to a new file.
1+
# Read in jobs from the various jobs data files, find links that are
2+
# both expired and not working, and remove them. Write to a new file.
43
# Copyright @vsoch, 2020
54

65
import os
@@ -106,6 +105,7 @@ def main():
106105
clean_jobs("jobs.yml")
107106
clean_jobs("related-jobs.yml")
108107
clean_jobs("internships.yml")
108+
clean_jobs("freelance.yml")
109109

110110

111111
if __name__ == "__main__":

0 commit comments

Comments
 (0)