--- css: contact layout: default title: Jobs - Frama-C description: The Frama-C team hires! ---
{% include headers.html header="jobs" %}

The Frama-C team hires!

Join us!

We are open-source believers, and we take pride in seeing our science-fueled tools used for industry-grade applications.

We have frequent open positions to hire postdocs, PhD students and research interns in program analysis and software security. This page lists opened positions, but we are open to other collaborations, please contact allan.blanchard(at)cea.fr or loic.correnson(at)cea.fr.

{% assign jobs = site.jobs | where: "filled", "false" | sort: "date" | reverse %} {% if 0 != jobs.size %} {% for position in jobs %}

{{ position.short_title }}

{{ position.short }}

Keywords: {{ position.keywords }}

{% endfor %} {% endif %}
{% include footer.html %}