Skip to content
/ research-template Public template

This template helps researchers write papers (Quarto), create presentations (Slidev), and publish blog posts—all in one project. It includes ready-to-use structures, citation support, and scripts for easy setup and release.

Notifications You must be signed in to change notification settings

abutbul/research-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Paper Template with Quarto and Slidev

A comprehensive template for academic research papers with integrated presentation slides and blog posts. This template provides a structured approach to creating and publishing research work using modern tools.

Features

  • 📝 Quarto-based Research Paper: Complete academic paper structure with IEEE citation style
  • 🎭 Slidev Presentations: Modern, interactive slides with animations and layouts
  • 📱 Blog Posts: Ready-to-use templates for research blog posts
  • 🚀 Release Automation: Scripts for versioning and publishing

Structure

research-template/
├── research_paper/     # Quarto-based paper
│   ├── chapters/       # Paper sections
│   ├── _quarto.yml    # Quarto configuration
│   ├── references.bib # Bibliography
│   └── ieee.csl      # Citation style
├── slidev/           # Presentation slides
│   ├── layouts/      # Custom slide layouts
│   └── slides/       # Slide content
└── blog_posts/       # Research blog posts

Quick Start

  1. Setup Paper:

    cd research_paper
    quarto preview
  2. Preview Slides:

    cd slidev
    npm install
    npm run dev
  3. Create Release:

    ./release.sh v1.0.0

Requirements

  • Quarto for paper generation
  • Node.js for Slidev presentations
  • Git for version control

Versioning

This template follows Semantic Versioning:

  • MAJOR version for significant template changes
  • MINOR version for new features
  • PATCH version for bug fixes

Contributing

Feel free to submit issues and enhancement requests. PRs are welcome!

License

MIT License - see LICENSE file for details.


📚 Template Usage: Replace placeholder content in research_paper/, slidev/slides/, and blog_posts/ with your research content.

About

This template helps researchers write papers (Quarto), create presentations (Slidev), and publish blog posts—all in one project. It includes ready-to-use structures, citation support, and scripts for easy setup and release.

Topics

Resources

Stars

Watchers

Forks