Scientific presentations for conferences, seminars, thesis defenses, and grant pitches. Slide design, talk structure, timing, data viz for slides, QA. PowerPoint and LaTeX Beamer. For posters use latex-research-posters.
15k tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
294
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
Scientific Slides — Presentation Design and Delivery
Overview
Scientific presentations are a critical medium for communicating research at conferences, seminars, defenses, and professional talks. This knowhow covers end-to-end presentation development: structure and content planning, visual design principles, data visualization adaptation, timing and pacing, and quality assurance across PowerPoint and LaTeX Beamer formats.
| Thesis defense | 45–60 min | 45–65 | Full dissertation | All studies |
| Grant pitch | 10–20 min | 12–18 | Significance + feasibility | Preliminary data |
| Journal club | 20–45 min | 20–40 | Critical analysis | Paper's findings |
2. Visual Design Principles
Visual-first approach: Start with visuals (figures, diagrams, images), then add text as support. Target 60–70% visual content, 30–40% text. Every slide should have a strong visual element.
General rule: ~1 slide per minute. Complex slides (results, methodology) may take 2–3 minutes; simple slides (transitions, section dividers) take 15–30 seconds.
Time Allocation
| Section | % of Time | 15-min Talk | 45-min Talk |
|---------|-----------|------------|------------|
| Introduction | 15–20% | 2–3 min | 7–9 min |
| Methods | 15–20% | 2–3 min | 7–9 min |
| Results | 40–50% | 6–7 min | 18–22 min |
| Discussion | 15–20% | 2–3 min | 7–9 min |
| Conclusion | 5% | 45 sec | 2 min |
Best Practices
MANDATORY: Every slide must have a strong visual element — figure, chart, diagram, image, or icon. Text-only bullet list slides fail to communicate science effectively. Target minimum 2 visual elements per content slide.
MANDATORY: Practice with a timer at least 3 times before presenting. Set timing checkpoints: for a 15-minute talk, check at 3–4 min (finishing intro), 7–8 min (midway through results), 12–13 min (starting conclusions).
Use minimal text as visual support. 3–4 bullets per slide, 4–6 words per bullet. Text is the supporting role; visuals are the stars. Never put full paragraphs on slides.
Include proper citations. Cite 3–5 papers in the introduction (establishing context) and 3–5 in the discussion (comparison). Use author-year format (Smith et al., 2023) for readability.
Design section dividers with visual breaks. Insert visually distinctive slides between major sections (intro → methods → results → conclusion). These help the audience reset and follow the narrative.
Anti-pattern — using default templates without customization. Default PowerPoint/Beamer themes signal "minimal effort." Choose a modern color palette, customize fonts, and add visual personality matching your topic.
Simplify journal figures for slides. Increase all labels to 18–24 pt, remove non-essential panels, use direct labeling instead of legends, emphasize the key finding with color or annotation.
Anti-pattern — cramming full paper content into slides. A 15-minute talk should cover 1–2 key findings, not the entire paper. Leave details for the written paper and prepare backup slides for Q&A.
Prepare backup slides. Put additional data, detailed methods, alternative analyses after the "Thank You" slide. Reference them during Q&A without disrupting the main talk flow.
10. Never skip conclusions. If running behind, cut earlier content (skip a results slide or compress methods). The conclusion is the audience's take-away message — skipping it wastes the entire talk.
Common Pitfalls
Text-heavy, visual-poor slides. Walls of text, no images or graphics, bullet points as the only content. *How to avoid*: Start slide creation with visuals first (which figure/diagram?), then add minimal text as support.
Font sizes too small (under 24pt body text). Back-row audience can't read, slides look cramped. *How to avoid*: Set body text to 24–28 pt, titles to 36–44 pt. Test by viewing slides at 50% zoom — if you can't read it, the audience can't either.
Too many findings for the time slot. Trying to present 5 findings in a 15-minute talk rushes everything. *How to avoid*: Conference talks = 1–2 findings. Seminars = 3–5. Choose ruthlessly.
Missing research context (no citations). Claims without supporting literature undermine credibility. *How to avoid*: Search literature before creating slides. Cite 3–5 papers in intro and 3–5 in discussion.
Inconsistent formatting across slides. Different fonts, colors, and layouts from slide to slide look unprofessional. *How to avoid*: Use master slides/templates. Define your color palette, fonts, and layout grid before starting content.
Low contrast text on background. Light gray text on white, or colored text on busy images. *How to avoid*: Ensure text-background contrast ratio ≥ 7:1. Use solid color overlays on image backgrounds.
Not practicing with timer. First run-through is during the actual presentation, causing time overruns. *How to avoid*: Practice minimum 3 times. Mark timing checkpoints on your notes.
Skipping conclusions when running over time. Rushing through or omitting the take-away message. *How to avoid*: Cut earlier content (a results slide) rather than the conclusion. Prepare a "Plan B" with marked skip-able slides.
Visual inspection: check each slide for text overflow, element overlap, font sizes, contrast
Readability test: view at 50% zoom — everything should still be readable
Content review: verify narrative flow, one idea per slide, consistent formatting
Peer review: ask colleague for 30-second test (can they identify the main message?)
Compilation check (Beamer): verify no LaTeX warnings, all figures render correctly
Stage 5: Practice and Delivery
Practice 3–5 times with timer: run 1 (rough), run 2 (smooth transitions), run 3 (exact timing), run 4+ (polish)
Set timing checkpoints: mark 3–4 points on notes (e.g., "should be here by 4 min")
Practice transitions: connecting phrases between sections
Prepare for Q&A: anticipate questions, prepare backup slides with additional data
Final checks: multiple copies (laptop, cloud, USB), test on presentation computer, backup PDF
Protocol Guidelines
LaTeX Beamer Compilation
# Basic compilation
pdflatex presentation.tex
# With bibliography
pdflatex presentation.tex && bibtex presentation && pdflatex presentation.tex && pdflatex presentation.tex
# Better font support
lualatex presentation.tex
PowerPoint Quality Control
Export to PDF and review at 100% zoom
Check all slides in Slide Sorter view for consistency
Test animations and builds in Slideshow mode
Verify file size (< 50 MB for email; compress images if needed)
Bundled Resources
Detailed reference files in references/:
| File | Content |
|------|---------|
| talk_types_guide.md | Detailed structure and strategy for each talk type (conference, seminar, defense, grant pitch, journal club) with example outlines |
| slide_design_guide.md | Extended design principles: color theory, typography tables, layout patterns, accessibility guidelines, Gestalt principles for visual composition |
Further Reading
Edward Tufte, *The Visual Display of Quantitative Information* — foundational principles for data visualization