{"id":463,"date":"2025-08-28T16:27:11","date_gmt":"2025-08-28T16:27:11","guid":{"rendered":"https:\/\/paultrowler.com\/wordpress\/?page_id=463"},"modified":"2025-11-21T06:19:26","modified_gmt":"2025-11-21T06:19:26","slug":"chapter-12-evaluating-your-claims-for-significance","status":"publish","type":"page","link":"https:\/\/paultrowler.com\/wordpress\/index.php\/chapter-12-evaluating-your-claims-for-significance\/","title":{"rendered":"Chapter 8: Evaluating your claims for significance"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\"\/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Research Significance Evaluator<\/title>\n\n  <!-- Tailwind CSS -->\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          colors: {\n            primary: {\n              50:'#eff6ff',100:'#dbeafe',200:'#bfdbfe',300:'#93c5fd',\n              400:'#60a5fa',500:'#3b82f6',600:'#2563eb',700:'#1d4ed8',\n              800:'#1e40af',900:'#1e3a8a'\n            }\n          },\n          boxShadow: { soft:'0 10px 25px -10px rgba(30,64,175,0.25)' },\n          borderRadius: { '2xl':'1.25rem' }\n        }\n      }\n    }\n  <\/script>\n\n  <!-- Inter font -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;800&#038;display=swap\" rel=\"stylesheet\"\/>\n\n  <style>\n    html,body{\n      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;\n      font-size:15px;\n      line-height:1.6;\n    }\n    .prompt-gap {\n      background-color:#dbeafe;\n      color:#1e40af;\n      padding:1px 6px;\n      border-radius:4px;\n      font-weight:600;\n      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;\n    }\n    .prompt-gap-filled { background-color:#dcfce7; color:#166534; }\n  <\/style>\n<\/head>\n<body class=\"bg-primary-50 text-slate-800\">\n  <div class=\"max-w-6xl mx-auto px-4 py-6 sm:py-8 space-y-6\">\n\n    <!-- Header -->\n    <div class=\"bg-white p-6 rounded-2xl shadow-soft border border-primary-100\">\n      <h1 class=\"text-2xl md:text-3xl font-extrabold text-primary-800\">Research Significance Evaluator<\/h1>\n      <p class=\"text-[15px] text-slate-700 mt-2\">\n        This tool builds a prompt for an AI (e.g., ChatGPT) to evaluate your <em>research significance<\/em> claim (\u201cso what?\u201d).\n        You\u2019ll get strengths, weaknesses, a significance\u2194practicality score with justification, risks &#038; mitigations, and a short Socratic dialogue to refine the claim.\n      <\/p>\n    <\/div>\n\n    <!-- Standardised Project Summary Header Block -->\n    <section id=\"pt-project-summary-block\" class=\"relative isolate\">\n      <div class=\"rounded-2xl border border-primary-200 bg-white shadow-sm\">\n        <div class=\"border-b border-primary-100 bg-primary-50\/60 rounded-t-2xl px-4 sm:px-6 py-3 flex items-center gap-3\">\n          <div class=\"h-8 w-8 flex items-center justify-center rounded-full bg-primary-100 text-primary-800 font-semibold\">0<\/div>\n          <h3 class=\"m-0 text-base sm:text-lg font-semibold text-primary-900\">Paste your doctoral project summary<\/h3>\n        <\/div>\n        <div class=\"p-4 sm:p-6 space-y-3\">\n          <p class=\"text-[15px] text-primary-900\/90 leading-relaxed\">\n            Paste the short summary you created in\n            <a href=\"https:\/\/paultrowler.com\/wordpress\/index.php\/helping-ai-to-understand-your-research-project\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline text-primary-700 hover:text-primary-900\">\n              Chapter 1 \u2014 Helping AI Understand Your Research Project\n            <\/a>. Make any updates you need to. Tools on this page will tailor their feedback using this summary.\n          <\/p>\n          <div>\n            <label for=\"pt-project-summary\" class=\"block text-[15px] font-medium text-primary-900 mb-2\">Your project summary<\/label>\n            <textarea id=\"pt-project-summary\" class=\"w-full min-h-[12rem] rounded-xl border border-primary-200 focus:border-primary-500 focus:ring-2 focus:ring-primary-200\/70 px-3 py-2 text-[15px] leading-relaxed\" placeholder=\"Paste or type your updated doctoral project summary here...\"><\/textarea>\n            <div class=\"mt-3 flex flex-wrap items-center gap-2 text-[15px] text-primary-900\/70\">\n              <button type=\"button\" id=\"pt-clear-summary\" class=\"inline-flex items-center gap-1 rounded-full border border-primary-200 px-3 py-1 hover:bg-primary-50 active:bg-primary-100\">Clear<\/button>\n            <\/div>\n          <\/div>\n          <div class=\"rounded-xl border border-primary-200 bg-primary-50 px-4 py-3\">\n            <div class=\"flex items-start gap-3\">\n              <div class=\"mt-0.5 h-5 w-5 flex items-center justify-center rounded-full bg-white text-primary-700 font-bold\">\u2139\ufe0e<\/div>\n              <p class=\"m-0 text-[15px] leading-relaxed text-primary-900\">\n                <span class=\"font-medium\">Tip:<\/span> For cross-session memory, create a <span class=\"font-semibold\">Project<\/span> in ChatGPT (e.g., \u201cMy Doctoral Research\u201d) and run all chats inside it. Your project details will then persist across tools.\n              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Main Grid -->\n    <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n      <!-- Left: Inputs -->\n      <section class=\"bg-white p-6 rounded-2xl shadow-soft border border-primary-100\">\n        <h2 class=\"text-xl font-bold mb-2 text-primary-800\">1) Your claim to significance<\/h2>\n        <p class=\"text-[15px] text-slate-600 mb-3\">\n          <strong>Write or paste<\/strong> your research significance statement below. Include a brief summary of your research design if possible.\n        <\/p>\n\n        <textarea id=\"claimText\" rows=\"10\" class=\"w-full text-[15px] p-3 rounded-xl border border-primary-200 focus:ring-2 focus:ring-primary-400 focus:border-primary-400\" placeholder=\"Write or paste your significance statement here...\"><\/textarea>\n\n        <div class=\"mt-3 flex flex-wrap gap-3\">\n          <button id=\"clearClaim\" class=\"px-3 py-2 text-[15px] rounded-xl border border-primary-200 hover:bg-primary-50 transition-colors\">Clear<\/button>\n        <\/div>\n      <\/section>\n\n      <!-- Right: Prompt Preview + Buttons -->\n      <section class=\"bg-white p-6 rounded-2xl shadow-soft border border-primary-100 flex flex-col\">\n        <h2 class=\"text-xl font-bold mb-3 text-primary-800\">2) Generated Prompt<\/h2>\n        <div class=\"rounded-2xl overflow-hidden border border-primary-200 flex-1 flex flex-col\">\n          <div class=\"bg-primary-100 px-4 py-2 text-[15px] text-primary-900\">Preview (read-only)<\/div>\n          <textarea id=\"promptOut\" rows=\"16\" class=\"w-full flex-1 p-4 bg-primary-50\/60 outline-none resize-y\" readonly><\/textarea>\n        <\/div>\n\n        <div class=\"mt-4\">\n          <button id=\"copyPrompt\" class=\"w-full flex items-center justify-center py-2 px-4 border border-primary-600 rounded-md shadow-sm text-[15px] font-medium text-white bg-primary-700 hover:bg-primary-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-400 transition-colors\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" class=\"h-4 w-4 mr-2\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z\"><\/path>\n            <\/svg>\n            <span id=\"copyPromptText\">Copy prompt &amp; open ChatGPT<\/span>\n          <\/button>\n        <\/div>\n        <!-- Combined: removed separate \"Paste into ChatGPT\" link -->\n      <\/section>\n    <\/div>\n\n    <!-- Footer -->\n    <footer class=\"text-center text-[15px] text-slate-500 py-6\">\n      \u00a9 Professor Paul Trowler, 2025. All rights reserved.\n    <\/footer>\n  <\/div>\n\n  <script>\n    \/\/ Elements\n    const summaryEl  = document.getElementById('pt-project-summary');\n    const clearSumEl = document.getElementById('pt-clear-summary');\n    const claimEl    = document.getElementById('claimText');\n    const promptEl   = document.getElementById('promptOut');\n    const copyBtn    = document.getElementById('copyPrompt');\n    const copyBtnTxt = document.getElementById('copyPromptText');\n\n    \/\/ Build visible prompt (no explicit source links shown in UI)\n    function buildVisiblePrompt() {\n      const summary = (summaryEl.value || '').trim();\n      const claim   = (claimEl.value || '').trim();\n\n      const contextBlock = summary\n        ? `Project context (provided by the researcher):\\n${summary}\\n\\n`\n        : '';\n\n      return (\n`${contextBlock}You are an expert in evaluating the research significance (\u201cso what?\u201d) of doctoral projects. Evaluate the following claim and then help me strengthen it via a short Socratic dialogue.\n\nPlease structure your response with the following sections:\n1) Strengths \u2014 concise, specific bullet points.\n2) Weaknesses \/ Clarifications Needed \u2014 concise, specific bullet points.\n3) Significance \u2194 Practicality Spectrum \u2014 give a single score 0\u2013100 and a 2\u20133 sentence justification.\n4) Key Risks & Mitigations \u2014 3\u20136 bullet points.\n\nAfter the evaluation, begin a Socratic dialogue with one probing question at a time. Focus on:\n\u2022 Concrete beneficiaries and scenarios of use\n\u2022 Evidence\/indicators that can be produced within the project\u2019s scope\n\u2022 Boundaries\/limitations to prevent over-claiming\n\u2022 The chain of inference from methods\/design to the claimed significance\n\u2022 Practical risks and mitigations\n\nClaim to evaluate:\n\"\"\"\n${claim || '(no claim provided)'}\n\"\"\"`.trim());\n    }\n\n    \/\/ Hidden directives (prepended only on copy)\n    function hiddenDirectives() {\n      return [\n        \/\/ Tone & role\n        'Act as a supportive, doctoral-level evaluator. Be concrete and non-generic.',\n        \/\/ Reference sources (kept hidden from UI; used by the AI if it can fetch)\n        'When forming judgments, consult these references if accessible: https:\/\/paultrowler.com\/wordpress\/wp-content\/uploads\/2025\/08\/answering-the-so-what-question.pdf and https:\/\/paultrowler.com\/wordpress\/wp-content\/uploads\/2025\/08\/Answering-the-so-what-question.docx .',\n        \/\/ Fallback principles if links can\u2019t be fetched\n        'If external links are unavailable, fall back to principles: identify beneficiaries and use-cases; evidence pathways from design\u2192claims; feasibility within scope\/time\/resources; avoid over-reach with clear boundaries; and state theoretical and\/or practical significance.',\n        \/\/ Dialogue constraints\n        'Ask one Socratic question at a time; summarise briefly before moving on; keep steps small.'\n      ].join('\\n');\n    }\n\n    \/\/ Update preview continuously\n    function updatePreview() { promptEl.value = buildVisiblePrompt(); }\n\n    \/\/ Copy with hidden directives prepended, then open ChatGPT\n    function copyWithHiddenDirectives() {\n      const combined = hiddenDirectives() + '\\n\\n' + buildVisiblePrompt();\n      const ta = document.createElement('textarea');\n      ta.value = combined;\n      document.body.appendChild(ta);\n      ta.select();\n      ta.setSelectionRange(0, 99999);\n      let ok = false;\n      try { ok = document.execCommand('copy'); } catch(e) { ok = false; }\n      document.body.removeChild(ta);\n\n      if (ok) {\n        copyBtnTxt.textContent = 'Copied! Opening ChatGPT\u2026';\n        copyBtn.classList.add('bg-green-600','hover:bg-green-700');\n        \/\/ Open ChatGPT in a new tab\n        window.open('https:\/\/chatgpt.com', '_blank', 'noopener');\n        setTimeout(() => {\n          copyBtnTxt.textContent = 'Copy prompt & open ChatGPT';\n          copyBtn.classList.remove('bg-green-600','hover:bg-green-700');\n        }, 1800);\n      } else {\n        copyBtnTxt.textContent = 'Copy failed \u2014 select manually';\n        setTimeout(() => { copyBtnTxt.textContent = 'Copy prompt & open ChatGPT'; }, 1800);\n      }\n    }\n\n    \/\/ Clear buttons\n    document.getElementById('pt-clear-summary').addEventListener('click', () => {\n      summaryEl.value = '';\n      summaryEl.focus();\n      updatePreview();\n    });\n\n    document.getElementById('clearClaim').addEventListener('click', () => {\n      claimEl.value = '';\n      updatePreview();\n    });\n\n    \/\/ Live updates\n    [summaryEl, claimEl].forEach(el => {\n      el.addEventListener('input', updatePreview);\n      el.addEventListener('change', updatePreview);\n    });\n\n    \/\/ Copy handler\n    document.getElementById('copyPrompt').addEventListener('click', copyWithHiddenDirectives);\n\n    \/\/ Initial render\n    updatePreview();\n  <\/script>\n<\/body>\n<\/html>\n<!-- Copyright 2025 Professor Paul Trowler All rights reserved. For personal use only for educational purposes, no part of this code to be copied, reused or sold-->\n\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Research Significance Evaluator Research Significance Evaluator This tool builds a prompt for an AI (e.g., ChatGPT) to evaluate your research significance claim (\u201cso what?\u201d). You\u2019ll get strengths, weaknesses, a significance\u2194practicality score with justification, risks &#038; mitigations, and a short Socratic dialogue to refine the claim. 0 Paste your doctoral project summary Paste the short summary [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-463","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/463","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=463"}],"version-history":[{"count":15,"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/463\/revisions"}],"predecessor-version":[{"id":1043,"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/463\/revisions\/1043"}],"wp:attachment":[{"href":"https:\/\/paultrowler.com\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}