@wentorai/research-plugins 1.0.0 → 1.1.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/README.md +22 -22
- package/curated/analysis/README.md +71 -56
- package/curated/domains/README.md +176 -67
- package/curated/literature/README.md +71 -47
- package/curated/research/README.md +91 -58
- package/curated/tools/README.md +88 -87
- package/curated/writing/README.md +80 -45
- package/mcp-configs/cloud-docs/confluence-mcp.json +37 -0
- package/mcp-configs/cloud-docs/google-drive-mcp.json +35 -0
- package/mcp-configs/cloud-docs/notion-mcp.json +29 -0
- package/mcp-configs/communication/discord-mcp.json +29 -0
- package/mcp-configs/communication/slack-mcp.json +29 -0
- package/mcp-configs/communication/telegram-mcp.json +28 -0
- package/mcp-configs/database/neo4j-mcp.json +37 -0
- package/mcp-configs/database/postgres-mcp.json +28 -0
- package/mcp-configs/database/sqlite-mcp.json +29 -0
- package/mcp-configs/dev-platform/github-mcp.json +31 -0
- package/mcp-configs/dev-platform/gitlab-mcp.json +34 -0
- package/mcp-configs/email/email-mcp.json +40 -0
- package/mcp-configs/email/gmail-mcp.json +37 -0
- package/mcp-configs/registry.json +178 -149
- package/mcp-configs/repository/dataverse-mcp.json +33 -0
- package/mcp-configs/repository/huggingface-mcp.json +29 -0
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
- package/skills/analysis/dataviz/algorithm-visualizer-guide/SKILL.md +259 -0
- package/skills/analysis/dataviz/bokeh-visualization-guide/SKILL.md +270 -0
- package/skills/analysis/dataviz/chart-image-generator/SKILL.md +229 -0
- package/skills/analysis/dataviz/d3-visualization-guide/SKILL.md +281 -0
- package/skills/analysis/dataviz/echarts-visualization-guide/SKILL.md +250 -0
- package/skills/analysis/dataviz/metabase-analytics-guide/SKILL.md +242 -0
- package/skills/analysis/dataviz/plotly-interactive-guide/SKILL.md +266 -0
- package/skills/analysis/dataviz/redash-analytics-guide/SKILL.md +284 -0
- package/skills/analysis/econometrics/econml-causal-guide/SKILL.md +163 -0
- package/skills/analysis/econometrics/mostly-harmless-guide/SKILL.md +139 -0
- package/skills/analysis/econometrics/panel-data-analyst/SKILL.md +259 -0
- package/skills/analysis/econometrics/python-causality-guide/SKILL.md +134 -0
- package/skills/analysis/econometrics/stata-accounting-guide/SKILL.md +269 -0
- package/skills/analysis/econometrics/stata-analyst-guide/SKILL.md +245 -0
- package/skills/analysis/statistics/data-anomaly-detection/SKILL.md +157 -0
- package/skills/analysis/statistics/ml-experiment-tracker/SKILL.md +212 -0
- package/skills/analysis/statistics/pywayne-statistics-guide/SKILL.md +192 -0
- package/skills/analysis/statistics/quantitative-methods-guide/SKILL.md +193 -0
- package/skills/analysis/statistics/senior-data-scientist-guide/SKILL.md +223 -0
- package/skills/analysis/wrangling/csv-data-analyzer/SKILL.md +170 -0
- package/skills/analysis/wrangling/data-cleaning-pipeline/SKILL.md +266 -0
- package/skills/analysis/wrangling/data-cog-guide/SKILL.md +178 -0
- package/skills/analysis/wrangling/stata-data-cleaning/SKILL.md +276 -0
- package/skills/analysis/wrangling/survey-data-processing/SKILL.md +298 -0
- package/skills/domains/ai-ml/ai-model-benchmarking/SKILL.md +209 -0
- package/skills/domains/ai-ml/annotated-dl-papers-guide/SKILL.md +159 -0
- package/skills/domains/ai-ml/dl-transformer-finetune/SKILL.md +239 -0
- package/skills/domains/ai-ml/generative-ai-guide/SKILL.md +146 -0
- package/skills/domains/ai-ml/huggingface-inference-guide/SKILL.md +196 -0
- package/skills/domains/ai-ml/keras-deep-learning/SKILL.md +210 -0
- package/skills/domains/ai-ml/llm-from-scratch-guide/SKILL.md +124 -0
- package/skills/domains/ai-ml/ml-pipeline-guide/SKILL.md +295 -0
- package/skills/domains/ai-ml/nlp-toolkit-guide/SKILL.md +247 -0
- package/skills/domains/ai-ml/pytorch-guide/SKILL.md +281 -0
- package/skills/domains/ai-ml/pytorch-lightning-guide/SKILL.md +244 -0
- package/skills/domains/ai-ml/tensorflow-guide/SKILL.md +241 -0
- package/skills/domains/biomedical/bioagents-guide/SKILL.md +308 -0
- package/skills/domains/biomedical/medgeclaw-guide/SKILL.md +345 -0
- package/skills/domains/biomedical/medical-imaging-guide/SKILL.md +305 -0
- package/skills/domains/business/architecture-design-guide/SKILL.md +279 -0
- package/skills/domains/business/innovation-management-guide/SKILL.md +257 -0
- package/skills/domains/business/operations-research-guide/SKILL.md +258 -0
- package/skills/domains/chemistry/molecular-dynamics-guide/SKILL.md +237 -0
- package/skills/domains/chemistry/pubchem-api-guide/SKILL.md +180 -0
- package/skills/domains/chemistry/spectroscopy-analysis-guide/SKILL.md +290 -0
- package/skills/domains/cs/distributed-systems-guide/SKILL.md +268 -0
- package/skills/domains/cs/formal-verification-guide/SKILL.md +298 -0
- package/skills/domains/ecology/species-distribution-guide/SKILL.md +343 -0
- package/skills/domains/economics/imf-data-api-guide/SKILL.md +174 -0
- package/skills/domains/economics/post-labor-economics/SKILL.md +254 -0
- package/skills/domains/economics/pricing-psychology-guide/SKILL.md +273 -0
- package/skills/domains/economics/world-bank-data-guide/SKILL.md +179 -0
- package/skills/domains/education/assessment-design-guide/SKILL.md +213 -0
- package/skills/domains/education/educational-research-methods/SKILL.md +179 -0
- package/skills/domains/education/mooc-analytics-guide/SKILL.md +206 -0
- package/skills/domains/finance/portfolio-optimization-guide/SKILL.md +279 -0
- package/skills/domains/finance/risk-modeling-guide/SKILL.md +260 -0
- package/skills/domains/finance/stata-accounting-research/SKILL.md +372 -0
- package/skills/domains/geoscience/climate-modeling-guide/SKILL.md +215 -0
- package/skills/domains/geoscience/satellite-remote-sensing/SKILL.md +193 -0
- package/skills/domains/geoscience/seismology-data-guide/SKILL.md +208 -0
- package/skills/domains/humanities/ethical-philosophy-guide/SKILL.md +244 -0
- package/skills/domains/humanities/history-research-guide/SKILL.md +260 -0
- package/skills/domains/humanities/political-history-guide/SKILL.md +241 -0
- package/skills/domains/law/legal-nlp-guide/SKILL.md +236 -0
- package/skills/domains/law/patent-analysis-guide/SKILL.md +257 -0
- package/skills/domains/law/regulatory-compliance-guide/SKILL.md +267 -0
- package/skills/domains/math/symbolic-computation-guide/SKILL.md +263 -0
- package/skills/domains/math/topology-data-analysis/SKILL.md +305 -0
- package/skills/domains/pharma/clinical-trial-design-guide/SKILL.md +271 -0
- package/skills/domains/pharma/drug-target-interaction/SKILL.md +242 -0
- package/skills/domains/pharma/pharmacovigilance-guide/SKILL.md +216 -0
- package/skills/domains/physics/astrophysics-data-guide/SKILL.md +305 -0
- package/skills/domains/physics/particle-physics-guide/SKILL.md +287 -0
- package/skills/domains/social-science/network-analysis-guide/SKILL.md +310 -0
- package/skills/domains/social-science/psychology-research-guide/SKILL.md +270 -0
- package/skills/domains/social-science/sociology-research-guide/SKILL.md +238 -0
- package/skills/literature/discovery/paper-recommendation-guide/SKILL.md +120 -0
- package/skills/literature/discovery/semantic-paper-radar/SKILL.md +144 -0
- package/skills/literature/discovery/zotero-arxiv-daily-guide/SKILL.md +94 -0
- package/skills/literature/fulltext/core-api-guide/SKILL.md +144 -0
- package/skills/literature/fulltext/institutional-repository-guide/SKILL.md +212 -0
- package/skills/literature/fulltext/open-access-mining-guide/SKILL.md +341 -0
- package/skills/literature/metadata/academic-paper-summarizer/SKILL.md +101 -0
- package/skills/literature/metadata/wikidata-api-guide/SKILL.md +156 -0
- package/skills/literature/search/arxiv-batch-reporting/SKILL.md +133 -0
- package/skills/literature/search/arxiv-paper-processor/SKILL.md +141 -0
- package/skills/literature/search/baidu-scholar-guide/SKILL.md +110 -0
- package/skills/literature/search/chatpaper-guide/SKILL.md +122 -0
- package/skills/literature/search/deep-literature-search/SKILL.md +149 -0
- package/skills/literature/search/deepgit-search-guide/SKILL.md +147 -0
- package/skills/literature/search/pasa-paper-search-guide/SKILL.md +138 -0
- package/skills/research/automation/ai-scientist-v2-guide/SKILL.md +284 -0
- package/skills/research/automation/aim-experiment-guide/SKILL.md +234 -0
- package/skills/research/automation/datagen-research-guide/SKILL.md +131 -0
- package/skills/research/automation/kedro-pipeline-guide/SKILL.md +216 -0
- package/skills/research/automation/mle-agent-guide/SKILL.md +139 -0
- package/skills/research/automation/paper-to-agent-guide/SKILL.md +116 -0
- package/skills/research/automation/rd-agent-guide/SKILL.md +246 -0
- package/skills/research/automation/research-paper-orchestrator/SKILL.md +254 -0
- package/skills/research/deep-research/academic-deep-research/SKILL.md +190 -0
- package/skills/research/deep-research/auto-deep-research-guide/SKILL.md +141 -0
- package/skills/research/deep-research/deep-research-pro/SKILL.md +213 -0
- package/skills/research/deep-research/deep-research-work/SKILL.md +204 -0
- package/skills/research/deep-research/deep-searcher-guide/SKILL.md +253 -0
- package/skills/research/deep-research/gpt-researcher-guide/SKILL.md +191 -0
- package/skills/research/deep-research/khoj-research-guide/SKILL.md +200 -0
- package/skills/research/deep-research/local-deep-research-guide/SKILL.md +253 -0
- package/skills/research/deep-research/tongyi-deep-research-guide/SKILL.md +217 -0
- package/skills/research/funding/eu-horizon-guide/SKILL.md +244 -0
- package/skills/research/funding/grant-budget-guide/SKILL.md +284 -0
- package/skills/research/funding/nih-reporter-api-guide/SKILL.md +166 -0
- package/skills/research/funding/nsf-award-api-guide/SKILL.md +133 -0
- package/skills/research/methodology/academic-mentor-guide/SKILL.md +169 -0
- package/skills/research/methodology/claude-scientific-guide/SKILL.md +122 -0
- package/skills/research/methodology/deep-innovator-guide/SKILL.md +242 -0
- package/skills/research/methodology/osf-api-guide/SKILL.md +165 -0
- package/skills/research/methodology/research-paper-kb/SKILL.md +263 -0
- package/skills/research/methodology/research-town-guide/SKILL.md +263 -0
- package/skills/research/paper-review/automated-review-guide/SKILL.md +281 -0
- package/skills/research/paper-review/paper-compare-guide/SKILL.md +238 -0
- package/skills/research/paper-review/paper-digest-guide/SKILL.md +240 -0
- package/skills/research/paper-review/paper-research-assistant/SKILL.md +231 -0
- package/skills/research/paper-review/research-quality-filter/SKILL.md +261 -0
- package/skills/research/paper-review/review-response-guide/SKILL.md +275 -0
- package/skills/tools/code-exec/google-colab-guide/SKILL.md +276 -0
- package/skills/tools/code-exec/kaggle-api-guide/SKILL.md +216 -0
- package/skills/tools/code-exec/overleaf-cli-guide/SKILL.md +279 -0
- package/skills/tools/diagram/code-flow-visualizer/SKILL.md +197 -0
- package/skills/tools/diagram/excalidraw-diagram-guide/SKILL.md +170 -0
- package/skills/tools/diagram/json-data-visualizer/SKILL.md +270 -0
- package/skills/tools/diagram/mermaid-architect-guide/SKILL.md +219 -0
- package/skills/tools/diagram/tldraw-whiteboard-guide/SKILL.md +397 -0
- package/skills/tools/document/docsgpt-guide/SKILL.md +130 -0
- package/skills/tools/document/large-document-reader/SKILL.md +202 -0
- package/skills/tools/document/paper-parse-guide/SKILL.md +243 -0
- package/skills/tools/knowledge-graph/citation-network-builder/SKILL.md +244 -0
- package/skills/tools/knowledge-graph/concept-map-generator/SKILL.md +284 -0
- package/skills/tools/knowledge-graph/graphiti-guide/SKILL.md +219 -0
- package/skills/tools/ocr-translate/pdf-math-translate-guide/SKILL.md +141 -0
- package/skills/tools/ocr-translate/zotero-pdf-translate-guide/SKILL.md +95 -0
- package/skills/tools/ocr-translate/zotero-pdf2zh-guide/SKILL.md +143 -0
- package/skills/tools/scraping/dataset-finder-guide/SKILL.md +253 -0
- package/skills/tools/scraping/easy-spider-guide/SKILL.md +250 -0
- package/skills/tools/scraping/google-scholar-scraper/SKILL.md +255 -0
- package/skills/tools/scraping/repository-harvesting-guide/SKILL.md +310 -0
- package/skills/writing/citation/academic-citation-manager/SKILL.md +314 -0
- package/skills/writing/citation/jabref-reference-guide/SKILL.md +127 -0
- package/skills/writing/citation/jasminum-zotero-guide/SKILL.md +103 -0
- package/skills/writing/citation/obsidian-citation-guide/SKILL.md +164 -0
- package/skills/writing/citation/obsidian-zotero-guide/SKILL.md +137 -0
- package/skills/writing/citation/papersgpt-zotero-guide/SKILL.md +132 -0
- package/skills/writing/citation/papis-cli-guide/SKILL.md +213 -0
- package/skills/writing/citation/zotero-better-bibtex-guide/SKILL.md +107 -0
- package/skills/writing/citation/zotero-better-notes-guide/SKILL.md +121 -0
- package/skills/writing/citation/zotero-gpt-guide/SKILL.md +111 -0
- package/skills/writing/citation/zotero-mcp-guide/SKILL.md +164 -0
- package/skills/writing/citation/zotero-mdnotes-guide/SKILL.md +162 -0
- package/skills/writing/citation/zotero-reference-guide/SKILL.md +139 -0
- package/skills/writing/citation/zotero-scholar-guide/SKILL.md +294 -0
- package/skills/writing/citation/zotfile-attachment-guide/SKILL.md +140 -0
- package/skills/writing/composition/ml-paper-writing/SKILL.md +163 -0
- package/skills/writing/composition/paper-debugger-guide/SKILL.md +143 -0
- package/skills/writing/composition/scientific-writing-resources/SKILL.md +151 -0
- package/skills/writing/composition/scientific-writing-wrapper/SKILL.md +153 -0
- package/skills/writing/latex/latex-drawing-collection/SKILL.md +154 -0
- package/skills/writing/latex/latex-templates-collection/SKILL.md +159 -0
- package/skills/writing/latex/md-to-pdf-academic/SKILL.md +230 -0
- package/skills/writing/latex/tex-render-guide/SKILL.md +243 -0
- package/skills/writing/polish/academic-tone-guide/SKILL.md +209 -0
- package/skills/writing/polish/conciseness-editing-guide/SKILL.md +225 -0
- package/skills/writing/polish/paper-polish-guide/SKILL.md +160 -0
- package/skills/writing/templates/graphical-abstract-guide/SKILL.md +183 -0
- package/skills/writing/templates/novathesis-guide/SKILL.md +152 -0
- package/skills/writing/templates/scientific-article-pdf/SKILL.md +261 -0
- package/skills/writing/templates/sjtuthesis-guide/SKILL.md +197 -0
- package/skills/writing/templates/thuthesis-guide/SKILL.md +181 -0
- package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +0 -207
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## Research Plugins for Research-Claw
|
|
10
10
|
|
|
11
|
-
An open-source collection of **
|
|
11
|
+
An open-source collection of **349 academic research skills**, **76 MCP configs**, **13 agent tools**, and **6 curated resource lists** for [Research-Claw](https://wentor.ai) and other AI coding agents.
|
|
12
12
|
|
|
13
13
|
Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
14
14
|
|
|
@@ -16,23 +16,23 @@ Built by [Wentor AI](https://wentor.ai) for the global research community.
|
|
|
16
16
|
|
|
17
17
|
| Component | Count | Description |
|
|
18
18
|
|-----------|-------|-------------|
|
|
19
|
-
| **Skills** |
|
|
19
|
+
| **Skills** | 349 | Practical SKILL.md guides covering literature search, academic writing, data analysis, research methods, 16 domain specialties, and productivity tools |
|
|
20
20
|
| **Agent Tools** | 13 | TypeScript API wrappers for Semantic Scholar, OpenAlex, CrossRef, arXiv, PubMed, and Unpaywall |
|
|
21
|
-
| **MCP Configs** |
|
|
21
|
+
| **MCP Configs** | 76 | Ready-to-use MCP server configurations for reference managers, knowledge bases, research databases, and AI platforms |
|
|
22
22
|
| **Curated Lists** | 6 | Hand-picked resource collections for each skill category |
|
|
23
23
|
|
|
24
24
|
### Taxonomy
|
|
25
25
|
|
|
26
26
|
Skills are organized into **6 categories** with **40 subcategories**:
|
|
27
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 |
|
|
28
|
+
| Category | Subcategories | Skills | Description |
|
|
29
|
+
|----------|---------------|--------|-------------|
|
|
30
|
+
| **literature** | search, discovery, fulltext, metadata | 50 | Paper search, citation tracking, open access |
|
|
31
|
+
| **writing** | composition, polish, latex, templates, citation | 57 | Academic writing, LaTeX, reference management |
|
|
32
|
+
| **analysis** | statistics, econometrics, wrangling, dataviz | 47 | Statistical methods, data cleaning, visualization |
|
|
33
|
+
| **research** | methodology, deep-research, paper-review, automation, funding | 56 | Research design, systematic reviews, grant writing |
|
|
34
|
+
| **domains** | 16 disciplines (CS, AI/ML, biomedical, chemistry, economics, finance, law, physics, math, ecology, etc.) | 97 | Domain-specific research methods and tools |
|
|
35
|
+
| **tools** | diagram, document, code-exec, scraping, knowledge-graph, ocr-translate | 42 | Diagrams, PDF parsing, reproducible code, OCR |
|
|
36
36
|
|
|
37
37
|
### Install
|
|
38
38
|
|
|
@@ -115,7 +115,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP conf
|
|
|
115
115
|
|
|
116
116
|
## Research-Claw 科研插件集
|
|
117
117
|
|
|
118
|
-
一个开源的学术科研资源集合,包含 **
|
|
118
|
+
一个开源的学术科研资源集合,包含 **349 个科研技能**、**76 个 MCP 服务器配置**、**13 个智能体工具** 和 **6 个精选资源列表**,为 [Research-Claw (科研龙虾)](https://wentor.ai) 及其他 AI 编程助手而构建。
|
|
119
119
|
|
|
120
120
|
由 [Wentor AI](https://wentor.ai) 为全球科研社区打造。
|
|
121
121
|
|
|
@@ -123,23 +123,23 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding skills, MCP conf
|
|
|
123
123
|
|
|
124
124
|
| 组件 | 数量 | 说明 |
|
|
125
125
|
|------|------|------|
|
|
126
|
-
| **技能 (Skills)** |
|
|
126
|
+
| **技能 (Skills)** | 349 | 涵盖文献检索、学术写作、数据分析、研究方法、16 个学科领域及生产力工具的实用指南 |
|
|
127
127
|
| **智能体工具** | 13 | 封装 Semantic Scholar、OpenAlex、CrossRef、arXiv、PubMed、Unpaywall 六大学术 API 的 TypeScript 工具 |
|
|
128
|
-
| **MCP 配置** |
|
|
128
|
+
| **MCP 配置** | 76 | 即用型 MCP 服务器配置,涵盖文献管理、知识库、学术数据库、AI 平台等 |
|
|
129
129
|
| **精选列表** | 6 | 按分类整理的优质资源推荐 |
|
|
130
130
|
|
|
131
131
|
### 分类体系
|
|
132
132
|
|
|
133
133
|
技能按 **6 大类别** 和 **40 个子分类** 组织:
|
|
134
134
|
|
|
135
|
-
| 类别 | 子分类 | 覆盖范围 |
|
|
136
|
-
|
|
137
|
-
| **文献 (literature)** | 检索、发现、全文获取、元数据 | 论文搜索、引文追踪、开放获取 |
|
|
138
|
-
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 | 学术写作、LaTeX 排版、参考文献管理 |
|
|
139
|
-
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 | 统计方法、数据清洗、图表制作 |
|
|
140
|
-
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 | 研究设计、系统综述、基金申请 |
|
|
141
|
-
| **学科 (domains)** | 16 个学科方向 | 各学科专属研究方法与工具 |
|
|
142
|
-
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR | 流程图、PDF 解析、可复现代码、OCR 翻译 |
|
|
135
|
+
| 类别 | 子分类 | 技能数 | 覆盖范围 |
|
|
136
|
+
|------|--------|--------|---------|
|
|
137
|
+
| **文献 (literature)** | 检索、发现、全文获取、元数据 | 50 | 论文搜索、引文追踪、开放获取 |
|
|
138
|
+
| **写作 (writing)** | 写作、润色、LaTeX、模板、引用 | 57 | 学术写作、LaTeX 排版、参考文献管理 |
|
|
139
|
+
| **分析 (analysis)** | 统计、计量经济、数据处理、可视化 | 47 | 统计方法、数据清洗、图表制作 |
|
|
140
|
+
| **研究 (research)** | 方法论、深度研究、论文评审、自动化、基金 | 56 | 研究设计、系统综述、基金申请 |
|
|
141
|
+
| **学科 (domains)** | 16 个学科方向 | 97 | 各学科专属研究方法与工具 |
|
|
142
|
+
| **工具 (tools)** | 图表、文档、代码执行、爬虫、知识图谱、OCR | 42 | 流程图、PDF 解析、可复现代码、OCR 翻译 |
|
|
143
143
|
|
|
144
144
|
### 安装方式
|
|
145
145
|
|
|
@@ -1,64 +1,79 @@
|
|
|
1
|
-
# Curated
|
|
1
|
+
# Analysis — Curated Skills
|
|
2
2
|
|
|
3
|
-
> Hand-picked resources for academic researchers working with statistics, econometrics, data wrangling, and visualization.
|
|
4
3
|
|
|
5
|
-
|
|
4
|
+
> 47 recommended skills for data analysis, statistics, visualization, and econometrics.
|
|
5
|
+
|
|
6
6
|
|
|
7
|
-
|
|
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.
|
|
7
|
+
## Dataviz
|
|
12
8
|
|
|
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
9
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
| Skill | Description |
|
|
11
|
+
|-------|-------------|
|
|
12
|
+
| [algorithm-visualizer-guide](../../skills/analysis/dataviz/algorithm-visualizer-guide/) | Guide to Algorithm Visualizer for interactive algorithm exploration |
|
|
13
|
+
| [bokeh-visualization-guide](../../skills/analysis/dataviz/bokeh-visualization-guide/) | Guide to Bokeh for interactive browser-based research visualizations |
|
|
14
|
+
| [chart-image-generator](../../skills/analysis/dataviz/chart-image-generator/) | Generate publication-quality chart images from research data |
|
|
15
|
+
| [color-accessibility-guide](../../skills/analysis/dataviz/color-accessibility-guide/) | Colorblind-friendly palettes and accessible visualization design |
|
|
16
|
+
| [d3-visualization-guide](../../skills/analysis/dataviz/d3-visualization-guide/) | Guide to D3.js for building custom interactive data visualizations |
|
|
17
|
+
| [echarts-visualization-guide](../../skills/analysis/dataviz/echarts-visualization-guide/) | Guide to Apache ECharts for interactive research data dashboards |
|
|
18
|
+
| [geospatial-viz-guide](../../skills/analysis/dataviz/geospatial-viz-guide/) | Create maps, choropleths, and spatial data visualizations for research |
|
|
19
|
+
| [interactive-viz-guide](../../skills/analysis/dataviz/interactive-viz-guide/) | Interactive data visualization with Plotly, ECharts, and D3 |
|
|
20
|
+
| [metabase-analytics-guide](../../skills/analysis/dataviz/metabase-analytics-guide/) | Guide to Metabase for open-source research data analytics and dashboards |
|
|
21
|
+
| [network-visualization-guide](../../skills/analysis/dataviz/network-visualization-guide/) | Visualize networks, graphs, citation maps, and relational data |
|
|
22
|
+
| [plotly-interactive-guide](../../skills/analysis/dataviz/plotly-interactive-guide/) | Guide to Plotly.py for interactive scientific visualizations in Python |
|
|
23
|
+
| [publication-figures-guide](../../skills/analysis/dataviz/publication-figures-guide/) | Create journal-quality scientific figures with proper styling and accessibility |
|
|
24
|
+
| [python-dataviz-guide](../../skills/analysis/dataviz/python-dataviz-guide/) | Publication-quality data visualization with matplotlib, seaborn, and plotly |
|
|
25
|
+
| [redash-analytics-guide](../../skills/analysis/dataviz/redash-analytics-guide/) | Guide to Redash for SQL-driven research data dashboards and sharing |
|
|
26
|
+
|
|
22
27
|
|
|
23
28
|
## Econometrics
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
30
|
+
|
|
31
|
+
| Skill | Description |
|
|
32
|
+
|-------|-------------|
|
|
33
|
+
| [causal-inference-guide](../../skills/analysis/econometrics/causal-inference-guide/) | Causal inference methods including DiD, IV, RDD, and synthetic control |
|
|
34
|
+
| [econml-causal-guide](../../skills/analysis/econometrics/econml-causal-guide/) | Apply EconML for causal inference combining machine learning and econometrics |
|
|
35
|
+
| [iv-regression-guide](../../skills/analysis/econometrics/iv-regression-guide/) | Apply instrumental variables, 2SLS, and address endogeneity issues |
|
|
36
|
+
| [mostly-harmless-guide](../../skills/analysis/econometrics/mostly-harmless-guide/) | Replication code and guide for Mostly Harmless Econometrics methods |
|
|
37
|
+
| [panel-data-analyst](../../skills/analysis/econometrics/panel-data-analyst/) | Expert panel data regression analysis with fixed effects and GMM |
|
|
38
|
+
| [panel-data-guide](../../skills/analysis/econometrics/panel-data-guide/) | Panel data analysis with fixed and random effects models |
|
|
39
|
+
| [python-causality-guide](../../skills/analysis/econometrics/python-causality-guide/) | Learn causal inference with Python using the Brave and True handbook |
|
|
40
|
+
| [robustness-checks](../../skills/analysis/econometrics/robustness-checks/) | Sequential robustness checks in Stata with confounder blocks |
|
|
41
|
+
| [stata-accounting-guide](../../skills/analysis/econometrics/stata-accounting-guide/) | STATA code for empirical accounting and financial economics research |
|
|
42
|
+
| [stata-analyst-guide](../../skills/analysis/econometrics/stata-analyst-guide/) | Stata workflows for publication-ready sociology and social science research |
|
|
43
|
+
| [stata-regression](../../skills/analysis/econometrics/stata-regression/) | Run regression analyses in Stata with publication-ready output |
|
|
44
|
+
| [time-series-guide](../../skills/analysis/econometrics/time-series-guide/) | Apply ARIMA, VAR, cointegration, and time series econometric methods |
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## Statistics
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
| Skill | Description |
|
|
51
|
+
|-------|-------------|
|
|
52
|
+
| [bayesian-statistics-guide](../../skills/analysis/statistics/bayesian-statistics-guide/) | Bayesian inference methods including prior selection, MCMC, and model comparison |
|
|
53
|
+
| [data-anomaly-detection](../../skills/analysis/statistics/data-anomaly-detection/) | Detect anomalies and outliers in research data using statistical methods |
|
|
54
|
+
| [hypothesis-testing-guide](../../skills/analysis/statistics/hypothesis-testing-guide/) | Statistical hypothesis testing, power analysis, and significance reporting |
|
|
55
|
+
| [meta-analysis-guide](../../skills/analysis/statistics/meta-analysis-guide/) | Conduct systematic meta-analyses with effect size pooling and heterogeneity a... |
|
|
56
|
+
| [ml-experiment-tracker](../../skills/analysis/statistics/ml-experiment-tracker/) | Plan reproducible ML experiment runs with parameters and metrics tracking |
|
|
57
|
+
| [nonparametric-tests-guide](../../skills/analysis/statistics/nonparametric-tests-guide/) | Apply Mann-Whitney, Kruskal-Wallis, and other nonparametric methods |
|
|
58
|
+
| [power-analysis-guide](../../skills/analysis/statistics/power-analysis-guide/) | Sample size calculation and statistical power analysis guide |
|
|
59
|
+
| [pywayne-statistics-guide](../../skills/analysis/statistics/pywayne-statistics-guide/) | 37+ statistical testing methods for rigorous hypothesis testing |
|
|
60
|
+
| [quantitative-methods-guide](../../skills/analysis/statistics/quantitative-methods-guide/) | Design and execute statistical analyses with regression modeling |
|
|
61
|
+
| [sem-guide](../../skills/analysis/statistics/sem-guide/) | Structural equation modeling with latent variables guide |
|
|
62
|
+
| [senior-data-scientist-guide](../../skills/analysis/statistics/senior-data-scientist-guide/) | Statistical modeling, experimentation design, and causal inference |
|
|
63
|
+
| [survival-analysis-guide](../../skills/analysis/statistics/survival-analysis-guide/) | Conduct Kaplan-Meier, Cox regression, and time-to-event analyses |
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## Wrangling
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
| Skill | Description |
|
|
70
|
+
|-------|-------------|
|
|
71
|
+
| [csv-data-analyzer](../../skills/analysis/wrangling/csv-data-analyzer/) | Load, explore, clean, and analyze CSV data with statistical summaries |
|
|
72
|
+
| [data-cleaning-pipeline](../../skills/analysis/wrangling/data-cleaning-pipeline/) | Systematic data cleaning workflows for research datasets |
|
|
73
|
+
| [data-cog-guide](../../skills/analysis/wrangling/data-cog-guide/) | Upload messy CSVs with minimal prompting for deep automated analysis |
|
|
74
|
+
| [missing-data-handling](../../skills/analysis/wrangling/missing-data-handling/) | Diagnose missing data patterns and apply appropriate imputation strategies |
|
|
75
|
+
| [pandas-data-wrangling](../../skills/analysis/wrangling/pandas-data-wrangling/) | Data cleaning, transformation, and exploratory analysis with pandas |
|
|
76
|
+
| [questionnaire-design-guide](../../skills/analysis/wrangling/questionnaire-design-guide/) | Questionnaire and survey design with Likert scales and coding |
|
|
77
|
+
| [stata-data-cleaning](../../skills/analysis/wrangling/stata-data-cleaning/) | Clean, transform, and validate messy research data using Stata |
|
|
78
|
+
| [survey-data-processing](../../skills/analysis/wrangling/survey-data-processing/) | Clean, recode, and prepare survey response data for analysis |
|
|
79
|
+
| [text-mining-guide](../../skills/analysis/wrangling/text-mining-guide/) | Apply NLP and text mining techniques to research text data |
|
|
@@ -1,104 +1,213 @@
|
|
|
1
|
-
# Curated
|
|
1
|
+
# Domains — Curated Skills
|
|
2
2
|
|
|
3
|
-
> Hand-picked resources covering 16 academic domains, each with key tools, databases, and references.
|
|
4
3
|
|
|
5
|
-
|
|
4
|
+
> 97 recommended skills for domain-specific research across academic disciplines.
|
|
6
5
|
|
|
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
6
|
|
|
12
|
-
##
|
|
7
|
+
## Ai Ml
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Skill | Description |
|
|
11
|
+
|-------|-------------|
|
|
12
|
+
| [ai-model-benchmarking](../../skills/domains/ai-ml/ai-model-benchmarking/) | Benchmark AI models across 60+ academic evaluation suites and metrics |
|
|
13
|
+
| [annotated-dl-papers-guide](../../skills/domains/ai-ml/annotated-dl-papers-guide/) | Annotated deep learning paper implementations with side-by-side notes |
|
|
14
|
+
| [computer-vision-guide](../../skills/domains/ai-ml/computer-vision-guide/) | Apply computer vision research methods, models, and evaluation tools |
|
|
15
|
+
| [deep-learning-papers-guide](../../skills/domains/ai-ml/deep-learning-papers-guide/) | Annotated deep learning paper implementations with code walkthroughs |
|
|
16
|
+
| [dl-transformer-finetune](../../skills/domains/ai-ml/dl-transformer-finetune/) | Build transformer fine-tuning plans for classification and generation |
|
|
17
|
+
| [generative-ai-guide](../../skills/domains/ai-ml/generative-ai-guide/) | Curated guide to generative AI covering LLMs and diffusion models |
|
|
18
|
+
| [huggingface-inference-guide](../../skills/domains/ai-ml/huggingface-inference-guide/) | Run NLP and CV model inference via Hugging Face free-tier API |
|
|
19
|
+
| [keras-deep-learning](../../skills/domains/ai-ml/keras-deep-learning/) | Build and debug deep learning models with Keras and TensorFlow backend |
|
|
20
|
+
| [llm-evaluation-guide](../../skills/domains/ai-ml/llm-evaluation-guide/) | Evaluate and benchmark large language models for research applications |
|
|
21
|
+
| [llm-from-scratch-guide](../../skills/domains/ai-ml/llm-from-scratch-guide/) | Build a ChatGPT-like LLM from scratch using PyTorch step by step |
|
|
22
|
+
| [ml-pipeline-guide](../../skills/domains/ai-ml/ml-pipeline-guide/) | Build and deploy reproducible production ML pipelines for research |
|
|
23
|
+
| [nlp-toolkit-guide](../../skills/domains/ai-ml/nlp-toolkit-guide/) | NLP analysis with perplexity scoring, burstiness, and entropy metrics |
|
|
24
|
+
| [prompt-engineering-research](../../skills/domains/ai-ml/prompt-engineering-research/) | Systematic prompt engineering methods for AI-assisted academic research workf... |
|
|
25
|
+
| [pytorch-guide](../../skills/domains/ai-ml/pytorch-guide/) | Avoid common PyTorch mistakes and apply robust training patterns |
|
|
26
|
+
| [pytorch-lightning-guide](../../skills/domains/ai-ml/pytorch-lightning-guide/) | PyTorch Lightning framework for scalable model training and research |
|
|
27
|
+
| [reinforcement-learning-guide](../../skills/domains/ai-ml/reinforcement-learning-guide/) | Reinforcement learning fundamentals, algorithms, and research |
|
|
28
|
+
| [tensorflow-guide](../../skills/domains/ai-ml/tensorflow-guide/) | TensorFlow best practices for tf.function, GPU memory, and deployment |
|
|
29
|
+
| [transformer-architecture-guide](../../skills/domains/ai-ml/transformer-architecture-guide/) | Guide to Transformer architectures for NLP and computer vision |
|
|
13
30
|
|
|
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
31
|
|
|
19
32
|
## Biomedical
|
|
20
33
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
34
|
+
|
|
35
|
+
| Skill | Description |
|
|
36
|
+
|-------|-------------|
|
|
37
|
+
| [bioagents-guide](../../skills/domains/biomedical/bioagents-guide/) | AI scientist framework for autonomous biological research workflows |
|
|
38
|
+
| [clinical-research-guide](../../skills/domains/biomedical/clinical-research-guide/) | Design clinical studies and report using CONSORT, STROBE guidelines |
|
|
39
|
+
| [clinicaltrials-api](../../skills/domains/biomedical/clinicaltrials-api/) | Clinical trial registry database search API |
|
|
40
|
+
| [epidemiology-guide](../../skills/domains/biomedical/epidemiology-guide/) | Epidemiological study designs, measures of association, and public health ana... |
|
|
41
|
+
| [genomics-analysis-guide](../../skills/domains/biomedical/genomics-analysis-guide/) | Workflows for RNA-seq, GWAS, and variant calling in genomic research |
|
|
42
|
+
| [medgeclaw-guide](../../skills/domains/biomedical/medgeclaw-guide/) | AI research assistant for biomedicine, RNA-seq, and drug discovery |
|
|
43
|
+
| [medical-imaging-guide](../../skills/domains/biomedical/medical-imaging-guide/) | Medical image analysis with deep learning for research applications |
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## Business
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
| Skill | Description |
|
|
50
|
+
|-------|-------------|
|
|
51
|
+
| [architecture-design-guide](../../skills/domains/business/architecture-design-guide/) | Design principles of form, function, sustainability in architecture |
|
|
52
|
+
| [innovation-management-guide](../../skills/domains/business/innovation-management-guide/) | Innovation metrics, R&D management research, and technology forecasting |
|
|
53
|
+
| [market-analysis-guide](../../skills/domains/business/market-analysis-guide/) | Structured frameworks for market sizing, competitive analysis, and strategic ... |
|
|
54
|
+
| [operations-research-guide](../../skills/domains/business/operations-research-guide/) | Optimization and operations research methods for business and logistics |
|
|
55
|
+
| [strategic-management-guide](../../skills/domains/business/strategic-management-guide/) | Frameworks for strategic planning, resource allocation, and organizational an... |
|
|
56
|
+
|
|
25
57
|
|
|
26
58
|
## Chemistry
|
|
27
59
|
|
|
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
60
|
|
|
33
|
-
|
|
61
|
+
| Skill | Description |
|
|
62
|
+
|-------|-------------|
|
|
63
|
+
| [computational-chemistry-guide](../../skills/domains/chemistry/computational-chemistry-guide/) | DFT, molecular simulation, and reaction prediction tools for chemists |
|
|
64
|
+
| [molecular-dynamics-guide](../../skills/domains/chemistry/molecular-dynamics-guide/) | Molecular dynamics simulation setup, execution, and trajectory analysis |
|
|
65
|
+
| [pubchem-api-guide](../../skills/domains/chemistry/pubchem-api-guide/) | Search PubChem for chemical compounds, structures, and bioassay data |
|
|
66
|
+
| [retrosynthesis-guide](../../skills/domains/chemistry/retrosynthesis-guide/) | Retrosynthetic analysis and computational reaction prediction |
|
|
67
|
+
| [spectroscopy-analysis-guide](../../skills/domains/chemistry/spectroscopy-analysis-guide/) | Spectral data analysis for NMR, IR, mass spectrometry, and UV-Vis |
|
|
34
68
|
|
|
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
69
|
|
|
40
|
-
##
|
|
70
|
+
## Cs
|
|
41
71
|
|
|
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
72
|
|
|
46
|
-
|
|
73
|
+
| Skill | Description |
|
|
74
|
+
|-------|-------------|
|
|
75
|
+
| [algorithms-complexity-guide](../../skills/domains/cs/algorithms-complexity-guide/) | Analyze algorithm complexity and computational efficiency for research |
|
|
76
|
+
| [dblp-api](../../skills/domains/cs/dblp-api/) | Search computer science publications, authors, and venues via DBLP |
|
|
77
|
+
| [distributed-systems-guide](../../skills/domains/cs/distributed-systems-guide/) | Distributed systems design patterns and analysis for CS research |
|
|
78
|
+
| [formal-verification-guide](../../skills/domains/cs/formal-verification-guide/) | Formal methods, theorem proving, and model checking for CS research |
|
|
79
|
+
| [software-engineering-research](../../skills/domains/cs/software-engineering-research/) | Guide to software engineering research topics and methodologies |
|
|
47
80
|
|
|
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
81
|
|
|
52
|
-
##
|
|
82
|
+
## Ecology
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
| Skill | Description |
|
|
86
|
+
|-------|-------------|
|
|
87
|
+
| [biodiversity-data-guide](../../skills/domains/ecology/biodiversity-data-guide/) | Biodiversity data access, species occurrence, and ecological tools |
|
|
88
|
+
| [conservation-biology-guide](../../skills/domains/ecology/conservation-biology-guide/) | Apply conservation biology methods, databases, and assessment tools |
|
|
89
|
+
| [gbif-api](../../skills/domains/ecology/gbif-api/) | Global biodiversity data API for species occurrences and datasets |
|
|
90
|
+
| [inaturalist-api](../../skills/domains/ecology/inaturalist-api/) | Citizen science platform API for biodiversity observations |
|
|
91
|
+
| [species-distribution-guide](../../skills/domains/ecology/species-distribution-guide/) | Species distribution modeling with MaxEnt, SDM methods, and GBIF data |
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## Economics
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
| Skill | Description |
|
|
98
|
+
|-------|-------------|
|
|
99
|
+
| [behavioral-economics-guide](../../skills/domains/economics/behavioral-economics-guide/) | Behavioral economics research methods and key frameworks |
|
|
100
|
+
| [development-economics-guide](../../skills/domains/economics/development-economics-guide/) | Apply development economics research methods and data sources |
|
|
101
|
+
| [fred-api](../../skills/domains/economics/fred-api/) | Federal Reserve Economic Data API for US economic indicators |
|
|
102
|
+
| [imf-data-api-guide](../../skills/domains/economics/imf-data-api-guide/) | Retrieve IMF economic indicators, exchange rates, and country data |
|
|
103
|
+
| [post-labor-economics](../../skills/domains/economics/post-labor-economics/) | Post-labor economies with automation, UBI, and wealth distribution |
|
|
104
|
+
| [pricing-psychology-guide](../../skills/domains/economics/pricing-psychology-guide/) | Behavioral economics in pricing strategies and consumer decisions |
|
|
105
|
+
| [world-bank-data-guide](../../skills/domains/economics/world-bank-data-guide/) | Access World Bank development indicators and country statistics |
|
|
53
106
|
|
|
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
107
|
|
|
58
108
|
## Education
|
|
59
109
|
|
|
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
110
|
|
|
64
|
-
|
|
111
|
+
| Skill | Description |
|
|
112
|
+
|-------|-------------|
|
|
113
|
+
| [assessment-design-guide](../../skills/domains/education/assessment-design-guide/) | Psychometrics and educational assessment design for researchers |
|
|
114
|
+
| [curriculum-design-guide](../../skills/domains/education/curriculum-design-guide/) | Systematic approaches to curriculum design using backward design and alignment |
|
|
115
|
+
| [educational-research-methods](../../skills/domains/education/educational-research-methods/) | Quantitative and qualitative research methods for education studies |
|
|
116
|
+
| [learning-science-guide](../../skills/domains/education/learning-science-guide/) | Evidence-based learning science principles for educational research and practice |
|
|
117
|
+
| [mooc-analytics-guide](../../skills/domains/education/mooc-analytics-guide/) | Analyzing MOOC data, learning analytics, and online education metrics |
|
|
65
118
|
|
|
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
119
|
|
|
70
|
-
##
|
|
120
|
+
## Finance
|
|
71
121
|
|
|
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
122
|
|
|
76
|
-
|
|
123
|
+
| Skill | Description |
|
|
124
|
+
|-------|-------------|
|
|
125
|
+
| [financial-data-analysis](../../skills/domains/finance/financial-data-analysis/) | Methods for acquiring, cleaning, and analyzing financial datasets for research |
|
|
126
|
+
| [portfolio-optimization-guide](../../skills/domains/finance/portfolio-optimization-guide/) | Portfolio theory, optimization algorithms, and asset allocation methods |
|
|
127
|
+
| [quantitative-finance-guide](../../skills/domains/finance/quantitative-finance-guide/) | Quantitative methods for financial modeling, derivatives pricing, and risk an... |
|
|
128
|
+
| [risk-modeling-guide](../../skills/domains/finance/risk-modeling-guide/) | Financial risk modeling including VaR, stress testing, and credit risk |
|
|
129
|
+
| [stata-accounting-research](../../skills/domains/finance/stata-accounting-research/) | STATA code patterns for empirical accounting and finance research |
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## Geoscience
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
| Skill | Description |
|
|
136
|
+
|-------|-------------|
|
|
137
|
+
| [climate-modeling-guide](../../skills/domains/geoscience/climate-modeling-guide/) | Climate simulation, modeling tools, and climate data analysis methods |
|
|
138
|
+
| [climate-science-guide](../../skills/domains/geoscience/climate-science-guide/) | Climate data analysis, modeling workflows, and carbon neutrality research met... |
|
|
139
|
+
| [gis-remote-sensing-guide](../../skills/domains/geoscience/gis-remote-sensing-guide/) | GIS analysis and remote sensing workflows for geospatial research applications |
|
|
140
|
+
| [satellite-remote-sensing](../../skills/domains/geoscience/satellite-remote-sensing/) | Satellite imagery analysis and remote sensing for earth science research |
|
|
141
|
+
| [seismology-data-guide](../../skills/domains/geoscience/seismology-data-guide/) | Earthquake data analysis, seismogram processing, and seismic research |
|
|
77
142
|
|
|
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
143
|
|
|
82
144
|
## Humanities
|
|
83
145
|
|
|
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
146
|
|
|
88
|
-
|
|
147
|
+
| Skill | Description |
|
|
148
|
+
|-------|-------------|
|
|
149
|
+
| [digital-humanities-guide](../../skills/domains/humanities/digital-humanities-guide/) | Computational methods for humanities research including text mining and netwo... |
|
|
150
|
+
| [ethical-philosophy-guide](../../skills/domains/humanities/ethical-philosophy-guide/) | Applied ethics research methods and major ethical frameworks |
|
|
151
|
+
| [history-research-guide](../../skills/domains/humanities/history-research-guide/) | Historical research from primary sources to scholarly analysis |
|
|
152
|
+
| [philosophy-research-guide](../../skills/domains/humanities/philosophy-research-guide/) | Research methods and analytical frameworks for philosophical inquiry and scho... |
|
|
153
|
+
| [political-history-guide](../../skills/domains/humanities/political-history-guide/) | Chinese and European political struggle history and comparative analysis |
|
|
89
154
|
|
|
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
155
|
|
|
94
|
-
##
|
|
156
|
+
## Law
|
|
95
157
|
|
|
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
158
|
|
|
100
|
-
|
|
159
|
+
| Skill | Description |
|
|
160
|
+
|-------|-------------|
|
|
161
|
+
| [courtlistener-api](../../skills/domains/law/courtlistener-api/) | Legal case law database with PACER data and judge profiles |
|
|
162
|
+
| [legal-nlp-guide](../../skills/domains/law/legal-nlp-guide/) | NLP techniques for legal text analysis, case law mining, and contracts |
|
|
163
|
+
| [legal-research-guide](../../skills/domains/law/legal-research-guide/) | Legal research methods, case law analysis, and compliance tools |
|
|
164
|
+
| [patent-analysis-guide](../../skills/domains/law/patent-analysis-guide/) | Patent search, classification, landscape analysis, and prior art mining |
|
|
165
|
+
| [regulatory-compliance-guide](../../skills/domains/law/regulatory-compliance-guide/) | Regulatory text mining, compliance research, and policy analysis tools |
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## Math
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
| Skill | Description |
|
|
172
|
+
|-------|-------------|
|
|
173
|
+
| [linear-algebra-applications](../../skills/domains/math/linear-algebra-applications/) | Apply linear algebra concepts to research computing and data analysis |
|
|
174
|
+
| [numerical-methods-guide](../../skills/domains/math/numerical-methods-guide/) | Apply numerical methods and scientific computing techniques |
|
|
175
|
+
| [oeis-api](../../skills/domains/math/oeis-api/) | On-Line Encyclopedia of Integer Sequences API |
|
|
176
|
+
| [symbolic-computation-guide](../../skills/domains/math/symbolic-computation-guide/) | Computer algebra systems: SymPy, SageMath, and Mathematica for research |
|
|
177
|
+
| [topology-data-analysis](../../skills/domains/math/topology-data-analysis/) | Topological data analysis: persistent homology, Mapper, and TDA tools |
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## Pharma
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
| Skill | Description |
|
|
184
|
+
|-------|-------------|
|
|
185
|
+
| [clinical-pharmacology-guide](../../skills/domains/pharma/clinical-pharmacology-guide/) | Clinical pharmacology principles for dosing, drug interactions, and patient s... |
|
|
186
|
+
| [clinical-trial-design-guide](../../skills/domains/pharma/clinical-trial-design-guide/) | Clinical trial methodology, biostatistics, and study design guidance |
|
|
187
|
+
| [drug-development-guide](../../skills/domains/pharma/drug-development-guide/) | End-to-end drug development pipeline from target identification to regulatory... |
|
|
188
|
+
| [drug-target-interaction](../../skills/domains/pharma/drug-target-interaction/) | Computational drug-target interaction prediction and virtual screening |
|
|
189
|
+
| [pharmacovigilance-guide](../../skills/domains/pharma/pharmacovigilance-guide/) | Adverse drug event detection, safety signal mining, and drug monitoring |
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## Physics
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
| Skill | Description |
|
|
196
|
+
|-------|-------------|
|
|
197
|
+
| [astrophysics-data-guide](../../skills/domains/physics/astrophysics-data-guide/) | Astronomical data processing with Astropy, FITS files, and sky surveys |
|
|
198
|
+
| [computational-physics-guide](../../skills/domains/physics/computational-physics-guide/) | Computational physics methods, simulations, and research tools |
|
|
199
|
+
| [nasa-ads-api](../../skills/domains/physics/nasa-ads-api/) | Search astrophysics and physics literature via NASA ADS bibliographic database |
|
|
200
|
+
| [particle-physics-guide](../../skills/domains/physics/particle-physics-guide/) | Particle physics data analysis with ROOT, HEPData, and event processing |
|
|
201
|
+
| [quantum-computing-guide](../../skills/domains/physics/quantum-computing-guide/) | Explore quantum computing research with Qiskit and Cirq frameworks |
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
## Social Science
|
|
205
|
+
|
|
101
206
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
207
|
+
| Skill | Description |
|
|
208
|
+
|-------|-------------|
|
|
209
|
+
| [network-analysis-guide](../../skills/domains/social-science/network-analysis-guide/) | Social network analysis methods, metrics, and visualization tools |
|
|
210
|
+
| [psychology-research-guide](../../skills/domains/social-science/psychology-research-guide/) | Psychological research methods, experimental design, and analysis |
|
|
211
|
+
| [social-research-methods](../../skills/domains/social-science/social-research-methods/) | Core methods for empirical social science research including surveys and expe... |
|
|
212
|
+
| [sociology-research-guide](../../skills/domains/social-science/sociology-research-guide/) | Sociological thinking from observations to rigorous research design |
|
|
213
|
+
| [survey-research-guide](../../skills/domains/social-science/survey-research-guide/) | Design, deploy, and analyze surveys for social science and organizational res... |
|