@wentorai/research-plugins 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +204 -0
  3. package/curated/analysis/README.md +64 -0
  4. package/curated/domains/README.md +104 -0
  5. package/curated/literature/README.md +53 -0
  6. package/curated/research/README.md +62 -0
  7. package/curated/tools/README.md +87 -0
  8. package/curated/writing/README.md +61 -0
  9. package/index.ts +39 -0
  10. package/mcp-configs/academic-db/ChatSpatial.json +17 -0
  11. package/mcp-configs/academic-db/academia-mcp.json +17 -0
  12. package/mcp-configs/academic-db/academic-paper-explorer.json +17 -0
  13. package/mcp-configs/academic-db/academic-search-mcp-server.json +17 -0
  14. package/mcp-configs/academic-db/agentinterviews-mcp.json +17 -0
  15. package/mcp-configs/academic-db/all-in-mcp.json +17 -0
  16. package/mcp-configs/academic-db/apple-health-mcp.json +17 -0
  17. package/mcp-configs/academic-db/arxiv-latex-mcp.json +17 -0
  18. package/mcp-configs/academic-db/arxiv-mcp-server.json +17 -0
  19. package/mcp-configs/academic-db/bgpt-mcp.json +17 -0
  20. package/mcp-configs/academic-db/biomcp.json +17 -0
  21. package/mcp-configs/academic-db/biothings-mcp.json +17 -0
  22. package/mcp-configs/academic-db/catalysishub-mcp-server.json +17 -0
  23. package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +17 -0
  24. package/mcp-configs/academic-db/deep-research-mcp.json +17 -0
  25. package/mcp-configs/academic-db/dicom-mcp.json +17 -0
  26. package/mcp-configs/academic-db/enrichr-mcp-server.json +17 -0
  27. package/mcp-configs/academic-db/fec-mcp-server.json +17 -0
  28. package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +17 -0
  29. package/mcp-configs/academic-db/fhir-mcp.json +19 -0
  30. package/mcp-configs/academic-db/gget-mcp.json +17 -0
  31. package/mcp-configs/academic-db/google-researcher-mcp.json +17 -0
  32. package/mcp-configs/academic-db/idea-reality-mcp.json +17 -0
  33. package/mcp-configs/academic-db/legiscan-mcp.json +19 -0
  34. package/mcp-configs/academic-db/lex.json +17 -0
  35. package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +17 -0
  36. package/mcp-configs/ai-platform/ai-counsel.json +17 -0
  37. package/mcp-configs/ai-platform/atlas-mcp-server.json +17 -0
  38. package/mcp-configs/ai-platform/counsel-mcp.json +17 -0
  39. package/mcp-configs/ai-platform/cross-llm-mcp.json +17 -0
  40. package/mcp-configs/ai-platform/gptr-mcp.json +17 -0
  41. package/mcp-configs/browser/decipher-research-agent.json +17 -0
  42. package/mcp-configs/browser/deep-research.json +17 -0
  43. package/mcp-configs/browser/everything-claude-code.json +17 -0
  44. package/mcp-configs/browser/gpt-researcher.json +17 -0
  45. package/mcp-configs/browser/heurist-agent-framework.json +17 -0
  46. package/mcp-configs/data-platform/4everland-hosting-mcp.json +17 -0
  47. package/mcp-configs/data-platform/context-keeper.json +17 -0
  48. package/mcp-configs/data-platform/context7.json +19 -0
  49. package/mcp-configs/data-platform/contextstream-mcp.json +17 -0
  50. package/mcp-configs/data-platform/email-mcp.json +17 -0
  51. package/mcp-configs/note-knowledge/ApeRAG.json +17 -0
  52. package/mcp-configs/note-knowledge/In-Memoria.json +17 -0
  53. package/mcp-configs/note-knowledge/agent-memory.json +17 -0
  54. package/mcp-configs/note-knowledge/aimemo.json +17 -0
  55. package/mcp-configs/note-knowledge/biel-mcp.json +19 -0
  56. package/mcp-configs/note-knowledge/cognee.json +17 -0
  57. package/mcp-configs/note-knowledge/context-awesome.json +17 -0
  58. package/mcp-configs/note-knowledge/context-mcp.json +17 -0
  59. package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +17 -0
  60. package/mcp-configs/note-knowledge/cortex.json +17 -0
  61. package/mcp-configs/note-knowledge/devrag.json +17 -0
  62. package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +17 -0
  63. package/mcp-configs/note-knowledge/engram.json +17 -0
  64. package/mcp-configs/note-knowledge/gnosis-mcp.json +17 -0
  65. package/mcp-configs/note-knowledge/graphlit-mcp-server.json +19 -0
  66. package/mcp-configs/reference-mgr/arxiv-cli.json +17 -0
  67. package/mcp-configs/reference-mgr/arxiv-search-mcp.json +17 -0
  68. package/mcp-configs/reference-mgr/chiken.json +17 -0
  69. package/mcp-configs/reference-mgr/claude-scholar.json +17 -0
  70. package/mcp-configs/reference-mgr/devonthink-mcp.json +17 -0
  71. package/mcp-configs/registry.json +447 -0
  72. package/openclaw.plugin.json +21 -0
  73. package/package.json +61 -0
  74. package/skills/analysis/dataviz/color-accessibility-guide/SKILL.md +230 -0
  75. package/skills/analysis/dataviz/geospatial-viz-guide/SKILL.md +218 -0
  76. package/skills/analysis/dataviz/interactive-viz-guide/SKILL.md +287 -0
  77. package/skills/analysis/dataviz/network-visualization-guide/SKILL.md +195 -0
  78. package/skills/analysis/dataviz/publication-figures-guide/SKILL.md +238 -0
  79. package/skills/analysis/dataviz/python-dataviz-guide/SKILL.md +195 -0
  80. package/skills/analysis/econometrics/causal-inference-guide/SKILL.md +197 -0
  81. package/skills/analysis/econometrics/iv-regression-guide/SKILL.md +198 -0
  82. package/skills/analysis/econometrics/panel-data-guide/SKILL.md +274 -0
  83. package/skills/analysis/econometrics/robustness-checks/SKILL.md +250 -0
  84. package/skills/analysis/econometrics/stata-regression/SKILL.md +117 -0
  85. package/skills/analysis/econometrics/time-series-guide/SKILL.md +235 -0
  86. package/skills/analysis/statistics/bayesian-statistics-guide/SKILL.md +221 -0
  87. package/skills/analysis/statistics/hypothesis-testing-guide/SKILL.md +210 -0
  88. package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +206 -0
  89. package/skills/analysis/statistics/nonparametric-tests-guide/SKILL.md +221 -0
  90. package/skills/analysis/statistics/power-analysis-guide/SKILL.md +240 -0
  91. package/skills/analysis/statistics/sem-guide/SKILL.md +231 -0
  92. package/skills/analysis/statistics/survival-analysis-guide/SKILL.md +195 -0
  93. package/skills/analysis/wrangling/missing-data-handling/SKILL.md +224 -0
  94. package/skills/analysis/wrangling/pandas-data-wrangling/SKILL.md +242 -0
  95. package/skills/analysis/wrangling/questionnaire-design-guide/SKILL.md +234 -0
  96. package/skills/analysis/wrangling/text-mining-guide/SKILL.md +225 -0
  97. package/skills/domains/ai-ml/computer-vision-guide/SKILL.md +213 -0
  98. package/skills/domains/ai-ml/deep-learning-papers-guide/SKILL.md +200 -0
  99. package/skills/domains/ai-ml/llm-evaluation-guide/SKILL.md +194 -0
  100. package/skills/domains/ai-ml/prompt-engineering-research/SKILL.md +233 -0
  101. package/skills/domains/ai-ml/reinforcement-learning-guide/SKILL.md +254 -0
  102. package/skills/domains/ai-ml/transformer-architecture-guide/SKILL.md +233 -0
  103. package/skills/domains/biomedical/clinical-research-guide/SKILL.md +232 -0
  104. package/skills/domains/biomedical/clinicaltrials-api/SKILL.md +177 -0
  105. package/skills/domains/biomedical/epidemiology-guide/SKILL.md +200 -0
  106. package/skills/domains/biomedical/genomics-analysis-guide/SKILL.md +270 -0
  107. package/skills/domains/business/market-analysis-guide/SKILL.md +112 -0
  108. package/skills/domains/business/strategic-management-guide/SKILL.md +154 -0
  109. package/skills/domains/chemistry/computational-chemistry-guide/SKILL.md +266 -0
  110. package/skills/domains/chemistry/retrosynthesis-guide/SKILL.md +215 -0
  111. package/skills/domains/cs/algorithms-complexity-guide/SKILL.md +194 -0
  112. package/skills/domains/cs/dblp-api/SKILL.md +129 -0
  113. package/skills/domains/cs/software-engineering-research/SKILL.md +218 -0
  114. package/skills/domains/ecology/biodiversity-data-guide/SKILL.md +296 -0
  115. package/skills/domains/ecology/conservation-biology-guide/SKILL.md +198 -0
  116. package/skills/domains/ecology/gbif-api/SKILL.md +158 -0
  117. package/skills/domains/ecology/inaturalist-api/SKILL.md +173 -0
  118. package/skills/domains/economics/behavioral-economics-guide/SKILL.md +239 -0
  119. package/skills/domains/economics/development-economics-guide/SKILL.md +181 -0
  120. package/skills/domains/economics/fred-api/SKILL.md +189 -0
  121. package/skills/domains/education/curriculum-design-guide/SKILL.md +144 -0
  122. package/skills/domains/education/learning-science-guide/SKILL.md +150 -0
  123. package/skills/domains/finance/financial-data-analysis/SKILL.md +152 -0
  124. package/skills/domains/finance/quantitative-finance-guide/SKILL.md +151 -0
  125. package/skills/domains/geoscience/climate-science-guide/SKILL.md +158 -0
  126. package/skills/domains/geoscience/gis-remote-sensing-guide/SKILL.md +129 -0
  127. package/skills/domains/humanities/digital-humanities-guide/SKILL.md +181 -0
  128. package/skills/domains/humanities/philosophy-research-guide/SKILL.md +148 -0
  129. package/skills/domains/law/courtlistener-api/SKILL.md +213 -0
  130. package/skills/domains/law/legal-research-guide/SKILL.md +250 -0
  131. package/skills/domains/math/linear-algebra-applications/SKILL.md +227 -0
  132. package/skills/domains/math/numerical-methods-guide/SKILL.md +236 -0
  133. package/skills/domains/math/oeis-api/SKILL.md +158 -0
  134. package/skills/domains/pharma/clinical-pharmacology-guide/SKILL.md +165 -0
  135. package/skills/domains/pharma/drug-development-guide/SKILL.md +177 -0
  136. package/skills/domains/physics/computational-physics-guide/SKILL.md +300 -0
  137. package/skills/domains/physics/nasa-ads-api/SKILL.md +150 -0
  138. package/skills/domains/physics/quantum-computing-guide/SKILL.md +234 -0
  139. package/skills/domains/social-science/social-research-methods/SKILL.md +194 -0
  140. package/skills/domains/social-science/survey-research-guide/SKILL.md +182 -0
  141. package/skills/literature/discovery/citation-alert-guide/SKILL.md +154 -0
  142. package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +142 -0
  143. package/skills/literature/discovery/literature-mapping-guide/SKILL.md +175 -0
  144. package/skills/literature/discovery/paper-tracking-guide/SKILL.md +211 -0
  145. package/skills/literature/discovery/rss-paper-feeds/SKILL.md +214 -0
  146. package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +164 -0
  147. package/skills/literature/fulltext/doaj-api/SKILL.md +120 -0
  148. package/skills/literature/fulltext/interlibrary-loan-guide/SKILL.md +163 -0
  149. package/skills/literature/fulltext/open-access-guide/SKILL.md +183 -0
  150. package/skills/literature/fulltext/pmc-oai-api/SKILL.md +184 -0
  151. package/skills/literature/fulltext/preprint-servers-guide/SKILL.md +128 -0
  152. package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +207 -0
  153. package/skills/literature/fulltext/unpaywall-api/SKILL.md +113 -0
  154. package/skills/literature/metadata/altmetrics-guide/SKILL.md +132 -0
  155. package/skills/literature/metadata/citation-network-guide/SKILL.md +236 -0
  156. package/skills/literature/metadata/crossref-api/SKILL.md +133 -0
  157. package/skills/literature/metadata/datacite-api/SKILL.md +126 -0
  158. package/skills/literature/metadata/doi-resolution-guide/SKILL.md +168 -0
  159. package/skills/literature/metadata/h-index-guide/SKILL.md +183 -0
  160. package/skills/literature/metadata/journal-metrics-guide/SKILL.md +188 -0
  161. package/skills/literature/metadata/opencitations-api/SKILL.md +128 -0
  162. package/skills/literature/metadata/orcid-api/SKILL.md +136 -0
  163. package/skills/literature/metadata/orcid-integration-guide/SKILL.md +178 -0
  164. package/skills/literature/search/arxiv-api/SKILL.md +95 -0
  165. package/skills/literature/search/biorxiv-api/SKILL.md +123 -0
  166. package/skills/literature/search/boolean-search-guide/SKILL.md +199 -0
  167. package/skills/literature/search/citation-chaining-guide/SKILL.md +148 -0
  168. package/skills/literature/search/database-comparison-guide/SKILL.md +100 -0
  169. package/skills/literature/search/europe-pmc-api/SKILL.md +120 -0
  170. package/skills/literature/search/google-scholar-guide/SKILL.md +182 -0
  171. package/skills/literature/search/mesh-terms-guide/SKILL.md +164 -0
  172. package/skills/literature/search/openalex-api/SKILL.md +134 -0
  173. package/skills/literature/search/pubmed-api/SKILL.md +130 -0
  174. package/skills/literature/search/scientify-literature-survey/SKILL.md +203 -0
  175. package/skills/literature/search/semantic-scholar-api/SKILL.md +134 -0
  176. package/skills/literature/search/systematic-search-strategy/SKILL.md +214 -0
  177. package/skills/research/automation/ai-scientist-guide/SKILL.md +228 -0
  178. package/skills/research/automation/data-collection-automation/SKILL.md +248 -0
  179. package/skills/research/automation/research-workflow-automation/SKILL.md +266 -0
  180. package/skills/research/deep-research/meta-synthesis-guide/SKILL.md +174 -0
  181. package/skills/research/deep-research/research-cog/SKILL.md +153 -0
  182. package/skills/research/deep-research/scoping-review-guide/SKILL.md +217 -0
  183. package/skills/research/deep-research/systematic-review-guide/SKILL.md +250 -0
  184. package/skills/research/funding/figshare-api/SKILL.md +163 -0
  185. package/skills/research/funding/grant-writing-guide/SKILL.md +233 -0
  186. package/skills/research/funding/nsf-grant-guide/SKILL.md +206 -0
  187. package/skills/research/funding/open-science-guide/SKILL.md +255 -0
  188. package/skills/research/funding/zenodo-api/SKILL.md +174 -0
  189. package/skills/research/methodology/action-research-guide/SKILL.md +201 -0
  190. package/skills/research/methodology/experimental-design-guide/SKILL.md +236 -0
  191. package/skills/research/methodology/grad-school-guide/SKILL.md +182 -0
  192. package/skills/research/methodology/grounded-theory-guide/SKILL.md +171 -0
  193. package/skills/research/methodology/mixed-methods-guide/SKILL.md +208 -0
  194. package/skills/research/methodology/qualitative-research-guide/SKILL.md +234 -0
  195. package/skills/research/methodology/scientify-idea-generation/SKILL.md +222 -0
  196. package/skills/research/paper-review/paper-reading-assistant/SKILL.md +266 -0
  197. package/skills/research/paper-review/peer-review-guide/SKILL.md +227 -0
  198. package/skills/research/paper-review/rebuttal-writing-guide/SKILL.md +185 -0
  199. package/skills/research/paper-review/scientify-write-review-paper/SKILL.md +209 -0
  200. package/skills/tools/code-exec/jupyter-notebook-guide/SKILL.md +178 -0
  201. package/skills/tools/code-exec/python-reproducibility-guide/SKILL.md +341 -0
  202. package/skills/tools/code-exec/r-reproducibility-guide/SKILL.md +236 -0
  203. package/skills/tools/code-exec/sandbox-execution-guide/SKILL.md +221 -0
  204. package/skills/tools/diagram/mermaid-diagram-guide/SKILL.md +269 -0
  205. package/skills/tools/diagram/plantuml-guide/SKILL.md +397 -0
  206. package/skills/tools/diagram/scientific-illustration-guide/SKILL.md +225 -0
  207. package/skills/tools/document/anystyle-api/SKILL.md +199 -0
  208. package/skills/tools/document/grobid-pdf-parsing/SKILL.md +294 -0
  209. package/skills/tools/document/markdown-academic-guide/SKILL.md +217 -0
  210. package/skills/tools/document/pdf-extraction-guide/SKILL.md +321 -0
  211. package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +306 -0
  212. package/skills/tools/knowledge-graph/ontology-design-guide/SKILL.md +214 -0
  213. package/skills/tools/knowledge-graph/rag-methodology-guide/SKILL.md +325 -0
  214. package/skills/tools/ocr-translate/formula-recognition-guide/SKILL.md +367 -0
  215. package/skills/tools/ocr-translate/handwriting-recognition-guide/SKILL.md +211 -0
  216. package/skills/tools/ocr-translate/latex-ocr-guide/SKILL.md +204 -0
  217. package/skills/tools/ocr-translate/multilingual-research-guide/SKILL.md +234 -0
  218. package/skills/tools/scraping/academic-web-scraping/SKILL.md +326 -0
  219. package/skills/tools/scraping/api-data-collection-guide/SKILL.md +301 -0
  220. package/skills/tools/scraping/web-scraping-ethics-guide/SKILL.md +250 -0
  221. package/skills/writing/citation/bibtex-management-guide/SKILL.md +246 -0
  222. package/skills/writing/citation/citation-style-guide/SKILL.md +248 -0
  223. package/skills/writing/citation/reference-manager-comparison/SKILL.md +208 -0
  224. package/skills/writing/citation/zotero-api/SKILL.md +188 -0
  225. package/skills/writing/composition/abstract-writing-guide/SKILL.md +188 -0
  226. package/skills/writing/composition/discussion-writing-guide/SKILL.md +194 -0
  227. package/skills/writing/composition/introduction-writing-guide/SKILL.md +194 -0
  228. package/skills/writing/composition/literature-review-writing/SKILL.md +196 -0
  229. package/skills/writing/composition/methods-section-guide/SKILL.md +185 -0
  230. package/skills/writing/composition/response-to-reviewers/SKILL.md +215 -0
  231. package/skills/writing/composition/scientific-writing-guide/SKILL.md +152 -0
  232. package/skills/writing/latex/bibliography-management-guide/SKILL.md +206 -0
  233. package/skills/writing/latex/latex-drawing-guide/SKILL.md +234 -0
  234. package/skills/writing/latex/latex-ecosystem-guide/SKILL.md +240 -0
  235. package/skills/writing/latex/math-typesetting-guide/SKILL.md +231 -0
  236. package/skills/writing/latex/overleaf-collaboration-guide/SKILL.md +211 -0
  237. package/skills/writing/latex/tikz-diagrams-guide/SKILL.md +211 -0
  238. package/skills/writing/polish/academic-translation-guide/SKILL.md +175 -0
  239. package/skills/writing/polish/academic-writing-refiner/SKILL.md +143 -0
  240. package/skills/writing/polish/ai-writing-humanizer/SKILL.md +178 -0
  241. package/skills/writing/polish/grammar-checker-guide/SKILL.md +184 -0
  242. package/skills/writing/polish/plagiarism-detection-guide/SKILL.md +167 -0
  243. package/skills/writing/templates/beamer-presentation-guide/SKILL.md +263 -0
  244. package/skills/writing/templates/conference-paper-template/SKILL.md +219 -0
  245. package/skills/writing/templates/thesis-template-guide/SKILL.md +200 -0
  246. package/skills/writing/templates/thesis-writing-guide/SKILL.md +220 -0
  247. package/src/tools/arxiv.ts +131 -0
  248. package/src/tools/crossref.ts +112 -0
  249. package/src/tools/openalex.ts +174 -0
  250. package/src/tools/pubmed.ts +166 -0
  251. package/src/tools/semantic-scholar.ts +108 -0
  252. package/src/tools/unpaywall.ts +58 -0
