Loading...

Data Scientist

ApplyBack to Jobs
  • Remote

General information Reference 002034 Publication start date 03/11/2025 Publication end date 17/11/2025 Post Description Data Scientist Closing date 14/11/2025Vacancy location Location South West, Gloucestershire, Rosehill – HybridVacancy details Job Profile Digital Services – Data Operations Title Data Scientist Contract Type Fixed-term contract Contract duration 1 yearAbout us About UCAS UCAS is at the heart of…

To apply for this job please visit jobicy.com.

ApplyBack to Jobs
// Never show in admin if ( is_admin() ) return false; // ❌ Hide on single job pages if ( is_singular('job_listing') ) return false; // ✅ Show only on single blog posts if ( is_singular('post') ) return true; // Hide everywhere else return false;