{"id":245,"date":"2026-01-29T23:57:38","date_gmt":"2026-01-29T14:57:38","guid":{"rendered":"https:\/\/d22ryn5zdhpjm8.cloudfront.net\/technology\/"},"modified":"2026-07-02T11:31:29","modified_gmt":"2026-07-02T02:31:29","slug":"technology","status":"publish","type":"page","link":"https:\/\/www.scivax.com\/en\/technology\/","title":{"rendered":"Technical Information"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"245\" class=\"elementor elementor-245 elementor-61\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0173c e-flex e-con-boxed e-con e-parent\" data-id=\"2a0173c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b008f44 elementor-widget elementor-widget-html\" data-id=\"b008f44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700&family=DM+Mono:wght@400&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .tw {\n    font-family: 'Noto Sans JP', sans-serif;\n    padding: 0;\n  }\n\n  .cs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .card {\n    background: #f4f8f6;\n    border: 1.5px solid #b2d4c8;\n    border-top: none;\n    border-radius: 4px;\n    display: flex;\n    flex-direction: column;\n    text-decoration: none;\n    color: inherit;\n    overflow: hidden;\n    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;\n  }\n\n  .card:hover {\n    background: #eaf3ef;\n    border-color: #0f6e56;\n    box-shadow: 0 6px 28px rgba(15, 110, 86, 0.13);\n  }\n\n  .card-img {\n    width: 100%;\n    height: 270px;\n    background: #d8eae4;\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-bottom: 1.5px solid #b2d4c8;\n    flex-shrink: 0;\n  }\n\n  .card:hover .card-img {\n    border-bottom-color: #0f6e56;\n  }\n\n  .card-img-placeholder {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .card-img-placeholder svg {\n    width: 36px;\n    height: 36px;\n    stroke: #7ab8a8;\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .card-img-placeholder span {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    color: #7ab8a8;\n    font-family: 'DM Mono', monospace;\n  }\n\n  .card-stripe {\n    height: 3px;\n    background: #0f6e56;\n    width: 100%;\n    flex-shrink: 0;\n  }\n\n  .card-inner {\n    padding: 1.75rem 1.75rem 1.5rem;\n    display: flex;\n    flex-direction: column;\n    gap: 1.1rem;\n    flex: 1;\n  }\n\n  .card-meta {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .card-number {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 0.2em;\n    color: #0f6e56;\n  }\n\n  .card-tag {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    color: #0f6e56;\n    background: #d8eae4;\n    border: 1px solid #a8d4c4;\n    padding: 2px 8px;\n    border-radius: 2px;\n    text-transform: uppercase;\n  }\n\n  .card-body {\n    flex: 1;\n  }\n\n  .card-title {\n    font-size: 1.45rem;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.04em;\n    color: #0d2b22;\n    margin-bottom: 0.9rem;\n  }\n\n  .card-desc {\n    font-size: 16px;\n    line-height: 1.9;\n    color: #2a3d37;\n    font-weight: 400;\n  }\n\n  .card-footer {\n    border-top: 1px solid #cce3da;\n    padding-top: 1rem;\n    margin-top: 0.25rem;\n  }\n\n  .card:hover .card-footer {\n    border-top-color: #a8d4c4;\n  }\n\n  .card-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 14px;\n    font-weight: 700;\n    color: #ffffff;\n    background: #0f6e56;\n    border-radius: 3px;\n    padding: 10px 18px;\n    letter-spacing: 0.05em;\n    transition: background 0.2s, gap 0.2s;\n  }\n\n  .card:hover .card-cta {\n    background: #085041;\n    gap: 11px;\n  }\n\n  .card-cta svg {\n    width: 14px;\n    height: 14px;\n    stroke: #fff;\n    fill: none;\n    stroke-width: 2.2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.2s;\n  }\n\n  .card:hover .card-cta svg {\n    transform: translateX(3px);\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(14px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .card { animation: fadeUp 0.5s ease both; }\n  .card:nth-child(1) { animation-delay: 0.05s; }\n  .card:nth-child(2) { animation-delay: 0.16s; }\n\n  @media (max-width: 640px) {\n    .cs { grid-template-columns: 1fr; gap: 14px; }\n  }\n<\/style>\n\n<div class=\"tw\">\n  <section class=\"cs\">\n\n    <a class=\"card\" href=\"\/en\/technical-documents\/\">\n      <div class=\"card-img\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/2026\u5e746\u670811\u65e5-14_05_48.png\" style=\"width:100%;height:100%;object-fit:cover;display:block;\">\n      <\/div>\n      <div class=\"card-stripe\"><\/div>\n      <div class=\"card-inner\">\n        <div class=\"card-meta\">\n          <span class=\"card-number\">01<\/span>\n          <span class=\"card-tag\">Download<\/span>\n        <\/div>\n        <div class=\"card-body\">\n          <p class=\"card-title\">Technical Documents<\/p>\n          <p class=\"card-desc\">Download our white papers and a range of technical materials.<\/p>\n        <\/div>\n        <div class=\"card-footer\">\n          <div class=\"card-cta\">\n            View Documents\n            <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/a>\n\n    <a class=\"card\" href=\"\/en\/technology\/technical-glossary\/\">\n      <div class=\"card-img\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/2026\u5e746\u670811\u65e5-16_24_41.png\" style=\"width:100%;height:100%;object-fit:cover;display:block;\">\n      <\/div>\n      <div class=\"card-stripe\"><\/div>\n      <div class=\"card-inner\">\n        <div class=\"card-meta\">\n          <span class=\"card-number\">02<\/span>\n          <span class=\"card-tag\">Glossary<\/span>\n        <\/div>\n        <div class=\"card-body\">\n          <p class=\"card-title\">Technical Glossary<\/p>\n          <p class=\"card-desc\">Clear explanations of specialized terms related to nanoimprinting.<\/p>\n        <\/div>\n        <div class=\"card-footer\">\n          <div class=\"card-cta\">\n            Browse Terms\n            <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/a>\n\n  <\/section>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear explanations of specialized terms related to nanoimprinting. Browse Terms","protected":false},"author":1,"featured_media":444,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-245","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Technical Information | SCIVAX<\/title>\n<meta name=\"description\" content=\"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.scivax.com\/en\/technology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Technical Information | SCIVAX\" \/>\n<meta property=\"og:description\" content=\"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scivax.com\/en\/technology\/\" \/>\n<meta property=\"og:site_name\" content=\"SCIVAX\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-02T02:31:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Technical Information | SCIVAX\" \/>\n<meta name=\"twitter:description\" content=\"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/\",\"name\":\"Technical Information | SCIVAX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"datePublished\":\"2026-01-29T14:57:38+00:00\",\"dateModified\":\"2026-07-02T02:31:29+00:00\",\"description\":\"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"contentUrl\":\"https:\\\/\\\/www.scivax.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/technology\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Technical Information\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/\",\"name\":\"SCIVAX\",\"description\":\"Nanoimprint Total Solution\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.scivax.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Technical Information | SCIVAX","description":"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026","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:\/\/www.scivax.com\/en\/technology\/","og_locale":"en_US","og_type":"article","og_title":"Technical Information | SCIVAX","og_description":"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026","og_url":"https:\/\/www.scivax.com\/en\/technology\/","og_site_name":"SCIVAX","article_modified_time":"2026-07-02T02:31:29+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05-1024x683.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Technical Information | SCIVAX","twitter_description":"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.scivax.com\/en\/technology\/","url":"https:\/\/www.scivax.com\/en\/technology\/","name":"Technical Information | SCIVAX","isPartOf":{"@id":"https:\/\/www.scivax.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.scivax.com\/en\/technology\/#primaryimage"},"image":{"@id":"https:\/\/www.scivax.com\/en\/technology\/#primaryimage"},"thumbnailUrl":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","datePublished":"2026-01-29T14:57:38+00:00","dateModified":"2026-07-02T02:31:29+00:00","description":"01 Download Technical Documents Download our white papers and a range of technical materials. View Documents 02 Glossary Technical Glossary Clear\u2026","breadcrumb":{"@id":"https:\/\/www.scivax.com\/en\/technology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scivax.com\/en\/technology\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.scivax.com\/en\/technology\/#primaryimage","url":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","contentUrl":"https:\/\/www.scivax.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-2026\u5e742\u670813\u65e5-15_19_05.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.scivax.com\/en\/technology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.scivax.com\/en\/"},{"@type":"ListItem","position":2,"name":"Technical Information"}]},{"@type":"WebSite","@id":"https:\/\/www.scivax.com\/en\/#website","url":"https:\/\/www.scivax.com\/en\/","name":"SCIVAX","description":"Nanoimprint Total Solution","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.scivax.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/pages\/245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/comments?post=245"}],"version-history":[{"count":14,"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/pages\/245\/revisions"}],"predecessor-version":[{"id":14192,"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/pages\/245\/revisions\/14192"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/media\/444"}],"wp:attachment":[{"href":"https:\/\/www.scivax.com\/en\/wp-json\/wp\/v2\/media?parent=245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}