Skip to content

Commit

Permalink
Merge pull request #62 from hpc-social/add/jobs
Browse files Browse the repository at this point in the history
adding jobs page
  • Loading branch information
vsoch committed Jan 8, 2023
2 parents 1232c31 + 7df9c33 commit 4652a18
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 4 deletions.
43 changes: 43 additions & 0 deletions _projects/jobs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: project
title: 'Jobs'
date: 06 Jan 2023
image:
path: /assets/img/projects/jobs.png
screenshot: /assets/img/projects/jobs.png
caption: Opportunities in the HPC social community.
links:
- title: Jobs Bot on Mastodon
url: https://mast.hpc.social/@jobs
- title: Jobs Board
url: https://hpc.social/jobs/about
description: >
Find or post an opportunity for the HPC social community.
<br>
---

We aspire to provide a job board that is easy to search and contribute to! Thus,
we have created the <a href="https://hpc.social/jobs" target="_blank">HPC social jobs board</a>.

## What are criteria for adding a job?

Criteria for your job should generally be something related to high performance computing, whether that is a linux administrator, an application developer, or a user-support specialist. Someone that works on research software that might end up in a high performance computing environment is also fair game! You can use your best judgment.

## How are jobs validated?

Along with our moderators watching new entries to the form, the nightly automation to add new jobs checks for malicious links of any kind.
If we find that the easily accessible form is being taken advantage of, it will be taken down and a pull request will be the only option to add jobs.
Any jobs reported by a community member to not be within this scope will be put up for discussion to the larger community and removed if deemed not in scope.

## How do I add a job?

To add a job, you can either <a href="https://github.com/hpc-social/jobs" target="_blank">open a pull request</a> to directly
add a new addition to the `_data/jobs.yaml` file, or <a href="https://forms.gle/JQVsr3sVzsWhmtvz5" target="_blank">fill out our Google form</a> or
<a href="https://hpc.social/jobs/about" target="_blank">do the same directly on the site</a>. If you don't see your job appear the next day,
please open an issue <a href="https://github.com/hpc-social/jobs/issues" target="_blank">here</a> to let us know. You can also retrieve the latest jobs via any of these feeds:

<a type="button" class="btn btn-sm btn-primary" href="https://hpc.social/jobs/feed.json">feed.json</a>
<a type="button" class="btn btn-sm btn-primary" href="https://hpc.social/jobs/atom.xml">atom.xml</a>

We anticipate adding other venues to post to soon, and are also interested in your ideas! <a href="{{ site.baseurl }}/projects/chat/">Jump into</a>
one of our chat spaces to start a conversation about what you would like to do. This community is here for you!
Binary file added assets/img/projects/jobs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 23 additions & 4 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,37 @@ We will be updating this site in the coming months - stay tuned!

## Community

* [Projects]{:.heading.flip-title} --- Maintained by the community.
* [Discussions]{:.heading.flip-title} --- Community Discussion
* [News]{:.heading.flip-title} --- Latest news and announcements.
* [Mastodon]{:.heading.flip-title} --- Learn how to join us on Mastodon.
* [Projects]{:.heading.flip-title} --- showcasing initiatives from our community

{:.related-posts.faded}

## Social

* [Mastodon]{:.heading.flip-title} --- Learn how to join us on Mastodon.
* [Map]{:.heading.flip-title}: to see centers and groups and community members, or [add yourself to the map](https://hpc.social/projects/map/)
* [Chat]{:.heading.flip-title}: Tired of toots? Find a place for live chat with fellow community members.
* [Discussions]{:.heading.flip-title}: share your thoughts on ideas and add your own!

## Resources

**coming soon**
* [Jobs]{:.heading.flip-title}: share and find opportunities in our community
* [Blogs]{:.heading.flip-title}: the voices of our community, all in one place.
* [Privacy Policy]{:.heading.flip-title}: and see also links in the "About" starting page



<br>

{:.related-posts.faded}


[projects]: projects/
[news]: news/
[chat]: projects/chat/
[map]: https://hpc.social/map/
[discussions]: https://github.com/hpc-social/hpc-social.github.io/discussions
[mastodon]: projects/mastodon/
[jobs]: https://hpc.social/jobs/
[blogs]: https://hpc.social/blog/
[privacy policy]: https://mast.hpc.social/privacy-policy

0 comments on commit 4652a18

Please sign in to comment.