{"title":"Laboratory Tools","description":"\u003cstyle\u003e\n  \/* =========================================\n     LABORATORY TOOLS COLLECTION INTRO\n     ========================================= *\/\n\n  .nle-lab-tools {\n    max-width: 1180px;\n    margin: 0 auto 34px;\n    color: #34464d;\n    line-height: 1.6;\n  }\n\n  .nle-lab-tools *,\n  .nle-lab-tools *::before,\n  .nle-lab-tools *::after {\n    box-sizing: border-box;\n  }\n\n\n  \/* HERO *\/\n\n  .nle-lab-tools__hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 32px 34px;\n    margin-bottom: 18px;\n\n    border: 1px solid #dce8e7;\n    border-radius: 16px;\n\n    background:\n      radial-gradient(\n        circle at 96% 8%,\n        rgba(22, 139, 140, 0.11),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        #f7fbfb 0%,\n        #ffffff 72%\n      );\n  }\n\n  .nle-lab-tools__eyebrow {\n    display: block;\n    margin-bottom: 8px;\n\n    color: #168b8c;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .nle-lab-tools__hero h2 {\n    max-width: 850px;\n\n    margin: 0 0 12px;\n\n    color: #12304a;\n\n    font-size: clamp(27px, 3vw, 39px);\n    line-height: 1.14;\n  }\n\n  .nle-lab-tools__intro {\n    max-width: 880px;\n\n    margin: 0 0 19px;\n\n    color: #53656c;\n\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n\n  \/* QUICK BENEFIT PILLS *\/\n\n  .nle-lab-tools__pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .nle-lab-tools__pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    padding: 7px 11px;\n\n    border-radius: 999px;\n\n    background: #edf7f5;\n    color: #315b49;\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .nle-lab-tools__pill svg {\n    width: 14px;\n    height: 14px;\n\n    flex: 0 0 auto;\n\n    color: #168b8c;\n  }\n\n\n  \/* VALUE CARDS *\/\n\n  .nle-lab-tools__features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n\n    margin-bottom: 18px;\n  }\n\n  .nle-lab-tools__feature {\n    padding: 20px;\n\n    border: 1px solid #e1e9e8;\n    border-radius: 12px;\n\n    background: #ffffff;\n  }\n\n  .nle-lab-tools__icon {\n    width: 40px;\n    height: 40px;\n\n    margin-bottom: 12px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 9px;\n\n    background: #edf7f5;\n    color: #168b8c;\n  }\n\n  .nle-lab-tools__icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .nle-lab-tools__feature h3 {\n    margin: 0 0 5px;\n\n    color: #12304a;\n\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .nle-lab-tools__feature p {\n    margin: 0;\n\n    color: #627278;\n\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n\n  \/* WORKFLOW STRIP *\/\n\n  .nle-lab-tools__workflow {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 28px;\n\n    padding: 24px 26px;\n    margin-bottom: 18px;\n\n    border-radius: 14px;\n\n    background: #12304a;\n    color: #ffffff;\n  }\n\n  .nle-lab-tools__workflow-label {\n    display: block;\n\n    margin-bottom: 5px;\n\n    color: #7ed3cf;\n\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .nle-lab-tools__workflow h3 {\n    margin: 0 0 7px;\n\n    color: #ffffff;\n\n    font-size: 21px;\n    line-height: 1.25;\n  }\n\n  .nle-lab-tools__workflow-intro {\n    margin: 0;\n\n    color: rgba(255, 255, 255, 0.82);\n\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .nle-lab-tools__uses {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px 18px;\n\n    align-content: center;\n  }\n\n  .nle-lab-tools__use {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n\n    color: rgba(255, 255, 255, 0.9);\n\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .nle-lab-tools__check {\n    width: 18px;\n    height: 18px;\n\n    flex: 0 0 18px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin-top: 1px;\n\n    border-radius: 50%;\n\n    background: rgba(126, 211, 207, 0.16);\n    color: #8fe1dc;\n\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n\n  \/* PRIVATE \/ OFFLINE CALLOUT *\/\n\n  .nle-lab-tools__privacy {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n\n    padding: 18px 21px;\n    margin-bottom: 20px;\n\n    border: 1px solid #d6e8e3;\n    border-radius: 12px;\n\n    background: #f4faf8;\n  }\n\n  .nle-lab-tools__privacy-icon {\n    width: 46px;\n    height: 46px;\n\n    flex: 0 0 46px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 10px;\n\n    background: #dff1eb;\n    color: #247057;\n  }\n\n  .nle-lab-tools__privacy-icon svg {\n    width: 23px;\n    height: 23px;\n  }\n\n  .nle-lab-tools__privacy strong {\n    display: block;\n\n    margin-bottom: 2px;\n\n    color: #214c3d;\n\n    font-size: 15px;\n  }\n\n  .nle-lab-tools__privacy p {\n    margin: 0;\n\n    color: #557068;\n\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n\n  \/* RESPONSIBLE USE NOTE *\/\n\n  .nle-lab-tools__note {\n    padding: 13px 16px;\n    margin-bottom: 20px;\n\n    border-left: 3px solid #168b8c;\n\n    background: #fafcfc;\n\n    color: #69777c;\n\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  .nle-lab-tools__note strong {\n    color: #40545b;\n  }\n\n\n  \/* TRANSITION TO PRODUCT GRID *\/\n\n  .nle-lab-tools__browse {\n    padding-top: 17px;\n\n    border-top: 1px solid #e2e9e8;\n\n    text-align: center;\n  }\n\n  .nle-lab-tools__browse strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color: #12304a;\n\n    font-size: 17px;\n  }\n\n  .nle-lab-tools__browse span {\n    color: #748187;\n\n    font-size: 13px;\n  }\n\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n\n    .nle-lab-tools__features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .nle-lab-tools__workflow {\n      grid-template-columns: 1fr;\n      gap: 17px;\n    }\n\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n\n    .nle-lab-tools {\n      margin-bottom: 26px;\n    }\n\n    .nle-lab-tools__hero {\n      padding: 25px 22px;\n    }\n\n    .nle-lab-tools__intro {\n      font-size: 15px;\n    }\n\n    .nle-lab-tools__features {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .nle-lab-tools__feature {\n      padding: 17px;\n    }\n\n    .nle-lab-tools__workflow {\n      padding: 22px 20px;\n    }\n\n    .nle-lab-tools__uses {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .nle-lab-tools__privacy {\n      align-items: flex-start;\n      padding: 17px;\n    }\n\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"nle-lab-tools\"\u003e\n\n\n  \u003c!-- =====================================\n       INTRO\n       ===================================== --\u003e\n\n  \u003csection class=\"nle-lab-tools__hero\" aria-labelledby=\"nle-lab-tools-title\"\u003e\n\n    \u003cspan class=\"nle-lab-tools__eyebrow\"\u003e\n      Practical Tools for Real Laboratory Workflows\n    \u003c\/span\u003e\n\n    \u003ch2 id=\"nle-lab-tools-title\"\u003e\n      Spend Less Time Building Spreadsheets and More Time Using Your Data\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nle-lab-tools__intro\"\u003e\n      A growing collection of focused digital utilities for laboratory\n      calculations, quality control, data review, sampling, measurement\n      uncertainty, formulation, and other technical workflows. Each tool is\n      designed to solve a specific problem without requiring another\n      subscription or complicated software platform.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"nle-lab-tools__pills\"\u003e\n\n\n      \u003cspan class=\"nle-lab-tools__pill\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M7 8h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 12h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        Standalone Digital Tools\n\n      \u003c\/span\u003e\n\n\n      \u003cspan class=\"nle-lab-tools__pill\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 10l7-7 7 7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        No Data Upload Required\n\n      \u003c\/span\u003e\n\n\n      \u003cspan class=\"nle-lab-tools__pill\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        No Subscription\n\n      \u003c\/span\u003e\n\n\n      \u003cspan class=\"nle-lab-tools__pill\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 17l5-5 4 4 7-8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M20 12V8h-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        Built for Laboratory Workflows\n\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================\n       CORE BENEFITS\n       ===================================== --\u003e\n\n  \u003cdiv class=\"nle-lab-tools__features\"\u003e\n\n\n    \u003c!-- SIMPLE --\u003e\n\n    \u003cdiv class=\"nle-lab-tools__feature\"\u003e\n\n      \u003cdiv class=\"nle-lab-tools__icon\" aria-hidden=\"true\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M4 6h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 12h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 18h7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Focused \u0026amp; Simple\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Purpose-built interfaces concentrate on specific laboratory tasks\n        instead of burying them inside a large software platform.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- PRIVATE --\u003e\n\n    \u003cdiv class=\"nle-lab-tools__feature\"\u003e\n\n      \u003cdiv class=\"nle-lab-tools__icon\" aria-hidden=\"true\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003crect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 10V7a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Private \u0026amp; Offline\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Calculations run locally in your browser so laboratory data does not\n        need to be uploaded to an external service.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- PORTABLE --\u003e\n\n    \u003cdiv class=\"nle-lab-tools__feature\"\u003e\n\n      \u003cdiv class=\"nle-lab-tools__icon\" aria-hidden=\"true\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Portable\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Standalone HTML tools can be opened in a modern browser without a\n        traditional software installation or recurring subscription.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- CONFIGURABLE --\u003e\n\n    \u003cdiv class=\"nle-lab-tools__feature\"\u003e\n\n      \u003cdiv class=\"nle-lab-tools__icon\" aria-hidden=\"true\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M4 6h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 6h2\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"16\" cy=\"6\" r=\"2\"\u003e\u003c\/circle\u003e\n\n          \u003cpath d=\"M4 12h2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 12h10\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"8\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\n\n          \u003cpath d=\"M4 18h7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 18h5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"13\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Configurable\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Adjust limits, acceptance criteria, methods, and other settings where\n        available to fit your laboratory's approved procedures.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================\n       WORKFLOWS\n       ===================================== --\u003e\n\n  \u003csection class=\"nle-lab-tools__workflow\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cspan class=\"nle-lab-tools__workflow-label\"\u003e\n        Built Around Common Lab Tasks\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Useful Across Quality, Technical, and Production Workflows\n      \u003c\/h3\u003e\n\n      \u003cp class=\"nle-lab-tools__workflow-intro\"\u003e\n        Choose individual utilities for specific needs or combine multiple\n        tools into a practical laboratory toolkit.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nle-lab-tools__uses\"\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Quality-control calculations\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Control chart monitoring\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Measurement uncertainty\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Random sampling plans\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Botanical formulation\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nle-lab-tools__use\"\u003e\n        \u003cspan class=\"nle-lab-tools__check\"\u003e✓\u003c\/span\u003e\n        Extraction yield calculations\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================\n       PRIVACY CALLOUT\n       ===================================== --\u003e\n\n  \u003cdiv class=\"nle-lab-tools__privacy\"\u003e\n\n    \u003cdiv class=\"nle-lab-tools__privacy-icon\" aria-hidden=\"true\"\u003e\n\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv\u003e\n\n      \u003cstrong\u003e\n        Your Laboratory Data Stays Local\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        These tools are designed to perform their calculations locally in\n        your browser. You can work with laboratory information without\n        sending your data to a cloud calculation service.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================\n       RESPONSIBLE USE NOTE\n       ===================================== --\u003e\n\n  \u003cdiv class=\"nle-lab-tools__note\"\u003e\n\n    \u003cstrong\u003eFor laboratory workflow support:\u003c\/strong\u003e\n    These utilities are intended to assist with calculations, organization,\n    review, and documentation. Laboratories remain responsible for validating\n    their procedures, establishing appropriate acceptance criteria, reviewing\n    results, and ensuring that use of any tool is consistent with their\n    approved methods and quality system.\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================\n       PRODUCT GRID TRANSITION\n       ===================================== --\u003e\n\n  \u003cdiv class=\"nle-lab-tools__browse\"\u003e\n\n    \u003cstrong\u003e\n      Explore Laboratory Tools\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Choose a focused utility for a specific workflow or select a bundle when\n      you need several tools together.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","products":[{"product_id":"random-sampling-planner-tool","title":"Random Sampling Planner Tool (v1.2.2)","description":"\u003cp\u003e\u003cstrong\u003eThe Random Sampling Planner\u003c\/strong\u003e is a lightweight offline HTML tool designed to help laboratories generate clear, randomized sampling plans for lots, batches, containers, and defined sampling locations.\u003c\/p\u003e\n\u003cp\u003eInstead of manually choosing containers and locations—or relying on ad hoc spreadsheets—this tool lets you define your sampling structure and automatically generate a randomized plan that can be reviewed, printed, and exported for use in the field or lab.\u003c\/p\u003e\n\u003cp\u003eThis micro-app runs entirely in your browser with \u003cstrong\u003eno installation, no subscription, and no data upload\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eWorking on developing your own tool using AI? This can be a great template for getting started and saving some tokens. Just upload the file to your favorite tool and start modifying to suit your internal needs!\u003c\/p\u003e\n\u003chr\u003e\n\u003ch2\u003eWhat this tool does\u003c\/h2\u003e\n\u003cp\u003eThe NLE Random Sampling Planner helps you:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003edefine the number of containers in a lot or batch\u003c\/li\u003e\n\u003cli\u003edefine sampling locations within each container\u003c\/li\u003e\n\u003cli\u003erandomly select containers and locations\u003c\/li\u003e\n\u003cli\u003eapply exclusions for inaccessible containers or disallowed locations\u003c\/li\u003e\n\u003cli\u003econtrol whether containers can repeat\u003c\/li\u003e\n\u003cli\u003eset limits for maximum samples per container\u003c\/li\u003e\n\u003cli\u003ecreate composite sample groupings\u003c\/li\u003e\n\u003cli\u003egenerate reproducible seeded sampling plans or fresh secure-random plans\u003c\/li\u003e\n\u003cli\u003eexport sampling plans for documentation and use in the field\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55866675658920,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/RandomSamplingTool.png?v=1786590396"},{"product_id":"control-chart-manager-v1-1-0","title":"Control Chart Manager (v1.1.0)","description":"\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eCreate, customize, annotate, and export laboratory control charts with this offline HTML tool designed for analytical and ISO\/IEC 17025 laboratory QC workflows. Import or enter data, establish baseline statistics and control limits, apply configurable QC rules, document events and investigations, and export your work as PDF, SVG, PNG, CSV, XLSX, or reusable project files.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eRuns entirely in your browser with no installation, subscription, or data upload required.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWorking on developing your own tool using AI? This can be a great template for getting started and saving some tokens. Just upload the file to your favorite tool and start modifying to suit your internal needs!\u003c\/span\u003e\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55866770358440,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/ControlChartManager_cdf9e6dc-f317-4d7a-b456-3e3b17c8efbc.png?v=1786592216"},{"product_id":"measurement-uncertainty-budget-manager-v1-1-0","title":"Measurement Uncertainty Budget Manager (v1.1.0)","description":"\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eBuild, document, and export measurement uncertainty budgets with this offline HTML tool for laboratory quality systems. Evaluate Type A and Type B components, sensitivity coefficients, correlations, effective degrees of freedom, coverage factors, and expanded uncertainty, then export your budget as PDF, CSV, XLSX, or a reusable project file.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eRuns entirely in your browser with no installation, subscription, or data upload required.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWorking on developing your own tool using AI? This can be a great template for getting started and saving some tokens. Just upload the file to your favorite tool and start modifying to suit your internal needs!\u003c\/span\u003e\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55866996392104,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/UncertaintyBudgetManager.png?v=1786595620"},{"product_id":"qc-calculator-toolkit-v1-1-1","title":"QC Calculator Toolkit (v1.1.1)","description":"\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eCalculate and document common laboratory QC metrics with this offline HTML tool, including RPD, %RSD\/CV, percent recovery, LCS\/LCSD, matrix spike and MS\/MSD recovery, internal standard response, calibration verification, LLOQ checks, serial dilution differences, and blank evaluations.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eUse configurable acceptance criteria, record pass\/fail\/review status, and export QC records as PDF, CSV, XLSX, or reusable project files—all locally in your browser with no installation or data upload required.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWorking on developing your own tool using AI? This can be a great template for getting started and saving some tokens. Just upload the file to your favorite tool and start modifying to suit your internal needs!\u003c\/span\u003e\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55867048165544,"sku":null,"price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/QCCalculator.png?v=1786598284"},{"product_id":"quality-control-combo-pack-1","title":"Quality Control Combo Pack #1","description":"\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eBuild a more complete laboratory quality-control workflow with the \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eNLE Quality Control Combo Pack\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e, a bundle of four standalone offline HTML tools designed to help laboratories plan sampling, perform routine QC calculations, monitor analytical performance, and evaluate measurement uncertainty.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThe bundle includes:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cstrong\u003e\u003cspan\u003eLaboratory QC Calculator\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eCalculate and document common QC metrics including RPD, %RSD\/CV, percent recovery, LCS\/LCSD, matrix spike and MS\/MSD recovery, internal standard response, calibration verification, LLOQ checks, serial dilution differences, and blank evaluations.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cstrong\u003e\u003cspan\u003eMeasurement Uncertainty Budget Manager\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eBuild and document GUM-style measurement uncertainty budgets using Type A and Type B components, sensitivity coefficients, correlations, effective degrees of freedom, coverage factors, expanded uncertainty, and contribution analysis.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cstrong\u003e\u003cspan\u003eControl Chart Manager\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eCreate and maintain laboratory QC control charts, establish statistical limits, identify warnings and out-of-control conditions, annotate events and investigations, and document ongoing analytical performance.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cstrong\u003e\u003cspan\u003eRandom Sampling Planner\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eGenerate randomized and reproducible sampling plans for lots, containers, locations, and other sampling units while documenting exclusions, constraints, composite groups, and sampling instructions.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eBuilt for Practical Laboratory Workflows\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eEach tool runs \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eentirely in your web browser\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e and is delivered as a standalone HTML file. No installation, account, subscription, internet connection, or laboratory data upload is required.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eTools include configurable laboratory criteria and documentation features, along with export options such as \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003ePDF\/Print, CSV, XLSX, and reusable project files\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e where applicable.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eIdeal for analytical laboratories, quality managers, laboratory supervisors, consultants, method developers, and organizations working within \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eISO\/IEC 17025 and other laboratory quality systems\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cstrong\u003e\u003cspan\u003eOne purchase. Four laboratory QC tools. No recurring subscription.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan\u003eThese tools are designed to support laboratory quality-system workflows and calculations. They do not independently establish ISO\/IEC 17025 compliance, replace approved laboratory SOPs or analytical methods, or determine laboratory acceptance criteria.\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55867099087016,"sku":null,"price":30.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/QCComboPack1.png?v=1786599151"},{"product_id":"botanical-formulation-calculator","title":"Botanical Formulation Calculator","description":"\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCalculate, scale, and standardize botanical formulas with this standalone offline HTML tool. Enter all formula ingredients—including extracts, carriers, and excipients—identify which ingredients contain your target analyte, and instantly calculate the finished concentration and production-scale ingredient quantities.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSupports mixed ingredient units, multiple analyte-containing ingredients, % w\/w, mg\/g, mg\/kg and other common assay units, dry-basis corrections, q.s. ingredients, serving-size calculations, inventory limits, and target-potency solving. Export your formulation as PDF, CSV, XLSX, or a reusable project file.\u003c\/p\u003e\n\u003cp\u003eRuns entirely in your browser with \u003cstrong\u003eno installation, subscription, or data upload required\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eWorking on developing your own tool using AI? This can be a great template for getting started and saving some tokens. Just upload the file to your favorite tool and start modifying to suit your internal needs!\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55868083404968,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/BotanicalFormulationCalculator.png?v=1786647042"},{"product_id":"botanical-extraction-yield-calculator","title":"Botanical Extraction Yield Calculator","description":"\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eTrack botanical extraction performance from raw plant material through wet intermediates, concentration, drying, and finished extract with the \u003cstrong\u003eNLE Botanical Extraction Yield \u0026amp; Mass Balance Calculator\u003c\/strong\u003e.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eThis standalone offline tool helps botanical extractors document and evaluate process yields, dry solids, carrier additions, side streams, marker recovery, solvent recovery, and stage-to-stage mass balance. Its visual stage workflow makes it easy to see where material is retained, added, removed, or left unaccounted for across the extraction process.\u003c\/p\u003e\n\u003cp\u003eFeatures include native and total dry-solids yield, wet-mass yield, DER calculations, marker enrichment and recovery, native and marker balance closure, solvent-use tracking, optional process targets, process-flow visualization, and CSV, XLSX, PDF\/Print, and reusable project exports.\u003c\/p\u003e\n\u003cp\u003eRuns entirely in your browser with \u003cstrong\u003eno installation, subscription, login, or data upload required\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Natural Learning Enterprises","offers":[{"title":"Default Title","offer_id":55868702228648,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/files\/ExtractYieldCalculator.png?v=1786677098"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0460\/0964\/7272\/collections\/Lab_Tools.png?v=1786592545","url":"https:\/\/shop.naturaledu.com\/collections\/laboratory-tools.oembed","provider":"Natural Learning Enterprises","version":"1.0","type":"link"}