@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,211 @@
1
+ ---
2
+ name: tikz-diagrams-guide
3
+ description: "Create publication-quality scientific diagrams with TikZ in LaTeX"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "triangular_ruler"
7
+ category: "writing"
8
+ subcategory: "latex"
9
+ keywords: ["TikZ", "LaTeX diagrams", "scientific figures", "flowcharts", "PGFplots", "vector graphics"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # TikZ Diagrams Guide
14
+
15
+ A skill for creating publication-quality scientific diagrams directly in LaTeX using the TikZ package. Covers basic drawing commands, flowcharts, neural network architectures, data flow diagrams, and integration with PGFplots for camera-ready figures.
16
+
17
+ ## Getting Started with TikZ
18
+
19
+ ### Basic Setup
20
+
21
+ ```latex
22
+ \documentclass{article}
23
+ \usepackage{tikz}
24
+ \usetikzlibrary{arrows.meta, positioning, shapes.geometric, calc, fit}
25
+
26
+ \begin{document}
27
+ \begin{tikzpicture}
28
+ % Your drawing commands here
29
+ \end{tikzpicture}
30
+ \end{document}
31
+ ```
32
+
33
+ ### Fundamental Drawing Commands
34
+
35
+ ```latex
36
+ % Lines and shapes
37
+ \draw (0,0) -- (3,0) -- (3,2) -- cycle; % Triangle
38
+ \draw[thick, ->] (0,0) -- (4,0); % Arrow
39
+ \draw[dashed, blue] (0,0) circle (1.5); % Dashed circle
40
+ \filldraw[fill=gray!20, draw=black] (2,1) ellipse (1 and 0.5);
41
+
42
+ % Nodes (text labels with optional shapes)
43
+ \node[draw, rectangle, minimum width=2cm] (A) at (0,0) {Input};
44
+ \node[draw, circle] (B) at (3,0) {Process};
45
+ \draw[->] (A) -- (B);
46
+
47
+ % Relative positioning (requires positioning library)
48
+ \node[draw, rectangle] (C) [right=2cm of B] {Output};
49
+ \draw[->] (B) -- (C);
50
+ ```
51
+
52
+ ## Common Scientific Diagrams
53
+
54
+ ### Flowcharts
55
+
56
+ ```latex
57
+ \begin{tikzpicture}[
58
+ block/.style={rectangle, draw, fill=blue!10, text width=5em,
59
+ text centered, rounded corners, minimum height=3em},
60
+ decision/.style={diamond, draw, fill=green!10, text width=4em,
61
+ text centered, inner sep=0pt, aspect=2},
62
+ line/.style={draw, -Stealth}
63
+ ]
64
+ \node[block] (data) {Collect Data};
65
+ \node[block, below=1cm of data] (clean) {Clean \& Preprocess};
66
+ \node[decision, below=1cm of clean] (valid) {Valid?};
67
+ \node[block, below=1cm of valid] (analyze) {Analyze};
68
+ \node[block, right=2cm of valid] (fix) {Fix Issues};
69
+
70
+ \path[line] (data) -- (clean);
71
+ \path[line] (clean) -- (valid);
72
+ \path[line] (valid) -- node[right] {Yes} (analyze);
73
+ \path[line] (valid) -- node[above] {No} (fix);
74
+ \path[line] (fix) |- (clean);
75
+ \end{tikzpicture}
76
+ ```
77
+
78
+ ### Neural Network Architecture
79
+
80
+ ```latex
81
+ \begin{tikzpicture}[
82
+ neuron/.style={circle, draw, minimum size=0.8cm, fill=orange!20},
83
+ layer/.style={rectangle, draw, dashed, inner sep=0.3cm}
84
+ ]
85
+ % Input layer
86
+ \foreach \i in {1,2,3,4} {
87
+ \node[neuron] (I\i) at (0, -\i*1.2) {};
88
+ }
89
+
90
+ % Hidden layer
91
+ \foreach \j in {1,2,3} {
92
+ \node[neuron, fill=blue!20] (H\j) at (3, -\j*1.2 - 0.6) {};
93
+ }
94
+
95
+ % Output layer
96
+ \foreach \k in {1,2} {
97
+ \node[neuron, fill=green!20] (O\k) at (6, -\k*1.2 - 1.2) {};
98
+ }
99
+
100
+ % Connections
101
+ \foreach \i in {1,2,3,4} {
102
+ \foreach \j in {1,2,3} {
103
+ \draw[->] (I\i) -- (H\j);
104
+ }
105
+ }
106
+ \foreach \j in {1,2,3} {
107
+ \foreach \k in {1,2} {
108
+ \draw[->] (H\j) -- (O\k);
109
+ }
110
+ }
111
+
112
+ % Labels
113
+ \node[above=0.5cm of I1] {Input};
114
+ \node[above=0.5cm of H1] {Hidden};
115
+ \node[above=0.5cm of O1] {Output};
116
+ \end{tikzpicture}
117
+ ```
118
+
119
+ ## Integration with PGFplots
120
+
121
+ ### Combining Diagrams and Plots
122
+
123
+ ```latex
124
+ \usepackage{pgfplots}
125
+ \pgfplotsset{compat=1.18}
126
+
127
+ \begin{tikzpicture}
128
+ \begin{axis}[
129
+ xlabel={Epoch},
130
+ ylabel={Loss},
131
+ legend pos=north east,
132
+ grid=major,
133
+ width=8cm, height=6cm
134
+ ]
135
+ \addplot[blue, thick, mark=none] table {
136
+ 1 0.95
137
+ 5 0.72
138
+ 10 0.45
139
+ 20 0.22
140
+ 30 0.15
141
+ 50 0.08
142
+ };
143
+ \addlegendentry{Training}
144
+
145
+ \addplot[red, thick, dashed, mark=none] table {
146
+ 1 0.98
147
+ 5 0.75
148
+ 10 0.52
149
+ 20 0.35
150
+ 30 0.30
151
+ 50 0.28
152
+ };
153
+ \addlegendentry{Validation}
154
+ \end{axis}
155
+ \end{tikzpicture}
156
+ ```
157
+
158
+ ## Tips for Publication-Quality Figures
159
+
160
+ ### Style Guidelines
161
+
162
+ ```
163
+ 1. Font consistency:
164
+ - Use the same font family as your document body
165
+ - Minimum 8pt for axis labels and annotations
166
+ - Match font size to caption text
167
+
168
+ 2. Color considerations:
169
+ - Use colorblind-friendly palettes (avoid red-green only)
170
+ - Ensure figures are readable in grayscale
171
+ - Use patterns or line styles as secondary differentiators
172
+
173
+ 3. Size and resolution:
174
+ - TikZ produces vector output (PDF) -- always sharp
175
+ - Set figure width to match column width (single or double)
176
+ - Use consistent sizing across all figures in the paper
177
+
178
+ 4. Labeling:
179
+ - Label all axes with units
180
+ - Use (a), (b), (c) for sub-figures
181
+ - Place legends inside the plot area when possible
182
+ ```
183
+
184
+ ### Exporting Standalone TikZ Figures
185
+
186
+ ```latex
187
+ % standalone.tex -- compile separately, include as PDF
188
+ \documentclass[tikz, border=2mm]{standalone}
189
+ \usetikzlibrary{arrows.meta, positioning}
190
+ \begin{document}
191
+ \begin{tikzpicture}
192
+ % ... your diagram ...
193
+ \end{tikzpicture}
194
+ \end{document}
195
+
196
+ % In your main document:
197
+ % \includegraphics{standalone.pdf}
198
+ ```
199
+
200
+ ## Useful TikZ Libraries
201
+
202
+ | Library | Purpose |
203
+ |---------|---------|
204
+ | `positioning` | Relative node placement (right=of, below=of) |
205
+ | `arrows.meta` | Modern arrow tip styles |
206
+ | `shapes.geometric` | Diamond, trapezium, ellipse nodes |
207
+ | `calc` | Coordinate calculations |
208
+ | `fit` | Fit a node around a set of other nodes |
209
+ | `decorations.pathreplacing` | Braces, snakes, zigzag lines |
210
+ | `backgrounds` | Draw behind other elements |
211
+ | `matrix` | Grid-based node layouts |
@@ -0,0 +1,175 @@
1
+ ---
2
+ name: academic-translation-guide
3
+ description: "Academic translation, post-editing, and Chinglish correction guide"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "globe"
7
+ category: "writing"
8
+ subcategory: "polish"
9
+ keywords: ["academic translation", "machine translation", "post-editing", "Chinglish correction"]
10
+ source: "wentor-research-plugins"
11
+ ---
12
+
13
+ # Academic Translation Guide
14
+
15
+ Translate and polish research manuscripts between languages with a focus on academic register, domain-specific terminology, and common pitfalls for Chinese-English academic writing.
16
+
17
+ ## Machine Translation for Academic Texts
18
+
19
+ ### Recommended MT Engines for Academic Use
20
+
21
+ | Engine | Strengths | Weaknesses | Best For |
22
+ |--------|-----------|------------|----------|
23
+ | DeepL | Excellent European languages, natural output | Limited Asian language pairs | EU language papers |
24
+ | Google Translate | Broadest language coverage | Less polished academic register | Quick drafts, rare languages |
25
+ | ChatGPT / Claude | Context-aware, follows style instructions | May hallucinate terminology | Post-editing, term-aware translation |
26
+ | Tencent TranSmart | Strong Chinese-English technical | Limited other languages | CN-EN STEM papers |
27
+ | Baidu Translate | Strong Chinese-English | Less natural English | CN-EN drafts |
28
+
29
+ ### MT Post-Editing Workflow
30
+
31
+ 1. **Pre-process**: Clean the source text. Remove figure captions, table contents, and equations (translate these separately).
32
+ 2. **Translate**: Run through your preferred MT engine.
33
+ 3. **Light post-editing (PE)**: Fix factual errors, terminology, and grammar without rewriting.
34
+ 4. **Full post-editing**: Rewrite for fluency, cohesion, and academic register.
35
+ 5. **Domain review**: Have a subject-matter expert verify technical terminology.
36
+
37
+ ```
38
+ # Example: Light post-editing checklist
39
+ - [ ] Technical terms are correct and consistent
40
+ - [ ] Numbers, units, and chemical formulas are accurate
41
+ - [ ] Negation is preserved (a common MT error)
42
+ - [ ] Subject-verb agreement is correct
43
+ - [ ] Hedging language is appropriate ("may" vs "will")
44
+ - [ ] Citations and references are intact
45
+ ```
46
+
47
+ ## Common Chinglish Patterns and Corrections
48
+
49
+ ### Word-Level Issues
50
+
51
+ | Chinglish | Correction | Explanation |
52
+ |-----------|-----------|-------------|
53
+ | "in recent years" (overuse) | "recently" / omit | Direct translation of "近年来", used excessively |
54
+ | "play an important role" | varies by context | Direct translation of "起着重要作用", often vague |
55
+ | "more and more" | "increasingly" | Direct translation of "越来越" |
56
+ | "discuss about" | "discuss" | "discuss" is transitive in English |
57
+ | "research on" (as verb) | "investigate" / "study" | "Research" used more as noun in English |
58
+ | "the experiment result shows" | "the experimental results show" | Adjective form + plural |
59
+ | "according to" (overuse) | "based on" / rephrase | Direct translation of "根据" |
60
+
61
+ ### Sentence-Level Issues
62
+
63
+ **Problem: Topic-comment structure (Chinese) vs. Subject-verb-object (English)**
64
+
65
+ ```
66
+ Chinglish: "This method, its advantage is that it can process large datasets."
67
+ Correct: "The advantage of this method is its ability to process large datasets."
68
+ ```
69
+
70
+ **Problem: Missing articles (a, an, the)**
71
+
72
+ ```
73
+ Chinglish: "We propose method to solve problem."
74
+ Correct: "We propose a method to solve the problem."
75
+ ```
76
+
77
+ **Problem: Redundant phrasing**
78
+
79
+ ```
80
+ Chinglish: "In this paper, we propose a novel new method..."
81
+ Correct: "We propose a novel method..." (or "a new method")
82
+
83
+ Chinglish: "The purpose of this study is to study..."
84
+ Correct: "This study investigates..."
85
+ ```
86
+
87
+ **Problem: Overuse of passive voice**
88
+
89
+ ```
90
+ Chinglish: "It was found by us that the results were improved by the new method."
91
+ Correct: "We found that the new method improved the results."
92
+ ```
93
+
94
+ ## Academic Register Conventions
95
+
96
+ ### Formal vs. Informal
97
+
98
+ | Informal | Formal Academic |
99
+ |----------|----------------|
100
+ | "a lot of" | "numerous" / "substantial" |
101
+ | "get" | "obtain" / "achieve" |
102
+ | "big" | "significant" / "substantial" |
103
+ | "show" | "demonstrate" / "indicate" |
104
+ | "think" | "hypothesize" / "propose" |
105
+ | "look at" | "examine" / "investigate" |
106
+ | "pretty good" | "satisfactory" / "promising" |
107
+ | "kind of" | "somewhat" / "to some extent" |
108
+
109
+ ### Hedging Language
110
+
111
+ Academic writing requires appropriate hedging to avoid overclaiming:
112
+
113
+ ```
114
+ Too strong: "This proves that X causes Y."
115
+ Hedged: "These results suggest that X may contribute to Y."
116
+
117
+ Too strong: "It is certain that..."
118
+ Hedged: "It appears likely that..." / "The evidence indicates..."
119
+
120
+ Too strong: "All researchers agree..."
121
+ Hedged: "There is broad consensus that..." / "Most studies suggest..."
122
+ ```
123
+
124
+ ## Translation of Domain-Specific Terms
125
+
126
+ ### Building a Terminology Glossary
127
+
128
+ For each paper, maintain a bilingual glossary to ensure consistency:
129
+
130
+ ```markdown
131
+ | Chinese Term | English Term | Domain | Notes |
132
+ |-------------|-------------|--------|-------|
133
+ | 深度学习 | deep learning | CS/AI | not "depth learning" |
134
+ | 损失函数 | loss function | ML | not "lost function" |
135
+ | 显著性 | significance | Stats | statistical significance |
136
+ | 显著性 | saliency | CV | visual saliency (different!) |
137
+ | 鲁棒性 | robustness | General | not "robust nature" |
138
+ | 过拟合 | overfitting | ML | not "over-fitting" (no hyphen) |
139
+ | 特征提取 | feature extraction | ML/CV | |
140
+ | 基准测试 | benchmark | CS | not "base test" |
141
+ ```
142
+
143
+ ### Using LLMs for Terminology-Aware Translation
144
+
145
+ ```python
146
+ prompt = """Translate the following Chinese academic abstract to English.
147
+ Requirements:
148
+ 1. Use formal academic register
149
+ 2. Maintain these specific translations:
150
+ - 注意力机制 -> attention mechanism
151
+ - 自监督学习 -> self-supervised learning
152
+ - 下游任务 -> downstream task
153
+ 3. Do not add information not present in the original
154
+ 4. Preserve all citation markers like [1], [2]
155
+
156
+ Chinese text:
157
+ {source_text}
158
+ """
159
+ ```
160
+
161
+ ## Quality Assurance Checklist
162
+
163
+ After translating and editing, verify:
164
+
165
+ - [ ] All technical terms are correct and consistent throughout
166
+ - [ ] Article usage (a/an/the) is correct
167
+ - [ ] Subject-verb agreement is correct
168
+ - [ ] Tense usage follows disciplinary conventions
169
+ - [ ] Hedging language is appropriate
170
+ - [ ] No Chinglish patterns remain
171
+ - [ ] Numbers, units, and equations are accurate
172
+ - [ ] References and citation markers are intact
173
+ - [ ] Abstract length meets journal requirements
174
+ - [ ] Register is consistently formal
175
+ - [ ] No direct translations of Chinese idioms or four-character phrases
@@ -0,0 +1,143 @@
1
+ ---
2
+ name: academic-writing-refiner
3
+ description: "Checklist-driven academic English polishing and Chinglish correction"
4
+ metadata:
5
+ openclaw:
6
+ emoji: "🔍"
7
+ category: "writing"
8
+ subcategory: "polish"
9
+ keywords: ["academic English grammar check", "readability improvement", "academic writing style", "Chinglish correction"]
10
+ source: "https://github.com/SYSUSELab/academic-writing-guide"
11
+ ---
12
+
13
+ # Academic Writing Refiner
14
+
15
+ ## Overview
16
+
17
+ Academic papers are judged not only on their scientific merit but also on the quality of their English. Grammatical errors, awkward phrasing, and non-native patterns (commonly called "Chinglish" when originating from Chinese-English interference) can distract reviewers and undermine credibility.
18
+
19
+ This skill provides a systematic checklist for identifying and correcting common academic English issues. It draws from the academic-writing-guide repository (327+ stars) maintained by SYSUSELab, which catalogs frequent mistakes observed in student and researcher manuscripts across STEM disciplines.
20
+
21
+ The approach is checklist-driven: rather than relying solely on automated tools, researchers learn to recognize error patterns and self-edit effectively. This skill is especially useful for non-native English speakers preparing manuscripts for international journals and conferences.
22
+
23
+ ## Common Error Categories
24
+
25
+ ### Grammar and Syntax Errors
26
+
27
+ | Error Type | Example (Wrong) | Correction |
28
+ |-----------|-----------------|------------|
29
+ | Article misuse | "We propose a novel the method" | "We propose a novel method" |
30
+ | Subject-verb disagreement | "The results shows that..." | "The results show that..." |
31
+ | Tense inconsistency | "We train the model and evaluated it" | "We trained the model and evaluated it" |
32
+ | Dangling modifier | "Using gradient descent, the loss decreased" | "Using gradient descent, we decreased the loss" |
33
+ | Run-on sentence | "The model converges fast it achieves high accuracy" | "The model converges fast and achieves high accuracy" |
34
+
35
+ ### Chinglish Patterns
36
+
37
+ These are interference patterns common when translating from Chinese thought patterns into English:
38
+
39
+ 1. **Topic-comment structure.** Chinese allows "As for X, Y does Z." English prefers "Y does Z to X."
40
+ - Wrong: "As for the dataset, we use ImageNet."
41
+ - Better: "We use ImageNet as our dataset."
42
+
43
+ 2. **Redundant verbs.** Chinese often uses verb-verb compounds that become redundant in English.
44
+ - Wrong: "We can be able to achieve..."
45
+ - Better: "We can achieve..."
46
+
47
+ 3. **Missing determiners.** Chinese has no articles, leading to dropped "the/a/an."
48
+ - Wrong: "Model achieves state-of-art result."
49
+ - Better: "The model achieves a state-of-the-art result."
50
+
51
+ 4. **Overuse of "respectively."**
52
+ - Wrong: "The accuracy and F1 are 95% and 0.93 respectively."
53
+ - Better: "The accuracy is 95% and the F1 score is 0.93."
54
+
55
+ 5. **"With the development of..."** This opening is overused to the point of cliche.
56
+ - Better: Lead with the specific problem or finding.
57
+
58
+ ## Self-Editing Checklist
59
+
60
+ Apply this checklist before submitting any manuscript:
61
+
62
+ ### Pass 1: Structure and Flow
63
+
64
+ - [ ] Each paragraph has a clear topic sentence.
65
+ - [ ] Transitions connect paragraphs logically (however, therefore, in contrast).
66
+ - [ ] No paragraph exceeds 200 words.
67
+ - [ ] Figures and tables are referenced in order.
68
+
69
+ ### Pass 2: Grammar and Mechanics
70
+
71
+ - [ ] All verbs agree with their subjects.
72
+ - [ ] Tense is consistent within each section (past for Methods/Results, present for general truths).
73
+ - [ ] Every acronym is defined on first use.
74
+ - [ ] No comma splices or run-on sentences.
75
+ - [ ] Articles (a, an, the) are used correctly.
76
+
77
+ ### Pass 3: Style and Conciseness
78
+
79
+ - [ ] Remove "very," "really," "quite," "basically" unless essential.
80
+ - [ ] Replace "in order to" with "to."
81
+ - [ ] Replace "a large number of" with "many" or give the exact count.
82
+ - [ ] Convert passive voice to active where possible.
83
+ - [ ] Eliminate "it is well known that" and similar filler phrases.
84
+
85
+ ### Pass 4: Technical Accuracy
86
+
87
+ - [ ] All numbers have units.
88
+ - [ ] Table column headers are unambiguous.
89
+ - [ ] Equations are numbered and referenced.
90
+ - [ ] Statistical claims include confidence intervals or p-values.
91
+
92
+ ## Automated Polishing Tools
93
+
94
+ While manual review is irreplaceable, these tools serve as a useful second pass:
95
+
96
+ ```bash
97
+ # LanguageTool CLI for grammar checking
98
+ java -jar languagetool-commandline.jar -l en-US paper.tex
99
+
100
+ # Writefull for academic-specific suggestions (VS Code extension)
101
+ # Install from VS Code marketplace: "Writefull for LaTeX"
102
+
103
+ # textlint for rule-based prose linting
104
+ npm install -g textlint textlint-rule-no-dead-link textlint-rule-write-good
105
+ textlint paper.md
106
+ ```
107
+
108
+ ### Tool Comparison
109
+
110
+ | Tool | Type | Academic Focus | Free Tier |
111
+ |------|------|---------------|-----------|
112
+ | Grammarly | Cloud | General + academic | Yes (limited) |
113
+ | Writefull | Plugin | High (trained on papers) | Yes |
114
+ | LanguageTool | Local/Cloud | General | Yes (full) |
115
+ | textlint | CLI | Configurable rules | Yes (open source) |
116
+ | Trinka | Cloud | High (academic-specific) | Yes (limited) |
117
+
118
+ ## Sentence-Level Revision Examples
119
+
120
+ ### Before and After
121
+
122
+ **Before:** "In recent years, with the rapid development of deep learning, more and more researchers have paid attention to the problem of image classification, which is a very important task in computer vision."
123
+
124
+ **After:** "Image classification is a fundamental task in computer vision. Recent advances in deep learning have renewed interest in this problem, with convolutional and transformer architectures achieving human-level accuracy on standard benchmarks."
125
+
126
+ **Before:** "We can observe from Table 1 that our method can achieve better performance than baseline methods in terms of all evaluation metrics."
127
+
128
+ **After:** "Our method outperforms all baselines across every metric (Table 1)."
129
+
130
+ ## Best Practices
131
+
132
+ - **Read published papers in your target venue.** Absorb the register and conventions of journals like Nature, IEEE TPAMI, or ACL.
133
+ - **Have a native speaker review critical sections.** At minimum, ask someone to read the Abstract and Introduction.
134
+ - **Use consistent terminology.** If you call it "feature extraction" in Section 2, do not switch to "representation learning" in Section 4 unless you define the distinction.
135
+ - **Limit sentences to 25 words on average.** Long sentences are harder to parse, especially for non-native readers.
136
+ - **Revise in separate passes.** Do not try to fix grammar, structure, and style simultaneously.
137
+
138
+ ## References
139
+
140
+ - [academic-writing-guide](https://github.com/SYSUSELab/academic-writing-guide) -- Writing checklist and tutorials (327+ stars)
141
+ - [Common Errors in Technical Writing](https://www.cs.columbia.edu/~hgs/etc/writing-bugs.html) -- Henning Schulzrinne, Columbia University
142
+ - [Writefull](https://writefull.com/) -- AI writing assistant trained on published papers
143
+ - [LanguageTool](https://languagetool.org/) -- Open-source grammar checker