{"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"background": "#0B2246", "textHoverBackground": "rgba(0,0,0,0.1)", "textColor": "rgb(255, 255, 255)", "textHoverColor": "rgb(255, 255, 255)"}}}, "CAREER_HUB": {"themeOptions": {"customTheme": {"varTheme": {}}}}, "TALENT_ACQUISITION": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"background": "#0B2246", "textHoverBackground": "rgba(0,0,0,0.1)", "textColor": "rgb(255, 255, 255)", "textHoverColor": "rgb(255, 255, 255)"}}}}, "JIE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"background": "#0B2246", "textHoverBackground": "rgba(0,0,0,0.1)", "textColor": "rgb(255, 255, 255)", "textHoverColor": "rgb(255, 255, 255)"}}}}, "CANDIDATE_EXPERIENCE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"background": "#003796", "textHoverBackground": "rgba(0,0,0,0.1)", "textColor": "#ffffff", "textHoverColor": "#ffffff"}}}}, "domain": "10xgenomics.com", "configPath": "", "updatePath": "PCS>"}
false
{"domain": "10xgenomics.com", "user": "", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isDomainVeteran": false, "signUpConfig": {}, "getHelpButton": {}, "isCareerPlannerEnabled": false, "enableRememberMeOption": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": false, "enableUserPreferenceSelection": false, "isUserPreferenceApplied": false, "candidate": {"enc_id": 0, "fullname": "", "firstname": "", "lastname": "", "skills": [], "email": "", "phone": "", "location": "", "filename": null, "starred_positions": [], "resumeUrl": "", "onboardingCompleted": false, "isUserInPcsIjp": false, "linkedinUrl": ""}, "branding": {"privacyLink": "https://www.10xgenomics.com/privacy-policy", "page_image": "https://static.vscdn.net/images/careers/demo/10xgenomics/1649444900::Vertical_300", "showJobId": 1, "resumeOptional": false, "showUploadResumeModal": 0, "uploadResumeModal": {"disclaimer": "Uploading a resume is not a formal application.", "hideCrossButton": false, "hideSkip": false, "subtitle": "Ready to see how you can help advance human health? Upload your resume or PDF of your LinkedIn profile, and we'll help you explore positions that match your expertise. You'll be able to submit your resume when you are ready to apply.", "title": "Discover What's Next."}, "enableTalentNetwork": 1, "hideJobCart": false, "homePageHeroBanner": {"opacity": 0, "useImage": 1, "background": "#0b2246", "hideInMobileView": true, "image": "https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1683720261::10x_Careers_Banners.jpg", "title": ""}, "companyName": "10x Genomics", "postApplyText": "Thank you for your interest in 10x Genomics! We will be in touch if your qualifications match our needs for the role. ", "favicons": {"favicon": "https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/Favicon+image"}, "privacy": {"text": "I have read and agree to 10x Genomics's Data <a href='https://www.10xgenomics.com/privacy-policy/'target=\"_blank\" target=\"_blank\">Privacy Policy</a>.", "button": "Agree"}, "custom_html": {"header": "<style>\n.navbar_10x input[type=\"checkbox\"],\n.navbar_10x .hamburger-lines {\n display: none;\n}\n.container_10x {\n max-width: 1410px;\n width: 96%;\n margin: 0 auto;\n}\n.navbar_10x {\n position: relative;\n width: 100%;\n background: #fff;\n color: #000;\n padding: 18px 0px 10px;\n z-index: 999;\n}\n\n.navbar-container {\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.menu-items {\n order: 2;\n display: flex;\n}\n\n.logo {\n max-width: 148px;\n max-height: 38px;\n}\n\n.menu-items li {\n list-style: none;\n margin-left: 3.125rem;\n font-size: 1.3rem;\n display: inline-flex;\n align-items: center;\n}\n\n.navbar_10x a {\n text-decoration: none;\n transition: color 0.3s ease-in-out;\n font-family: 'Calibre-semi-bold';\n font-weight: 600;\n font-size: 18px;\n line-height: 20px;\n text-align: center;\n letter-spacing: 0.025em;\n color: #0A2347;\n cursor: pointer;\n}\n\n.navbar_10x a.menuBtn {\n background: #0A2347;\n border-radius: 4px;\n padding: 11px 36px;\n text-align: center;\n color: #FFFFFF;\n line-height: 130%;\n height: 40px;\n}\n\n.navbar_10x a.menuBtn:hover {\n background: #384967;\n}\n@media (max-width: 900px) {\n .navbar_10x {\n padding: 14px 0px 10px;\n }\n .navbar_10x a.menuBtn {\n padding: 11px 20px;\n max-width: 100%;\n }\n .navbar-container input[type=\"checkbox\"],\n .navbar-container .hamburger-lines {\n display: block;\n }\n .navbar-container {\n display: block;\n position: relative;\n }\n .navbar-container input[type=\"checkbox\"] {\n position: absolute;\n display: block;\n height: 32px;\n width: 30px;\n top: 0px;\n right: 0;\n z-index: 5;\n opacity: 0;\n cursor: pointer;\n }\n\n .navbar-container .hamburger-lines {\n display: block;\n height: 28px;\n width: 30px;\n position: absolute;\n top: 0px;\n right: 0;\n z-index: 2;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .navbar-container .hamburger-lines .line {\n display: block;\n height: 4px;\n width: 100%;\n border-radius: 10px;\n background: #333;\n }\n\n .navbar-container .hamburger-lines .line1 {\n transform-origin: 0% 0%;\n transition: transform 0.3s ease-in-out;\n }\n\n .navbar-container .hamburger-lines .line2 {\n transition: transform 0.2s ease-in-out;\n }\n\n .navbar-container .hamburger-lines .line3 {\n transform-origin: 0% 100%;\n transition: transform 0.3s ease-in-out;\n }\n\n .navbar_10x .menu-items {\n padding: 100px 0 0 0;\n position: absolute;\n height: 100vh;\n max-width: 250px;\n width: 100%;\n background: #fff;\n flex-direction: column;\n right: -4%;\n top: -16px;\n transform: translate(100%);\n transition: transform 0.5s ease-in-out;\n box-shadow: 5px 0px 10px 0px #aaa;\n }\n\n .navbar_10x .menu-items li {\n margin: 0 1.8rem 1.8rem 1.8rem;\n font-size: 1.1rem;\n font-weight: 500;\n }\n\n .logo {\n max-width: 138px;\n }\n\n .navbar-container input[type=\"checkbox\"]:checked~.menu-items {\n transform: translateX(0);\n }\n\n .navbar-container input[type=\"checkbox\"]:checked~.hamburger-lines .line1 {\n transform: rotate(45deg);\n top: 3px;\n position: relative;\n }\n\n .navbar-container input[type=\"checkbox\"]:checked~.hamburger-lines .line2 {\n transform: scaleY(0);\n }\n\n .navbar-container input[type=\"checkbox\"]:checked~.hamburger-lines .line3 {\n transform: rotate(-45deg);\n position: relative;\n top: -1px;\n }\n}\n@media (max-width: 600px) {\n .navbar-container .hamburger-lines {\n top: 1px;\n }\n\n .logo {\n left: 16px;\n }\n\n .desktopOnly {\n display: none;\n }\n}\n\n@media (max-width: 500px) {\n .navbar-container input[type=\"checkbox\"]:checked~.logo {\n display: none;\n }\n}\n </style>\n \n <header>\n<nav class=\"navbar_10x\">\n <div class=\"navbar-container container_10x\">\n <img class=\"logo\" src=\"https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1680596972::10x-logo\" />\n <input type=\"checkbox\" name=\"\" id=\"\">\n <ul class=\"menu-items\">\n <li>\n <a href=\"https://careers.10xgenomics.com/careers/index\" class=\"scrollsection\" data-id=\"home\">Why 10x</a>\n </li>\n <li>\n <a class=\"scrollsection\" href=\"https://careers.10xgenomics.com/careers\">Jobs</a>\n </li>\n <li>\n <a class=\"menuBtn\" href=\"https://careers.10xgenomics.com/careers/join\">Join talent network</a>\n </li>\n </ul>\n <div class=\"hamburger-lines\">\n <span class=\"line line1\"></span>\n <span class=\"line line2\"></span>\n <span class=\"line line3\"></span>\n </div>\n </div>\n </nav>\n </header>", "page-footer": "", "footer": "<style>a,a:hover,a:focus,a:active { \ntext-decoration: none; color: inherit}\na {-webkit-transition: all .25s ease-in-out;transition: all.25s ease-in-out}.ct-footer-post {padding: 20px 0; }\n.ct-footer-post .inner-left,.ct-footer-post .inner-right {\npadding: 20px 0}.ct-footer-post ul { \nlist-style: none; padding-left: 0; margin: 0 -20px;}\n.ct-footer-post ul li { display: inline-block;margin: 0 20px}.ct-footer-post a {color:#ffffff}.ct-footer-post a:hover {color:#ffffff}.ct-footer-post p {color: #ffffff}.footer a {font-weight: 300;}@media (max-width: 768px).ct-footer-post p { display: inline-block } .ct-footer-post p + p { padding-left: 50px }}@media (max-width:991px) {.ct-footer-post { text-align: center;}</style>\n<footer style=\"background:#0B2246 !important;\"><div class=\"ct-footer-post\" style=\"background:#0B2246 !important;\"><div class=\"container\" style=\"padding-bottom:50px;\"><div class=\"col-xs-12\" style=\"text-align:center;\"><a href=\"https://www.10xgenomics.com/company\" title=\"Company\" target=\"_blank\" style=\"color:#fff!important; font-size: 18px; font-weight:400; line-height:26px;border-right: 1px solid #fff;padding-right: 20px;padding-left: 20px;\">Company</a> <a href=\"https://www.10xgenomics.com/privacy-policy\" title=\"\" target=\"_blank\" style=\"color:#fff!important; font-size: 18px; font-weight:400; line-height:26px; border-right: 1px solid #fff;padding-right: 20px;padding-left: 20px;\">Privacy Policy</a><a href=\"https://www.10xgenomics.com/contact\" title=\"\" target=\"_blank\" style=\"color:#fff!important; font-size: 18px; font-weight:400; line-height:26px;padding-left: 20px;\">Contact us</a></div></div>\n<div class=\"ef-styles-2020\" style=\"padding-bottom: 50px !important;\"><p class=\"body-text-2\"><a href=\"https://eightfold.ai\" title=\"Visit Eightfold.ai homepage\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: white;\">Powered by <img src=\"https://static.vscdn.net/images/eightfold_logo.png\" alt=\"\" width=\"20\" height=\"20\" align=\"middle\"> eightfold.ai</a></p></div></div></footer>"}, "custom_style": {"font": "", "css": "@font-face {font-family: Calibre; src: url('https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1657820090::Calibre-Regular.png');format(\u2018truetype\u2019);} html *:not(.fa):not(.far):not(.fas):not(.fal):not(.fab):not(.footable):not(.fooicon):not(.footable-sort-indicator) { font-family: Calibre !important;}.fixed-top .navbar{display:none;}.reset-filters\n {color:#0071D9 !important;}.back-to-all-jobs\n {color: #0071D9 !important;}.back-to-all-jobs:hover\n {color: #0044B2 !important;}.remove-from-job-cart-button\n {color: #FFF !important;}.remove-from-job-cart-button:hover\n {color: #FFF !important;}.perk-icon\n {color: #0071D9 !important}.btn-secondary\n {border-color: #0071D9 !important;color: #0071D9 !important;}.btn-secondary:hover{border-color:\n #0044B2 !important;color: #0044B2 !important;}.fa-share\n {color: #0071D9 !important}.fa-share:hover\n {color: #0071D9 !important}.go-button {background: transparent;\n color:#0071D9 !important;border-color: #0071D9 !important}.advanced-options-button\n {color: #0071D9;}.go-button:hover\n {color: #0044B2 !important;border-color: #0044B2 !important}.advanced-options-button:hover\n {color: #0044B2 !important}.job-cart-button {border: 1px\n solid #0071D9 !important;background: #0071D9 !important;color:#ffffff\n !important;}.job-cart-button:hover{border: 1px\n solid #0044B2 !important;background: #0044B2 !important;color:#ffffff\n !important;}.add-to-job-cart-button\n {background-color: #0071D9 !important;\n border-color: #0071D9 !important;\n color: #FFF !important;}.add-to-job-cart-button:hover\n {background-color: #0044B2 !important;\n border-color: #0044B2!important;\n color: #FFF !important;}.position-apply-button\n {background-color: #0071D9 !important;\n border-color: #0071D9 !important;}.position-apply-button:hover\n {background-color: #0044B2 !important;\n border-color: #0044B2!important;}.btn\n {border-radius:\n 3px !important;letter-spacing: 0px !important;} .search-results-main-container .card-selected\n {\n border-left-color: #0071D9!important;}.position-card .position-title\n {color:#263238 !important;padding-left: 0px !important;} .all-positions-header h1\n {color:#263238 !important;}.apply-form .btn-primary {border: 1px\n solid #0071D9 !important; color:#ffffff !important;\n background: #0071D9 !important; border-radius:\n 3px; !important;}.apply-form.btn-primary:hover{border: 1px\n solid #263238 !important;} .circle-number-indicator\n {background: #0071D9 !important;}.pillContainer .pillTitle\n {color: #263238 !important;}.position-facets h3\n {color: #263238; text-align: left !important;} .card\n {text-align:left !important;}.personalization-bar-pre-upload\n {background-color: #fff;\n color: #263238 !important;}.get-matched-button\n {background-color: #0071D9 !important;\n border-color: #0071D9 !important;}.get-matched-button:hover\n {background-color: #0044B2 !important;\n border-color: #0044B2 !important;} .position-full-card\n {color:#263238x !important;} .position-title\n {color:#263238 !important; padding-left: 16px;\n padding-right:16px;} .position-sub-title\n {font-size: 18px !important;font-weight:\n 700 !important;color: #263238 !important;} .related-blog .blog-title\n {font-size: 16px !important;font-weight:\n 700 !important;color: #263238 !important;}.custom-content-title\n {font-size: 18px !important;font-weight:\n 700 !important;color: #263238 !important; align-self:\n flex-end !important;}.join-tn-link\n {display:none !important;}.pillTitle.line-clamp.line-clamp-3\n {color: #263238 !important;} .match-bar\n {background: #cfd8dc !important;} .related-video iframe\n {height: 250px;} .perk {width: 200px;} .hero-image\n {height: 450px !important; opacity: 1 !important;\n background-size:cover !important; !important; margin:auto;\n background-position-y:25% !important}.double-bounce1\n {background-color: #0071D9 !important;} .double-bounce2\n {background-color: #0044B2 !important;} .video-description\n {text-align:left !important;} .join-tn-link\n {color: #FFF !important;} .navbar {opacity: 1 !important; width:\n 50% !important;background:\n transparent !important;} #career-workflow .header-image { content:\n url\n (\"https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/10xLogoVertical\");\n width: 100px !important; height: auto !important} .perk .perk-description{padding: 20px !important;} h1.position-title {color:#0A2347 !important;}.containerX h2 {color:#0A2347 !important;} .containerX p {color:#445979 !important;} .inline-block.position-cards-container {color:#445979 !important;} .position-title.line-clamp.line-clamp-2 {color:#0A2347 !important;} .col-md-12.all-positions-header.col-sm-12.col-xs-12 h1 {color:#0A2347 !important;}"}, "customContent": {"positionSections": [{"title": "", "body": "<script>\n $(document).ready(function() {\n var url = $(\"#Video1a\").attr('src');\n $(\"#Video1\").on('hide.bs.modal', function() {\n $(\"#Video1a\").attr('src', '');\n });\n $(\"#Video1\").on('show.bs.modal', function() {\n $(\"#Video1a\").attr('src', url);\n });\n });\n $(document).ready(function() {\n var url = $(\"#Video2a\").attr('src');\n $(\"#Video2\").on('hide.bs.modal', function() {\n $(\"#Video2a\").attr('src', '');\n });\n $(\"#Video2\").on('show.bs.modal', function() {\n $(\"#Video2a\").attr('src', url);\n });\n });\n $(document).ready(function() {\n var url = $(\"#Video3a\").attr('src');\n $(\"#Video3\").on('hide.bs.modal', function() {\n $(\"#Video3a\").attr('src', '');\n });\n $(\"#Video3\").on('show.bs.modal', function() {\n $(\"#Video3a\").attr('src', url);\n });\n });\n </script>\n <div class=\"container\" style=\"width: 100%; text-align:center;\">\n <div class=\"container\" style=\"width: 100%;\">\n <div class=\"col-sm-4\">\n <a href=\"#Video1\"\n data-toggle=\"modal\"><img src=\"https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1645033142::Video+I+Screenshot+updated+02.16.22\n\" class=\"img-thumbnail\" style=\"\"></a>\n \n <div id=\"Video1\" class=\"modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <button type=\"button\"\n class=\"close\"\n data-dismiss=\"modal\"\n aria-hidden=\"true\">\u00d7</button>\n <h4 class=\"modal-title\">The 10x Promise: A career that makes a difference</h4>\n </div>\n <div class=\"modal-body\" style=\"text-align: center;\">\n <iframe width=\"100%\" height=\"315\" src=\"https://www.youtube.com/embed/ahupFU2mmF0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n </div>\n </div>\n </div>\n </div>\n<h4 class=\"modal-title\">The 10x Promise: A career that makes a difference</h4>\n </div>\n <div class=\"col-sm-4\">\n <a href=\"#Video2\"\n data-toggle=\"modal\"><img src=\"https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1645033172::Video+II+Screenshot+updated+02.16.22\n\" class=\"img-thumbnail\" style=\"\"></a>\n <div id=\"Video2\" class=\"modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <button type=\"button\"\n class=\"close\"\n data-dismiss=\"modal\"\n aria-hidden=\"true\">\u00d7</button>\n <h4 class=\"modal-title\">The Story of X | Making million-cell studies routine</h4>\n </div>\n <div class=\"modal-body\" style=\"text-align: center;\">\n <iframe width=\"100%\" height=\"315\" src=\"https://www.youtube.com/embed/-jq-7QGZikc\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n </div>\n </div>\n </div>\n </div>\n <h4 class=\"modal-title\">The Story of X | Making million-cell studies routine</h4> \n </div>\n\n\n <div class=\"col-sm-4\">\n <a href=\"#Video3\"\n data-toggle=\"modal\"><img src=\"https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1645033189::Video+III+Screenshot+updated+02.16.22\n\" class=\"img-thumbnail\" style=\"\"></a>\n \n <div id=\"Video3\" class=\"modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <button type=\"button\"\n class=\"close\"\n data-dismiss=\"modal\"\n aria-hidden=\"true\">\u00d7</button>\n <h4 class=\"modal-title\">10x Genomics | Celebrating Our Women Scientists</h4>\n </div>\n <div class=\"modal-body\" style=\"text-align: center;\">\n <iframe width=\"100%\" height=\"315\" src=\"https://www.youtube.com/embed/j3d6R4GkFN0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n </div>\n </div>\n </div>\n </div>\n <h4 class=\"modal-title\">10x Genomics | Celebrating Our Women Scientists</h4>\n </div>\n </div>\n </div>"}, {"title": "", "body": "<hr style=\"border-top: 1px solid #0071D9;\">\n<div class=\"containerX\"\nstyle=\"max-width:\n900px !important; padding-top: 0px;\"><div\nclass=\"containerX\"><h2\nstyle=\"text-align:center;\nfont-weight:700 !important;\">Our Mission</h2><p>At 10x Genomics,\neverything\nwe do is driven by our mission: To accelerate the mastery of biology to\nadvance human\nhealth. Our mission is bold. Ambitious. Challenging. And,\nexceptionally rewarding. Our mission is\nour opportunity: To fuel scientific\nbreakthroughs; to do the best work of our lives, and to make\nan exponential\nimpact on the world. (Exponential is in our name, after\nall.)</p></div>\n<hr\nstyle=\"border-top: 1px solid #0071D9;\"><div\nclass=\"containerX\"><h2\nstyle=\"text-align:center;\nfont-weight:700 !important;\">Our\nCulture</h2><p>Like all great companies, we strive to be an\nawesome place to\nwork, delight our customers, exercise good judgment, act with integrity,\nand\nbelieve in accountability. To us, these are table stakes. We believe there\nare a few things\nthat set 10x apart. These things are:\n<br><br><div></div>\n<p style=\"text-align:center;\"> We\nare <b>mission\ndriven</b> and stay relentlessly focused on that mission. <br>\nWe operate\nfrom\n<b>first principles</b>. <br>\nWe strive for <b>exponential impact</b>.\n<br>\nWe put <b>WE</b>\nbefore ME. <br>\nWe believe <b>exceptional talent</b>\ndelivers outsized results. </p></div>\n<hr\nstyle=\"border-top: 1px\nsolid #0071D9;\"><div class=\"containerX\"><h2\nstyle=\"text-align:center;\nfont-weight:700 !important;\">Sense of Belonging</h2><p>Our focus\non\ninclusion and diversity is in service of our mission and helps ensure we are\nthe best we can\nbe. We work to create an inclusive and collaborative\nenvironment where everyone is welcome and can\ndo the best work of their\ncareer, regardless of their background. As part of this commitment, we\nhave\nfair pay, promotion and hiring practices that aim to remove bias.<br><br>At\n10x, we strive\nto create a sense of belonging. We have Employee Resource\nGroups that give support and foster a\nsafe space, help the organization\ncelebrate and learn from the moments that matter to different\ncommunities,\nand create a voice for the communities they\nrepresent.</p></div>\n<hr\nstyle=\"border-top: 1px solid #0071D9;\"><div\nclass=\"containerX\"><h2\nstyle=\"text-align:center;\nfont-weight:700 !important;\">Benefits</h2><p>Our\nbenefits support 10xers in doing the best work\nof their lives by giving\ngenerous time off and paying people well so that they can look after\ntheir\nwellbeing in a way that works for them.</p><div\nclass=\"row\"\nstyle=\"padding-top:25px;\"><div class=\"col-md-12\ntext-center\"><div\nclass=\"perk\"><div><i class=\"fal fa-user-md\nperk-icon\"></i></div><h3\nclass=\"perk-title\"> Health Package </h3><p class=\"perk-description\">\nWe\noffer a competitive and comprehensive health benefits package.\n</p></div><div\nclass=\"perk\"><div><i class=\"fal fas fa-list-ul\nperk-icon\"></i></div><h3\nclass=\"perk-title\"> Easy-to-use Benefits\n</h3><p\nclass=\"perk-description\"> We offer competitive easy-to-use benefits that\npromote\nwellbeing and make your life easier. </p></div><div\nclass=\"perk\"><div><i class=\"fal fa-home\nperk-icon\"></i></div><h3\nclass=\"perk-title\"> Family oriented </h3><p\nclass=\"perk-description\"> We\nsupport our employees with family friendly policies like parental\nleave, and\nother benefits. </p></div><div class=\"perk\"><div><i class=\"fal\nfas\nfa-umbrella-beach perk-icon\"></i></div><h3 class=\"perk-title\"> Generous\nTime Off </h3><p\nclass=\"perk-description\"> We recognize hard work and\nbelieve in well-deserved time off.\n</p></div>\n<hr\nstyle=\"border-top: 1px\nsolid #0071D9;\"><div class=\"containerX\"><h2\nstyle=\"text-align:center;\nfont-weight:700 !important;\">Award-Winning Workplace</h2><p>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<style>\n* {\n box-sizing: border-box;\n}\n.column {\n float: left;\n width: 50%;\n padding: 20px;\n height: 200px;\n}\n.row after {\n content: \"\";\n display: table;\n clear: both;\n}\n</style>\n</head>\n<body>\n<div class=\"row\">\n <div class=\"column\" style=\"background-color:#ffffff;\">\n <img src='https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1656602345::awardimage.png' alt='award logo' width='138' height='200'>\n </div>\n <div class=\"column\" style=\"background-color:#ffffff;\">\n <p>Fortune Best Workplaces for Millennials\u2122 2021<br><br>\n\nFortune Best Workplaces in Health Care & Biopharma\u2122 2021<br><br>\n\nFortune Best Workplaces in the Bay Area\u2122 2021<br><br>\n\nFortune Best Medium Workplaces\u2122 2020</p>\n </div>\n</div>\n</p></div></div></div></div>\n<hr\nstyle=\"border-top: 1px solid #0071D9;\"><div\nclass=\"containerX\"><p>10x\nGenomics is committed to supporting applicants with disabilities. We\nwill\nprovide accommodations for the application and recruitment process upon\nrequest via email to\n<a href=\"mailto:recruiting@10xgenomics.com\">recruiting@10xgenomics.com</a>.</p></div>\n<hr\nstyle=\"border-top: 1px solid #0071D9;\"><div\nclass=\"containerX\"><p>As a federal contractor, 10x has established affirmative action programs for qualified women, minorities, protected veterans, and individuals with disabilities. The narrative portions of 10x\u2019s affirmative action plan for veterans and individuals with disabilities are available for review at our offices during normal business hours. Employees and applicants interested in reviewing these plans should contact the Recruiting Department at (925) 401- 7300 and <a href=\"mailto:recruiting@10xgenomics.com\">recruiting@10xgenomics.com</a> for assistance.</a>.</p>"}]}, "recaptcha_enabled": 1, "showLoggedOutNotificationsPrivacyPolicy": false}, "positions": [{"id": 171818116062, "name": "Senior Research Associate \u2013 Product Development (Temporary/Contract)", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "R & D", "business_unit": "Operations", "t_update": 1701456735, "t_create": 1701455492, "ats_job_id": "2735927", "display_job_id": "18721", "type": "ATS", "id_locale": "18721-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818116062", "isPrivate": false}, {"id": 171818116024, "name": "Senior Research Associate \u2013 Spatial Product Development (Temporary/Contractor))", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "R & D", "business_unit": "Operations", "t_update": 1701456610, "t_create": 1701455378, "ats_job_id": "2735923", "display_job_id": "18720", "type": "ATS", "id_locale": "18720-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818116024", "isPrivate": false}, {"id": 171818116026, "name": "Senior Research Associate \u2013 Single Cell Product Development (Temporary/Contractor)", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "R & D", "business_unit": "Operations", "t_update": 1701457021, "t_create": 1701455161, "ats_job_id": "2735922", "display_job_id": "18719", "type": "ATS", "id_locale": "18719-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818116026", "isPrivate": false}, {"id": 171818107664, "name": "Optical Engineer III", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "Engineering - Hardware", "business_unit": "3070 Engineering", "t_update": 1701469179, "t_create": 1701364608, "ats_job_id": "2735095", "display_job_id": "P-3855", "type": "ATS", "id_locale": "P-3855-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818107664", "isPrivate": false}, {"id": 171818074381, "name": "Senior Quality Engineer (P-3851)", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "Operations", "business_unit": "5830 Supply Chain Management", "t_update": 1701454768, "t_create": 1701228696, "ats_job_id": "2733889", "display_job_id": "P-3851", "type": "ATS", "id_locale": "P-3851-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818074381", "isPrivate": false}, {"id": 171818074372, "name": "Quality Engineer III (P-3852)", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "Operations", "business_unit": "5830 Supply Chain Management", "t_update": 1701454833, "t_create": 1701228680, "ats_job_id": "2733888", "display_job_id": "P-3852", "type": "ATS", "id_locale": "P-3852-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171818074372", "isPrivate": false}, {"id": 171817983918, "name": "Senior Analyst, Investor Relations & Strategic Finance", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "Finance", "business_unit": "1020 Finance", "t_update": 1701295270, "t_create": 1700608573, "ats_job_id": "2730338", "display_job_id": "P-3843", "type": "ATS", "id_locale": "P-3843-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171817983918", "isPrivate": false}, {"id": 171817941242, "name": "Staff Full Stack Software Engineer", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": "Engineering - Software", "business_unit": "3090 Software", "t_update": 1700499091, "t_create": 1700266556, "ats_job_id": "2728587", "display_job_id": "P-3835", "type": "ATS", "id_locale": "P-3835-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171817941242", "isPrivate": false}, {"id": 171817941053, "name": "Sales Executive, San Francisco Bay Area", "location": "California, USA (Remote)", "locations": ["California, USA (Remote)"], "hot": 0, "department": "Sales", "business_unit": "5030 Sales - AMER", "t_update": 1700594706, "t_create": 1700260265, "ats_job_id": "2728540", "display_job_id": "P-3836", "type": "ATS", "id_locale": "P-3836-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171817941053", "isPrivate": false}, {"id": 171817937095, "name": "Associate Director, Strategic Marketing", "location": "Pleasanton, California, USA HQ", "locations": ["Pleasanton, California, USA HQ"], "hot": 0, "department": null, "business_unit": "Unknown", "t_update": 1700596396, "t_create": 1700235065, "ats_job_id": "2728159", "display_job_id": "P-3834", "type": "ATS", "id_locale": "P-3834-en", "job_description": "", "locale": "en", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": null, "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171817937095", "isPrivate": false}], "debug": {}, "count": 56, "countFilterByMatchScore": null, "location_user": "any", "location_used": "", "locationInsights": null, "showWizard": 1, "disableLocationSearchDropdown": false, "pcsAutocompleteLocationEnabled": 0, "recommended_star_threshold": 4.0, "mocTitle": null, "fuzzyResultsReturned": false, "query": {"query": "", "location": "", "department": [], "skill": [], "seniority": [], "pid": ""}, "userTitles": [], "isThinProfile": false, "veteranProgramDetails": [], "enableTargetedResume": 0, "jobCardConfig": null, "facetDisplaySort": {"skills": "count_desc", "departments": "count_desc", "seniority": "count_desc", "locations": "count_desc"}, "facets": {"skills": {"Life Sciences": 17, "Molecular Biology": 12, "Research": 11, "Communication": 10, "Data Analysis": 9, "Quality Control": 8, "Sales": 8, "Biotechnology": 7, "Excel": 5, "Leadership": 5, "PCR": 5, "Project Management": 5, "Troubleshooting": 5, "Biochemistry": 4, "Biology": 4, "Microscopy": 4, "NGS": 4, "Team Player": 4, "Account Management": 3, "Analytical Techniques": 3, "Business Development": 3, "CRM": 3, "Collaboration": 3, "Contracts": 3, "Genomics": 3, "Marketing": 3, "Medical Devices": 3, "Next Gen Sequencing": 3, "Next Generation Sequencing": 3, "Next-Generation Sequencing": 3, "Problem Solving": 3, "Problem-Solving": 3, "Process Improvement": 3, "Word": 3, "Single Cell": 3, "Architecture": 2, "Assay Development": 2, "Attention to Detail": 2, "Budget": 2, "Competitive Analysis": 2, "Contract Negotiation": 2, "Customer Relations": 2, "Customer Satisfaction": 2, "Customer Service": 2, "Documentation": 2, "Electrical Engineering": 2, "Embedded Software": 2, "Financial Analysis": 2, "Forecasting": 2, "Infrastructure": 2, "Instrumentation": 2, "Inventory": 2, "Laboratory": 2, "Linux": 2, "MATLAB": 2, "Maintenance": 2, "Manufacturing": 2, "Market Analysis": 2, "Microbiology": 2, "Microsoft Office": 2, "Multitasking": 2, "Neuroscience": 2, "Oncology": 2, "Product Development": 2, "Production Process": 2, "Python": 2, "Quality Assurance": 2, "Sales Process": 2, "Scheduling": 2, "Strategic Planning": 2, "Teamwork": 2, "Supply Chain": 2, "APAC": 1, "API": 1, "Agile Methodology": 1, "Algorithms": 1, "Analyses": 1, "Analytical Chemistry": 1, "Analytical Skills": 1, "Analytical Thinking": 1, "Analytics": 1, "Anaplan": 1, "Antibodies": 1, "Application Support": 1, "Assembly": 1, "Automation": 1, "Benefits Administration": 1, "Biomedical Engineering": 1, "Bioprocess Development": 1, "Brand Marketing": 1, "Budgeting": 1, "C++": 1, "CFA": 1, "CMO": 1, "CMO Management": 1, "Capital Equipment Sales": 1, "Cell Culture": 1, "Cell Sorting": 1, "Change Management": 1, "Channel Sales": 1}, "departments": {"Sales": 15, "Support": 8, "Operations": 7, "R & D": 5, "Scientific": 5, "Engineering - Software": 3, "Facilities": 2, "Finance": 2, "Engineering - Hardware": 1, "Human Resources": 1, "IT & Productivity Engineering": 1, "Legal": 1, "Marketing": 1}, "seniority": {"Mid/Senior": 35, "Entry": 16, "Director": 4, "Vice President": 1}, "locations": {"Pleasanton, California, USA HQ": 28, "Taiwan": 5, "California, USA (Remote)": 4, "Singapore Office": 4, "Australia": 2, "France (Remote)": 2, "Japan (Remote)": 2, "Berne, Switzerland": 1, "China": 1, "Cincinnati, OH": 1, "Colorado, USA (Remote)": 1, "District of Columbia, USA (Remote)": 1, "Geneva, Switzerland": 1, "Hong Kong": 1, "Japan": 1, "Leiden, Netherlands Office": 1, "Lucerne, Switzerland": 1, "Massachusetts, USA (Remote)": 1, "New Jersey, USA (Remote)": 1, "New York, USA (Remote)": 1, "North Carolina, USA (Remote)": 1, "Ohio, USA (Remote)": 1, "Pleasanton, CA": 1, "Remote": 1, "San Diego, CA": 1, "Seattle, WA": 1, "Shanghai, China Office": 1, "Switzerland (Remote)": 1, "United Kingdom": 1, "United Kingdom (Remote)": 1, "Washington, USA (Remote)": 1, "remote": 1}}, "isSubQuery": false, "showBusinessUnitInPositionSidebar": false, "hideDepartment": null, "iframeImplementation": null, "pcsTextConfiguration": {}, "facetNoTitlecase": null, "skipCSSFacetCapitalization": false, "enableMapClustering": false, "readmoreInstructionEnabled": false, "candidateLogin": {}, "isHomePageLoad": true, "candidateBuildProfile": {}, "chatbot": true, "copilotConfig": {"enabled": false}, "enabledPersonalizedFeatures": {"recommendationFeedback": false, "tldr": false, "personalizationPreferences": false}, "installed_app_data": [], "enhancementsEnabled": false, "disableAutoScrollOnPositionSelect": false, "locationDistanceKmDefault": 100, "searchFiltersTranslationWhitelist": [], "customJobDescTranslationSkipList": [], "hamburgerMenuEnabled": false, "enableCandidateReferralFlow": false, "showBanner": false, "pcsBannerMessage": null, "locationRadiusConfig": {"showLocationRadius": false, "locationRadiusType": "km"}, "pcsApplyFormRouteEnabled": false, "isPcsBrandingApril2023Enabled": false, "allowedFileTypes": {}, "pcsOctupleMigration0Enabled": true, "pcsOctupleMigration1Enabled": false, "replaceUrlOnGoBack": true, "pcsRedesignedNuxEnabled": true, "userActivityTimeout": 86400000, "userActivityTimeoutEnabled": 1, "isLoggedInPcsEnabled": false, "sortByConfig": [{"id": "relevance", "label": "Relevance"}, {"id": "new", "label": "New to Old", "value": "if(field(position.ats_data.creation_ts, max), field(position.ats_data.creation_ts, max), field(position.timestamp, max)) desc"}, {"id": "old", "label": "Old to New", "value": "if(field(position.ats_data.creation_ts, max), field(position.ats_data.creation_ts, max), field(position.timestamp, max)) asc"}], "searchBoxConfig": {}, "eeocFilterKeywords": ["veteran", "disability", "gender", "race", "citizen", "visa", "ethnicity"], "disableScrollLoadPositionSidebar": false, "locationFlexibilityFrontendEnabled": false, "workLocationOptionFrontendEnabled": false, "loggedOutNotificationsEnabled": false, "prepopulateApplyFormEnabled": false, "prepopulateSettings": {"prepopulateCheckboxText": "Save my answers for future applications", "showPrepopulateCheckbox": false}, "themeBuilderUser": null, "mandatoryFields": ["firstname", "lastname", "email", "phone"], "t3sEnabled": false, "applyFormV2Enabled": false, "loggedOutSavedSearchEnabled": false, "locationRadiusTypeToggleEnabled": false, "incompleteApplicationsEnabled": false, "incompleteApplicationConfig": {}, "fallbackPcsJdGate": false, "pcsBlindfoldLinkoffGate": false, "enableResumeCoach": false, "jobcartMultiApplicationModeGate": false, "isPcsEnabled": true, "phoneWithCountryCodeEnabled": false, "notificationSuggestVerificationToken": null, "cookiesAutoDisabled": false, "strictEmailValidationEnabled": true, "chatbotxConfig": {}, "pcsAccessibilityHomeEnabled": false, "pcsAccessibilityApplyFormEnabled": false, "showLanguageDropdown": false, "languages": [{"value": "en", "title": "English"}, {"value": "it", "title": "Italiano"}, {"value": "es", "title": "Espa\u00f1ol"}, {"value": "fr", "title": "Fran\u00e7ais"}, {"value": "pt", "title": "Portugu\u00eas"}, {"value": "nb", "title": "Norsk"}, {"value": "de", "title": "Deutsch"}, {"value": "ja", "title": "\u65e5\u672c\u8a9e"}, {"value": "ms", "title": "Bahasa melayu"}, {"value": "zh-CN", "title": "\u4e2d\u6587 (\u7b80\u4f53)"}, {"value": "zh-TW", "title": "\u4e2d\u6587 (\u7e41\u9ad4)"}, {"value": "ko", "title": "\ud55c\uad6d\uc5b4"}, {"value": "th", "title": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"value": "nl", "title": "Nederlands"}, {"value": "pl", "title": "Polski"}, {"value": "uk", "title": "Y\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"value": "hr", "title": "Hrvatski"}, {"value": "el", "title": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"value": "hu", "title": "Magyar"}, {"value": "cs", "title": "\u010de\u0161tina"}, {"value": "tr", "title": "T\u00fcrk\u00e7e"}, {"value": "ru", "title": "P\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value": "ht", "title": "Haitian"}, {"value": "he", "title": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"value": "pt-BR", "title": "Brazilian Portugu\u00eas"}, {"value": "da", "title": "Dansk"}, {"value": "fi", "title": "Suomi"}, {"value": "sv", "title": "Svenska"}, {"value": "fr-CA", "title": "Fran\u00e7ais (Canada)"}, {"value": "pt-PT", "title": "portugu\u00eas (Portugal)"}], "displayLanguage": "en", "requestLocation": false, "positionQnAEnabled": false, "singlePageCareersNavbarGate": false, "advancedOptionsA11yGate": false, "positionSidebarScrollResetGate": false}
@font-face {font-family: Calibre; src: url('https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/1657820090::Calibre-Regular.png');format(‘truetype’);} html *:not(.fa):not(.far):not(.fas):not(.fal):not(.fab):not(.footable):not(.fooicon):not(.footable-sort-indicator) { font-family: Calibre !important;}.fixed-top .navbar{display:none;}.reset-filters
{color:#0071D9 !important;}.back-to-all-jobs
{color: #0071D9 !important;}.back-to-all-jobs:hover
{color: #0044B2 !important;}.remove-from-job-cart-button
{color: #FFF !important;}.remove-from-job-cart-button:hover
{color: #FFF !important;}.perk-icon
{color: #0071D9 !important}.btn-secondary
{border-color: #0071D9 !important;color: #0071D9 !important;}.btn-secondary:hover{border-color:
#0044B2 !important;color: #0044B2 !important;}.fa-share
{color: #0071D9 !important}.fa-share:hover
{color: #0071D9 !important}.go-button {background: transparent;
color:#0071D9 !important;border-color: #0071D9 !important}.advanced-options-button
{color: #0071D9;}.go-button:hover
{color: #0044B2 !important;border-color: #0044B2 !important}.advanced-options-button:hover
{color: #0044B2 !important}.job-cart-button {border: 1px
solid #0071D9 !important;background: #0071D9 !important;color:#ffffff
!important;}.job-cart-button:hover{border: 1px
solid #0044B2 !important;background: #0044B2 !important;color:#ffffff
!important;}.add-to-job-cart-button
{background-color: #0071D9 !important;
border-color: #0071D9 !important;
color: #FFF !important;}.add-to-job-cart-button:hover
{background-color: #0044B2 !important;
border-color: #0044B2!important;
color: #FFF !important;}.position-apply-button
{background-color: #0071D9 !important;
border-color: #0071D9 !important;}.position-apply-button:hover
{background-color: #0044B2 !important;
border-color: #0044B2!important;}.btn
{border-radius:
3px !important;letter-spacing: 0px !important;} .search-results-main-container .card-selected
{
border-left-color: #0071D9!important;}.position-card .position-title
{color:#263238 !important;padding-left: 0px !important;} .all-positions-header h1
{color:#263238 !important;}.apply-form .btn-primary {border: 1px
solid #0071D9 !important; color:#ffffff !important;
background: #0071D9 !important; border-radius:
3px; !important;}.apply-form.btn-primary:hover{border: 1px
solid #263238 !important;} .circle-number-indicator
{background: #0071D9 !important;}.pillContainer .pillTitle
{color: #263238 !important;}.position-facets h3
{color: #263238; text-align: left !important;} .card
{text-align:left !important;}.personalization-bar-pre-upload
{background-color: #fff;
color: #263238 !important;}.get-matched-button
{background-color: #0071D9 !important;
border-color: #0071D9 !important;}.get-matched-button:hover
{background-color: #0044B2 !important;
border-color: #0044B2 !important;} .position-full-card
{color:#263238x !important;} .position-title
{color:#263238 !important; padding-left: 16px;
padding-right:16px;} .position-sub-title
{font-size: 18px !important;font-weight:
700 !important;color: #263238 !important;} .related-blog .blog-title
{font-size: 16px !important;font-weight:
700 !important;color: #263238 !important;}.custom-content-title
{font-size: 18px !important;font-weight:
700 !important;color: #263238 !important; align-self:
flex-end !important;}.join-tn-link
{display:none !important;}.pillTitle.line-clamp.line-clamp-3
{color: #263238 !important;} .match-bar
{background: #cfd8dc !important;} .related-video iframe
{height: 250px;} .perk {width: 200px;} .hero-image
{height: 450px !important; opacity: 1 !important;
background-size:cover !important; !important; margin:auto;
background-position-y:25% !important}.double-bounce1
{background-color: #0071D9 !important;} .double-bounce2
{background-color: #0044B2 !important;} .video-description
{text-align:left !important;} .join-tn-link
{color: #FFF !important;} .navbar {opacity: 1 !important; width:
50% !important;background:
transparent !important;} #career-workflow .header-image { content:
url
("https://static.vscdn.net/images/careers/demo/10xgenomics-sandbox/10xLogoVertical");
width: 100px !important; height: auto !important} .perk .perk-description{padding: 20px !important;} h1.position-title {color:#0A2347 !important;}.containerX h2 {color:#0A2347 !important;} .containerX p {color:#445979 !important;} .inline-block.position-cards-container {color:#445979 !important;} .position-title.line-clamp.line-clamp-2 {color:#0A2347 !important;} .col-md-12.all-positions-header.col-sm-12.col-xs-12 h1 {color:#0A2347 !important;}