Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update callouts on front page #1414

Merged
merged 6 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,30 @@ jobs:
timeout: 10

# Exclude these patterns from the checker
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
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,\
https://bitcon.blacksintechnology.net/"

# Exclude these files from the checker
exclude_files: README.md,docs/events.md,docs/tests_ci.md,docs/local_previews.md,SocialNetworks.yml,map.yml,_config.yml,tests/test_,.github/workflows,_posts/newsletters/
exclude_files: "README.md,\
docs/events.md,\
docs/tests_ci.md,\
docs/local_previews.md,\
SocialNetworks.yml,\
map.yml,\
_config.yml,\
tests/test_,\
.github/workflows,\
_posts/newsletters/"
Comment on lines +43 to +69
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making note in case others would like to do this another way. This is definitely better than one really long comma-separated string.

35 changes: 24 additions & 11 deletions _data/callouts/home.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
---
style: is-light
items:
- title: Save the Date!
subtitle: The second annual US-RSE Conference will take place October 15-17, 2024 in Albuquerque, NM
link: http://us-rse.org/usrse24/
link_name: Full Details
- title: Get Involved
subtitle: Community and working group events can be found on the Events page
link: https://us-rse.org/events/
link_name: Find an Upcoming Event
- title: Community and Travel Funds
subtitle: US-RSE is accepting applications to provide funding to support members in activities for the community and individuals!
link: /funds-and-awards/
- title: Read our latest newsletter
subtitle: >
In this monthly newsletter, we share recent, current, and planned
activities of the US-RSE Association, and related news that we think is
of interest to US-RSE members.
link: https://us-rse.org/newsletters/
link_name: Newsletters
- title: RSE Career Guide
subtitle: A joint publication from US-RSE and the IEEE Computer Society
link: https://doi.org/10.5281/zenodo.10073232
link_name: >
"Research Software Engineers: Creating a Career Path—and a Career"
- title: Celebrate Black History Month
subtitle: >
US-RSE's DEI working group (DEI-WG) is proud to lead the US-RSE's
participation in celebrating Black History Month.
link: https://us-rse.org/2024-02-01-black-history-month/
link_name: Learn More
# - title: Community and Travel Funds
# subtitle: >
# US-RSE is accepting applications to provide funding to support members
# in activities for the community and individuals!
# link: /funds-and-awards/
# link_name: Learn More
6 changes: 0 additions & 6 deletions _data/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@
name: Programmer II
posted: 2023-12-05
url: https://chop.wd5.myworkdayjobs.com/CHOPExternalCareers/job/HomeRemote-Office-Location/Programmer-II_1007033-1
- expires: 2024-01-15
location: Institute for Genomic Medicine, Nationwide Children's Hospital, Columbus,
Ohio
name: Full Stack Developer
posted: 2023-12-05
url: https://external-nationwidechildrens.icims.com/jobs/47454/igm-full-stack-developer/job?mobile=false&width=1170&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240
- expires: 2024-05-15
location: Kitware, Clifton Park, NY
name: OSTP Software Developer
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-01-31-black-history-month.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ about Black history in tech:

### Events/Conferences

- [Black Tech Week](https://www.blacktechweek.com/) - July
- [Black Tech Week](https://blacktechweek.com/) - July
- [BlackGirlsHack](https://blackgirlshack.org/event-5495307) - August
- [Black is Tech 2024 Conference](https://blackistechconference.com/) - August
- [BitCon](https://bitcon.blacksintechnology.net/) - September
Expand Down
Loading