@@ -0,0 +1,208 @@
1
+ ---
2
+ name: mixed-methods-guide
3
+ description: "Guide to designing and conducting mixed methods research"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "blend"
7
+ category: "research"
8
+ subcategory: "methodology"
9
+ keywords: ["mixed methods research", "multimethod design", "quantitative research design"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Mixed Methods Research Guide
14
+
15
+ Design, execute, and report mixed methods research that integrates quantitative and qualitative approaches for more comprehensive and rigorous findings.
16
+
17
+ ## What Is Mixed Methods Research?
18
+
19
+ Mixed methods research (MMR) systematically combines quantitative and qualitative data collection, analysis, and interpretation within a single study or program of inquiry. It goes beyond simply using both numbers and words; the core requirement is purposeful integration of the two strands.
20
+
21
+ ### When to Use Mixed Methods
22
+
23
+ | Situation | Why MMR Helps |
24
+ |-----------|--------------|
25
+ | Quantitative results need explanation | Qualitative follow-up explains why and how |
26
+ | Need to develop an instrument | Qualitative exploration informs survey items |
27
+ | Testing a new intervention | Quantitative outcomes + qualitative experience |
28
+ | Complex phenomena | Neither approach alone captures the full picture |
29
+ | Conflicting prior findings | Triangulation resolves discrepancies |
30
+ | Studying under-researched topics | Exploration (qual) then confirmation (quant) |
31
+
32
+ ## Major Mixed Methods Designs
33
+
34
+ ### Convergent Design (Concurrent)
35
+
36
+ Both strands are collected simultaneously, analyzed separately, then merged.
37
+
38
+ ```
39
+ QUAN data collection QUAL data collection
40
+ | |
41
+ QUAN data analysis QUAL data analysis
42
+ | |
43
+ +---------- Merge ------------+
44
+ |
45
+ Interpretation
46
+ ```
47
+
48
+ **Use when**: You want to compare, validate, or triangulate quantitative and qualitative findings on the same phenomenon.
49
+
50
+ **Example**: Survey 500 teachers on burnout (QUAN) while simultaneously interviewing 20 teachers about their experiences (QUAL). Merge findings to see if themes align with statistical patterns.
51
+
52
+ ### Explanatory Sequential Design
53
+
54
+ Quantitative phase first, followed by qualitative phase to explain or elaborate on quantitative results.
55
+
56
+ ```
57
+ QUAN data collection & analysis
58
+ |
59
+ Identify results needing explanation
60
+ |
61
+ QUAL data collection & analysis (informed by QUAN results)
62
+ |
63
+ Interpretation
64
+ ```
65
+
66
+ **Use when**: You have surprising, confusing, or significant quantitative results that need deeper understanding.
67
+
68
+ **Example**: Find that 30% of participants show an unexpected improvement pattern. Interview those participants to understand what drove their experience.
69
+
70
+ ### Exploratory Sequential Design
71
+
72
+ Qualitative phase first to explore, followed by quantitative phase to test or generalize.
73
+
74
+ ```
75
+ QUAL data collection & analysis
76
+ |
77
+ Develop instrument / hypotheses / categories from QUAL findings
78
+ |
79
+ QUAN data collection & analysis (testing QUAL-derived constructs)
80
+ |
81
+ Interpretation
82
+ ```
83
+
84
+ **Use when**: You are studying something new and need qualitative exploration to develop measurement instruments or hypotheses.
85
+
86
+ **Example**: Interview 25 researchers about AI tool adoption (QUAL). Use themes to develop a survey instrument. Administer survey to 400 researchers (QUAN).
87
+
88
+ ### Embedded Design
89
+
90
+ One strand is embedded within the other, serving a supplementary role.
91
+
92
+ ```
93
+ QUAN experiment
94
+ |-- Embedded QUAL (interviews during intervention)
95
+ |-- QUAN outcome measures
96
+ |
97
+ Interpretation
98
+ ```
99
+
100
+ ## Integration Strategies
101
+
102
+ Integration is what distinguishes mixed methods from simply running two separate studies. Key integration strategies:
103
+
104
+ | Strategy | Description | When in Study |
105
+ |----------|-------------|--------------|
106
+ | **Merging** | Bring QUAN + QUAL results together for comparison | Analysis/interpretation |
107
+ | **Connecting** | One strand's results inform the next strand's design | Between phases |
108
+ | **Building** | QUAL results build a QUAN instrument (or vice versa) | Between phases |
109
+ | **Embedding** | One strand is nested within the other's framework | Data collection |
110
+
111
+ ### Joint Display Table
112
+
113
+ A joint display is a table or visualization that explicitly integrates both data types:
114
+
115
+ ```
116
+ | Quantitative Finding | Qualitative Theme | Meta-Inference |
117
+ |---------------------|-------------------|----------------|
118
+ | 78% reported high stress (M=4.2/5) | Theme: "Always-on culture" — participants described checking email at midnight | Convergent: high stress scores align with descriptions of boundary erosion |
119
+ | No significant gender difference (p=.34) | Women described unique stressors (caregiving + work), men described different ones (promotion pressure) | Divergent: similar overall levels but different sources of stress |
120
+ | Time-management training reduced stress (d=0.45) | Theme: "Tools help but culture doesn't change" | Complementary: training has modest measurable effect but underlying issues persist |
121
+ ```
122
+
123
+ ## Sample Size Considerations
124
+
125
+ | Strand | Typical Range | Rationale |
126
+ |--------|---------------|-----------|
127
+ | Quantitative (survey) | 100-1000+ | Power analysis, see power-analysis-guide |
128
+ | Qualitative (interviews) | 12-30 | Saturation (no new themes emerging) |
129
+ | Qualitative (focus groups) | 3-6 groups of 6-10 | Diversity of perspectives |
130
+ | Qualitative (case study) | 3-10 cases | In-depth understanding |
131
+
132
+ **For convergent designs**: The QUAN sample is typically much larger than the QUAL sample. This is acceptable because the two strands serve different purposes (generalizability vs. depth).
133
+
134
+ ## Data Analysis
135
+
136
+ ### Quantitative Analysis
137
+
138
+ Standard statistical methods apply: descriptive statistics, t-tests, ANOVA, regression, SEM, etc. See the relevant analysis skill guides.
139
+
140
+ ### Qualitative Analysis
141
+
142
+ Common approaches:
143
+
144
+ ```
145
+ 1. Thematic Analysis (Braun & Clarke, 2006)
146
+ Step 1: Familiarize with data (read transcripts multiple times)
147
+ Step 2: Generate initial codes
148
+ Step 3: Search for themes (group codes into higher-level themes)
149
+ Step 4: Review themes (check against data)
150
+ Step 5: Define and name themes
151
+ Step 6: Write up findings
152
+
153
+ 2. Coding Process:
154
+ - Open coding: label meaningful segments of text
155
+ - Axial coding: identify relationships between codes
156
+ - Selective coding: identify core categories
157
+
158
+ 3. Tools: NVivo, ATLAS.ti, MAXQDA, Dedoose, or manual coding in spreadsheets
159
+ ```
160
+
161
+ ### Integration Analysis
162
+
163
+ ```python
164
+ # Example: Quantifying qualitative themes for integration
165
+ import pandas as pd
166
+
167
+ # After coding interviews, create a themes-by-participant matrix
168
+ themes_matrix = pd.DataFrame({
169
+ "participant": ["P01", "P02", "P03", "P04", "P05"],
170
+ "high_stress": [1, 1, 0, 1, 1], # 1 = theme present
171
+ "boundary_erosion": [1, 0, 0, 1, 1],
172
+ "coping_strategy": [0, 1, 1, 1, 0],
173
+ "quant_stress_score": [4.5, 3.8, 2.1, 4.2, 4.0]
174
+ })
175
+
176
+ # Now examine whether theme presence correlates with quantitative scores
177
+ from scipy.stats import pointbiserialr
178
+
179
+ r, p = pointbiserialr(themes_matrix["high_stress"],
180
+ themes_matrix["quant_stress_score"])
181
+ print(f"Correlation between stress theme and score: r={r:.3f}, p={p:.3f}")
182
+ ```
183
+
184
+ ## Reporting Mixed Methods Research
185
+
186
+ ### Essential Components
187
+
188
+ 1. **Research questions**: State both QUAN and QUAL questions plus the mixed methods question
189
+ 2. **Design rationale**: Explain why mixed methods is needed
190
+ 3. **Design type**: Name the specific design (convergent, explanatory sequential, etc.)
191
+ 4. **Strand descriptions**: Describe each strand's methods in detail
192
+ 5. **Integration procedure**: Explain how and when data are integrated
193
+ 6. **Joint display**: Present integrated findings in a table or figure
194
+ 7. **Meta-inferences**: Draw conclusions that leverage both data types
195
+
196
+ ### Quality Criteria
197
+
198
+ | Criterion | Quantitative | Qualitative | Mixed Methods |
199
+ |-----------|-------------|-------------|---------------|
200
+ | Validity | Internal, external, construct, statistical conclusion | Credibility, transferability, dependability, confirmability | Inference quality, inference transferability |
201
+ | Reliability | Cronbach's alpha, test-retest | Intercoder agreement, audit trail | Integration consistency |
202
+ | Rigor | Randomization, control, blinding | Prolonged engagement, member checking, triangulation | Design coherence, integrative adequacy |
203
+
204
+ ### Recommended Reporting Guidelines
205
+
206
+ - **APA JARS-Mixed** (Journal Article Reporting Standards for Mixed Methods)
207
+ - **O'Cathain et al. (2008)** Good Reporting of a Mixed Methods Study (GRAMMS)
208
+ - **Creswell & Plano Clark (2018)** Designing and Conducting Mixed Methods Research, 3rd Edition (the standard textbook)
@@ -0,0 +1,234 @@
1
+ ---
2
+ name: qualitative-research-guide
3
+ description: "Design and conduct qualitative research using grounded theory, case studies, ..."
4
+ metadata:
5
+ openclaw:
6
+ emoji: "mag"
7
+ category: "research"
8
+ subcategory: "methodology"
9
+ keywords: ["qualitative research design", "case study", "grounded theory", "phenomenology", "thematic analysis"]
10
+ source: "wentor"
11
+ ---
12
+
13
+ # Qualitative Research Guide
14
+
15
+ A skill for designing and conducting rigorous qualitative research. Covers major qualitative traditions, data collection methods, coding and analysis techniques, and quality criteria for trustworthy qualitative findings.
16
+
17
+ ## Major Qualitative Traditions
18
+
19
+ ### Choosing an Approach
20
+
21
+ | Approach | Research Question Type | Unit of Analysis | Sample Size | Output |
22
+ |----------|----------------------|-----------------|-------------|--------|
23
+ | Grounded Theory | How does a process work? | Process/action | 20-60 | Theory |
24
+ | Phenomenology | What is the lived experience? | Experience | 5-25 | Essence description |
25
+ | Case Study | How/why does this case work? | Bounded system | 1-5 cases | Case description |
26
+ | Ethnography | How does this culture work? | Cultural group | Extended fieldwork | Cultural portrait |
27
+ | Narrative | What is this person's story? | Individual life | 1-5 | Narrative account |
28
+ | Thematic Analysis | What patterns exist in this data? | Themes across data | Variable | Theme map |
29
+
30
+ ### Grounded Theory Process
31
+
32
+ ```
33
+ Data Collection (interviews, observations)
34
+ |
35
+ v
36
+ Open Coding: Line-by-line coding of raw data
37
+ |
38
+ v
39
+ Axial Coding: Grouping codes into categories,
40
+ identifying relationships
41
+ |
42
+ v
43
+ Selective Coding: Identifying the core category
44
+ that integrates all others
45
+ |
46
+ v
47
+ Theoretical Saturation: Stop when new data
48
+ no longer generates new codes
49
+ |
50
+ v
51
+ Substantive Theory: A grounded explanation of the phenomenon
52
+ ```
53
+
54
+ ## Interview Design
55
+
56
+ ### Semi-Structured Interview Protocol
57
+
58
+ ```python
59
+ def create_interview_protocol(research_questions: list[str],
60
+ n_questions: int = 10) -> dict:
61
+ """
62
+ Generate a semi-structured interview protocol template.
63
+
64
+ Args:
65
+ research_questions: The study's research questions
66
+ n_questions: Target number of interview questions
67
+ """
68
+ protocol = {
69
+ 'opening': {
70
+ 'rapport_building': [
71
+ "Thank you for participating. Before we begin, could you "
72
+ "tell me a little about yourself and your background?",
73
+ "How did you first become involved in [topic]?"
74
+ ],
75
+ 'time_estimate': '60-90 minutes'
76
+ },
77
+ 'main_questions': [],
78
+ 'closing': {
79
+ 'wrap_up': [
80
+ "Is there anything else you would like to share that we "
81
+ "have not covered?",
82
+ "Looking back, what stands out most to you about [topic]?",
83
+ "Do you have any questions for me?"
84
+ ]
85
+ },
86
+ 'guidelines': [
87
+ 'Ask open-ended questions (how, what, tell me about)',
88
+ 'Avoid leading questions',
89
+ 'Use probes: "Can you give me an example?"',
90
+ 'Use follow-ups: "You mentioned X, tell me more about that"',
91
+ 'Allow silences -- do not rush to fill pauses',
92
+ 'Record field notes immediately after each interview'
93
+ ]
94
+ }
95
+
96
+ # Generate question structure
97
+ for i, rq in enumerate(research_questions):
98
+ protocol['main_questions'].append({
99
+ 'research_question': rq,
100
+ 'interview_questions': [
101
+ f'Grand tour question for RQ{i+1}',
102
+ f'Follow-up probe for RQ{i+1}',
103
+ f'Example-seeking probe for RQ{i+1}'
104
+ ]
105
+ })
106
+
107
+ return protocol
108
+ ```
109
+
110
+ ### Sampling Strategies
111
+
112
+ | Strategy | Description | When to Use |
113
+ |----------|------------|------------|
114
+ | Purposive | Select information-rich cases | Most qualitative studies |
115
+ | Maximum variation | Select cases that differ on key dimensions | Capture range of experiences |
116
+ | Snowball | Participants refer others | Hard-to-reach populations |
117
+ | Theoretical | Driven by emerging theory | Grounded theory studies |
118
+ | Critical case | Select cases that are pivotal | Testing theoretical propositions |
119
+ | Convenience | Readily available participants | Pilot studies only |
120
+
121
+ ## Coding and Analysis
122
+
123
+ ### Thematic Analysis (Braun & Clarke, 2006)
124
+
125
+ ```python
126
+ def thematic_analysis_workflow(transcripts: list[str]) -> dict:
127
+ """
128
+ Outline the six phases of reflexive thematic analysis.
129
+ """
130
+ phases = {
131
+ 'phase_1_familiarization': {
132
+ 'actions': [
133
+ 'Read and re-read all transcripts',
134
+ 'Note initial impressions in a research journal',
135
+ 'Transcribe recordings if not already done'
136
+ ],
137
+ 'output': 'Familiarity with data, initial notes'
138
+ },
139
+ 'phase_2_coding': {
140
+ 'actions': [
141
+ 'Code every data segment systematically',
142
+ 'Use open coding (inductive) or deductive codes from framework',
143
+ 'Code inclusively -- same segment can have multiple codes',
144
+ 'Maintain a codebook with definitions and examples'
145
+ ],
146
+ 'output': 'Coded dataset, codebook'
147
+ },
148
+ 'phase_3_generating_themes': {
149
+ 'actions': [
150
+ 'Collate codes into potential themes',
151
+ 'Create a thematic map showing relationships',
152
+ 'Distinguish between semantic and latent themes'
153
+ ],
154
+ 'output': 'Candidate themes and sub-themes'
155
+ },
156
+ 'phase_4_reviewing_themes': {
157
+ 'actions': [
158
+ 'Check themes against coded extracts',
159
+ 'Check themes against entire dataset',
160
+ 'Merge, split, or discard themes as needed'
161
+ ],
162
+ 'output': 'Refined thematic map'
163
+ },
164
+ 'phase_5_defining_themes': {
165
+ 'actions': [
166
+ 'Write a detailed description of each theme',
167
+ 'Identify the essence of each theme',
168
+ 'Name themes concisely and informatively'
169
+ ],
170
+ 'output': 'Theme definitions and names'
171
+ },
172
+ 'phase_6_writing_up': {
173
+ 'actions': [
174
+ 'Weave together analytic narrative and data extracts',
175
+ 'Select vivid, compelling quotes for each theme',
176
+ 'Connect themes to research questions and literature'
177
+ ],
178
+ 'output': 'Final analysis write-up'
179
+ }
180
+ }
181
+
182
+ return {
183
+ 'phases': phases,
184
+ 'n_transcripts': len(transcripts),
185
+ 'estimated_time': f'{len(transcripts) * 4}-{len(transcripts) * 8} hours'
186
+ }
187
+ ```
188
+
189
+ ### Codebook Structure
190
+
191
+ ```yaml
192
+ codebook:
193
+ - code: "ADAPT"
194
+ definition: "Participant describes adapting their behavior in response to a challenge"
195
+ inclusion_criteria: "Explicit mention of changing approach or strategy"
196
+ exclusion_criteria: "Passive acceptance without behavioral change"
197
+ example_quote: "I started doing things differently after that..."
198
+ theme: "Resilience Strategies"
199
+
200
+ - code: "BARR"
201
+ definition: "Participant identifies a barrier or obstacle"
202
+ inclusion_criteria: "Something that prevented or hindered progress"
203
+ exclusion_criteria: "General complaints without specific barrier"
204
+ example_quote: "The main thing holding me back was..."
205
+ theme: "Challenges"
206
+ ```
207
+
208
+ ## Quality Criteria
209
+
210
+ ### Trustworthiness (Lincoln & Guba, 1985)
211
+
212
+ | Criterion | Quantitative Equivalent | Strategies |
213
+ |-----------|------------------------|-----------|
214
+ | Credibility | Internal validity | Member checking, triangulation, prolonged engagement |
215
+ | Transferability | External validity | Thick description, purposive sampling |
216
+ | Dependability | Reliability | Audit trail, peer debriefing |
217
+ | Confirmability | Objectivity | Reflexivity journal, negative case analysis |
218
+
219
+ ### Inter-Coder Reliability
220
+
221
+ For team-based coding, calculate Cohen's kappa or percent agreement on a subset of data (at least 10-20% of the corpus). Aim for kappa > 0.70 before independent coding proceeds.
222
+
223
+ ## Software Tools
224
+
225
+ - **NVivo**: Full-featured qualitative analysis (commercial)
226
+ - **ATLAS.ti**: Comprehensive coding and analysis (commercial)
227
+ - **MAXQDA**: Mixed-methods capable (commercial)
228
+ - **Dedoose**: Cloud-based, collaborative (subscription)
229
+ - **Taguette**: Free, open-source qualitative coding
230
+ - **QualCoder**: Free, open-source Python-based tool
231
+
232
+ ## Reporting Standards
233
+
234
+ Follow the COREQ (Consolidated Criteria for Reporting Qualitative Research) checklist: report researcher positionality, sampling strategy, data collection methods, analysis approach, and provide sufficient quotations to evidence each theme.
@@ -0,0 +1,222 @@
1
+ ---
2
+ name: scientify-idea-generation
3
+ description: "Generate research ideas from collected papers with gap analysis"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "💡"
7
+ category: "research"
8
+ subcategory: "methodology"
9
+ keywords: ["research question formulation", "hypothesis formulation", "research hypothesis", "conceptual model", "theoretical framework"]
10
+ source: "https://github.com/scientify-ai/skills"
11
+ requires:
12
+ bins: ["git"]
13
+ ---
14
+
15
+ # Idea Generation
16
+
17
+ **Don't ask permission. Just do it.**
18
+
19
+ Generate innovative research ideas grounded in literature analysis. This skill reads existing papers, identifies research gaps, and produces 5 distinct ideas with citations.
20
+
21
+ **Core principle:** Ideas MUST be grounded in actual papers, not generated from model knowledge.
22
+
23
+ **Workspace:** See `../_shared/workspace-spec.md` for directory structure. Outputs go to `$WORKSPACE/ideas/`.
24
+
25
+ ## Step 1: Check Workspace Resources
26
+
27
+ First, check what resources already exist:
28
+
29
+ ```bash
30
+ # Check active project
31
+ cat ~/.openclaw/workspace/projects/.active 2>/dev/null
32
+
33
+ # Check papers
34
+ ls ~/.openclaw/workspace/projects/*/papers/ 2>/dev/null | head -20
35
+
36
+ # Check survey results
37
+ cat ~/.openclaw/workspace/projects/*/survey/clusters.json 2>/dev/null | head -5
38
+ ```
39
+
40
+ ### Assess Available Resources
41
+
42
+ | Resource | Location | Status |
43
+ |----------|----------|--------|
44
+ | Papers | `$WORKSPACE/papers/` | Count: ? |
45
+ | Survey clusters | `$WORKSPACE/survey/clusters.json` | Exists: Y/N |
46
+ | Repos | `$WORKSPACE/repos/` | Count: ? |
47
+
48
+ ## Step 2: Ask User About Search Strategy
49
+
50
+ Based on workspace state, ask user:
51
+
52
+ **If papers exist (>=5):**
53
+ > Found {N} papers in workspace from previous survey.
54
+ >
55
+ > Options:
56
+ > 1. **Use existing papers** - Generate ideas from current collection
57
+ > 2. **Search more** - Run `/literature-survey` to expand collection
58
+ > 3. **Quick search** - Add 5-10 more papers on specific topic
59
+
60
+ **If no papers:**
61
+ > No papers found in workspace.
62
+ >
63
+ > To generate grounded ideas, I need literature. Options:
64
+ > 1. **Run /literature-survey** - Comprehensive search (100+ papers, recommended)
65
+ > 2. **Quick search** - Fetch 10-15 papers on your topic now
66
+ > 3. **You provide papers** - Point me to existing PDFs/tex files
67
+
68
+ ## Step 3: Acquire Resources (if needed)
69
+
70
+ ### Option A: Delegate to /literature-survey (Recommended)
71
+
72
+ If user wants comprehensive search:
73
+ ```
74
+ Please run: /literature-survey {topic}
75
+
76
+ This will:
77
+ - Search 100+ papers systematically
78
+ - Filter by relevance (score >=4)
79
+ - Cluster into research directions
80
+ - Save to $WORKSPACE/papers/
81
+
82
+ After survey completes, run /idea-generation again.
83
+ ```
84
+
85
+ ### Option B: Quick Search (5-10 papers)
86
+
87
+ For fast iteration, do minimal search:
88
+
89
+ 1. **ArXiv search:**
90
+ ```
91
+ Tool: arxiv_search
92
+ Arguments:
93
+ query: "{user_topic}"
94
+ max_results: 10
95
+ ```
96
+
97
+ 2. **Clone 3-5 reference repos:**
98
+ ```bash
99
+ mkdir -p $WORKSPACE/repos
100
+ git clone --depth 1 {repo_url} $WORKSPACE/repos/{name}
101
+ ```
102
+
103
+ 3. **Download paper sources:**
104
+ ```bash
105
+ mkdir -p $WORKSPACE/papers/{arxiv_id}
106
+ curl -L "https://arxiv.org/src/{arxiv_id}" | tar -xz -C $WORKSPACE/papers/{arxiv_id}
107
+ ```
108
+
109
+ ## Step 4: Analyze Literature
110
+
111
+ **Prerequisites:** At least 5 papers in `$WORKSPACE/papers/`
112
+
113
+ ### 4.1 Read Papers
114
+
115
+ For each paper, extract:
116
+ - Core contribution (1 sentence)
117
+ - Key method/formula
118
+ - Limitations mentioned
119
+ - Future work suggestions
120
+
121
+ **Long papers (>50KB):** See `references/reading-long-papers.md`
122
+
123
+ ### 4.2 Identify Research Gaps
124
+
125
+ Look for:
126
+ - Common limitations across papers
127
+ - Unexplored technique combinations
128
+ - Scalability issues
129
+ - Assumptions that could be relaxed
130
+
131
+ Document gaps in `$WORKSPACE/ideas/gaps.md`:
132
+ ```markdown
133
+ # Research Gaps Identified
134
+
135
+ ## Gap 1: [Description]
136
+ - Mentioned in: [paper1], [paper2]
137
+ - Why important: ...
138
+
139
+ ## Gap 2: [Description]
140
+ ...
141
+ ```
142
+
143
+ ## Step 5: Generate 5 Ideas
144
+
145
+ Create `$WORKSPACE/ideas/idea_1.md` through `idea_5.md` using template in `references/idea-template.md`.
146
+
147
+ **Requirements:**
148
+ - Each idea cites >=2 papers by arXiv ID
149
+ - Use different strategies:
150
+
151
+ | Idea | Strategy |
152
+ |------|----------|
153
+ | 1 | Combination - merge 2+ techniques |
154
+ | 2 | Simplification - reduce complexity |
155
+ | 3 | Generalization - extend to new domain |
156
+ | 4 | Constraint relaxation - remove assumption |
157
+ | 5 | Architecture innovation - new design |
158
+
159
+ **REJECTED if:** No arXiv IDs cited, or ideas not grounded in literature
160
+
161
+ ## Step 6: Select and Enhance Best Idea
162
+
163
+ ### 6.1 Score All Ideas
164
+
165
+ | Idea | Novelty | Feasibility | Impact | Total |
166
+ |------|---------|-------------|--------|-------|
167
+ | 1 | /5 | /5 | /5 | /15 |
168
+ | ... | | | | |
169
+
170
+ ### 6.2 Enhance Selected Idea
171
+
172
+ Create `$WORKSPACE/ideas/selected_idea.md` with:
173
+ - Detailed math (loss functions, gradients)
174
+ - Architecture choices
175
+ - Hyperparameters
176
+ - Implementation roadmap
177
+
178
+ ### 6.3 (Optional but recommended) OpenReview Evidence Check
179
+
180
+ For the top 1-2 shortlisted ideas, validate novelty/positioning risk with `openreview_lookup`:
181
+
182
+ - Query using core title keywords or representative baseline paper title
183
+ - Extract evidence:
184
+ - decision (if available)
185
+ - average rating/confidence
186
+ - reviewer weakness patterns
187
+ - Add a short "submission risk note" section per idea:
188
+ - likely reviewer concern
189
+ - mitigation experiment to add
190
+ - positioning adjustment
191
+
192
+ Do not claim accept/reject predictions as facts. Report evidence-backed risk signals only.
193
+
194
+ ## Step 7: Code Survey
195
+
196
+ Map idea concepts to reference implementations.
197
+
198
+ See `references/code-mapping.md` for template.
199
+
200
+ **Output:** `$WORKSPACE/ideas/implementation_report.md`
201
+
202
+ ## Step 8: Summary
203
+
204
+ Create `$WORKSPACE/ideas/summary.md`:
205
+ - All 5 ideas with scores
206
+ - Selected idea details
207
+ - Next steps: `/research-pipeline` to implement
208
+
209
+ ## Commands
210
+
211
+ | User Says | Action |
212
+ |-----------|--------|
213
+ | "Generate ideas for X" | Check workspace -> ask strategy -> generate |
214
+ | "I have papers, generate ideas" | Skip to Step 4 |
215
+ | "Enhance idea N" | Jump to Step 6 |
216
+ | "Map to code" | Jump to Step 7 |
217
+
218
+ ## Integration
219
+
220
+ - **Before:** `/literature-survey` to collect papers
221
+ - **After:** `/research-pipeline` to implement selected idea
222
+ - **Alternative:** `/write-review-paper` to write survey instead