{% extends "layouts/dashboard.html" %} {% block extra_head %} {% include "rep/partials/quill_head.html" %} {% include "components/select2_auto_init.html" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Career · New listing

Post a position

Share an opportunity with researchers, fellows, and scholars across the RUFORUM network.

175 member universities · 40 countries · Active scholars
{% csrf_token %} {# ── Section 1: The role ─────────────────────────────────── #}

The role

{# Title — full width #}
{{ form.title }}

Be specific — "Research Fellow in Soil Science" performs better than "Researcher".

{% if form.title.errors %}

{{ form.title.errors|join:", " }}

{% endif %}
{# Job type + Sector — 2-col #}
{{ form.job_type }} {% if form.job_type.errors %}

{{ form.job_type.errors|join:", " }}

{% endif %}
{{ form.sector }} {% if form.sector.errors %}

{{ form.sector.errors|join:", " }}

{% endif %}
{# Minimum qualification — SRS FRREP-TS002 filter facet #}
{{ form.min_qualification }}

Used to power the job board's qualification filter.

{% if form.min_qualification.errors %}

{{ form.min_qualification.errors|join:", " }}

{% endif %}
{# ── Section 2: Organisation ──────────────────────────────── #}

Organisation

{{ form.company }} {% if form.company.errors %}

{{ form.company.errors|join:", " }}

{% endif %}
{{ form.location }}

City, or "Remote".

{% if form.location.errors %}

{{ form.location.errors|join:", " }}

{% endif %}
{{ form.country }}

Used to power the job board's country filter.

{% if form.country.errors %}

{{ form.country.errors|join:", " }}

{% endif %}
{# ── Section 3: Role description ──────────────────────────── #}

Role description

Describe the role, responsibilities, and what success looks like.

{% if form.description.errors %}

{{ form.description.errors|join:", " }}

{% endif %}

Qualifications, experience, and skills required. Be honest — overly long lists discourage strong candidates.

{% if form.requirements.errors %}

{{ form.requirements.errors|join:", " }}

{% endif %}
{# ── Section 4: Compensation & timeline ───────────────────── #}

Compensation & timeline

{{ form.salary_range }}

Listings with a salary range attract significantly more applicants.

{% if form.salary_range.errors %}

{{ form.salary_range.errors|join:", " }}

{% endif %}
{{ form.closes_at }}

Applications close at midnight on this date.

{% if form.closes_at.errors %}

{{ form.closes_at.errors|join:", " }}

{% endif %}

This listing will be visible to all active members immediately after posting.

Cancel
{% endblock %} {% block extra_js %} {% endblock %}