Skip to content

Commit 96919da

Browse files
committed
template for jobs page
1 parent 2df61e6 commit 96919da

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ show_categories = true
5757
[announcement]
5858
enable = true
5959
expire_days = 30
60-
content = "<span class='text-center block'> Get involved! Join our Slack <a href='#' target=_blank><i class='fa-brands fa-slack'></i></a></span>"
60+
content = "<span class='text-center block'> ⭐️ Get involved! Join our Slack <a href='#' target=_blank><i class='fa-brands fa-slack'></i></a></span>"
6161

6262
# seo meta data for OpenGraph / Twitter Card
6363
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo

content/english/pages/jobs.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Jobs"
3+
# meta title
4+
meta_title: ""
5+
# meta description
6+
description: "Computational biology Jobs in the Nordic countries"
7+
# save as draft
8+
draft: false
9+
---
10+
11+
These are the current open positions in the Nordic countries related to computational biology. If you would like to post a job opening, please contact us at nordic-compbio.org/contact.
12+
13+
## Open Positions
14+
15+
| Position | Location | Salary | Last date | Link |
16+
| ------------- | ----------- | ---- | ---- | ---- |
17+
| Postdoctoral Fellow in Computational Human Epigenetics | Oslo, Norway | NOK 660 000–690 000 | 08-02-2026 | [Apply](https://www.finn.no/job/ad/446255833) |
18+
| Call for Academic and Industrial Postdoctoral Fellowships in Data-Driven Life Science 2026 | Stockholm, Sweden | NA | 31-03-2026 | [Apply](https://www.scilifelab.se/data-driven/ddls-research-school/ddls-research-school-postdoc-call-2026/) |
19+
| Postdoctoral Position in Computational Immunology and Bioinformatics | Lund University, Sweden | NA | 20-02-2026 | [Apply](https://www.linkedin.com/feed/update/urn:li:activity:7421889650304126976/) |

themes/hugoplate/layouts/partials/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div
44
class="from-page to-page dark:from-darkmode-body dark:to-darkmode-light rounded-sm bg-gradient-to-b px-8 py-14 mt-5">
55
<h1>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
6-
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
6+
{{/* {{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }} */}}
77
</div>
88
</div>
99
</section>

0 commit comments

Comments
 (0)