// Partnership section const PARTNERS = [ { name: "IFV", long: "Institut Français de la Vigne et du Vin", role: "Lead Applicant", country: "FR", body: "France's national R&D institute for wine and vine, governed by professionals across the French wine industry. 19 research centers across major wine regions.", }, { name: "AG-IRRIG", long: "Ag-Irrig SAS", role: "Partner", country: "FR", body: "Specialist in irrigation engineering and design for permanent crops, based in Aubussargues, southern France.", }, { name: "ICV / LABFERRER", long: "Centro de Asesoría Dr. Ferrer", role: "Partner", country: "ES", body: "Catalonia-based SME distributing technical equipment and sensor networks for irrigation and soil management since 1999.", }, { name: "FORMA FARM", long: "Forma Farm S.r.l.", role: "Partner", country: "IT", body: "Milan-based e-learning specialist, founders of the Forma LMS open-source platform with 18 years of digital training expertise.", }, ]; function Partners() { return (
Partnership

Four partners.
Three countries.
One mission.

VINIRRIG brings together research, irrigation engineering, sensor technology and digital training — a complementary consortium covering the full chain from the vine to the screen.

{PARTNERS.map((p, i) => (
e.currentTarget.style.transform = "translateY(-4px)"} onMouseLeave={(e) => e.currentTarget.style.transform = "none"} > {/* badge */}
{p.name}
{p.country}
{p.role}

{p.long}

{p.body}

))}
{/* EU funding band */}
Co-funded by the European Union
Project N° 2022-1-FR01-KA220-VET-000087901 · Erasmus+ Programme · KA220-VET — Cooperation partnerships in vocational education and training.
); } window.Partners = Partners;