This job appears expired.
Last verified .Search similar jobs →
Job description
JobsLogin #mobile_menus .list-group-item { border-color: #e2e2e2; } .navbar-nav { flex-direction: row; } ul#menuLinks li + li { border: none; } .navbar-right { float: right; margin-right: 0; } .list-group { padding-left: 0; margin-bottom: 20px; } @media (min-width: 320px) and (max-width: 768px) { #mainArea { margin-top: 0px; } ul#menuLinks li { padding: 10px 0px; } } @media (min-width: 767px) and (max-width: 991px) { .container { max-width: 90%!important; min-width: auto!important; } } .extra-padding-top { margin: 20px; } .text-left table, .text-left iframe, .text-left img { max-width : 100%!important; } $(function() { $('#email_me_job').on('click', function() { Analytics.addAction('email_me_job_button', { listing_id : 4165667 }); }); $('#download_job_description').on('click', function() { // TODO - Download the full job description file }); Analytics.addParams({ listing_id : '4165667' }); }); $(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); }); $(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); }); Hiring Software Maintained by isolved Talent Acquisition - © 2026 RefreshJobsLogin #mobile_menus .list-group-item { border-color: #e2e2e2; } .navbar-nav { flex-direction: row; } ul#menuLinks li + li { border: none; } .navbar-right { float: right; margin-right: 0; } .list-group { padding-left: 0; margin-bottom: 20px; } @media (min-width: 320px) and (max-width: 768px) { #mainArea { margin-top: 0px; } ul#menuLinks li { padding: 10px 0px; } } @media (min-width: 767px) and (max-width: 991px) { .container { max-width: 90%!important; min-width: auto!important; } } .extra-padding-top { margin: 20px; } .text-left table, .text-left iframe, .text-left img { max-width : 100%!important; } $(function() { $('#email_me_job').on('click', function() { Analytics.addAction('email_me_job_button', { listing_id : 4165667 }); }); $('#download_job_description').on('click', function() { // TODO - Download the full job description file }); Analytics.addParams({ listing_id : '4165667' }); }); $(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); }); $(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); }); Hiring Software Maintained by isolved Talent Acquisition - © 2026 RefreshJobsLogin #mobile_menus .list-group-item { border-color: #e2e2e2; } .navbar-nav { flex-direction: row; } ul#menuLinks li + li { border: none; } .navbar-right { float: right; margin-right: 0; } .list-group { padding-left: 0; margin-bottom: 20px; } @media (min-width: 320px) and (max-width: 768px) { #mainArea { margin-top: 0px; } ul#menuLinks li { padding: 10px 0px; } } @media (min-width: 767px) and (max-width: 991px) { .container { max-width: 90%!important; min-width: auto!important; } } .extra-padding-top { margin: 20px; } .text-left table, .text-left iframe, .text-left img { max-width : 100%!important; } $(function() { $('#email_me_job').on('click', function() { Analytics.addAction('email_me_job_button', { listing_id : 4165667 }); }); $('#download_job_description').on('click', function() { // TODO - Download the full job description file }); Analytics.addParams({ listing_id : '4165667' }); }); $(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); }); $(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); }); Hiring Software Maintained by isolved Talent Acquisition - © 2026 RefreshJobsLogin #mobile_menus .list-group-item { border-color: #e2e2e2; } .navbar-nav { flex-direction: row; } ul#menuLinks li + li { border: none; } .navbar-right { float: right; margin-right: 0; } .list-group { padding-left: 0; margin-bottom: 20px; } @media (min-width: 320px) and (max-width: 768px) { #mainArea { margin-top: 0px; } ul#menuLinks li { padding: 10px 0px; } } @media (min-width: 767px) and (max-width: 991px) { .container { max-width: 90%!important; min-width: auto!important; } } .extra-padding-top { margin: 20px; } .text-left table, .text-left iframe, .text-left img { max-width : 100%!important; } $(function() { $('#email_me_job').on('click', function() { Analytics.addAction('email_me_job_button', { listing_id : 4165667 }); }); $('#download_job_description').on('click', function() { // TODO - Download the full job description file }); Analytics.addParams({ listing_id : '4165667' }); }); $(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); }); $(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); });JobsLogin
JobsLogin
Jobs
Jobs
Login
Login
$(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); }); $(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); });$(function() { window.bootstrapVue( "#job_detail", [ 'JobDetail' ], { componentData: { token : "", organizationId : 5645, domainId : 7494, domainTitle : "Unissant", jobListingId : 4165667, jobInfo : {"mdiCalendar":"Posted 03-Aug-2026 (EST)","mdiMapMarker":"Ashburn, VA, USA","mdiDollar":"99,000.00-164,000.00 per year","mdiBulletList":"Salary","mdiInbox":"Full Time","mdiOfficeBuilding":"Work from home flexibility"}, showEmailMeSimilarJobs : 1, mailToUrl : "mailto:?subject=Data%20Scientist%20at%20Unissant&body=Apply%20for%20the%20Data%20Scientist%20at%20Unissant%20using%20the%20link%20below.%0A%0Ahttps%3A%2F%2Fwww.applicantpro.com%2Fopenings%2Funissant%2Fjobs%2F4165667", siteCss : {"accent":"#0B395A"}, useChatToApplyFlag : false, airaEnabled : true, }} ); });
$(function() { A.setTempName('apply'); A.setTempDir('/jobs/'); A.getJson('getCsrfToken', '', function(result) { if(result && Reflect.has(result, 'token')) { $('input[name="csrf_token"]').val(result.token); A.attachPostParam('csrf_token', result.token); } }); $('#job_piper_alerts_widget').show(); // Hide job piper to reduce confusion $('#contact_number').on('keyup', function() { $('#job_piper_alerts_widget').fadeOut(200); }); $('#apply').on('submit', function () { var $t = $(this), formIsValid = V.form('apply'), appData; if(formIsValid) { appData = AS.get('applicationInfo') || {}; appData.job_listing_id = '4165667'; appData.ad_version_id = ''; appData.i = '0'; appData.first_name = $('#first_name').val(); appData.last_name = $('#last_name').val(); appData.email = $('#email').val(); appData.contact_number = $('#contact_number').val(); appData.contact_number_type = $('#contact_number_type').val(); appData.text_approval = $('#text_approval').val(); appData.applicant_consent_approval = $('#applicant_consent_approval').val(); appData.info_use_consent = $('#info_use_consent').val(); if(window.isSeekSubmit && window.isSeekFromUrl) { appData.seek_token = ''; } if(!$('#info_use_consent').prop('checked')) { V.field($('#info_use_consent')); V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); return false; } AS.set('applicationInfo', appData, 2700); $('#apply_container').animate({ opacity: 0 }, 200); A.setTempName('apply'); A.setTempDir('/jobs/'); A.skipNotify = true; A.getHTMLAsPost('initialForm', 'apply', '', function(result) { if(result) { $('#apply_container').html(result).animate({ opacity: 1 }, 200); // Hide job piper to reduce confusion $('#job_piper_alerts_widget').fadeOut(200); } }); } return false; }); $('#contact_number_type').on('change', function () { if (this.value == 2) { $('#text_approval_div').show(); $('#text_approval').attr('disabled', false); } else { $('#text_approval_div').hide(); $('#text_approval').attr('disabled', true); } }); if('') { var appData = AS.get('applicationInfo'); } else { var appData = null; } if(typeof(appData) != 'undefined') { for(var i in appData) { // make sure there's a value and that the field is a string, not an int, and skip the job_id and i if(appData[i] && isNaN(parseInt(i)) && i != 'job_listing_id' && i != 'i') $('#' + i).val(appData[i]); } } $('#applicant_consent_approval').on('change', function() { var $t = $(this), hasPhoneCallOption = $('#text_approval option[value="2"]').length, isPhoneCallSelected = $('#text_approval option[value="2"]:selected').length; if($t.val() === "1") { $('#text_approval option[value="1"]').prop('disabled', false); } else { $('#text_approval option[value="1"]').prop('disabled', true); if(hasPhoneCallOption && isPhoneCallSelected) { $('#text_approval option[value="2"]').prop('selected', true); } else { $('#text_approval option[value="0"]').prop('selected', true); } } }); $('#info_use_consent').on('change', function() { if(!$('#info_use_consent').prop('checked')) { V.addError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } else { V.removeError("Please indicate that you have read and agree to the Applicant Information Use & Privacy Policy"); } }); $('#seek_button').on('click', function() { authSocSeek(); }); setContactInfoFields(); // Track form abandonment if((Reflect.has(window, 'ga'))) ga('send', 'event', 'apply-now-view-form', 'apply-step-1-viewed', 'Apply Step 1 - Viewed', 1); $('#apply').trackEngagement({ trackFilledOutFormFields : true, abandonmentCategory: 'apply-now-abandonment', abandonmentAction: 'apply-step-1-abandonedForm', abandonedLabel: 'Apply Step 1 - Left form unchanged', notAbandonedLabel : 'Apply Step 1 - Filled out form', submitCategory: 'apply-now-submit', submitAction: 'apply-now-1-submitted' }); const script = document.createElement('script'); script.async = true; script.src = 'https://integration.seek.com/panels/SeekApi.js'; script.type = 'text/javascript'; document.body.appendChild(script); window.SEEK_PANEL_DEBUG = true // Auto-fill form if seek-prefill-id is present }); $(function() { $('#email').on('input blur', function() { $t = $(this); typeDelay(function() { $t.val(Txt.clean($t.val(), { stripHtml : true }).replace(/(mailto\:|')+/ig, '')); }, 500); }); } ); window.funID = '7494'; function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } function setContactInfoFields() { var fname = getParameterByName("fname"); var lname = getParameterByName("lname"); var email = getParameterByName("email"); var phone = getParameterByName("phone"); if(fname) $('#first_name').val(fname); if(lname) $('#last_name').val(lname); if(email) $('#email').val(email); if(phone) $('#contact_number').val(phone); } /** * Seek V2 Process * */ async function getSeekButton(seek_token = '') { const applicationUri = window.location.href; let postBody = { domainId: 7494, input: { applicationUri, } }; if(seek_token !== '') { postBody.input.seek_token = seek_token; } const request = await fetch('/core/api/seek-get-redirect-button', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(postBody) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if we have the applyWithSeekButton data if (data && data.url && data.buttonLabel && data.images && data.images.accent) { // Find the existing SEEK button container and replace it const seekButtonContainer = document.querySelector('#seek_v2_button'); if (seekButtonContainer) { // Create the new button HTML const newSeekButton = document.createElement('a'); newSeekButton.href = data.url; newSeekButton.setAttribute('aria-roledescription', 'link'); const buttonImage = document.createElement('img'); buttonImage.setAttribute('aria-roledescription', 'link'); buttonImage.alt = data.buttonLabel; buttonImage.src = data.images.accent; buttonImage.style.width = '100%'; buttonImage.style.height = 'auto'; newSeekButton.appendChild(buttonImage); // Replace the existing button with the new one seekButtonContainer.parentNode.replaceChild(newSeekButton, seekButtonContainer); } } } async function fillSeekProfile(seek_prefill_id, seek_token) { if (!seek_prefill_id) { window.isSeekSubmit = true; window.isSeekFromUrl = true; $('#is_seek_application').val(1); return; } const request = await fetch('/core/api/prefill-with-seek', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ seek_prefill_id, seek_token }) }); if (!request.ok) { return; } const { data } = await request.json(); // Check if data is not empty if (!data || Object.keys(data).length === 0) { return; } // Generate unique token and get existing application data var unique_token = A.generateUniqueID(); var appData = AS.get('applicationInfo') || {}; // Store the SEEK data and metadata appData.seek_prefill_id = seek_prefill_id; appData.seek_token = seek_token; appData.seek_unique_token = unique_token; appData.seek_full_profile = data; const userData = data.user || {}; if("first_name" in userData) { // appData.first_name = userData.firstName; $('#first_name').val(userData.first_name); } if("last_name" in userData) { // appData.last_name = userData.lastName; $('#last_name').val(userData.last_name); } if("email" in userData) { // appData.email = userData.emailAddress; $('#email').val(userData.email); } if("contact_number" in userData) { // appData.contact_number = userData.phoneNumber; $('#contact_number').val(userData.contact_number); } if("contact_number_type" in userData) { // appData.contact_number_type = userData.phoneNumberType; $('#contact_number_type').val(userData.contact_number_type); } // Mark this as a SEEK submission window.isSeekSubmit = true; $('#is_seek_application').val(1); // Store the application data AS.set('applicationInfo', appData, 2700); // Auto-submit the form $('#apply').submit(); } Apply Now
You have JavaScript disabled on your browser. You will not be able to apply for this position without enabling javascript. If you need assistance with enabling javascript, please click here for assistance.
.seek-apply-btn { display: block; width: 100%; height: 45px; line-height: 45px; background: #e60278; color: #fff; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.5); font-size: 18px; text-align: center; text-decoration: none; font-family: Helvetica, Arial; } .seek-apply-btn:hover { background: #fd0585; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4); text-decoration: none; } .seek-apply-btn:active { background: #cd026b; box-shadow: 0 1px 2px 0 rgba(64,64,64,0.7); } .seek-apply-btn__image { display: inline-block; height: 30px; width: 75px; margin: -1px 0 0 9px; vertical-align: middle; background: url(/images/seek-apply-with-logo.svg) no-repeat; background-size: 100% 100%; } * Fields Are Required What is your full name? First Name Last Name How can we contact you? Email Phone Number Number Type Home Cell Work What is your preferred method of communication? Email Text Message Please indicate if you agree to isolved Talent Acquisition's Applicant Communication Policy. Yes, I agree to be contacted by text messages No, I do not agree to receive text messages I agree to isolved Talent Acquisition's Privacy Policy and Terms of Service.* Apply for this Position Apply for this Position Sign Up For Job Alerts! $(function() { var sidebar_options = { api_key: "9ec04091_apppro_unissant", style: "sidebar", title: "Data Scientist", source: "4_job" }; referWidget("create", sidebar_options, "refer-widget"); }); $(function() { window.bootstrapVue( "#social_media_widget", [ 'SocialMediaWidget' ], { componentData: { job : {"id":"4165667","title":"Data Scientist","city":"Ashburn","name":"Virginia","abbreviation":"VA","description":"Unissant, Inc. delivers innovative capabilities to the agencies that keep our nation healthy and safe. We apply our domain expertise, data acumen, and technology know-how to achieve breakthrough results for our clients. Working collaboratively, we advance missions and careers through a focus on hone...","advertisingTitle":"Data Scientist"}, organizationId : 5645, rootDomainId : 4, domainId : 7494, domainName : "applicantpro.com", domainTitle : "Unissant", subdomainName : "unissant", sourceId : 0, employeeName : "", useWwwJobPagesUrl : true, }} ); });