Skip to content

Commit

Permalink
update jobs feed (atom and yaml)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 23, 2024
1 parent bea543d commit 5271f14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _data/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
location: Leipzig, Germany
posted: 2/5/2024
remote: Hybrid
title: "Spezialistin*Spezialisten f\xC3\xBCr DevOps Engineering HPC und Cloud (German)"
title: "Specialization DevOps Engineering HPC und Cloud (German)"
url: https://www.interamt.de/koop/app/stelle?id=1084082
- employer: Hewlett Packard Enterprise
expires: 3/5/2024
Expand All @@ -180,12 +180,12 @@
- employer: CASUS - Center for Advanced Systems Understanding, Helmholtz institute
expires: 4/20/2024
job_type: Full-Time
location: "G\xC3\xB6rlitz, Saxony, Germany"
location: "Gorlitz, Saxony, Germany"
posted: 2/7/2024
remote: Remote friendly
title: Researcher/Scientist (f/m/d) for HPC, ML, and RDM
url: https://www.hzdr.de/db/Cms?pNid=490&pOid=71159&pContLang=en
- employer: "Friedrich-Schiller-Universit\xC3\xA4t Jena"
- employer: "Friedrich-Schiller-University Jena"
expires: 5/31/2024
job_type: Full-Time
location: Jena, Germany
Expand Down
7 changes: 3 additions & 4 deletions pages/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /atom.xml
<title>{{ site.title }}</title>
<link href="{{ site.url }}/jobs/atom.xml" rel="self"/>
<link href="{{ site.url }}/jobs/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<updated>{{ site.time | date: '%y-%m-%dT%H:%M:%S' }}Z</updated>
<id>{{ site.url }}/</id>
<author>
<name>{{ site.author.name }}</name>
Expand All @@ -20,9 +20,8 @@ permalink: /atom.xml
<entry>
<title>{{ job.title | xml_escape }}</title>
<link href="{{ job.url | xml_escape }}"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ forloop.index }}</id>
<content type="html">{{ job.title | xml_escape }} at {{ job.employer | xml_escape }} in {{ job.location | xml_escape }}, {{ job.remote }}</content>
{% if forloop.index < 10 %}<updated>{{ site.time | date: '%y-%m-%dT%H:%M:' }}0{{ forloop.index }}Z</updated>{% else %}<updated>{{ site.time | date: '%y-%m-%dT%H:%M:' }}{{ forloop.index }}Z</updated>{% endif %}
<id>{{ site.url }}/?id={{ forloop.index }}</id>
</entry>
{% endfor %}

Expand Down

0 comments on commit 5271f14

Please sign in to comment.