academic-research

Solid

Research project scaffolding, thesis/dissertation writing, literature reviews, publication workflows, and the AI assistant-assisted academic workflows

AI & Automation 3 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Academic Research > Complete research lifecycle: project setup, literature review, writing, publication, and defense. --- ## Project Structure ``` research-project/ ├── .github/ │ └── copilot-instructions.md # Research context for the AI assistant ├── docs/ │ ├── RESEARCH-PLAN.md # Questions, timeline, milestones │ ├── METHODOLOGY.md # Design decisions │ └── DECISION-LOG.md # Key decisions with rationale ├── data/ │ ├── raw/ # Untouched source data │ ├── processed/ # Cleaned/transformed │ └── DATA-DICTIONARY.md # Variable definitions ├── analysis/ │ ├── scripts/ # Analysis code │ └── outputs/ # Figures, tables ├── writing/ │ ├── drafts/ # Work in progress │ └── submissions/ # Submitted versions ├── references/ │ ├── LITERATURE-MATRIX.md # Systematic tracking │ └── notes/ # Reading notes └── README.md ``` ### Quick Setup ```bash mkdir -p .github docs data/{raw,processed} analysis/{scripts,outputs} writing/{drafts,submissions} references/notes touch docs/RESEARCH-PLAN.md docs/METHODOLOGY.md references/LITERATURE-MATRIX.md .github/copilot-instructions.md ``` --- ## Research Project Types | Type | Duration | Output | Review | |------|----------|--------|--------| | Master's Thesis | 1-2 years | 80-150 pages | Committee defense | | PhD Dissertation | 3-7 years | 150-300...

Details

Author
fabioc-aloha
Repository
fabioc-aloha/Alex_Skill_Mall
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category