{"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>"}
{"domain": "10xgenomics.com", "user": "Import 10xgenomics.com", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isCareerPlannerEnabled": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": 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": "Thank you for your interest in 10x Genomics. \u00a0 As part of the recruitment process, 10x Genomics collects and processes your personal data relating to the position you\u2019ve applied for. We may also provide recommendations to you that match your qualifications. We are committed to being transparent about how we collect and use that data and to meeting our applicable data protection obligations. If you do not wish to receive email alerts from us with respect to other positions, please contact us at\u00a0recruiting@10xgenomics.com. \u00a0 By continuing with your application, you acknowledge that you have read and agree to the 10x Genomics\u2019\u00a0Privacy Policy. <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/1726521047::10x_genomics_videos\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\">Belonging at 10x Genomics</h4>\n </div>\n <div class=\"modal-body\" style=\"text-align: center;\">\n <iframe width=\"100%\" height=\"315\" src=\"https://www.youtube.com/embed/boa4jOyndK8\" 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\">Belonging at 10x Genomics</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\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 in BioPharma list for 2023<br><br>Most Innovative Companies in Biotech by Fast Company in 2023<br><br>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": true, "hideEightfoldBranding": false}, "pid": "171825410211", "positions": [{"id": 171825410211, "name": "Account Executive, Georgia", "location": "Georgia, USA (Remote)", "locations": ["Georgia, USA (Remote)"], "hot": 0, "department": "Sales", "business_unit": "5030 Sales - AMER", "t_update": 1737137329, "t_create": 1735941692, "ats_job_id": "3040408", "display_job_id": "P-4486", "type": "ATS", "id_locale": "P-4486-en", "job_description": "Account Executive The Account Executive in Georgia is a field-based position responsible for the overall success of our Chromium and Visium franchises and for driving Xenium consumables utilization within top- and mid-tier academic and government accounts. The ideal candidate will possess strong technical knowledge in Single Cell and Spatial profiling, demonstrating technical credibility to effectively consult with customers and influence key decisions on technology and product choices. A strong history of account relationships with key thought leaders in the Genomics space is essential. Additionally, the role requires strong business acumen to build successful account and territory plans, translating territory strategy into business results. What you will be doing: Strategic Account Planning: Develop and manage a territory plan to meet or exceed business goals. Customer Consultation: Apply technical credibility to consult with customers on technology solutions. Sales Management: Demonstrate funnel management skills with strong hunting/prospecting and closing skills. Consistently and accurately manage the sales process, including sales forecasting, pipeline management, and sales tracking through the use of the CRM system and other designated IT tools. Customer Relationships: Establish trust with customers, understand their research needs and internal dynamics, and take a consultative selling approach to provide the right solutions. Ensure high customer satisfaction post-sale. Market Knowledge: Develop deep knowledge of customer ecosystems and decision-makers. Stay up-to-date on research trends to identify high-value leads. Team Coordination: Work effectively with sales and support teams, Collaboration: Work closely with other roles, aligning internal responsibilities and goals, and leveraging experts to drive customer decisions and an exceptional customer experience from awareness through adoption and utilization. Post-Purchase Support: Manage the customer relationship post-purchase to support ongoing consumables use and identify new and future research opportunities and needs. Business Planning: Commit to rigorous business and territory planning, applying market and customer knowledge to ensure accurate and timely forecasting. Market and Product Knowledge: Maintain current knowledge of genetic analysis markets, products, and buying practices required to effectively compete in the assigned territory. Minimum Qualifications: Bachelor's degree in Biology, Molecular Biology, Biochemistry or related field; or the equivalent knowledge and experience. Minimum of 2-4 years sales experience in Life Science, selling small to mid-sized capital and consumables, preferably in the academic, life sciences or biotechnology industries Extensive knowledge of single cell and spatial biology tools applied to life science research. Ability to travel as needed to be successful in this field based role. Proven ability to establish long-term customer relationships and closing new business Strong customer-facing skills including building trust, understanding needs, presenting solutions, and navigating research institutions and grant funding environment Preferred Skills/Qualifications: Masters or PhD in Biology, Molecular Biology, Biochemistry or related field LI-JF1 LI-Remote Below is the base pay range for this full-time position. The actual base pay will depend on several factors unique to each candidate, including one's skills, qualifications, and experience. At 10x, base pay is also just one component of the Company's total compensation package. This role is also eligible for 10x's equity grants, its comprehensive health and retirement benefit programs, and its annual bonus program or sales incentive program. During the hiring process, your 10x recruiter can share more about the Company's total compensation package. Pay Range $87,100--$117,900 USD About 10x Genomics At 10x Genomics, accelerating our understanding of biology is more than a mission for us. It is a commitment. This is the century of biology, and the breakthroughs we make now have the potential to change the world. We enable scientists to advance their research, allowing them to address scientific questions they did not even know they could ask. Our tools have enabled fundamental discoveries across biology including cancer, immunology, and neuroscience. Our teams are empowered and encouraged to follow their passions, pursue new ideas, and perform at their best in an inclusive and dynamic environment. We know that behind every scientific breakthrough, there is a deep infrastructure of talented people driving the life sciences industry and making it possible for scientists and clinicians to make new strides. We are dedicated to finding the very best person for every aspect of our work because the innovations and discoveries that we enable together will lead to better technologies, better treatments, and a better future. Find out how you can make a 10x difference. Individuals seeking employment at 10x Genomics are considered without regards to race, color, religion, national origin, age, sex, marital status, ancestry, physical or mental disability, veteran status, gender identity, or sexual orientation, or any other characteristic protected by applicable law. 10x does not accept unsolicited applicants submitted by third-party recruiters or agencies. Any resume or application submitted to 10x without a vendor agreement in place will be considered unsolicited and property of 10x, and 10x will not pay a placement fee.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://careers.10xgenomics.com/careers/job/171825410211", "isPrivate": false}], "isFallback": true, "debug": {}, "count": 1, "personal_message": "We thought you would be interested in this position.", "scheduling": {"minTime": 9, "limit": 10, "maxTime": 17, "increments": 60, "minTimeslots": 3}, "userTitles": [], "enableTargetedResume": 0, "query": {"query": "", "location": "", "department": [], "skill": [], "seniority": [], "pid": "171825410211"}, "singleview": true, "see_all_jobs": true, "recommended_star_threshold": 4.0, "chatbot": true, "iframeImplementation": null, "pcsApplyFormV2Enabled": true, "isPcsBrandingApril2023Enabled": false, "allowedFileTypes": {}, "pcsTextConfiguration": {}, "hideDepartment": null, "pcsOctupleMigration0Enabled": true, "pcsOctupleMigration1Enabled": false, "replaceUrlOnGoBack": true, "pcsRedesignedNuxEnabled": true, "readmoreInstructionEnabled": false, "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": {}, "excludePrivatePositions": true, "eeocFilterKeywords": ["veteran", "disability", "gender", "race", "citizen", "visa", "ethnicity"], "disableScrollLoadPositionSidebar": false, "locationFlexibilityFrontendEnabled": false, "workLocationOptionFrontendEnabled": true, "remoteFlexibleJobsFilterEnabled": false, "loggedOutNotificationsEnabled": true, "candidateLogin": {"postApplyReviewLink": {"enabled": true, "url": "/api/apply/v2/profile/review/initialize_user?domain=10xgenomics.com", "title": "What's next? Increase your chances of getting hired!", "message": "Knowing more about you helps us review your application faster. Enrich your profile by adding more skills, awards, and other recognition.", "buttonText": "Review my profile", "verifyEmailTitle": "Let's verify your email", "verifyEmailText": "Click the link in the email to continue reviewing your profile. If you do not immediately see the email, check your spam folder."}}, "prepopulateApplyFormEnabled": true, "prepopulateSettings": {"prepopulateCheckboxText": "Save my answers for future applications", "showPrepopulateCheckbox": false}, "candidateBuildProfile": {}, "enhancementsEnabled": false, "themeBuilderUser": null, "mandatoryFields": ["firstname", "lastname", "email", "phone"], "blindfoldWidgetPcsGate": false, "pcsApplyFormLocationGate": false, "t3sEnabled": false, "uploadApplicationAnswers": false, "candidateAuthV2Enabled": true, "preApplicationSubmitAuthEnabled": false, "applyFormV2Enabled": false, "loggedOutSavedSearchEnabled": false, "locationRadiusTypeToggleEnabled": true, "incompleteApplicationsEnabled": false, "incompleteApplicationConfig": {}, "fallbackPcsJdGate": true, "enableResumeCoach": false, "isPcsEnabled": true, "applicationInfoReviewEnabled": false, "phoneWithCountryCodeEnabled": true, "phoneWithCountryCodeJTNEnabled": false, "notificationSuggestVerificationToken": null, "cookiesAutoDisabled": false, "strictEmailValidationEnabled": true, "chatbotxConfig": {"enabled": false, "featureAccessFlags": {"resumeCoachCardFlags": {"showApplyWithResume": true, "showEditResume": true}, "positionCardFlags": {"showAddToJobCart": true}}}, "pcsOptionalResumeWithJobcartGate": false, "loggedInCandidate": {}, "hamburgerMenuEnabled": false, "sharedTalentPoolGate": false, "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)"}, {"value": "vi", "title": "Ti\u1ebfng Vi\u1ec7t"}, {"value": "ro", "title": "rom\u00e2n\u0103"}, {"value": "bg", "title": "\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}, {"value": "ar", "title": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}], "displayLanguage": "en", "installed_app_data": [], "singlePageCareersNavbarGate": false, "customJobDescTranslationSkipList": []}
{"display_banner": false, "display_text": ""}
@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;}