{"id":1521,"date":"2023-06-06T09:03:08","date_gmt":"2023-06-06T09:03:08","guid":{"rendered":"https:\/\/nag.com\/?page_id=1521"},"modified":"2025-02-04T11:51:39","modified_gmt":"2025-02-04T11:51:39","slug":"careers","status":"publish","type":"page","link":"https:\/\/nag.com\/careers\/","title":{"rendered":"Careers"},"content":{"rendered":"\n<div class=\"gbc-banner--gradient df align-items--center-lg align-items--end\" style='background-color: #082d48ff; '>\n\n    <img loading=\"lazy\" decoding=\"async\" width=\"1485\" height=\"760\" src=\"https:\/\/nag.com\/wp-content\/uploads\/2024\/02\/WIT-header.png\" class=\"bg-media half half-right\" alt=\"\" autoplay=\"1\" muted=\"1\" playsinline=\"1\" loop=\"1\" style=\"object-position: % %;\" \/>\n    <div class=\"fake-gradient vertical dn db-lg\" style=\"background: linear-gradient(90deg, #082d48ff, transparent);\"><\/div>\n\n    <div class=\"fake-gradient horizontal db dn-lg\" style=\"background: linear-gradient(0deg,  #082d48ff, transparent);\"><\/div>\n\n\n\n    <div class=\"container pb-2 pb-lg-0\">\n        <div class=\"row\">\n            <div class=\"col-12 col-lg-6\" style=\"color: #fff;\">\n                <div class=\"mb-2\"><h1>Careers at <span class=\"nag-n-override\" style=\"margin-left: 0 !important;\"><i>n<\/i><\/span>AG<\/h1>\n<\/div>\n                <div class=\"mb-3\"><p><span class=\"nag-n-override\" style=\"margin-left: 0 !important;\"><i>n<\/i><\/span>AG provides a highly varied and distinctive place to work, learn, and experience. Each day <span class=\"nag-n-override\" style=\"margin-left: 0 !important;\"><i>n<\/i><\/span>AG staff are solving numerical, technical, and high-performance computing problems for customers all over the world \u2013 either directly or through software development.<\/p>\n<\/div>\n\n                <a href='https:\/\/nag.com\/work-with-us\/' style='background-color: #ff7d21ff; color: #ffffffff; border-radius: 30px; font-weight: 600; ' class='btn mr-1  ' >Talk to us <i class='fas fa-angle-right'><\/i><\/a>\n            <\/div>\n            <div class=\"col-12 col-lg-6\">\n\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Spacer -->\n<div class=\"pt-6 pt-lg-6 pt-xl-6\" ><\/div>\n\n\n\n<div class=\"tabs-bento\">\n    <div class=\"container\">\n\n        <div class=\"pv-2 card-rounded ph-1\" style='background-color: #eaeaeaff; '>\n            <div class=\"row\">\n                <div class=\"col-12 offset-lg-1\">\n                                    <button class=\"tabs-bento__btn btn mb-1 mb-lg-0 card-rounded--half active\">\n                        Technical Vacancies                    <\/button>\n                                        <button class=\"tabs-bento__btn btn mb-1 mb-lg-0 card-rounded--half \">\n                        Commercial Vacancies                    <\/button>\n                                    <\/div>\n            \n            <\/div>\n            <div class=\"row\">\n                <div class=\"offset-lg-1 col-12 col-lg-10\">\n                <div class=\"underline dn db-lg mt-1\">\n                    <div class=\"underline__line\"><\/div>\n                <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"row pt-2\">\n                                        <div class=\"tabs-bento__tab mb-2 mb-lg-0 col-12 col-lg-10  active offset-lg-1\">\n                                                        <div class=\"mv-1\"><\/div>\n                                                    <\/div>\n                                                                    <div class=\"tabs-bento__tab mb-2 mb-lg-0 col-12 col-lg-10  dn offset-lg-1\">\n                                                        <div class=\"mv-1\"><\/div>\n                                                    <\/div>\n                                                        <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n\n    \/\/ doc ready\ndocument.addEventListener(\"DOMContentLoaded\", function(event) {\n\n    var tabsBentoContainers = document.querySelectorAll('.tabs-bento');\n\n    for (let index = 0; index < tabsBentoContainers.length; index++) {\n        const tabBento = tabsBentoContainers[index];\n\n\n        \/\/ get the width of the first .tabs-bento__btn and make .underline__line the same width\n        var firstTabBentoBtn = tabBento.querySelector('.tabs-bento__btn');\n        var underlineLine = tabBento.querySelector('.underline__line');\n        underlineLine.style.width = firstTabBentoBtn.offsetWidth + 'px';\n\n\n        tabBento.querySelectorAll('.tabs-bento__btn').forEach(tabBentoTab => {\n            tabBentoTab.addEventListener('click', function(){\n\n                tabBento.querySelectorAll('.tabs-bento__btn').forEach(tabBentoTab => {\n                    if (tabBentoTab.classList.contains('active')) {\n                        tabBentoTab.classList.remove('active');\n                    }\n                });\n                tabBentoTab.classList.add('active');\n\n                \/\/ get index of clicked element\n                var index = Array.prototype.indexOf.call(tabBentoTab.parentNode.children, tabBentoTab);\n\n\n                \/\/ Add .active class to .tabs-bento__tab\n                tabBento.querySelectorAll('.tabs-bento__tab').forEach(tabBentoTab => {\n                    if (tabBentoTab.classList.contains('active')) {\n                        tabBentoTab.classList.remove('active');\n                        \n                        if (tabBentoTab.nextElementSibling && tabBentoTab.nextElementSibling.classList.contains('tabs-bento__image')) {\n                            tabBentoTab.nextElementSibling.classList.remove('active');\n                        }\n                    }\n                });\n\n                tabBento.querySelectorAll('.tabs-bento__tab')[index].classList.add('active');\n\n                console.log(tabBentoTab.nextElementSibling)\n\n\n                if (tabBento.querySelectorAll('.tabs-bento__tab')[index].nextElementSibling && tabBento.querySelectorAll('.tabs-bento__tab')[index].nextElementSibling.classList.contains('tabs-bento__image')) {\n                    tabBento.querySelectorAll('.tabs-bento__tab')[index].nextElementSibling.classList.add('active');\n                }\n\n                \/\/ set the width of .underline__line to the clicked element including padding\n                var underlineLine = tabBento.querySelector('.underline__line');\n                underlineLine.style.width = tabBentoTab.offsetWidth + 'px';\n                underlineLine.style.left = (tabBentoTab.offsetLeft - 15) + 'px';\n        \n            });\n        }); \n        \n    }\n});\n<\/script>\n\n\n\n\n<!-- Spacer -->\n<div class=\"pt-6 pt-lg-6 pt-xl-6\" ><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-1521","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Careers - nAG<\/title>\n<meta name=\"description\" content=\"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nag.com\/careers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Careers - nAG\" \/>\n<meta property=\"og:description\" content=\"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nag.com\/careers\/\" \/>\n<meta property=\"og:site_name\" content=\"nAG\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-04T11:51:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nag.com\/wp-content\/uploads\/2024\/02\/NAG-Logo-White-On-Blue.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"12770\" \/>\n\t<meta property=\"og:image:height\" content=\"4353\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@NAGTalk\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nag.com\/careers\/\",\"url\":\"https:\/\/nag.com\/careers\/\",\"name\":\"Careers - nAG\",\"isPartOf\":{\"@id\":\"https:\/\/nag.com\/#website\"},\"datePublished\":\"2023-06-06T09:03:08+00:00\",\"dateModified\":\"2025-02-04T11:51:39+00:00\",\"description\":\"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.\",\"breadcrumb\":{\"@id\":\"https:\/\/nag.com\/careers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nag.com\/careers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nag.com\/careers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nag.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nag.com\/#website\",\"url\":\"https:\/\/nag.com\/\",\"name\":\"NAG\",\"description\":\"Robust, trusted numerical software and computational expertise.\",\"publisher\":{\"@id\":\"https:\/\/nag.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nag.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nag.com\/#organization\",\"name\":\"Numerical Algorithms Group\",\"alternateName\":\"NAG\",\"url\":\"https:\/\/nag.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nag.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nag.com\/wp-content\/uploads\/2023\/11\/NAG-Logo.png\",\"contentUrl\":\"https:\/\/nag.com\/wp-content\/uploads\/2023\/11\/NAG-Logo.png\",\"width\":1244,\"height\":397,\"caption\":\"Numerical Algorithms Group\"},\"image\":{\"@id\":\"https:\/\/nag.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/NAGTalk\",\"https:\/\/www.linkedin.com\/company\/nag\/\",\"https:\/\/www.youtube.com\/user\/NumericalAlgorithms\",\"https:\/\/github.com\/numericalalgorithmsgroup\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Careers - nAG","description":"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nag.com\/careers\/","og_locale":"en_US","og_type":"article","og_title":"Careers - nAG","og_description":"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.","og_url":"https:\/\/nag.com\/careers\/","og_site_name":"nAG","article_modified_time":"2025-02-04T11:51:39+00:00","og_image":[{"width":12770,"height":4353,"url":"https:\/\/nag.com\/wp-content\/uploads\/2024\/02\/NAG-Logo-White-On-Blue.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@NAGTalk","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nag.com\/careers\/","url":"https:\/\/nag.com\/careers\/","name":"Careers - nAG","isPartOf":{"@id":"https:\/\/nag.com\/#website"},"datePublished":"2023-06-06T09:03:08+00:00","dateModified":"2025-02-04T11:51:39+00:00","description":"NAG provides a highly varied and distinctive place to work, learn, and experience. ach day NAG staff are solving technical, and HPC problems.","breadcrumb":{"@id":"https:\/\/nag.com\/careers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nag.com\/careers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nag.com\/careers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nag.com\/"},{"@type":"ListItem","position":2,"name":"Careers"}]},{"@type":"WebSite","@id":"https:\/\/nag.com\/#website","url":"https:\/\/nag.com\/","name":"NAG","description":"Robust, trusted numerical software and computational expertise.","publisher":{"@id":"https:\/\/nag.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nag.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nag.com\/#organization","name":"Numerical Algorithms Group","alternateName":"NAG","url":"https:\/\/nag.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nag.com\/#\/schema\/logo\/image\/","url":"https:\/\/nag.com\/wp-content\/uploads\/2023\/11\/NAG-Logo.png","contentUrl":"https:\/\/nag.com\/wp-content\/uploads\/2023\/11\/NAG-Logo.png","width":1244,"height":397,"caption":"Numerical Algorithms Group"},"image":{"@id":"https:\/\/nag.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/NAGTalk","https:\/\/www.linkedin.com\/company\/nag\/","https:\/\/www.youtube.com\/user\/NumericalAlgorithms","https:\/\/github.com\/numericalalgorithmsgroup"]}]}},"_links":{"self":[{"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/pages\/1521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/comments?post=1521"}],"version-history":[{"count":33,"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/pages\/1521\/revisions"}],"predecessor-version":[{"id":57974,"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/pages\/1521\/revisions\/57974"}],"wp:attachment":[{"href":"https:\/\/nag.com\/wp-json\/wp\/v2\/media?parent=1521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}