@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.
- package/LICENSE +21 -0
- package/README.md +204 -0
- package/curated/analysis/README.md +64 -0
- package/curated/domains/README.md +104 -0
- package/curated/literature/README.md +53 -0
- package/curated/research/README.md +62 -0
- package/curated/tools/README.md +87 -0
- package/curated/writing/README.md +61 -0
- package/index.ts +39 -0
- package/mcp-configs/academic-db/ChatSpatial.json +17 -0
- package/mcp-configs/academic-db/academia-mcp.json +17 -0
- package/mcp-configs/academic-db/academic-paper-explorer.json +17 -0
- package/mcp-configs/academic-db/academic-search-mcp-server.json +17 -0
- package/mcp-configs/academic-db/agentinterviews-mcp.json +17 -0
- package/mcp-configs/academic-db/all-in-mcp.json +17 -0
- package/mcp-configs/academic-db/apple-health-mcp.json +17 -0
- package/mcp-configs/academic-db/arxiv-latex-mcp.json +17 -0
- package/mcp-configs/academic-db/arxiv-mcp-server.json +17 -0
- package/mcp-configs/academic-db/bgpt-mcp.json +17 -0
- package/mcp-configs/academic-db/biomcp.json +17 -0
- package/mcp-configs/academic-db/biothings-mcp.json +17 -0
- package/mcp-configs/academic-db/catalysishub-mcp-server.json +17 -0
- package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +17 -0
- package/mcp-configs/academic-db/deep-research-mcp.json +17 -0
- package/mcp-configs/academic-db/dicom-mcp.json +17 -0
- package/mcp-configs/academic-db/enrichr-mcp-server.json +17 -0
- package/mcp-configs/academic-db/fec-mcp-server.json +17 -0
- package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +17 -0
- package/mcp-configs/academic-db/fhir-mcp.json +19 -0
- package/mcp-configs/academic-db/gget-mcp.json +17 -0
- package/mcp-configs/academic-db/google-researcher-mcp.json +17 -0
- package/mcp-configs/academic-db/idea-reality-mcp.json +17 -0
- package/mcp-configs/academic-db/legiscan-mcp.json +19 -0
- package/mcp-configs/academic-db/lex.json +17 -0
- package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +17 -0
- package/mcp-configs/ai-platform/ai-counsel.json +17 -0
- package/mcp-configs/ai-platform/atlas-mcp-server.json +17 -0
- package/mcp-configs/ai-platform/counsel-mcp.json +17 -0
- package/mcp-configs/ai-platform/cross-llm-mcp.json +17 -0
- package/mcp-configs/ai-platform/gptr-mcp.json +17 -0
- package/mcp-configs/browser/decipher-research-agent.json +17 -0
- package/mcp-configs/browser/deep-research.json +17 -0
- package/mcp-configs/browser/everything-claude-code.json +17 -0
- package/mcp-configs/browser/gpt-researcher.json +17 -0
- package/mcp-configs/browser/heurist-agent-framework.json +17 -0
- package/mcp-configs/data-platform/4everland-hosting-mcp.json +17 -0
- package/mcp-configs/data-platform/context-keeper.json +17 -0
- package/mcp-configs/data-platform/context7.json +19 -0
- package/mcp-configs/data-platform/contextstream-mcp.json +17 -0
- package/mcp-configs/data-platform/email-mcp.json +17 -0
- package/mcp-configs/note-knowledge/ApeRAG.json +17 -0
- package/mcp-configs/note-knowledge/In-Memoria.json +17 -0
- package/mcp-configs/note-knowledge/agent-memory.json +17 -0
- package/mcp-configs/note-knowledge/aimemo.json +17 -0
- package/mcp-configs/note-knowledge/biel-mcp.json +19 -0
- package/mcp-configs/note-knowledge/cognee.json +17 -0
- package/mcp-configs/note-knowledge/context-awesome.json +17 -0
- package/mcp-configs/note-knowledge/context-mcp.json +17 -0
- package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +17 -0
- package/mcp-configs/note-knowledge/cortex.json +17 -0
- package/mcp-configs/note-knowledge/devrag.json +17 -0
- package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +17 -0
- package/mcp-configs/note-knowledge/engram.json +17 -0
- package/mcp-configs/note-knowledge/gnosis-mcp.json +17 -0
- package/mcp-configs/note-knowledge/graphlit-mcp-server.json +19 -0
- package/mcp-configs/reference-mgr/arxiv-cli.json +17 -0
- package/mcp-configs/reference-mgr/arxiv-search-mcp.json +17 -0
- package/mcp-configs/reference-mgr/chiken.json +17 -0
- package/mcp-configs/reference-mgr/claude-scholar.json +17 -0
- package/mcp-configs/reference-mgr/devonthink-mcp.json +17 -0
- package/mcp-configs/registry.json +447 -0
- package/openclaw.plugin.json +21 -0
- package/package.json +61 -0
- package/skills/analysis/dataviz/color-accessibility-guide/SKILL.md +230 -0
- package/skills/analysis/dataviz/geospatial-viz-guide/SKILL.md +218 -0
- package/skills/analysis/dataviz/interactive-viz-guide/SKILL.md +287 -0
- package/skills/analysis/dataviz/network-visualization-guide/SKILL.md +195 -0
- package/skills/analysis/dataviz/publication-figures-guide/SKILL.md +238 -0
- package/skills/analysis/dataviz/python-dataviz-guide/SKILL.md +195 -0
- package/skills/analysis/econometrics/causal-inference-guide/SKILL.md +197 -0
- package/skills/analysis/econometrics/iv-regression-guide/SKILL.md +198 -0
- package/skills/analysis/econometrics/panel-data-guide/SKILL.md +274 -0
- package/skills/analysis/econometrics/robustness-checks/SKILL.md +250 -0
- package/skills/analysis/econometrics/stata-regression/SKILL.md +117 -0
- package/skills/analysis/econometrics/time-series-guide/SKILL.md +235 -0
- package/skills/analysis/statistics/bayesian-statistics-guide/SKILL.md +221 -0
- package/skills/analysis/statistics/hypothesis-testing-guide/SKILL.md +210 -0
- package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +206 -0
- package/skills/analysis/statistics/nonparametric-tests-guide/SKILL.md +221 -0
- package/skills/analysis/statistics/power-analysis-guide/SKILL.md +240 -0
- package/skills/analysis/statistics/sem-guide/SKILL.md +231 -0
- package/skills/analysis/statistics/survival-analysis-guide/SKILL.md +195 -0
- package/skills/analysis/wrangling/missing-data-handling/SKILL.md +224 -0
- package/skills/analysis/wrangling/pandas-data-wrangling/SKILL.md +242 -0
- package/skills/analysis/wrangling/questionnaire-design-guide/SKILL.md +234 -0
- package/skills/analysis/wrangling/text-mining-guide/SKILL.md +225 -0
- package/skills/domains/ai-ml/computer-vision-guide/SKILL.md +213 -0
- package/skills/domains/ai-ml/deep-learning-papers-guide/SKILL.md +200 -0
- package/skills/domains/ai-ml/llm-evaluation-guide/SKILL.md +194 -0
- package/skills/domains/ai-ml/prompt-engineering-research/SKILL.md +233 -0
- package/skills/domains/ai-ml/reinforcement-learning-guide/SKILL.md +254 -0
- package/skills/domains/ai-ml/transformer-architecture-guide/SKILL.md +233 -0
- package/skills/domains/biomedical/clinical-research-guide/SKILL.md +232 -0
- package/skills/domains/biomedical/clinicaltrials-api/SKILL.md +177 -0
- package/skills/domains/biomedical/epidemiology-guide/SKILL.md +200 -0
- package/skills/domains/biomedical/genomics-analysis-guide/SKILL.md +270 -0
- package/skills/domains/business/market-analysis-guide/SKILL.md +112 -0
- package/skills/domains/business/strategic-management-guide/SKILL.md +154 -0
- package/skills/domains/chemistry/computational-chemistry-guide/SKILL.md +266 -0
- package/skills/domains/chemistry/retrosynthesis-guide/SKILL.md +215 -0
- package/skills/domains/cs/algorithms-complexity-guide/SKILL.md +194 -0
- package/skills/domains/cs/dblp-api/SKILL.md +129 -0
- package/skills/domains/cs/software-engineering-research/SKILL.md +218 -0
- package/skills/domains/ecology/biodiversity-data-guide/SKILL.md +296 -0
- package/skills/domains/ecology/conservation-biology-guide/SKILL.md +198 -0
- package/skills/domains/ecology/gbif-api/SKILL.md +158 -0
- package/skills/domains/ecology/inaturalist-api/SKILL.md +173 -0
- package/skills/domains/economics/behavioral-economics-guide/SKILL.md +239 -0
- package/skills/domains/economics/development-economics-guide/SKILL.md +181 -0
- package/skills/domains/economics/fred-api/SKILL.md +189 -0
- package/skills/domains/education/curriculum-design-guide/SKILL.md +144 -0
- package/skills/domains/education/learning-science-guide/SKILL.md +150 -0
- package/skills/domains/finance/financial-data-analysis/SKILL.md +152 -0
- package/skills/domains/finance/quantitative-finance-guide/SKILL.md +151 -0
- package/skills/domains/geoscience/climate-science-guide/SKILL.md +158 -0
- package/skills/domains/geoscience/gis-remote-sensing-guide/SKILL.md +129 -0
- package/skills/domains/humanities/digital-humanities-guide/SKILL.md +181 -0
- package/skills/domains/humanities/philosophy-research-guide/SKILL.md +148 -0
- package/skills/domains/law/courtlistener-api/SKILL.md +213 -0
- package/skills/domains/law/legal-research-guide/SKILL.md +250 -0
- package/skills/domains/math/linear-algebra-applications/SKILL.md +227 -0
- package/skills/domains/math/numerical-methods-guide/SKILL.md +236 -0
- package/skills/domains/math/oeis-api/SKILL.md +158 -0
- package/skills/domains/pharma/clinical-pharmacology-guide/SKILL.md +165 -0
- package/skills/domains/pharma/drug-development-guide/SKILL.md +177 -0
- package/skills/domains/physics/computational-physics-guide/SKILL.md +300 -0
- package/skills/domains/physics/nasa-ads-api/SKILL.md +150 -0
- package/skills/domains/physics/quantum-computing-guide/SKILL.md +234 -0
- package/skills/domains/social-science/social-research-methods/SKILL.md +194 -0
- package/skills/domains/social-science/survey-research-guide/SKILL.md +182 -0
- package/skills/literature/discovery/citation-alert-guide/SKILL.md +154 -0
- package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +142 -0
- package/skills/literature/discovery/literature-mapping-guide/SKILL.md +175 -0
- package/skills/literature/discovery/paper-tracking-guide/SKILL.md +211 -0
- package/skills/literature/discovery/rss-paper-feeds/SKILL.md +214 -0
- package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +164 -0
- package/skills/literature/fulltext/doaj-api/SKILL.md +120 -0
- package/skills/literature/fulltext/interlibrary-loan-guide/SKILL.md +163 -0
- package/skills/literature/fulltext/open-access-guide/SKILL.md +183 -0
- package/skills/literature/fulltext/pmc-oai-api/SKILL.md +184 -0
- package/skills/literature/fulltext/preprint-servers-guide/SKILL.md +128 -0
- package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +207 -0
- package/skills/literature/fulltext/unpaywall-api/SKILL.md +113 -0
- package/skills/literature/metadata/altmetrics-guide/SKILL.md +132 -0
- package/skills/literature/metadata/citation-network-guide/SKILL.md +236 -0
- package/skills/literature/metadata/crossref-api/SKILL.md +133 -0
- package/skills/literature/metadata/datacite-api/SKILL.md +126 -0
- package/skills/literature/metadata/doi-resolution-guide/SKILL.md +168 -0
- package/skills/literature/metadata/h-index-guide/SKILL.md +183 -0
- package/skills/literature/metadata/journal-metrics-guide/SKILL.md +188 -0
- package/skills/literature/metadata/opencitations-api/SKILL.md +128 -0
- package/skills/literature/metadata/orcid-api/SKILL.md +136 -0
- package/skills/literature/metadata/orcid-integration-guide/SKILL.md +178 -0
- package/skills/literature/search/arxiv-api/SKILL.md +95 -0
- package/skills/literature/search/biorxiv-api/SKILL.md +123 -0
- package/skills/literature/search/boolean-search-guide/SKILL.md +199 -0
- package/skills/literature/search/citation-chaining-guide/SKILL.md +148 -0
- package/skills/literature/search/database-comparison-guide/SKILL.md +100 -0
- package/skills/literature/search/europe-pmc-api/SKILL.md +120 -0
- package/skills/literature/search/google-scholar-guide/SKILL.md +182 -0
- package/skills/literature/search/mesh-terms-guide/SKILL.md +164 -0
- package/skills/literature/search/openalex-api/SKILL.md +134 -0
- package/skills/literature/search/pubmed-api/SKILL.md +130 -0
- package/skills/literature/search/scientify-literature-survey/SKILL.md +203 -0
- package/skills/literature/search/semantic-scholar-api/SKILL.md +134 -0
- package/skills/literature/search/systematic-search-strategy/SKILL.md +214 -0
- package/skills/research/automation/ai-scientist-guide/SKILL.md +228 -0
- package/skills/research/automation/data-collection-automation/SKILL.md +248 -0
- package/skills/research/automation/research-workflow-automation/SKILL.md +266 -0
- package/skills/research/deep-research/meta-synthesis-guide/SKILL.md +174 -0
- package/skills/research/deep-research/research-cog/SKILL.md +153 -0
- package/skills/research/deep-research/scoping-review-guide/SKILL.md +217 -0
- package/skills/research/deep-research/systematic-review-guide/SKILL.md +250 -0
- package/skills/research/funding/figshare-api/SKILL.md +163 -0
- package/skills/research/funding/grant-writing-guide/SKILL.md +233 -0
- package/skills/research/funding/nsf-grant-guide/SKILL.md +206 -0
- package/skills/research/funding/open-science-guide/SKILL.md +255 -0
- package/skills/research/funding/zenodo-api/SKILL.md +174 -0
- package/skills/research/methodology/action-research-guide/SKILL.md +201 -0
- package/skills/research/methodology/experimental-design-guide/SKILL.md +236 -0
- package/skills/research/methodology/grad-school-guide/SKILL.md +182 -0
- package/skills/research/methodology/grounded-theory-guide/SKILL.md +171 -0
- package/skills/research/methodology/mixed-methods-guide/SKILL.md +208 -0
- package/skills/research/methodology/qualitative-research-guide/SKILL.md +234 -0
- package/skills/research/methodology/scientify-idea-generation/SKILL.md +222 -0
- package/skills/research/paper-review/paper-reading-assistant/SKILL.md +266 -0
- package/skills/research/paper-review/peer-review-guide/SKILL.md +227 -0
- package/skills/research/paper-review/rebuttal-writing-guide/SKILL.md +185 -0
- package/skills/research/paper-review/scientify-write-review-paper/SKILL.md +209 -0
- package/skills/tools/code-exec/jupyter-notebook-guide/SKILL.md +178 -0
- package/skills/tools/code-exec/python-reproducibility-guide/SKILL.md +341 -0
- package/skills/tools/code-exec/r-reproducibility-guide/SKILL.md +236 -0
- package/skills/tools/code-exec/sandbox-execution-guide/SKILL.md +221 -0
- package/skills/tools/diagram/mermaid-diagram-guide/SKILL.md +269 -0
- package/skills/tools/diagram/plantuml-guide/SKILL.md +397 -0
- package/skills/tools/diagram/scientific-illustration-guide/SKILL.md +225 -0
- package/skills/tools/document/anystyle-api/SKILL.md +199 -0
- package/skills/tools/document/grobid-pdf-parsing/SKILL.md +294 -0
- package/skills/tools/document/markdown-academic-guide/SKILL.md +217 -0
- package/skills/tools/document/pdf-extraction-guide/SKILL.md +321 -0
- package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +306 -0
- package/skills/tools/knowledge-graph/ontology-design-guide/SKILL.md +214 -0
- package/skills/tools/knowledge-graph/rag-methodology-guide/SKILL.md +325 -0
- package/skills/tools/ocr-translate/formula-recognition-guide/SKILL.md +367 -0
- package/skills/tools/ocr-translate/handwriting-recognition-guide/SKILL.md +211 -0
- package/skills/tools/ocr-translate/latex-ocr-guide/SKILL.md +204 -0
- package/skills/tools/ocr-translate/multilingual-research-guide/SKILL.md +234 -0
- package/skills/tools/scraping/academic-web-scraping/SKILL.md +326 -0
- package/skills/tools/scraping/api-data-collection-guide/SKILL.md +301 -0
- package/skills/tools/scraping/web-scraping-ethics-guide/SKILL.md +250 -0
- package/skills/writing/citation/bibtex-management-guide/SKILL.md +246 -0
- package/skills/writing/citation/citation-style-guide/SKILL.md +248 -0
- package/skills/writing/citation/reference-manager-comparison/SKILL.md +208 -0
- package/skills/writing/citation/zotero-api/SKILL.md +188 -0
- package/skills/writing/composition/abstract-writing-guide/SKILL.md +188 -0
- package/skills/writing/composition/discussion-writing-guide/SKILL.md +194 -0
- package/skills/writing/composition/introduction-writing-guide/SKILL.md +194 -0
- package/skills/writing/composition/literature-review-writing/SKILL.md +196 -0
- package/skills/writing/composition/methods-section-guide/SKILL.md +185 -0
- package/skills/writing/composition/response-to-reviewers/SKILL.md +215 -0
- package/skills/writing/composition/scientific-writing-guide/SKILL.md +152 -0
- package/skills/writing/latex/bibliography-management-guide/SKILL.md +206 -0
- package/skills/writing/latex/latex-drawing-guide/SKILL.md +234 -0
- package/skills/writing/latex/latex-ecosystem-guide/SKILL.md +240 -0
- package/skills/writing/latex/math-typesetting-guide/SKILL.md +231 -0
- package/skills/writing/latex/overleaf-collaboration-guide/SKILL.md +211 -0
- package/skills/writing/latex/tikz-diagrams-guide/SKILL.md +211 -0
- package/skills/writing/polish/academic-translation-guide/SKILL.md +175 -0
- package/skills/writing/polish/academic-writing-refiner/SKILL.md +143 -0
- package/skills/writing/polish/ai-writing-humanizer/SKILL.md +178 -0
- package/skills/writing/polish/grammar-checker-guide/SKILL.md +184 -0
- package/skills/writing/polish/plagiarism-detection-guide/SKILL.md +167 -0
- package/skills/writing/templates/beamer-presentation-guide/SKILL.md +263 -0
- package/skills/writing/templates/conference-paper-template/SKILL.md +219 -0
- package/skills/writing/templates/thesis-template-guide/SKILL.md +200 -0
- package/skills/writing/templates/thesis-writing-guide/SKILL.md +220 -0
- package/src/tools/arxiv.ts +131 -0
- package/src/tools/crossref.ts +112 -0
- package/src/tools/openalex.ts +174 -0
- package/src/tools/pubmed.ts +166 -0
- package/src/tools/semantic-scholar.ts +108 -0
- package/src/tools/unpaywall.ts +58 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Wentor AI
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
# @wentorai/research-plugins
|
|
2
|
+
|
|
3
|
+
**[English](#english)** | **[中文](#中文)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
<a id="english"></a>
|
|
8
|
+
|
|
9
|
+
## Research Plugins for Research-Claw
|
|
10
|
+
|
|
11
|
+
An open-source collection of **173 academic research skills**, **61 MCP server configs**, **13 agent tools**, and **6 curated resource lists** for [Research-Claw](https://wentor.ai) and other AI coding agents.
|
|
12
|
+
|
|
13
|
+
Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
14
|
+
|
|
15
|
+
### What's Inside
|
|
16
|
+
|
|
17
|
+
| Component | Count | Description |
|
|
18
|
+
|-----------|-------|-------------|
|
|
19
|
+
| **Skills** | 173 | Practical SKILL.md guides covering literature search, academic writing, data analysis, research methods, 16 domain specialties, and productivity tools |
|
|
20
|
+
| **Agent Tools** | 13 | TypeScript API wrappers for Semantic Scholar, OpenAlex, CrossRef, arXiv, PubMed, and Unpaywall |
|
|
21
|
+
| **MCP Configs** | 61 | Ready-to-use MCP server configurations for reference managers, knowledge bases, research databases, and AI platforms |
|
|
22
|
+
| **Curated Lists** | 6 | Hand-picked resource collections for each skill category |
|
|
23
|
+
|
|
24
|
+
### Taxonomy
|
|
25
|
+
|
|
26
|
+
Skills are organized into **6 categories** with **40 subcategories**:
|
|
27
|
+
|
|
28
|
+
| Category | Subcategories | Skills |
|
|
29
|
+
|----------|---------------|--------|
|
|
30
|
+
| **literature** | search, discovery, fulltext, metadata | Paper search, citation tracking, open access |
|
|
31
|
+
| **writing** | composition, polish, latex, templates, citation | Academic writing, LaTeX, reference management |
|
|
32
|
+
| **analysis** | statistics, econometrics, wrangling, dataviz | Statistical methods, data cleaning, visualization |
|
|
33
|
+
| **research** | methodology, deep-research, paper-review, automation, funding | Research design, systematic reviews, grant writing |
|
|
34
|
+
| **domains** | 16 disciplines (CS, AI/ML, biomedical, chemistry, economics, finance, law, physics, math, ecology, etc.) | Domain-specific research methods and tools |
|
|
35
|
+
| **tools** | diagram, document, code-exec, scraping, knowledge-graph, ocr-translate | Diagrams, PDF parsing, reproducible code, OCR |
|
|
36
|
+
|
|
37
|
+
### Install
|
|
38
|
+
|
|
39
|
+
#### As OpenClaw Plugin
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
openclaw plugins install @wentorai/research-plugins
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
#### As Skills Collection (Claude Code, Cursor, Windsurf, OpenCode)
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
npx skills add wentorai/research-plugins
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
#### Via npm
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
npm install @wentorai/research-plugins
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
#### Via pip
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
pip install research-plugins
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Configuration
|
|
64
|
+
|
|
65
|
+
Optional: set a Semantic Scholar API key for higher rate limits:
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"plugins": {
|
|
70
|
+
"entries": {
|
|
71
|
+
"research-plugins": {
|
|
72
|
+
"semanticScholarApiKey": "your-key-here"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Get a free API key at [semanticscholar.org/product/api](https://www.semanticscholar.org/product/api).
|
|
80
|
+
|
|
81
|
+
### Agent Tools
|
|
82
|
+
|
|
83
|
+
13 tools across 6 academic API integrations, registered automatically when used as an OpenClaw plugin:
|
|
84
|
+
|
|
85
|
+
| Module | Tools | API |
|
|
86
|
+
|--------|-------|-----|
|
|
87
|
+
| `semantic-scholar` | `search_papers`, `get_paper`, `get_citations` | Semantic Scholar |
|
|
88
|
+
| `openalex` | `search_openalex`, `get_work`, `get_author_openalex` | OpenAlex |
|
|
89
|
+
| `crossref` | `resolve_doi`, `search_crossref` | CrossRef |
|
|
90
|
+
| `arxiv` | `search_arxiv`, `get_arxiv_paper` | arXiv |
|
|
91
|
+
| `pubmed` | `search_pubmed`, `get_article` | PubMed / NCBI |
|
|
92
|
+
| `unpaywall` | `find_oa_version` | Unpaywall |
|
|
93
|
+
|
|
94
|
+
### Community Attribution
|
|
95
|
+
|
|
96
|
+
This project curates, organizes, and enhances publicly available academic resources from across the open-source ecosystem. We are grateful to the researchers, developers, and open-source communities whose work makes this collection possible.
|
|
97
|
+
|
|
98
|
+
- **Skills** are authored guides based on established research methodologies, public API documentation, and widely-used academic workflows. Where content is derived from specific open-source projects, the `source` field in each SKILL.md frontmatter links to the original.
|
|
99
|
+
- **MCP Configs** reference third-party open-source MCP servers. Each config's `source` field links to the original GitHub repository. We do not host or redistribute these servers.
|
|
100
|
+
- **Curated Lists** aggregate links to community resources and are provided for discovery purposes.
|
|
101
|
+
|
|
102
|
+
All original content in this repository is released under the [MIT License](LICENSE). Third-party projects referenced retain their own licenses.
|
|
103
|
+
|
|
104
|
+
### Contributing
|
|
105
|
+
|
|
106
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP configs, and curated resources.
|
|
107
|
+
|
|
108
|
+
### License
|
|
109
|
+
|
|
110
|
+
[MIT](LICENSE) -- Copyright (c) 2026 Wentor AI
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
<a id="中文"></a>
|
|
115
|
+
|
|
116
|
+
## Research-Claw 科研插件集
|
|
117
|
+
|
|
118
|
+
一个开源的学术科研资源集合,包含 **173 个科研技能**、**61 个 MCP 服务器配置**、**13 个智能体工具** 和 **6 个精选资源列表**,为 [Research-Claw (科研龙虾)](https://wentor.ai) 及其他 AI 编程助手而构建。
|
|
119
|
+
|
|
120
|
+
由 [Wentor AI](https://wentor.ai) 为全球科研社区打造。
|
|
121
|
+
|
|
122
|
+
### 包含内容
|
|
123
|
+
|
|
124
|
+
| 组件 | 数量 | 说明 |
|
|
125
|
+
|------|------|------|
|
|
126
|
+
| **技能 (Skills)** | 173 | 涵盖文献检索、学术写作、数据分析、研究方法、16 个学科领域及生产力工具的实用指南 |
|
|
127
|
+
| **智能体工具** | 13 | 封装 Semantic Scholar、OpenAlex、CrossRef、arXiv、PubMed、Unpaywall 六大学术 API 的 TypeScript 工具 |
|
|
128
|
+
| **MCP 配置** | 61 | 即用型 MCP 服务器配置,涵盖文献管理、知识库、学术数据库、AI 平台等 |
|
|
129
|
+
| **精选列表** | 6 | 按分类整理的优质资源推荐 |
|
|
130
|
+
|
|
131
|
+
### 分类体系
|
|
132
|
+
|
|
133
|
+
技能按 **6 大类别** 和 **40 个子分类** 组织:
|
|
134
|
+
|
|
135
|
+
| 类别 | 子分类 | 覆盖范围 |
|
|
136
|
+
|------|--------|---------|
|
|
137
|
+
| **文献 (literature)** | 检索、发现、全文获取、元数据 | 论文搜索、引文追踪、开放获取 |
|
|
138
|
+
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 | 学术写作、LaTeX 排版、参考文献管理 |
|
|
139
|
+
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 | 统计方法、数据清洗、图表制作 |
|
|
140
|
+
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 | 研究设计、系统综述、基金申请 |
|
|
141
|
+
| **学科 (domains)** | 16 个学科方向 | 各学科专属研究方法与工具 |
|
|
142
|
+
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR | 流程图、PDF 解析、可复现代码、OCR 翻译 |
|
|
143
|
+
|
|
144
|
+
### 安装方式
|
|
145
|
+
|
|
146
|
+
#### 作为 OpenClaw 插件
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
openclaw plugins install @wentorai/research-plugins
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
#### 作为技能集合 (Claude Code, Cursor, Windsurf, OpenCode)
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
npx skills add wentorai/research-plugins
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
#### 通过 npm
|
|
159
|
+
|
|
160
|
+
```bash
|
|
161
|
+
npm install @wentorai/research-plugins
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
#### 通过 pip
|
|
165
|
+
|
|
166
|
+
```bash
|
|
167
|
+
pip install research-plugins
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
### 配置
|
|
171
|
+
|
|
172
|
+
可选:设置 Semantic Scholar API Key 以提高速率限制:
|
|
173
|
+
|
|
174
|
+
```json
|
|
175
|
+
{
|
|
176
|
+
"plugins": {
|
|
177
|
+
"entries": {
|
|
178
|
+
"research-plugins": {
|
|
179
|
+
"semanticScholarApiKey": "your-key-here"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
在 [semanticscholar.org/product/api](https://www.semanticscholar.org/product/api) 免费获取 API Key。
|
|
187
|
+
|
|
188
|
+
### 社区致谢与声明
|
|
189
|
+
|
|
190
|
+
本项目对互联网上公开可用的学术资源进行了遴选、整理和增强。我们感谢所有使这个集合成为可能的研究者、开发者和开源社区。
|
|
191
|
+
|
|
192
|
+
- **技能** 是基于成熟研究方法、公开 API 文档和广泛使用的学术工作流编写的实用指南。凡内容源自特定开源项目的,每个 SKILL.md 的 frontmatter 中 `source` 字段均标注了原始链接。
|
|
193
|
+
- **MCP 配置** 引用第三方开源 MCP 服务器,每个配置的 `source` 字段链接到原始 GitHub 仓库。我们不托管或重新分发这些服务器。
|
|
194
|
+
- **精选列表** 汇集社区资源链接,仅供发现和参考之用。
|
|
195
|
+
|
|
196
|
+
本仓库中的所有原创内容均以 [MIT 许可证](LICENSE) 发布。引用的第三方项目保留其各自的许可证。
|
|
197
|
+
|
|
198
|
+
### 参与贡献
|
|
199
|
+
|
|
200
|
+
请查阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解添加技能、MCP 配置和精选资源的指南。
|
|
201
|
+
|
|
202
|
+
### 许可证
|
|
203
|
+
|
|
204
|
+
[MIT](LICENSE) -- Copyright (c) 2026 Wentor AI
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Curated Analysis Resources
|
|
2
|
+
|
|
3
|
+
> Hand-picked resources for academic researchers working with statistics, econometrics, data wrangling, and visualization.
|
|
4
|
+
|
|
5
|
+
## Statistics
|
|
6
|
+
|
|
7
|
+
### Tools & Software (R)
|
|
8
|
+
- **[tidyverse](https://www.tidyverse.org/)** — Opinionated collection of R packages (dplyr, ggplot2, tidyr, etc.) for tidy data analysis.
|
|
9
|
+
- **[R for Data Science (2e)](https://r4ds.hadley.nz/)** — Free online book by Hadley Wickham; the definitive introduction to data science in R.
|
|
10
|
+
- **[statsmodels](https://www.statsmodels.org/)** — Python module for statistical modeling, hypothesis tests, and regression diagnostics.
|
|
11
|
+
- **[JASP](https://jasp-stats.org/)** — Free, open-source GUI for Bayesian and frequentist statistics; great for teaching and exploratory analysis.
|
|
12
|
+
|
|
13
|
+
### Tools & Software (Python)
|
|
14
|
+
- **[SciPy](https://scipy.org/)** — Fundamental library for scientific computing; stats, optimization, linear algebra.
|
|
15
|
+
- **[pingouin](https://pingouin-stats.org/)** — Simple, pandas-friendly Python package for common statistical tests (ANOVA, t-tests, correlations).
|
|
16
|
+
- **[PyMC](https://www.pymc.io/)** — Probabilistic programming library for Bayesian statistical modeling and inference.
|
|
17
|
+
|
|
18
|
+
### Key References
|
|
19
|
+
- **[An Introduction to Statistical Learning (ISLR)](https://www.statlearning.com/)** — Free textbook with R and Python labs; accessible introduction to modern statistics and machine learning.
|
|
20
|
+
- **[Seeing Theory](https://seeing-theory.brown.edu/)** — Interactive visual introduction to probability and statistics from Brown University.
|
|
21
|
+
- **[Common statistical tests are linear models](https://lindeloev.github.io/tests-as-linear/)** — Concise reference showing that t-tests, ANOVA, chi-squared, etc. are all special cases of the linear model.
|
|
22
|
+
|
|
23
|
+
## Econometrics
|
|
24
|
+
|
|
25
|
+
### Tools & Software
|
|
26
|
+
- **[Stata](https://www.stata.com/)** — Industry-standard software for econometric analysis; excellent documentation and community (ado files).
|
|
27
|
+
- **[linearmodels (Python)](https://bashtage.github.io/linearmodels/)** — Panel data, IV, and system regression models for Python; extends statsmodels.
|
|
28
|
+
- **[fixest (R)](https://lrberge.github.io/fixest/)** — Blazing-fast fixed-effects estimation in R; supports multi-way clustering and IV.
|
|
29
|
+
- **[CausalInference (Python)](https://causalinferenceinpython.org/)** — Open tutorials on difference-in-differences, RDD, IV, and synthetic control in Python.
|
|
30
|
+
|
|
31
|
+
### Key References
|
|
32
|
+
- **[Causal Inference: The Mixtape (Cunningham)](https://mixtape.scunning.com/)** — Free online textbook covering modern causal inference methods with Stata and R code.
|
|
33
|
+
- **[The Effect (Huntington-Klein)](https://theeffectbook.net/)** — Free book on research design and causal inference; R and Python examples.
|
|
34
|
+
- **[Mostly Harmless Econometrics](https://www.mostlyharmlesseconometrics.com/)** — Angrist and Pischke's concise guide to applied econometric methods.
|
|
35
|
+
|
|
36
|
+
## Data Wrangling
|
|
37
|
+
|
|
38
|
+
### Tools & Software
|
|
39
|
+
- **[pandas](https://pandas.pydata.org/)** — The core Python library for tabular data manipulation and analysis.
|
|
40
|
+
- **[Polars](https://pola.rs/)** — Lightning-fast DataFrame library in Rust with Python bindings; ideal for large datasets.
|
|
41
|
+
- **[OpenRefine](https://openrefine.org/)** — Free tool for cleaning messy data, reconciling entities, and transforming formats.
|
|
42
|
+
- **[data.table (R)](https://rdatatable.gitlab.io/data.table/)** — High-performance R package for fast aggregation and joins on large data.
|
|
43
|
+
|
|
44
|
+
### Online Courses & Tutorials
|
|
45
|
+
- **[Pandas Getting Started Tutorials](https://pandas.pydata.org/docs/getting_started/intro_tutorials/)** — Official step-by-step tutorials covering core pandas operations.
|
|
46
|
+
- **[Tidy Data (Wickham, 2014)](https://www.jstatsoft.org/article/view/v059i10)** — Foundational paper on data structure principles; essential reading before any analysis.
|
|
47
|
+
|
|
48
|
+
## Data Visualization
|
|
49
|
+
|
|
50
|
+
### Plotting Libraries
|
|
51
|
+
- **[Matplotlib](https://matplotlib.org/)** — Foundational Python plotting library; full control over every element.
|
|
52
|
+
- **[ggplot2](https://ggplot2.tidyverse.org/)** — Grammar of Graphics implementation in R; the gold standard for statistical graphics.
|
|
53
|
+
- **[Plotly](https://plotly.com/python/)** — Interactive, publication-quality charts in Python, R, and JavaScript.
|
|
54
|
+
- **[Observable Plot](https://observablehq.com/plot/)** — Concise JavaScript plotting library for exploratory data visualization.
|
|
55
|
+
- **[seaborn](https://seaborn.pydata.org/)** — High-level Python interface to Matplotlib for attractive statistical graphics.
|
|
56
|
+
|
|
57
|
+
### Color Palettes & Design
|
|
58
|
+
- **[ColorBrewer](https://colorbrewer2.org/)** — Cartographer-designed color schemes that are colorblind-safe and print-friendly.
|
|
59
|
+
- **[Scientific Colour Maps (Crameri)](https://www.fabiocrameri.ch/colourmaps/)** — Perceptually uniform, colorblind-friendly palettes specifically designed for scientific visualization.
|
|
60
|
+
- **[Datawrapper Blog: Color Guide](https://blog.datawrapper.de/colorguide/)** — Practical guide to choosing and using color in data visualization.
|
|
61
|
+
|
|
62
|
+
### Key References
|
|
63
|
+
- **[Fundamentals of Data Visualization (Wilke)](https://clauswilke.com/dataviz/)** — Free online book covering principles of effective data visualization; language-agnostic.
|
|
64
|
+
- **[Ten Simple Rules for Better Figures (Rougier et al.)](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833)** — Concise, practical guidelines for publication-ready figures.
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Curated Domain-Specific Resources
|
|
2
|
+
|
|
3
|
+
> Hand-picked resources covering 16 academic domains, each with key tools, databases, and references.
|
|
4
|
+
|
|
5
|
+
## Computer Science
|
|
6
|
+
|
|
7
|
+
- **[DBLP](https://dblp.org/)** — Comprehensive bibliography of CS publications; clean metadata and open API.
|
|
8
|
+
- **[Papers With Code](https://paperswithcode.com/)** — Links ML/AI papers to code implementations and benchmark leaderboards.
|
|
9
|
+
- **[ACM Digital Library](https://dl.acm.org/)** — Full text of ACM publications plus the Guide to Computing Literature.
|
|
10
|
+
- **[CS Rankings](https://csrankings.org/)** — Metrics-based ranking of CS departments by publication output at top venues.
|
|
11
|
+
|
|
12
|
+
## AI & Machine Learning
|
|
13
|
+
|
|
14
|
+
- **[Hugging Face](https://huggingface.co/)** — Open platform for models, datasets, and spaces; the hub of open-source AI.
|
|
15
|
+
- **[arXiv cs.AI / cs.LG](https://arxiv.org/list/cs.AI/recent)** — Daily preprints in artificial intelligence and machine learning.
|
|
16
|
+
- **[Distill.pub](https://distill.pub/)** — Clear, interactive explanations of machine learning concepts (archived but invaluable).
|
|
17
|
+
- **[Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning)** — Curated list of ML frameworks, libraries, and tools across languages.
|
|
18
|
+
|
|
19
|
+
## Biomedical
|
|
20
|
+
|
|
21
|
+
- **[PubMed / MEDLINE](https://pubmed.ncbi.nlm.nih.gov/)** — Authoritative index of biomedical literature with MeSH-controlled vocabulary.
|
|
22
|
+
- **[UniProt](https://www.uniprot.org/)** — Comprehensive protein sequence and functional annotation database.
|
|
23
|
+
- **[NCBI GEO](https://www.ncbi.nlm.nih.gov/geo/)** — Public repository for high-throughput gene expression and genomics datasets.
|
|
24
|
+
- **[BioRender](https://www.biorender.com/)** — Scientific illustration tool with thousands of pre-made biology icons and templates.
|
|
25
|
+
|
|
26
|
+
## Chemistry
|
|
27
|
+
|
|
28
|
+
- **[PubChem](https://pubchem.ncbi.nlm.nih.gov/)** — Open chemistry database with compound, substance, and bioassay data (110M+ compounds).
|
|
29
|
+
- **[RDKit](https://www.rdkit.org/)** — Open-source cheminformatics toolkit for molecular manipulation and descriptor calculation.
|
|
30
|
+
- **[Reaxys](https://www.reaxys.com/)** — Elsevier's curated reaction and substance database for synthetic chemistry.
|
|
31
|
+
- **[ChemRxiv](https://chemrxiv.org/)** — Preprint server for chemistry from ACS, RSC, and GDCh.
|
|
32
|
+
|
|
33
|
+
## Economics
|
|
34
|
+
|
|
35
|
+
- **[NBER Working Papers](https://www.nber.org/papers)** — Influential working paper series covering all areas of economics.
|
|
36
|
+
- **[FRED (Federal Reserve Economic Data)](https://fred.stlouisfed.org/)** — 800,000+ economic time series; essential for macroeconomic research.
|
|
37
|
+
- **[AEA RCT Registry](https://www.socialscienceregistry.org/)** — Registry for randomized controlled trials in economics and social science.
|
|
38
|
+
- **[RePEc / IDEAS](https://ideas.repec.org/)** — Largest open bibliographic database for economics with rankings and author profiles.
|
|
39
|
+
|
|
40
|
+
## Finance
|
|
41
|
+
|
|
42
|
+
- **[WRDS](https://wrds-www.wharton.upenn.edu/)** — Wharton Research Data Services; gateway to CRSP, Compustat, and other finance databases.
|
|
43
|
+
- **[Ken French Data Library](https://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html)** — Factor portfolios and returns data; essential for asset pricing research.
|
|
44
|
+
- **[QuantLib](https://www.quantlib.org/)** — Open-source library for quantitative finance: derivatives pricing, risk management.
|
|
45
|
+
|
|
46
|
+
## Law
|
|
47
|
+
|
|
48
|
+
- **[Google Scholar Case Law](https://scholar.google.com/scholar?q=&hl=en&as_sdt=4)** — Free search of US case law and legal journals.
|
|
49
|
+
- **[SSRN Legal Scholarship Network](https://www.ssrn.com/index.cfm/en/lsn/)** — Preprints and working papers across all legal disciplines.
|
|
50
|
+
- **[CourtListener (Free Law Project)](https://www.courtlistener.com/)** — Free, open archive of US court opinions, oral arguments, and judicial data.
|
|
51
|
+
|
|
52
|
+
## Social Science
|
|
53
|
+
|
|
54
|
+
- **[ICPSR](https://www.icpsr.umich.edu/)** — Largest archive of social science data; 16,000+ datasets with documentation.
|
|
55
|
+
- **[Qualtrics](https://www.qualtrics.com/)** — Survey platform widely used in social science research; free academic accounts available.
|
|
56
|
+
- **[World Values Survey](https://www.worldvaluessurvey.org/)** — Cross-national time-series survey of human beliefs and values (120+ countries).
|
|
57
|
+
|
|
58
|
+
## Education
|
|
59
|
+
|
|
60
|
+
- **[ERIC](https://eric.ed.gov/)** — IES-sponsored database of education research and information.
|
|
61
|
+
- **[OECD Education Data](https://data.oecd.org/education.htm)** — International education statistics and indicators from OECD countries.
|
|
62
|
+
- **[What Works Clearinghouse](https://ies.ed.gov/ncee/wwc/)** — Evidence reviews of education programs, policies, and practices.
|
|
63
|
+
|
|
64
|
+
## Physics
|
|
65
|
+
|
|
66
|
+
- **[arXiv Physics](https://arxiv.org/archive/physics)** — Preprint server that physicists have used since 1991; the original open access platform.
|
|
67
|
+
- **[INSPIRE-HEP](https://inspirehep.net/)** — High-energy physics literature database with citation analysis and author disambiguation.
|
|
68
|
+
- **[NIST Physical Reference Data](https://www.nist.gov/pml/productsservices/physical-reference-data)** — Fundamental physical constants, atomic spectra, and reference datasets.
|
|
69
|
+
|
|
70
|
+
## Ecology & Environmental Science
|
|
71
|
+
|
|
72
|
+
- **[GBIF](https://www.gbif.org/)** — Global Biodiversity Information Facility; 2B+ occurrence records for biodiversity research.
|
|
73
|
+
- **[NASA Earthdata](https://earthdata.nasa.gov/)** — Free access to NASA's Earth observation data across atmosphere, land, and ocean.
|
|
74
|
+
- **[Movebank](https://www.movebank.org/)** — Free platform for managing, sharing, and analyzing animal movement data.
|
|
75
|
+
|
|
76
|
+
## Mathematics
|
|
77
|
+
|
|
78
|
+
- **[MathSciNet](https://mathscinet.ams.org/)** — AMS's comprehensive reviews and bibliography database for mathematics.
|
|
79
|
+
- **[OEIS](https://oeis.org/)** — The On-Line Encyclopedia of Integer Sequences; indispensable for combinatorics and number theory.
|
|
80
|
+
- **[Lean Community](https://leanprover-community.github.io/)** — Resources for the Lean proof assistant and Mathlib library; growing role in formalized math.
|
|
81
|
+
|
|
82
|
+
## Humanities
|
|
83
|
+
|
|
84
|
+
- **[JSTOR](https://www.jstor.org/)** — Digital library of academic journals, books, and primary sources; strong humanities coverage.
|
|
85
|
+
- **[HathiTrust Digital Library](https://www.hathitrust.org/)** — 17M+ digitized volumes from major research libraries; full-text search for public domain works.
|
|
86
|
+
- **[Project Gutenberg](https://www.gutenberg.org/)** — 70,000+ free eBooks; essential primary source collection for literary and historical research.
|
|
87
|
+
|
|
88
|
+
## Business & Management
|
|
89
|
+
|
|
90
|
+
- **[Harvard Business Review](https://hbr.org/)** — Practitioner-oriented management research and case studies.
|
|
91
|
+
- **[ABI/INFORM (ProQuest)](https://about.proquest.com/en/products-services/abi_inform_complete/)** — Comprehensive business database covering journals, dissertations, and trade publications.
|
|
92
|
+
- **[Crunchbase](https://www.crunchbase.com/)** — Company, funding, and investor data; widely used in entrepreneurship and innovation research.
|
|
93
|
+
|
|
94
|
+
## Pharmaceutical Science
|
|
95
|
+
|
|
96
|
+
- **[DrugBank](https://go.drugbank.com/)** — Comprehensive database of drug and drug target information.
|
|
97
|
+
- **[ClinicalTrials.gov](https://clinicaltrials.gov/)** — Registry of clinical studies conducted worldwide; 400,000+ studies.
|
|
98
|
+
- **[ChEMBL](https://www.ebi.ac.uk/chembl/)** — Open bioactivity database of drug-like compounds; curated from medicinal chemistry literature.
|
|
99
|
+
|
|
100
|
+
## Geoscience
|
|
101
|
+
|
|
102
|
+
- **[USGS Publications](https://pubs.usgs.gov/)** — Free access to all US Geological Survey scientific publications and data.
|
|
103
|
+
- **[Pangaea](https://www.pangaea.de/)** — Open-access repository for earth and environmental science data.
|
|
104
|
+
- **[GeoRef (AGI)](https://www.americangeosciences.org/georef)** — Comprehensive bibliographic database for the geosciences (4M+ references).
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Curated Literature Resources
|
|
2
|
+
|
|
3
|
+
> Hand-picked resources for academic researchers working with literature search, discovery, and management.
|
|
4
|
+
|
|
5
|
+
## Search
|
|
6
|
+
|
|
7
|
+
### Tools & Software
|
|
8
|
+
- **[Google Scholar](https://scholar.google.com/)** — The most widely used academic search engine; covers journals, theses, books, and patents across all disciplines.
|
|
9
|
+
- **[Semantic Scholar](https://www.semanticscholar.org/)** — AI-powered search engine from AI2 with TLDR summaries, citation context, and influence scores.
|
|
10
|
+
- **[OpenAlex](https://openalex.org/)** — Free, open catalog of the global research system (replaces Microsoft Academic); full API access for bibliometric analysis.
|
|
11
|
+
- **[Dimensions](https://www.dimensions.ai/)** — Linked research knowledge system connecting publications, grants, patents, datasets, and clinical trials.
|
|
12
|
+
- **[Connected Papers](https://www.connectedpapers.com/)** — Visual graph tool that builds a similarity network around a seed paper to find related work.
|
|
13
|
+
- **[PubMed](https://pubmed.ncbi.nlm.nih.gov/)** — NCBI's authoritative database for biomedical and life sciences literature (35M+ citations).
|
|
14
|
+
- **[Web of Science](https://www.webofscience.com/)** — Clarivate's curated citation index; gold standard for impact metrics (JIF, ESI).
|
|
15
|
+
- **[Scopus](https://www.scopus.com/)** — Elsevier's abstract and citation database; broader journal coverage than WoS in some fields.
|
|
16
|
+
|
|
17
|
+
### Key References
|
|
18
|
+
- **[The Lens](https://www.lens.org/)** — Free scholarly and patent search with open data linking; great for innovation mapping.
|
|
19
|
+
- **[CORE](https://core.ac.uk/)** — Aggregates open access research outputs from repositories and journals worldwide (200M+ records).
|
|
20
|
+
|
|
21
|
+
## Discovery
|
|
22
|
+
|
|
23
|
+
### Tools & Software
|
|
24
|
+
- **[Research Rabbit](https://www.researchrabbit.ai/)** — Free tool that recommends papers based on your collections; "Spotify for papers."
|
|
25
|
+
- **[Elicit](https://elicit.com/)** — AI research assistant that finds relevant papers, extracts claims, and summarizes findings.
|
|
26
|
+
- **[Litmaps](https://www.litmaps.com/)** — Dynamic citation mapping that visualizes how papers connect over time; automatic update alerts.
|
|
27
|
+
- **[Google Scholar Alerts](https://scholar.google.com/scholar_alerts)** — Email notifications for new papers matching your keywords or citing your work.
|
|
28
|
+
|
|
29
|
+
### Key References
|
|
30
|
+
- **[Inciteful](https://inciteful.xyz/)** — Build a network of papers from a seed article; identify important but overlooked connections.
|
|
31
|
+
|
|
32
|
+
## Fulltext Access
|
|
33
|
+
|
|
34
|
+
### Tools & Software
|
|
35
|
+
- **[Unpaywall](https://unpaywall.org/)** — Browser extension that finds legal free full-text PDFs via open access repositories (20M+ articles).
|
|
36
|
+
- **[CORE Discovery](https://core.ac.uk/services/discovery)** — Browser extension to find free OA copies of paywalled articles.
|
|
37
|
+
- **[Open Access Button](https://openaccessbutton.org/)** — Locates free legal copies or requests them directly from authors.
|
|
38
|
+
|
|
39
|
+
### Preprint Servers
|
|
40
|
+
- **[arXiv](https://arxiv.org/)** — The foundational preprint server for physics, math, CS, and quantitative biology.
|
|
41
|
+
- **[bioRxiv](https://www.biorxiv.org/)** — Preprint server for the biological sciences, operated by Cold Spring Harbor Laboratory.
|
|
42
|
+
- **[SSRN](https://www.ssrn.com/)** — Leading preprint platform for social sciences, economics, and law.
|
|
43
|
+
- **[OSF Preprints](https://osf.io/preprints/)** — Aggregator across 30+ preprint services; part of the Open Science Framework.
|
|
44
|
+
|
|
45
|
+
## Metadata & Metrics
|
|
46
|
+
|
|
47
|
+
### Tools & Software
|
|
48
|
+
- **[DOI.org](https://www.doi.org/)** — Resolve any DOI to its metadata and landing page.
|
|
49
|
+
- **[Crossref](https://www.crossref.org/)** — Open metadata API for 140M+ records; the backbone of scholarly linking.
|
|
50
|
+
- **[OpenCitations](https://opencitations.net/)** — Open citation data (COCI index); free alternative to proprietary citation databases.
|
|
51
|
+
- **[Altmetric](https://www.altmetric.com/)** — Tracks attention to research across social media, news, policy, and patents.
|
|
52
|
+
- **[Scimago Journal Rank (SJR)](https://www.scimagojr.com/)** — Free journal ranking and visualization portal based on Scopus data.
|
|
53
|
+
- **[CoCites](https://www.cocites.com/)** — Co-citation analysis tool to find the most relevant papers in any field cluster.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Curated Research Methods Resources
|
|
2
|
+
|
|
3
|
+
> Hand-picked resources for academic researchers working with methodology, systematic review, automation, and funding.
|
|
4
|
+
|
|
5
|
+
## Methodology
|
|
6
|
+
|
|
7
|
+
### Research Design Guides
|
|
8
|
+
- **[Research Design: Qualitative, Quantitative, and Mixed Methods (Creswell)](https://us.sagepub.com/en-us/nam/research-design/book270550)** — Standard textbook on research design across paradigms; used in most graduate methods courses.
|
|
9
|
+
- **[EQUATOR Network](https://www.equator-network.org/)** — Library of reporting guidelines (CONSORT, STROBE, PRISMA, etc.) for health research.
|
|
10
|
+
- **[NIH Research Methods Resources](https://researchmethodsresources.nih.gov/)** — Guides on study design, sample size estimation, and statistical analysis plans from NIH.
|
|
11
|
+
- **[Research Design Canvas](https://www.researchdesigncanvas.com/)** — Visual tool for mapping research questions, methods, and expected outcomes on a single page.
|
|
12
|
+
|
|
13
|
+
### Design of Experiments (DOE)
|
|
14
|
+
- **[JMP Statistical Discovery](https://www.jmp.com/en/statistics-knowledge-portal/design-of-experiments.html)** — Comprehensive DOE knowledge portal with interactive examples.
|
|
15
|
+
- **[pyDOE2](https://github.com/clicumu/pyDOE2)** — Python library for generating factorial, Latin Hypercube, and composite experimental designs.
|
|
16
|
+
- **[Design-Expert (Stat-Ease)](https://www.statease.com/software/design-expert/)** — GUI software for designing and analyzing multi-factor experiments; free trial.
|
|
17
|
+
|
|
18
|
+
## Deep Research & Systematic Review
|
|
19
|
+
|
|
20
|
+
### Tools & Software
|
|
21
|
+
- **[Covidence](https://www.covidence.org/)** — Streamlined systematic review management: screening, extraction, quality assessment. Free for Cochrane authors.
|
|
22
|
+
- **[Rayyan](https://www.rayyan.ai/)** — Free AI-assisted tool for systematic review screening; supports team collaboration.
|
|
23
|
+
- **[ASReview](https://asreview.nl/)** — Open-source active-learning tool that prioritizes relevant papers during screening; dramatically reduces workload.
|
|
24
|
+
- **[PRISMA 2020](http://www.prisma-statement.org/)** — Updated reporting checklist and flow diagram for systematic reviews and meta-analyses.
|
|
25
|
+
- **[RevMan (Cochrane)](https://training.cochrane.org/online-learning/core-software/revman)** — Free software for preparing Cochrane systematic reviews and meta-analyses.
|
|
26
|
+
|
|
27
|
+
### Key References
|
|
28
|
+
- **[Cochrane Handbook for Systematic Reviews](https://training.cochrane.org/handbook)** — The definitive methodological guide for systematic reviews in health and beyond.
|
|
29
|
+
- **[PROSPERO](https://www.crd.york.ac.uk/prospero/)** — International registry of systematic review protocols; register before you begin.
|
|
30
|
+
|
|
31
|
+
## Paper Review & Summarization
|
|
32
|
+
|
|
33
|
+
### Tools & Software
|
|
34
|
+
- **[ScholarAI](https://scholarai.io/)** — AI plugin that finds, summarizes, and extracts key claims from academic papers.
|
|
35
|
+
- **[Consensus](https://consensus.app/)** — AI search engine that extracts and synthesizes claims from peer-reviewed papers.
|
|
36
|
+
- **[SciSpace (Typeset)](https://typeset.io/)** — AI copilot for reading papers: highlights, explains, and cross-references passages.
|
|
37
|
+
- **[OpenReview](https://openreview.net/)** — Open platform for peer review used by ICLR, NeurIPS, and other top ML conferences.
|
|
38
|
+
- **[Semantic Reader (S2)](https://www.semanticscholar.org/product/semantic-reader)** — AI-augmented PDF reader from Semantic Scholar with inline citation context and term definitions.
|
|
39
|
+
|
|
40
|
+
## Research Automation
|
|
41
|
+
|
|
42
|
+
### AI Scientist & Workflow Tools
|
|
43
|
+
- **[PaperQA2](https://github.com/Future-House/paper-qa)** — RAG system that answers questions using full-text scientific papers with proper citations.
|
|
44
|
+
- **[OpenScholar](https://github.com/AkariAsai/OpenScholar)** — Open-source scientific literature QA agent from University of Washington.
|
|
45
|
+
- **[Snakemake](https://snakemake.readthedocs.io/)** — Reproducible and scalable workflow engine for data analysis pipelines; Python-based.
|
|
46
|
+
- **[Nextflow](https://www.nextflow.io/)** — Workflow manager for computational pipelines; strong in bioinformatics and genomics.
|
|
47
|
+
- **[DVC (Data Version Control)](https://dvc.org/)** — Git for data and ML experiments; tracks datasets, models, and metrics alongside code.
|
|
48
|
+
- **[MLflow](https://mlflow.org/)** — Open-source platform for managing the ML lifecycle: tracking, packaging, deployment.
|
|
49
|
+
|
|
50
|
+
## Funding & Open Science
|
|
51
|
+
|
|
52
|
+
### Grant Databases
|
|
53
|
+
- **[NIH Reporter](https://reporter.nih.gov/)** — Searchable database of NIH-funded research projects; essential for US biomedical grant intelligence.
|
|
54
|
+
- **[NSF Award Search](https://www.nsf.gov/awardsearch/)** — Browse and search all NSF-funded awards; useful for understanding funding landscapes.
|
|
55
|
+
- **[Dimensions Grants](https://app.dimensions.ai/discover/grant)** — Global grant database linking funders, publications, patents, and clinical trials.
|
|
56
|
+
- **[Europe PMC Grant Finder](https://europepmc.org/grantfinder)** — Search grants from major European and international funders.
|
|
57
|
+
|
|
58
|
+
### Open Science Platforms
|
|
59
|
+
- **[OSF (Open Science Framework)](https://osf.io/)** — Free platform for project management, preregistration, preprints, and data sharing.
|
|
60
|
+
- **[Zenodo](https://zenodo.org/)** — CERN-hosted open repository for datasets, software, and publications; DOI minting included.
|
|
61
|
+
- **[protocols.io](https://www.protocols.io/)** — Open-access platform for sharing, discovering, and discussing research protocols.
|
|
62
|
+
- **[ORCID](https://orcid.org/)** — Persistent digital identifier for researchers; connects your work across systems.
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# Curated Research Productivity Tools
|
|
2
|
+
|
|
3
|
+
> Hand-picked tools for academic researchers covering diagrams, documents, code execution, scraping, knowledge graphs, and OCR/translation.
|
|
4
|
+
|
|
5
|
+
## Diagrams & Visualization
|
|
6
|
+
|
|
7
|
+
### Tools & Software
|
|
8
|
+
- **[Mermaid](https://mermaid.js.org/)** — Text-based diagramming tool that renders flowcharts, sequence diagrams, Gantt charts, and more from Markdown-like syntax.
|
|
9
|
+
- **[PlantUML](https://plantuml.com/)** — Open-source tool for creating UML diagrams from plain text; supports sequence, class, activity, and many other diagram types.
|
|
10
|
+
- **[draw.io (diagrams.net)](https://www.drawio.com/)** — Free, open-source diagramming tool with desktop and browser versions; exports to SVG, PNG, PDF.
|
|
11
|
+
- **[Excalidraw](https://excalidraw.com/)** — Virtual whiteboard with a hand-drawn aesthetic; great for informal research diagrams and brainstorming.
|
|
12
|
+
- **[Graphviz](https://graphviz.org/)** — Open-source graph visualization software; the DOT language is a standard for rendering directed and undirected graphs.
|
|
13
|
+
- **[TikZ/PGF (LaTeX)](https://tikz.dev/)** — Programmatic figure drawing in LaTeX; unmatched precision for publication-ready technical diagrams.
|
|
14
|
+
|
|
15
|
+
### Key References
|
|
16
|
+
- **[Mermaid Live Editor](https://mermaid.live/)** — Browser-based editor for writing and previewing Mermaid diagrams in real time.
|
|
17
|
+
- **[D2 Language](https://d2lang.com/)** — Modern declarative diagramming language; generates clean, readable diagrams from text.
|
|
18
|
+
|
|
19
|
+
## Document Processing
|
|
20
|
+
|
|
21
|
+
### PDF Tools
|
|
22
|
+
- **[GROBID](https://github.com/kermitt2/grobid)** — ML library for extracting structured metadata and full text from scholarly PDFs; powers many academic tools.
|
|
23
|
+
- **[PyMuPDF (fitz)](https://pymupdf.readthedocs.io/)** — Fast Python binding for MuPDF; extracts text, images, and annotations from PDFs.
|
|
24
|
+
- **[pdfplumber](https://github.com/jsvine/pdfplumber)** — Python library for extracting text, tables, and metadata from PDFs with precise positional data.
|
|
25
|
+
- **[Marker](https://github.com/VikParuchuri/marker)** — Converts PDF to Markdown with high accuracy; handles academic papers, books, and slides.
|
|
26
|
+
- **[Nougat (Meta)](https://github.com/facebookresearch/nougat)** — Neural OCR for academic PDFs; converts scanned papers to structured Markdown with math.
|
|
27
|
+
|
|
28
|
+
### Format Converters
|
|
29
|
+
- **[Pandoc](https://pandoc.org/)** — Universal document converter: Markdown, LaTeX, DOCX, HTML, EPUB, and 40+ other formats.
|
|
30
|
+
- **[Quarto](https://quarto.org/)** — Next-generation scientific publishing system; combines Jupyter, R Markdown, and Pandoc into one tool.
|
|
31
|
+
- **[nbconvert](https://nbconvert.readthedocs.io/)** — Convert Jupyter notebooks to HTML, PDF, LaTeX, Markdown, and slides.
|
|
32
|
+
|
|
33
|
+
## Code Execution & Notebooks
|
|
34
|
+
|
|
35
|
+
### Notebook Environments
|
|
36
|
+
- **[Jupyter](https://jupyter.org/)** — The standard interactive computing environment; supports Python, R, Julia, and 100+ kernels.
|
|
37
|
+
- **[Google Colab](https://colab.research.google.com/)** — Free cloud-hosted Jupyter notebooks with GPU/TPU access; zero setup required.
|
|
38
|
+
- **[Observable](https://observablehq.com/)** — Reactive JavaScript notebooks for data visualization and exploratory analysis.
|
|
39
|
+
- **[Deepnote](https://deepnote.com/)** — Collaborative data science notebook with real-time editing, SQL integration, and scheduling.
|
|
40
|
+
|
|
41
|
+
### Sandboxes & Reproducibility
|
|
42
|
+
- **[Binder (mybinder.org)](https://mybinder.org/)** — Turn any Git repo into a collection of interactive notebooks; one-click reproducible environments.
|
|
43
|
+
- **[Docker](https://www.docker.com/)** — Containerization platform for creating reproducible computational environments.
|
|
44
|
+
- **[Pixi](https://pixi.sh/)** — Fast, cross-platform package manager built on conda-forge; reproducible environments from a single lockfile.
|
|
45
|
+
- **[renv (R)](https://rstudio.github.io/renv/)** — Reproducible R environments; records and restores exact package versions per project.
|
|
46
|
+
|
|
47
|
+
## Web Scraping & APIs
|
|
48
|
+
|
|
49
|
+
### Scraping Tools
|
|
50
|
+
- **[Scrapy](https://scrapy.org/)** — Fast, high-level Python web crawling and scraping framework.
|
|
51
|
+
- **[Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)** — Python library for parsing HTML and XML; simple API for navigating and searching parse trees.
|
|
52
|
+
- **[Playwright](https://playwright.dev/)** — Browser automation library from Microsoft; handles JavaScript-rendered pages in Python, Node, and .NET.
|
|
53
|
+
- **[Selenium](https://www.selenium.dev/)** — Browser automation framework; the established tool for dynamic page scraping and testing.
|
|
54
|
+
|
|
55
|
+
### API Clients & Wrappers
|
|
56
|
+
- **[httpx](https://www.python-httpx.org/)** — Modern async-capable HTTP client for Python; successor to requests.
|
|
57
|
+
- **[Crossref API](https://api.crossref.org/)** — Free REST API for querying 140M+ scholarly metadata records.
|
|
58
|
+
- **[OpenAlex API](https://docs.openalex.org/)** — Fully open API for the global research graph; works, authors, institutions, topics.
|
|
59
|
+
- **[Unpaywall API](https://unpaywall.org/products/api)** — REST API to find open-access copies of papers by DOI.
|
|
60
|
+
|
|
61
|
+
## Knowledge Graph & RAG
|
|
62
|
+
|
|
63
|
+
### Knowledge Graph Tools
|
|
64
|
+
- **[Neo4j](https://neo4j.com/)** — Leading graph database; Cypher query language, free Community Edition.
|
|
65
|
+
- **[NetworkX](https://networkx.org/)** — Python package for creating, manipulating, and analyzing complex networks.
|
|
66
|
+
- **[Gephi](https://gephi.org/)** — Open-source network visualization and analysis platform; handles large graphs with interactive exploration.
|
|
67
|
+
- **[VOSviewer](https://www.vosviewer.com/)** — Free tool for constructing and visualizing bibliometric networks (co-citation, co-authorship, keyword co-occurrence).
|
|
68
|
+
|
|
69
|
+
### RAG Frameworks
|
|
70
|
+
- **[LlamaIndex](https://www.llamaindex.ai/)** — Data framework for building RAG applications; connects LLMs to external data sources.
|
|
71
|
+
- **[LangChain](https://www.langchain.com/)** — Framework for developing LLM-powered applications with retrieval, agents, and chains.
|
|
72
|
+
- **[ChromaDB](https://www.trychroma.com/)** — Open-source embedding database for building AI applications with semantic search.
|
|
73
|
+
- **[PaperQA2](https://github.com/Future-House/paper-qa)** — Purpose-built RAG for scientific literature; retrieves, reads, and cites full-text papers.
|
|
74
|
+
|
|
75
|
+
## OCR & Translation
|
|
76
|
+
|
|
77
|
+
### OCR Tools
|
|
78
|
+
- **[Tesseract OCR](https://github.com/tesseract-ocr/tesseract)** — Open-source OCR engine maintained by Google; supports 100+ languages.
|
|
79
|
+
- **[EasyOCR](https://github.com/JaidedAI/EasyOCR)** — Python OCR library with ready-to-use models for 80+ languages; simple API.
|
|
80
|
+
- **[PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)** — High-accuracy multilingual OCR toolkit from Baidu; excels at CJK text and table recognition.
|
|
81
|
+
- **[Mathpix](https://mathpix.com/)** — AI-powered tool for converting handwritten or printed math equations to LaTeX; also handles tables and chemistry.
|
|
82
|
+
|
|
83
|
+
### Translation Services
|
|
84
|
+
- **[DeepL](https://www.deepl.com/)** — AI translator known for high-quality European and Asian language translations; API available.
|
|
85
|
+
- **[Google Cloud Translation](https://cloud.google.com/translate)** — Neural machine translation supporting 130+ languages; free tier available.
|
|
86
|
+
- **[Argos Translate](https://www.argosopentech.com/)** — Open-source offline translation library built on OpenNMT; fully self-hostable.
|
|
87
|
+
- **[GT4Sci (Google Translate for Science)](https://translate.google.com/)** — While not science-specific, Google Translate with domain glossary uploads handles technical text reasonably well.
|