Skip to content
Snippets Groups Projects
VisaRequirement.jsx 5.13 KiB
Newer Older
import { VfIntro } from "component-templates/VFIntro";
import { EMBLContentTemplate } from "components/content/components/EMBLContentTemplate";
import { ContentMeta } from "../../components/ContentMeta";

export function VisaRequirement() {
  return (
    <EMBLContentTemplate>
      <ContentMeta
        canonical="https://www.embl.org/jobs/work-at-embl/conditions-employment/visa-requirements/"
        description="The visa requirements for working in each of the host countries are detailed below. In general, EMBL will provide every assistance in obtaining the required visas/work permits. It is important that you start the visa process well in advance by contacting EMBL."
        keywords="hr excellence, work at embl, jobs at embl, open positions at embl, jobs in biology, jobs in research, embl recruitment, visa, work permits, embl and non-european job applicants "
      />

      <VfIntro
        vf_intro_heading="Visa requirements"
        vf_intro_lede="The visa requirements for working in each of the host countries are detailed below. In general, EMBL will provide every assistance in obtaining the required visas/work permits. It is important that you start the visa process well in advance by contacting EMBL."
      />
      <section className="vf-content | embl-grid | embl-grid--has-centered-content">
        <div>{/* empty */}</div>

        <div className="vf-content">
          <h3>Visa requirements for Staff members and fellows</h3>
          <h4>Germany</h4>
          <p>
            Due to the special status of EMBL as an intergovernmental
            organisation you will not need a working visa but, depending on your
            nationality, you may need an entry visa. Please check with the
            German Embassy in your place of residence and on the website of the{" "}
            <a
              href="https://www.auswaertiges-amt.de/de/"
              title="Auswärtiges Amt - German Foreign Office"
            >
              Auswärtiges Amt.
            </a>
          </p>
          <p>
            Once in Germany, EMBL will register you with the Ministry of Foreign
            Affairs, from which you will receive a special permit
            (Sonderausweis) which allows you to work at EMBL, to live in Germany
            and to travel within the Schengen countries. Family members are also
            entitled to the “Sonderausweis” which includes a work permit for
            your life companion.
          </p>
          <h4>United Kingdom</h4>
          <p>
            EMBL-EBI staff and their families (life companions and dependent
            children) have a special immigration status. Because of this, it is
            not necessary to go through the usual entry clearance visa
            procedure. For more information please contact:{" "}
            <a href="mailto:hr@ebi.ac.uk">hr@ebi.ac.uk</a>.
          </p>
          <h4>Italy</h4>
          <p>
            If you have a non-EU passport, you need to apply for a visa (Visto
            per Missione) at the Italian Embassy/Consulate in your current place
            of residence. Without the correct visa you will not be permitted to
            stay in Italy and will have to return to your country to reapply.
            Once in Italy, non-Italian members of personnel (including their
            non-working life companion and dependents) receive an ID card from
            the Italian Ministry of Foreign Affairs instead of having to
            register with the local Police Authorities, which otherwise would be
            required under Italian law.
            <p>
              <a href="https://vistoperitalia.esteri.it/home/en">
                More information
              </a>
            </p>
          </p>
          <h4>France</h4>
          <p>
            If you have a non-EU passport, you need to apply for a Visa D at the
            French Embassy/Consulate in your current place of residence. Without
            this Visa you will not be permitted to stay in France. Once in
            France, non-French members of personnel (including their non-working
            life companion and dependents) receive a document called “Titre de
            Séjour” delivered by the French Ministry of Foreign Affairs.
            <p>
              <a href="https://www.diplomatie.gouv.fr/en/coming-to-france/requesting-a-visa/">
                More information
              </a>
            </p>
          </p>
          <h4>Spain</h4>
          <p>
            Due to the special status of EMBL as an intergovernmental
            organisation you will not need a working visa but, depending on your
            nationality, you may need an accreditation visa.
            Please check with the Spanish Embassy in your country of residence.
          </p>
          <p>
            Once in Spain, EMBL will register you with the Ministry of Foreign
            Affairs, from which you will receive an accreditation card which
            allows you to work at EMBL, to live in Spain and to travel within
            the Schengen countries. Family members are also entitled to this
            card.
          </p>
        </div>
      </section>
    </EMBLContentTemplate>
  );
}