@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,255 @@
1
+ ---
2
+ name: open-science-guide
3
+ description: "Pre-registration, open data, and FAIR principles for research"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "unlock"
7
+ category: "research"
8
+ subcategory: "funding"
9
+ keywords: ["pre-registration", "registered report", "open science framework", "FAIR data principles", "open data"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Open Science Guide
14
+
15
+ Implement open science practices including study pre-registration, open data sharing, registered reports, and FAIR data principles to increase research transparency and reproducibility.
16
+
17
+ ## Why Open Science?
18
+
19
+ Open science practices address the replication crisis and increase trust in research findings:
20
+
21
+ | Practice | Problem It Addresses |
22
+ |----------|---------------------|
23
+ | Pre-registration | Prevents HARKing (hypothesizing after results are known) and p-hacking |
24
+ | Open data | Enables verification, reanalysis, and meta-analyses |
25
+ | Open materials | Allows exact replication of studies |
26
+ | Open access | Removes paywalls that limit access to knowledge |
27
+ | Registered reports | Eliminates publication bias (acceptance before results are known) |
28
+ | Open code | Enables computational reproducibility |
29
+
30
+ ## Pre-Registration
31
+
32
+ ### What to Pre-Register
33
+
34
+ Pre-registration commits you to your research plan before seeing the data:
35
+
36
+ ```markdown
37
+ Pre-registration template (standard fields):
38
+
39
+ 1. HYPOTHESES
40
+ - H1: [Specific, directional hypothesis]
41
+ - H2: [Another hypothesis]
42
+
43
+ 2. DESIGN
44
+ - Study type: [Experiment / Survey / Observational]
45
+ - Between/within subjects design: [Details]
46
+ - Conditions: [List experimental conditions]
47
+
48
+ 3. SAMPLING PLAN
49
+ - Sample size: [N = X, justified by power analysis]
50
+ - Stopping rule: [When will data collection stop?]
51
+ - Inclusion/exclusion criteria: [List]
52
+
53
+ 4. VARIABLES
54
+ - Independent variables: [List with levels]
55
+ - Dependent variables: [List with measurement details]
56
+ - Covariates: [List any control variables]
57
+
58
+ 5. ANALYSIS PLAN
59
+ - Primary analysis: [Exact statistical test, e.g., "2x3 mixed ANOVA"]
60
+ - Secondary analyses: [Additional planned analyses]
61
+ - Inference criteria: [alpha level, correction for multiple comparisons]
62
+ - Exclusion criteria: [How will outliers or failed attention checks be handled?]
63
+ - Missing data: [How will missing data be handled?]
64
+
65
+ 6. OTHER
66
+ - Exploratory analyses: [Analyses not tied to specific hypotheses]
67
+ ```
68
+
69
+ ### Where to Pre-Register
70
+
71
+ | Platform | URL | Disciplines | Features |
72
+ |----------|-----|-------------|----------|
73
+ | OSF Registries | osf.io/registries | All | Free, flexible templates, versioned |
74
+ | AsPredicted | aspredicted.org | Social sciences, psychology | Simple 9-question form, private until shared |
75
+ | ClinicalTrials.gov | clinicaltrials.gov | Clinical research | Required for clinical trials (FDA) |
76
+ | PROSPERO | crd.york.ac.uk/prospero | Systematic reviews | Health-related reviews only |
77
+ | AEA RCT Registry | socialscienceregistry.org | Economics | RCTs in social sciences |
78
+
79
+ ### Pre-Registration Workflow
80
+
81
+ ```
82
+ 1. Design your study
83
+ 2. Write the pre-registration document
84
+ 3. Have a colleague review it
85
+ 4. Submit to a registration platform
86
+ 5. Receive a time-stamped registration (URL + DOI)
87
+ 6. Collect and analyze data following the pre-registered plan
88
+ 7. Report results transparently:
89
+ - Confirmatory analyses (pre-registered)
90
+ - Exploratory analyses (clearly labeled as exploratory)
91
+ 8. Link the pre-registration in your manuscript
92
+ ```
93
+
94
+ ## Registered Reports
95
+
96
+ Registered Reports are a publication format where peer review occurs before data collection:
97
+
98
+ ```
99
+ Stage 1 (Before Data Collection):
100
+ - Submit introduction, methods, and analysis plan
101
+ - Peer review evaluates the research question and methodology
102
+ - If accepted: "In-Principle Acceptance" (IPA)
103
+ - Paper will be published regardless of results
104
+
105
+ Stage 2 (After Data Collection):
106
+ - Collect data following the approved protocol
107
+ - Analyze and report results
108
+ - Add discussion section
109
+ - Final peer review checks adherence to protocol
110
+ - Publication
111
+ ```
112
+
113
+ Over 300 journals now accept Registered Reports. Check the registry at cos.io/rr.
114
+
115
+ ### Benefits of Registered Reports
116
+
117
+ - Eliminates publication bias (null results are published)
118
+ - Ensures methodological rigor is reviewed before sunk costs
119
+ - Prevents post-hoc changes to hypotheses or analyses
120
+ - Provides certainty of publication to researchers
121
+
122
+ ## FAIR Data Principles
123
+
124
+ FAIR principles ensure research data is **F**indable, **A**ccessible, **I**nteroperable, and **R**eusable:
125
+
126
+ ### Findable
127
+
128
+ ```markdown
129
+ - F1: Data are assigned a globally unique, persistent identifier (DOI)
130
+ - F2: Data are described with rich metadata
131
+ - F3: Metadata include the identifier of the data
132
+ - F4: Data are registered or indexed in a searchable resource
133
+
134
+ Actions:
135
+ - Deposit data in a repository that assigns DOIs
136
+ - Write a comprehensive README and data dictionary
137
+ - Use standard metadata schemas (Dublin Core, DataCite)
138
+ ```
139
+
140
+ ### Accessible
141
+
142
+ ```markdown
143
+ - A1: Data are retrievable by their identifier using open protocols (HTTP)
144
+ - A2: Metadata remain accessible even if data are no longer available
145
+
146
+ Actions:
147
+ - Use established repositories (not personal websites)
148
+ - Specify access conditions clearly (open, restricted, embargoed)
149
+ - Even if data cannot be shared, publish metadata describing them
150
+ ```
151
+
152
+ ### Interoperable
153
+
154
+ ```markdown
155
+ - I1: Data use a formal, accessible, shared language (e.g., CSV, JSON, RDF)
156
+ - I2: Data use vocabularies that follow FAIR principles
157
+ - I3: Data include qualified references to other data
158
+
159
+ Actions:
160
+ - Use standard file formats (CSV, not proprietary Excel)
161
+ - Use standard variable names and coding schemes
162
+ - Link to related datasets using DOIs
163
+ ```
164
+
165
+ ### Reusable
166
+
167
+ ```markdown
168
+ - R1: Data are richly described with provenance information
169
+ - R2: Data are released with a clear, accessible data usage license
170
+ - R3: Data meet domain-relevant community standards
171
+
172
+ Actions:
173
+ - Include a data dictionary with variable descriptions
174
+ - Apply a license (CC-BY 4.0 recommended)
175
+ - Describe data collection procedures, cleaning steps, and known issues
176
+ - Include analysis code alongside data
177
+ ```
178
+
179
+ ## Data Sharing Platforms
180
+
181
+ | Repository | Disciplines | Max Size | DOI | Cost |
182
+ |-----------|-------------|----------|-----|------|
183
+ | Zenodo | All | 50 GB | Yes | Free |
184
+ | Dryad | All (focus on sciences) | Unlimited | Yes | Sliding scale |
185
+ | Figshare | All | 20 GB (free) | Yes | Free/institutional |
186
+ | OSF | All | 5 GB (free) | Yes | Free |
187
+ | Harvard Dataverse | All (focus on social science) | 2.5 GB per file | Yes | Free |
188
+ | ICPSR | Social science | Varies | Yes | Free deposit |
189
+ | GenBank | Genomics | N/A | Accession numbers | Free |
190
+ | Protein Data Bank | Structural biology | N/A | PDB IDs | Free |
191
+
192
+ ## Data Sharing Best Practices
193
+
194
+ ### README Template for Data Deposits
195
+
196
+ ```markdown
197
+ # Dataset: [Title]
198
+
199
+ ## Description
200
+ Brief description of the dataset and the study it comes from.
201
+
202
+ ## Citation
203
+ If you use this data, please cite:
204
+ [Full citation of the associated publication]
205
+
206
+ ## File Description
207
+ - `data_raw.csv` - Raw data as collected (N = 500, 45 variables)
208
+ - `data_processed.csv` - Cleaned data after exclusions (N = 467, 38 variables)
209
+ - `codebook.csv` - Variable descriptions, types, and valid ranges
210
+ - `analysis_script.R` - Complete analysis code reproducing all results
211
+
212
+ ## Variables (data_processed.csv)
213
+ | Variable | Type | Description | Valid Range |
214
+ |----------|------|-------------|-------------|
215
+ | participant_id | string | Unique participant identifier | P001-P500 |
216
+ | age | integer | Age in years | 18-65 |
217
+ | condition | categorical | Experimental condition | control, treatment_a, treatment_b |
218
+ | score_pre | numeric | Pre-test score | 0-100 |
219
+ | score_post | numeric | Post-test score | 0-100 |
220
+
221
+ ## Missing Data
222
+ - 33 participants excluded for failing attention checks
223
+ - 12 missing values in `score_post` (participants did not complete)
224
+ - Missing coded as NA
225
+
226
+ ## License
227
+ CC-BY 4.0 International
228
+
229
+ ## Contact
230
+ [Name, email, ORCID]
231
+ ```
232
+
233
+ ### Sensitive Data Considerations
234
+
235
+ When data cannot be fully shared (e.g., due to participant privacy):
236
+
237
+ 1. **Anonymize**: Remove direct identifiers (name, email, IP) and indirect identifiers (rare combinations of demographics)
238
+ 2. **Aggregate**: Share summary statistics or aggregated data instead of individual-level data
239
+ 3. **Restricted access**: Deposit data with access controls (e.g., ICPSR restricted-use data)
240
+ 4. **Synthetic data**: Generate synthetic datasets that preserve statistical properties
241
+ 5. **Controlled access**: Use data use agreements (DUAs) for sensitive data
242
+ 6. **Code without data**: At minimum, share analysis code so methods are transparent
243
+
244
+ ## Open Science Badges
245
+
246
+ Many journals award badges for open science practices:
247
+
248
+ | Badge | Meaning |
249
+ |-------|---------|
250
+ | Open Data | Data publicly available |
251
+ | Open Materials | Research materials publicly available |
252
+ | Preregistered | Study pre-registered before data collection |
253
+ | Preregistered + Analysis Plan | Preregistered with detailed analysis plan |
254
+
255
+ These badges (developed by COS) appear on published articles and signal commitment to transparency.
@@ -0,0 +1,174 @@
1
+ ---
2
+ name: zenodo-api
3
+ description: "Open research repository for all disciplines"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🔍"
7
+ category: "research"
8
+ subcategory: "funding"
9
+ keywords: ["open data", "data sharing", "data archiving", "FAIR data principles"]
10
+ source: "https://developers.zenodo.org/"
11
+ requires:
12
+ env: ["ZENODO_API_TOKEN"]
13
+ ---
14
+
15
+ # Zenodo API Guide
16
+
17
+ ## Overview
18
+
19
+ Zenodo is an open-access digital repository developed by CERN and funded by the European Commission. It enables researchers to deposit datasets, software, publications, reports, and any other research-related digital artifacts. Zenodo assigns each upload a DOI, ensuring long-term citability and discoverability of research outputs across all academic disciplines.
20
+
21
+ The Zenodo API provides programmatic access to the full repository, including the ability to search records, retrieve metadata, create depositions, upload files, and manage communities. It follows FAIR data principles (Findable, Accessible, Interoperable, Reusable) and integrates with GitHub for automatic software archiving.
22
+
23
+ Researchers, data librarians, and research infrastructure teams use the Zenodo API to automate data publishing workflows, build data discovery tools, integrate archiving into CI/CD pipelines, and harvest metadata for institutional repositories. Zenodo supports versioning, access controls, and rich metadata schemas including DataCite Metadata Schema.
24
+
25
+ ## Authentication
26
+
27
+ Authentication is required for most write operations and for accessing restricted records. Zenodo uses personal access tokens.
28
+
29
+ 1. Create an account at https://zenodo.org/
30
+ 2. Navigate to **Settings** > **Applications** > **Personal access tokens**
31
+ 3. Generate a token with appropriate scopes (`deposit:write`, `deposit:actions`)
32
+ 4. Include the token in requests via the `access_token` query parameter or `Authorization` header
33
+
34
+ ```bash
35
+ # Query parameter method
36
+ curl "https://zenodo.org/api/records?access_token=YOUR_TOKEN"
37
+
38
+ # Header method
39
+ curl -H "Authorization: Bearer YOUR_TOKEN" "https://zenodo.org/api/records"
40
+ ```
41
+
42
+ Read-only access to public records does not require authentication, but authenticated requests have higher rate limits.
43
+
44
+ ## Core Endpoints
45
+
46
+ ### records: Search and Retrieve Records
47
+
48
+ Search the Zenodo repository for published records including datasets, software, publications, and other artifacts.
49
+
50
+ - **URL**: `GET https://zenodo.org/api/records`
51
+ - **Parameters**:
52
+
53
+ | Parameter | Type | Required | Description |
54
+ |-------------|--------|----------|------------------------------------------------------|
55
+ | q | string | No | Search query (Elasticsearch syntax) |
56
+ | type | string | No | Record type: `dataset`, `software`, `publication` |
57
+ | communities | string | No | Filter by community identifier |
58
+ | sort | string | No | Sort order: `bestmatch`, `mostrecent` |
59
+ | size | int | No | Number of results per page (default 10, max 9999) |
60
+ | page | int | No | Page number (default 1) |
61
+
62
+ - **Example**:
63
+
64
+ ```bash
65
+ curl "https://zenodo.org/api/records?q=climate+change&type=dataset&sort=mostrecent&size=5"
66
+ ```
67
+
68
+ - **Response**: Returns `hits` object containing `total` count and array of record objects with `id`, `doi`, `metadata` (title, creators, description, keywords, publication_date), `files` (download links), and `links`.
69
+
70
+ ### depositions: Create and Manage Uploads
71
+
72
+ Create new depositions to upload research data and software to Zenodo.
73
+
74
+ - **URL**: `GET https://zenodo.org/api/deposit/depositions`
75
+ - **Parameters**:
76
+
77
+ | Parameter | Type | Required | Description |
78
+ |--------------|--------|----------|-------------------------------------------------|
79
+ | access_token | string | Yes | Personal access token |
80
+ | q | string | No | Search within your depositions |
81
+ | sort | string | No | Sort order: `bestmatch`, `mostrecent` |
82
+ | size | int | No | Results per page |
83
+
84
+ - **Example**:
85
+
86
+ ```bash
87
+ # List your depositions
88
+ curl "https://zenodo.org/api/deposit/depositions?access_token=YOUR_TOKEN"
89
+
90
+ # Create a new deposition
91
+ curl -X POST "https://zenodo.org/api/deposit/depositions?access_token=YOUR_TOKEN" \
92
+ -H "Content-Type: application/json" \
93
+ -d '{"metadata": {"title": "My Dataset", "upload_type": "dataset", "description": "Sample dataset", "creators": [{"name": "Doe, Jane"}]}}'
94
+ ```
95
+
96
+ - **Response**: Returns deposition object with `id`, `metadata`, `state`, `submitted`, `links` (including bucket URL for file uploads), and `files`.
97
+
98
+ ## Rate Limits
99
+
100
+ Rate limits vary based on authentication status. Authenticated requests receive higher limits than anonymous requests. Zenodo does not publicly document exact rate limit numbers, but typical guidance is to keep requests under 60 per minute for anonymous access and 100 per minute for authenticated access. The API returns standard HTTP 429 responses when limits are exceeded, with a `Retry-After` header indicating when to retry.
101
+
102
+ ## Common Patterns
103
+
104
+ ### Search for Datasets by Topic
105
+
106
+ Find openly available datasets in a specific research domain:
107
+
108
+ ```python
109
+ import requests
110
+
111
+ params = {
112
+ "q": "machine learning genomics",
113
+ "type": "dataset",
114
+ "sort": "mostrecent",
115
+ "size": 20
116
+ }
117
+ resp = requests.get("https://zenodo.org/api/records", params=params)
118
+ data = resp.json()
119
+
120
+ for hit in data["hits"]["hits"]:
121
+ meta = hit["metadata"]
122
+ print(f"{meta['title']} | DOI: {hit['doi']} | Date: {meta['publication_date']}")
123
+ ```
124
+
125
+ ### Archive a GitHub Repository
126
+
127
+ Zenodo integrates with GitHub to automatically archive releases. You can also deposit programmatically:
128
+
129
+ ```python
130
+ import requests
131
+
132
+ TOKEN = os.environ["ZENODO_API_TOKEN"]
133
+ headers = {"Authorization": f"Bearer {TOKEN}", "Content-Type": "application/json"}
134
+
135
+ # Step 1: Create empty deposition
136
+ dep = requests.post("https://zenodo.org/api/deposit/depositions",
137
+ headers=headers, json={}).json()
138
+
139
+ # Step 2: Upload file to the bucket
140
+ bucket_url = dep["links"]["bucket"]
141
+ with open("analysis_code.zip", "rb") as f:
142
+ requests.put(f"{bucket_url}/analysis_code.zip",
143
+ headers={"Authorization": f"Bearer {TOKEN}"},
144
+ data=f)
145
+
146
+ # Step 3: Add metadata and publish
147
+ metadata = {
148
+ "metadata": {
149
+ "title": "Analysis Code for Paper XYZ",
150
+ "upload_type": "software",
151
+ "description": "Reproducible analysis pipeline.",
152
+ "creators": [{"name": "Doe, Jane", "affiliation": "University X"}]
153
+ }
154
+ }
155
+ requests.put(f"https://zenodo.org/api/deposit/depositions/{dep['id']}",
156
+ headers=headers, json=metadata)
157
+ requests.post(f"https://zenodo.org/api/deposit/depositions/{dep['id']}/actions/publish",
158
+ headers={"Authorization": f"Bearer {TOKEN}"})
159
+ ```
160
+
161
+ ### Harvest Community Records
162
+
163
+ Retrieve all records from a specific Zenodo community for institutional tracking:
164
+
165
+ ```bash
166
+ curl "https://zenodo.org/api/records?communities=astronomy&size=100&sort=mostrecent"
167
+ ```
168
+
169
+ ## References
170
+
171
+ - Official API documentation: https://developers.zenodo.org/
172
+ - Zenodo homepage: https://zenodo.org/
173
+ - GitHub integration guide: https://guides.github.com/activities/citable-code/
174
+ - DataCite Metadata Schema: https://schema.datacite.org/
@@ -0,0 +1,201 @@
1
+ ---
2
+ name: action-research-guide
3
+ description: "Design and conduct action research and participatory studies"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "handshake"
7
+ category: "research"
8
+ subcategory: "methodology"
9
+ keywords: ["action research", "participatory research", "PAR", "community-based research", "practitioner research"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Action Research Guide
14
+
15
+ A skill for designing and conducting action research (AR), participatory action research (PAR), and community-based participatory research (CBPR). Covers the cyclical AR process, stakeholder engagement, data collection within action cycles, and balancing rigor with practical impact.
16
+
17
+ ## What Is Action Research?
18
+
19
+ ### Defining Characteristics
20
+
21
+ ```
22
+ Action research is research conducted WITH and FOR participants,
23
+ not ON them. It aims to produce both practical improvements and
24
+ new knowledge simultaneously.
25
+
26
+ Key principles:
27
+ 1. Collaboration: Researchers and participants work as partners
28
+ 2. Cyclical process: Plan -> Act -> Observe -> Reflect -> Repeat
29
+ 3. Practical focus: Solving a real problem in a real setting
30
+ 4. Democratic: Participants have voice in research design
31
+ 5. Reflexive: Ongoing critical reflection on the process
32
+
33
+ Contrast with traditional research:
34
+ Traditional: Researcher studies participants at arm's length
35
+ Action research: Researcher and participants co-investigate
36
+ ```
37
+
38
+ ### Types of Action Research
39
+
40
+ | Type | Focus | Who Leads |
41
+ |------|-------|----------|
42
+ | Practical AR | Improving professional practice | Practitioner-researcher |
43
+ | Participatory AR (PAR) | Empowerment and social change | Community members + researcher |
44
+ | CBPR | Health equity and community needs | Community-academic partnership |
45
+ | Educational AR | Improving teaching and learning | Teachers |
46
+ | Organizational AR | Improving organizational processes | Internal change agents |
47
+
48
+ ## The Action Research Cycle
49
+
50
+ ### Plan-Act-Observe-Reflect
51
+
52
+ ```python
53
+ def action_research_cycle(cycle_number: int,
54
+ problem: str,
55
+ planned_action: str) -> dict:
56
+ """
57
+ Structure one cycle of action research.
58
+
59
+ Args:
60
+ cycle_number: Which iteration of the cycle (1, 2, 3...)
61
+ problem: The problem or question being addressed
62
+ planned_action: The intervention or change being implemented
63
+ """
64
+ cycle = {
65
+ "cycle": cycle_number,
66
+ "problem_definition": problem,
67
+ "phases": {
68
+ "plan": {
69
+ "activities": [
70
+ "Collaboratively define the problem with stakeholders",
71
+ "Review evidence and prior knowledge",
72
+ "Design the intervention or action step",
73
+ "Determine data collection methods",
74
+ "Establish success criteria"
75
+ ],
76
+ "planned_action": planned_action
77
+ },
78
+ "act": {
79
+ "activities": [
80
+ "Implement the planned action",
81
+ "Document the implementation process",
82
+ "Note deviations from the plan and why they occurred",
83
+ "Maintain a reflective journal"
84
+ ]
85
+ },
86
+ "observe": {
87
+ "activities": [
88
+ "Collect data during and after the action",
89
+ "Gather participant feedback",
90
+ "Record outcomes (intended and unintended)",
91
+ "Compile evidence of change or no change"
92
+ ],
93
+ "data_sources": [
94
+ "Observations and field notes",
95
+ "Interviews with participants",
96
+ "Surveys or questionnaires",
97
+ "Artifacts (documents, records, student work)",
98
+ "Quantitative measures (if applicable)"
99
+ ]
100
+ },
101
+ "reflect": {
102
+ "activities": [
103
+ "Analyze collected data",
104
+ "Discuss findings with stakeholders",
105
+ "Identify what worked and what did not",
106
+ "Determine modifications for the next cycle",
107
+ "Document lessons learned"
108
+ ]
109
+ }
110
+ },
111
+ "next_cycle": (
112
+ "Revise the plan based on reflections and begin the next cycle. "
113
+ "Each cycle should show progressive refinement of the intervention."
114
+ )
115
+ }
116
+
117
+ return cycle
118
+ ```
119
+
120
+ ## Stakeholder Engagement
121
+
122
+ ### Building Genuine Partnerships
123
+
124
+ ```
125
+ Spectrum of Participation (from low to high):
126
+
127
+ Inform: One-way communication to participants
128
+ Consult: Gather input, researcher makes decisions
129
+ Involve: Participants contribute to some decisions
130
+ Collaborate: Shared decision-making throughout
131
+ Empower: Participants lead, researcher supports
132
+
133
+ True action research operates at the Collaborate or Empower level.
134
+
135
+ Strategies for genuine engagement:
136
+ - Hold meetings at times and locations convenient for participants
137
+ - Use accessible language (avoid academic jargon)
138
+ - Share data and findings openly with all partners
139
+ - Negotiate authorship and credit transparently
140
+ - Build relationships before starting the research
141
+ - Compensate participants for their time and expertise
142
+ ```
143
+
144
+ ## Data Collection in Action Research
145
+
146
+ ### Mixed Methods Within Cycles
147
+
148
+ ```
149
+ Qualitative data:
150
+ - Reflective journals (researcher and participants)
151
+ - Focus groups after each action cycle
152
+ - Semi-structured interviews with key stakeholders
153
+ - Photographs and video documentation
154
+ - Meeting minutes and decision logs
155
+
156
+ Quantitative data:
157
+ - Pre/post surveys measuring target outcomes
158
+ - Performance metrics (test scores, health indicators)
159
+ - Process metrics (attendance, participation rates)
160
+ - Time series data across multiple cycles
161
+
162
+ Integration:
163
+ - Use quantitative data to measure change
164
+ - Use qualitative data to understand WHY change did or did not occur
165
+ - Triangulate across sources for credibility
166
+ ```
167
+
168
+ ## Ensuring Rigor
169
+
170
+ ### Quality Criteria for Action Research
171
+
172
+ | Criterion | Strategy |
173
+ |-----------|---------|
174
+ | Outcome validity | Did the action solve the problem? |
175
+ | Process validity | Were methods adequate and appropriate? |
176
+ | Democratic validity | Were all stakeholders' perspectives included? |
177
+ | Catalytic validity | Did the research energize participants to act? |
178
+ | Dialogic validity | Has the work been peer-reviewed or scrutinized? |
179
+
180
+ ### Common Critiques and Responses
181
+
182
+ ```
183
+ Critique: "It is not generalizable."
184
+ Response: Action research produces transferable insights, not
185
+ statistical generalizations. Thick description allows
186
+ readers to judge applicability to their own context.
187
+
188
+ Critique: "The researcher is biased (they are part of the setting)."
189
+ Response: AR is transparent about the researcher's positionality.
190
+ Reflexive journaling, peer debriefing, and member checking
191
+ mitigate bias. Insider knowledge is a strength, not a flaw.
192
+
193
+ Critique: "It is just practice improvement, not real research."
194
+ Response: AR produces systematic, evidence-based knowledge that is
195
+ publicly shared and peer-reviewed. The dual focus on action
196
+ and research is by design, not a limitation.
197
+ ```
198
+
199
+ ## Reporting Action Research
200
+
201
+ Follow the ARCS (Action Research Cycle Reporting Standards) or use the general structure: describe the context and problem, explain the partnership and roles, present each cycle (plan-act-observe-reflect) chronologically, show how the intervention evolved across cycles, report both practical outcomes and theoretical contributions, and reflect on limitations and what you would do differently.