Scientific Slides
Overview
Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation.
Key Focus: Oral presentations for conferences, seminars, defenses, and professional talks.
CRITICAL DESIGN PHILOSOPHY: Scientific presentations should be VISUALLY ENGAGING and RESEARCH-BACKED. Avoid dry, text-heavy slides at all costs. Great scientific presentations combine:
- Compelling visuals: High-quality figures, images, diagrams (not just bullet points)
- Research context: Proper citations from research-lookup establishing credibility
- Minimal text: Bullet points as prompts, YOU provide the explanation verbally
- Professional design: Modern color schemes, strong visual hierarchy, generous white space
- Story-driven: Clear narrative arc, not just data dumps
Remember: Boring presentations = forgotten science. Make your slides visually memorable while maintaining scientific rigor through proper citations.
When to Use This Skill
This skill should be used when:
- Preparing conference presentations (5-20 minutes)
- Developing academic seminars (45-60 minutes)
- Creating thesis or dissertation defense presentations
- Designing grant pitch presentations
- Preparing journal club presentations
- Giving research talks at institutions or companies
- Teaching or tutorial presentations on scientific topics
Slide Generation with Nano Banana Pro
This skill uses Nano Banana Pro AI to generate stunning presentation slides automatically.
Workflow: PDF Slides
Generate each slide as a complete image using Nano Banana Pro, then combine into a PDF. This produces the most visually stunning results.
How it works:
- Plan the deck: Create a detailed plan for each slide (title, key points, visual elements)
- Generate slides: Call Nano Banana Pro for each slide to create complete slide images
- Combine to PDF: Assemble slide images into a single PDF presentation
Step 1: Plan Each Slide
Before generating, create a detailed plan for your presentation:
# Presentation Plan: Introduction to Machine Learning
## Slide 1: Title Slide
- Title: "Machine Learning: From Theory to Practice"
- Subtitle: "AI Conference 2025"
- Speaker: Dr. Jane Smith, University of XYZ
- Visual: Modern abstract neural network background
## Slide 2: Introduction
- Title: "Why Machine Learning Matters"
- Key points: Industry adoption, breakthrough applications, future potential
- Visual: Icons showing different ML applications (healthcare, finance, robotics)
## Slide 3: Core Concepts
- Title: "The Three Types of Learning"
- Content: Supervised, Unsupervised, Reinforcement
- Visual: Three-part diagram showing each type with examples
... (continue for all slides)
Step 2: Generate Each Slide
Use the generate_slide_image.py script to create each slide.
CRITICAL: Formatting Consistency Protocol
To ensure unified formatting across all slides in a presentation:
Define a Formatting Goal at the start of your presentation and include it in EVERY prompt:
- Color scheme (e.g., "dark blue background, white text, gold accents")
- Typography style (e.g., "bold sans-serif titles, clean body text")
- Visual style (e.g., "minimal, professional, corporate aesthetic")
- Layout approach (e.g., "generous white space, left-aligned content")
Always attach the previous slide when generating subsequent slides using --attach:
- This allows Nano Banana Pro to see and match the existing style
- Creates visual continuity throughout the deck
- Ensures consistent colors, fonts, and design language
Default author is "K-Dense" unless another name is specified
Include citations directly in the prompt for slides that reference research:
- Add citations in the prompt text so they appear on the generated slide
- Use format: "Include citation: (Author et al., Year)" or "Show reference: Author et al., Year"
- For multiple citations, list them all in the prompt
- Citations should appear in small text at the bottom of the slide or near relevant content
Attach existing figures/data for results slides (CRITICAL for data-driven presentations):
- When creating slides about results, ALWAYS check for existing figures in:
- The working directory (e.g.,
figures/, results/, plots/, images/)
- User-provided input files or directories
- Any data visualizations, charts, or graphs relevant to the presentation
- Use
--attach to include these figures so Nano Banana Pro can incorporate them:
- Attach the actual data figure/chart for results slides
- Attach relevant diagrams for methodology slides
- Attach logos or institutional images for title slides
- When attaching data figures, describe what you want in the prompt:
- "Create a slide presenting the attached results chart with key findings highlighted"
- "Build a slide around this attached figure, add title and bullet points explaining the data"
- "Incorporate the attached graph into a results slide with interpretation"
- Before generating results slides: List files in the working directory to find relevant figures
- Multiple figures can be attached:
--attach fig1.png --attach fig2.png
Example with formatting consistency, citations, and figure attachments:
# Title slide (first slide - establishes the style)
python scripts/generate_slide_image.py "Title slide for presentation: 'Machine Learning: From Theory to Practice'. Subtitle: 'AI Conference 2025'. Speaker: K-Dense. FORMATTING GOAL: Dark blue background (#1a237e), white text, gold accents (#ffc107), minimal design, sans-serif fonts, generous margins, no decorative elements." -o slides/01_title.png
# Content slide with citations (attach previous slide for consistency)
python scripts/generate_slide_image.py "Presentation slide titled 'Why Machine Learning Matters'. Three key points with simple icons: 1) Industry adoption, 2) Breakthrough applications, 3) Future potential. CITATIONS: Include at bottom in small text: (LeCun et al., 2015; Goodfellow et al., 2016). FORMATTING GOAL: Match attached slide style - dark blue background, white text, gold accents, minimal professional design, no visual clutter." -o slides/02_intro.png --attach slides/01_title.png
# Background slide with multiple citations
python scripts/generate_slide_image.py "Presentation slide titled 'Deep Learning Revolution'. Key milestones: ImageNet breakthrough (2012), transformer architecture (2017), GPT models (2018-present). CITATIONS: Show references at bottom: (Krizhevsky et al., 2012; Vaswani et al., 2017; Brown et al., 2020). FORMATTING GOAL: Match attached slide style exactly - same colors, fonts, minimal design." -o slides/03_background.png --attach slides/02_intro.png
# RESULTS SLIDE - Attach actual data figure from working directory
# First, check what figures exist: ls figures/ or ls results/
python scripts/generate_slide_image.py "Presentation slide titled 'Model Performance Results'. Create a slide presenting the attached accuracy chart. Key findings to highlight: 1) 95% accuracy achieved, 2) Outperforms baseline by 12%, 3) Consistent across test sets. CITATIONS: Include at bottom: (Our results, 2025). FORMATTING GOAL: Match attached slide style exactly." -o slides/04_results.png --attach slides/03_background.png --attach figures/accuracy_chart.png
# RESULTS SLIDE - Multiple figures comparison
python scripts/generate_slide_image.py "Presentation slide titled 'Before vs After Comparison'. Build a side-by-side comparison slide using the two attached figures. Left: baseline results, Right: our improved results. Add brief labels explaining the improvement. FORMATTING GOAL: Match attached slide style exactly." -o slides/05_comparison.png --attach slides/04_results.png --attach figures/baseline.png --attach figures/improved.png
# METHODOLOGY SLIDE - Attach existing diagram
python scripts/generate_slide_image.py "Presentation slide titled 'System Architecture'. Present the attached architecture diagram with brief explanatory bullet points: 1) Input processing, 2) Model inference, 3) Output generation. FORMATTING GOAL: Match attached slide style exactly." -o slides/06_architecture.png --attach slides/05_comparison.png --attach diagrams/system_architecture.png
IMPORTANT: Before creating results slides, always:
- List files in working directory:
ls -la figures/ or ls -la results/
- Check user-provided directories for relevant figures
- Attach ALL relevant figures that should appear on the slide
- Describe how Nano Banana Pro should incorporate the attached figures
Prompt Template:
Include these elements in every prompt (customize as needed):
[Slide content description]
CITATIONS: Include at bottom: (Author1 et al., Year; Author2 et al., Year)
FORMATTING GOAL: [Background color], [text color], [accent color], minimal professional design, no decorative elements, consistent with attached slide style.
Step 3: Combine to PDF
# Combine all slides into a PDF presentation
python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf
Nano Banana Pro Script Reference
generate_slide_image.py
Generate presentation slides using Nano Banana Pro AI.
# Generate a complete slide as image
python scripts/generate_slide_image.py "slide description" -o output.png
# With reference images attached (Nano Banana Pro will see these)
python scripts/generate_slide_image.py "Create a slide explaining this chart" -o slide.png --attach chart.png
python scripts/generate_slide_image.py "Combine these into a comparison slide" -o compare.png --attach before.png --attach after.png
Options:
-o, --output: Output file path (required)
--attach IMAGE: Attach image file(s) as context for generation (can use multiple times)
--iterations: Max refinement iterations (default: 2)
--api-key: OpenRouter API key (or set OPENROUTER_API_KEY env var)
-v, --verbose: Verbose output
Attaching Reference Images:
Use --attach when you want Nano Banana Pro to see existing images as context:
- "Create a slide about this data" + attach the data chart
- "Make a title slide with this logo" + attach the logo
- "Combine these figures into one slide" + attach multiple images
- "Explain this diagram in a slide" + attach the diagram
Environment Setup:
export OPENROUTER_API_KEY='your_api_key_here'
# Get key at: https://openrouter.ai/keys
slides_to_pdf.py
Combine multiple slide images into a single PDF.
# Combine PNG files
python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf
# Combine specific files in order
python scripts/slides_to_pdf.py title.png intro.png methods.png -o talk.pdf
# From directory (sorted by filename)
python scripts/slides_to_pdf.py slides/ -o presentation.pdf
Options:
-o, --output: Output PDF path (required)
--dpi: PDF resolution (default: 150)
-v, --verbose: Verbose output
Tip: Name slides with numbers for correct ordering: 01_title.png, 02_intro.png, etc.
Prompt Writing for Slide Generation
Slide Prompts
For complete slides, include:
- Slide type: Title slide, content slide, diagram slide, etc.
- Title: The slide title text
- Content: Key points, bullet items, or descriptions
- Visual elements: What imagery, icons, or graphics to include
- Design style: Color scheme, mood, aesthetic
Example prompts:
Title slide:
"Title slide for a medical research presentation. Title: 'Advances in Cancer Immunotherapy'. Subtitle: 'Clinical Trial Results 2024'. Professional medical theme with subtle DNA helix in background. Navy blue and white color scheme."
Content slide:
"Presentation slide titled 'Key Findings'. Three bullet points: 1) 40% improvement in response rate, 2) Reduced side effects, 3) Extended survival outcomes. Include relevant medical icons. Clean, professional design with green and white colors."
Diagram slide:
"Presentation slide showing the research methodology. Title: 'Study Design'. Flowchart showing: Patient Screening → Randomization → Treatment Groups (A, B, Control) → Follow-up → Analysis. CONSORT-style flow diagram. Professional academic style."
Visual Enhancement with Scientific Schematics
In addition to slide generation, use the scientific-schematics skill for technical diagrams:
When to use scientific-schematics instead:
- Complex technical diagrams (circuit diagrams, chemical structures)
- Publication-quality figures for papers (higher quality threshold)
- Diagrams requiring scientific accuracy review
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Core Capabilities
1. Presentation Structure and Organization
Build presentations with clear narrative flow and appropriate structure for different contexts. For detailed guidance, refer to references/presentation_structure.md.
Universal Story Arc:
- Hook: Grab attention (30-60 seconds)
- Context: Establish importance (5-10% of talk)
- Problem/Gap: Identify what's unknown (5-10% of talk)
- Approach: Explain your solution (15-25% of talk)
- Results: Present key findings (40-50% of talk)
- Implications: Discuss meaning (15-20% of talk)
- Closure: Memorable conclusion (1-2 minutes)
Talk-Specific Structures:
- Conference talks (15 min): Focused on 1-2 key findings, minimal methods
- Academic seminars (45 min): Comprehensive coverage, detailed methods, multiple studies
- Thesis defenses (60 min): Complete dissertation overview, all studies covered
- Grant pitches (15 min): Emphasis on significance, feasibility, and impact
- Journal clubs (30 min): Critical analysis of published work
2. Slide Design Principles
Create professional, readable, and accessible slides that enhance understanding. For complete design guidelines, refer to references/slide_design_principles.md.
ANTI-PATTERN: Avoid Dry, Text-Heavy Presentations
❌ What Makes Presentations Dry and Forgettable:
- Walls of text (more than 6 bullets per slide)
- Small fonts (<24pt body text)
- Black text on white background only (no visual interest)
- No images or graphics (bullet points only)
- Generic templates with no customization
- Dense, paragraph-like bullet points
- Missing research context (no citations)
- All slides look the same (repetitive)
✅ What Makes Presentations Engaging and Memorable:
- HIGH-QUALITY VISUALS dominate (figures, photos, diagrams, icons)
- Large, clear text as accent (not the main content)
- Modern, purposeful color schemes (not default themes)
- Generous white space (slides breathe)
- Research-backed context (proper citations from research-lookup)
- Variety in slide layouts (not all bullet lists)
- Story-driven flow with visual anchors
- Professional, polished appearance
Core Design Principles:
Visual-First Approach (CRITICAL):
- Start with visuals (figures, images, diagrams), add text as support
- Every slide should have STRONG visual element (figure, chart, photo, diagram)
- Text explains or complements visuals, not replaces them
- Think: "How can I show this, not just tell it?"
- Target: 60-70% visual content, 30-40% text
Simplicity with Impact:
- One main idea per slide
- MINIMAL text (3-4 bullets, 4-6 words each preferred)
- Generous white space (40-50% of slide)
- Clear visual focus
- Bold, confident design choices
Typography for Engagement:
- Sans-serif fonts (Arial, Calibri, Helvetica)
- LARGE fonts: 24-28pt for body text (not minimum 18pt)
- 36-44pt for slide titles (make bold)
- High contrast (minimum 4.5:1, prefer 7:1)
- Use size for hierarchy, not just weight
Color for Impact:
- MODERN color palettes (not default blue/gray)
- Consider your topic: biotech? vibrant colors. Physics? sleek darks. Health? warm tones.
- Limited palette (3-5 colors total)
- High contrast combinations
- Color-blind safe (avoid red-green combinations)
- Use color purposefully (not decoration)
Layout for Visual Interest:
- Vary layouts (not all bullet lists)
- Use two-column layouts (text + figure)
- Full-slide figures for key results
- Asymmetric compositions (more interesting than centered)
- Rule of thirds for focal points
- Consistent but not repetitive
3. Data Visualization for Slides
Adapt scientific figures for presentation context. For detailed guidance, refer to references/data_visualization_slides.md.
Key Differences from Journal Figures:
- Simplify, don't replicate
- Larger fonts (18-24pt minimum)
- Fewer panels (split across slides)
- Direct labeling (not legends)
- Emphasis through color and size
- Progressive disclosure for complex data
Visualization Best Practices:
- Bar charts: Comparing discrete categories
- Line graphs: Trends and trajectories
- Scatter plots: Relationships and correlations
- Heatmaps: Matrix data and patterns
- Network diagrams: Relationships and connections
Common Mistakes to Avoid:
- Tiny fonts (<18pt)
- Too many panels on one slide
- Complex legends
- Insufficient contrast
- Cluttered layouts
4. Talk-Specific Guidance
Different presentation contexts require different approaches. For comprehensive guidance on each type, refer to references/talk_types_guide.md.
Conference Talks (10-20 minutes):
- Structure: Brief intro → minimal methods → key results → quick conclusion
- Focus: 1-2 main findings only
- Style: Engaging, fast-paced, memorable
- Goal: Generate interest, network, get invited
Academic Seminars (45-60 minutes):
- Structure: Comprehensive coverage with detailed methods
- Focus: Multiple findings, depth of analysis
- Style: Scholarly, interactive, discussion-oriented
- Goal: Demonstrate expertise, get feedback, collaborate
Thesis Defenses (45-60 minutes):
- Structure: Complete dissertation overview, all studies
- Focus: Demonstrating mastery and independent thinking
- Style: Formal, comprehensive, prepared for interrogation
- Goal: Pass examination, defend research decisions
Grant Pitches (10-20 minutes):
- Structure: Problem → significance → approach → feasibility → impact
- Focus: Innovation, preliminary data, team qualifications
- Style: Persuasive, focused on outcomes and impact
- Goal: Secure funding, demonstrate viability
Journal Clubs (20-45 minutes):
- Structure: Context → methods → results → critical analysis
- Focus: Understanding and critiquing published work
- Style: Educational, critical, discussion-facilitating
- Goal: Learn, critique, discuss implications
5. Visual Review and Iteration
Implement iterative improvement through visual inspection. For complete workflow, refer to references/visual_review_workflow.md.
Visual Validation Workflow:
Step 1: Convert PDF to Images
# Using the pdf_to_images script
python scripts/pdf_to_images.py presentation.pdf review/slide --dpi 150
Step 2: Systematic Inspection
Check each slide for:
- Text overflow: Text cut off at edges
- Element overlap: Text overlapping images or other text
- Font sizes: Text too small (<18pt)
- Contrast: Insufficient contrast between text and background
- Layout issues: Misalignment, poor spacing
- Visual quality: Pixelated images, poor rendering
Step 3: Document Issues
Create issue log:
Slide # | Issue Type | Description | Priority
--------|-----------|-------------|----------
3 | Text overflow | Bullet 4 extends beyond box | High
7 | Overlap | Figure overlaps with caption | High
12 | Font size | Axis labels too small | Medium
Step 4: Regenerate Problem Slides
Regenerate any slides that have issues with improved prompts, then re-combine to PDF.
Step 5: Re-Validate
Repeat Steps 1-4 until no critical issues remain.
Stopping Criteria:
- No text overflow
- No inappropriate overlaps
- All text readable (≥18pt equivalent)
- Adequate contrast (≥4.5:1)
- Professional appearance
6. Timing and Pacing
Ensure presentations fit allocated time. For comprehensive timing guidance, refer to assets/timing_guidelines.md.
The One-Slide-Per-Minute Rule:
- General guideline: ~1 slide per minute
- Adjust for complex slides (2-3 minutes)
- Adjust for simple slides (15-30 seconds)
Time Allocation:
- Introduction: 15-20%
- Methods: 15-20%
- Results: 40-50% (MOST TIME)
- Discussion: 15-20%
- Conclusion: 5%
Practice Requirements:
- 5-minute talk: Practice 5-7 times
- 15-minute talk: Practice 3-5 times
- 45-minute talk: Practice 3-4 times
- Defense: Practice 4-6 times
Timing Checkpoints:
For 15-minute talk:
- 3-4 minutes: Finishing introduction
- 7-8 minutes: Halfway through results
- 12-13 minutes: Starting conclusions
Emergency Strategies:
- Running behind: Skip backup slides (prepare in advance)
- Running ahead: Expand examples, slow slightly
- Never skip conclusions
7. Validation and Quality Assurance
Automated Validation:
# Validate slide count, timing, file size
python scripts/validate_presentation.py presentation.pdf --duration 15
# Generates report on:
# - Slide count vs. recommended range
# - File size warnings
# - Slide dimensions
Manual Validation Checklist:
Workflow for Presentation Development
Stage 1: Planning (Before Creating Slides)
Define Context:
- What type of talk? (Conference, seminar, defense, etc.)
- How long? (Duration in minutes)
- Who is the audience? (Specialists, general, mixed)
- What's the venue? (Room size, A/V setup, virtual/in-person)
- What happens after? (Q&A, discussion, networking)
Research and Literature Review (Use research-lookup skill):
- Search for background literature: Find 5-10 key papers establishing context
- Identify knowledge gaps: Use research-lookup to find what's unknown
- Locate comparison studies: Find papers with similar methods or results
- Gather supporting citations: Collect papers supporting your interpretations
- Build reference list: Create .bib file or citation list for slides
- Note key findings to cite: Document specific results to reference
Develop Content Outline:
- Identify 1-3 core messages
- Select key findings to present
- Choose essential figures (typically 3-6 for 15-min talk)
- Plan narrative arc with proper citations
- Allocate time by section
Example Outline for 15-Minute Talk:
1. Title (30 sec)
2. Hook: Compelling problem (60 sec) [Cite 1-2 papers via research-lookup]
3. Background (90 sec) [Cite 3-4 key papers establishing context]
4. Research question (45 sec) [Cite papers showing gap]
5. Methods overview (2 min)
6-8. Main result 1 (3 min, 3 slides)
9-10. Main result 2 (2 min, 2 slides)
11-12. Result 3 or validation (2 min, 2 slides)
13-14. Discussion and implications (2 min) [Compare to 2-3 prior studies]
15. Conclusions (45 sec)
16. Acknowledgments (15 sec)
NOTE: Use research-lookup to find papers for background (slides 2-4)
and discussion (slides 13-14) BEFORE creating slides.
Stage 2: Design and Creation
Design Considerations (Make It Visually Appealing):
- Select MODERN color palette: Match your topic (biotech=vibrant, physics=sleek, health=warm)
- NOT default blue/gray themes
- 3-5 colors with high contrast
- Choose clean fonts: Sans-serif, large sizes (24pt+ body)
- Plan visual elements: What images, diagrams, icons for each slide?
- Create varied layouts: Mix full-figure, two-column, text-overlay (not all bullets)
- Design section dividers: Visual breaks with striking graphics
- Add visual interest: Background images, color blocks, shapes, icons
- Define formatting goal: Include consistent styling in every prompt (colors, fonts, style)
Stage 3: Content Development
Populate Slides (Visual-First Strategy):
- Start with visuals: Plan which figures, images, diagrams for each key point
- Use research-lookup extensively: Find 8-15 papers for proper citations
- Create visual backbone first: Add all figures, charts, images, diagrams
- Add minimal text as support: Bullet points complement visuals, don't replace them
- Design section dividers: Visual breaks with images or graphics (not just text)
- Polish title/closing: Make visually striking, include contact info
- Add transitions/builds: Control information flow
VISUAL CONTENT REQUIREMENTS (Make Slides Engaging):
- Images: Use high-quality photos, illustrations, conceptual graphics
- Icons: Visual representations of concepts (not decoration)
- Diagrams: Flowcharts, schematics, process diagrams
- Figures: Simplified research figures with LARGE labels (18-24pt)
- Charts: Clean data visualizations with clear messages
- Graphics: Visual metaphors, conceptual illustrations
- Color blocks: Use colored shapes to organize content visually
- Target: MINIMUM 1-2 strong visual elements per slide
Scientific Content (Research-Backed):
- Citations: Use research-lookup EXTENSIVELY to find relevant papers
- Introduction: Cite 3-5 papers establishing context and gap
- Background: Show key prior work visually (not just cite)
- Discussion: Cite 3-5 papers for comparison with your results
- Use author-year format (Smith et al., 2023) for readability
- Citations establish credibility and scientific rigor
- Figures: Simplified from papers, LARGE labels (18-24pt minimum)
- Equations: Large, clear, explain each term (use sparingly)
- Tables: Minimal, highlight key comparisons (not data dumps)
- Code/Algorithms: Use syntax highlighting, keep brief
Text Guidelines (Less is More):
- Bullet points, NEVER paragraphs
- 3-4 bullets per slide (max 6 only if essential)
- 4-6 words per bullet (shorter than 6×6 rule)
- Key terms in bold
- Text is SUPPORTING ROLE, visuals are stars
- Use builds to control pacing
Stage 4: Visual Validation
Generate Images:
# Convert PDF to images
python scripts/pdf_to_images.py presentation.pdf review/slides
Systematic Review:
- View each slide image
- Check against issue checklist
- Document problems with slide numbers
- Test readability from distance (view at 50% size)
Common Issues to Fix:
- Text extending beyond boundaries
- Figures overlapping with text
- Font sizes too small
- Poor contrast
- Misalignment
Iteration:
- Identify issues in generated slides
- Regenerate problem slides with improved prompts
- Re-combine to PDF
- Re-inspect
- Repeat until clean
Stage 5: Practice and Refinement
Practice Schedule:
- Run 1: Rough draft (will run long)
- Run 2: Smooth transitions
- Run 3: Exact timing
- Run 4: Final polish
- Run 5+: Maintenance (day before, morning of)
What to Practice:
- Full talk with timer
- Difficult explanations
- Transitions between sections
- Opening and closing (until flawless)
- Anticipated questions
Refinement Based on Practice:
- Cut slides if running over
- Expand explanations if unclear
- Adjust wording for clarity
- Mark timing checkpoints
- Prepare backup slides
Stage 6: Final Preparation
Technical Checks:
Content Final:
Delivery Prep:
Integration with Other Skills
Research Lookup (Critical for Scientific Presentations):
- Background development: Search literature to build introduction context
- Citation gathering: Find key papers to cite in your talk
- Gap identification: Identify what's unknown to motivate research
- Prior work comparison: Find papers to compare your results against
- Supporting evidence: Locate literature supporting your interpretations
- Question preparation: Find papers that might inform Q&A responses
- Always use research-lookup when developing any scientific presentation to ensure proper context and citations
Scientific Writing:
- Convert paper content to presentation format
- Extract key findings and simplify
- Use same figures (but redesigned for slides)
- Maintain consistent terminology
Data Visualization:
- Create presentation-appropriate figures
- Simplify complex visualizations
- Ensure readability from distance
- Use progressive disclosure
Common Pitfalls to Avoid
Content Mistakes
Dry, Boring Presentations (CRITICAL TO AVOID):
- Problem: Text-heavy slides with no visual interest, missing research context
- Signs: All bullet points, no images, default templates, no citations
- Solution:
- Use research-lookup to find 8-15 papers for credible context
- Add high-quality visuals to EVERY slide (figures, photos, diagrams, icons)
- Choose modern color palette reflecting your topic
- Vary slide layouts (not all bullet lists)
- Tell a story with visuals, use text sparingly
Too Much Content:
- Problem: Trying to include everything from paper
- Solution: Focus on 1-2 key findings for short talks, show visually
Too Much Text:
- Problem: Full paragraphs on slides, dense bullet points, reading verbatim
- Solution: 3-4 bullets with 4-6 words each, let visuals carry the message
Missing Research Context:
- Problem: No citations, claims without support, unclear positioning
- Solution: Use research-lookup to find papers, cite 3-5 in intro, 3-5 in discussion
Poor Narrative:
- Problem: Jumping between topics, no clear story, no flow
- Solution: Follow story arc, use visual transitions, maintain thread
Rushing Through Results:
- Problem: Brief methods, brief results, long discussion
- Solution: Spend 40-50% of time on results, show data visually
Design Mistakes
Generic, Default Appearance:
- Problem: Using generic styling without customization, looks dated
- Solution: Choose modern color palette in prompts, specify fonts/layouts, add visual personality
Text-Heavy, Visual-Poor:
- Problem: All bullet point slides, no images or graphics, boring to look at
- Solution: Add figures, photos, diagrams, icons to EVERY slide, make visually interesting
Small Fonts:
- Problem: Body text <18pt, unreadable from back, looks unprofessional
- Solution: 24-28pt for body (not just 18pt minimum), 36-44pt for titles
Low Contrast:
- Problem: Light text on light background, poor visibility, hard to read
- Solution: High contrast (7:1 preferred, not just 4.5:1 minimum), test with contrast checker
Cluttered Slides:
- Problem: Too many elements, no white space, overwhelming
- Solution: One idea per slide, 40-50% white space, generous spacing
Inconsistent Formatting:
- Problem: Different fonts, colors, layouts slide-to-slide, looks amateurish
- Solution: Use master slides, maintain design system, professional consistency
Missing Visual Hierarchy:
- Problem: Everything same size and color, no emphasis, unclear focus
- Solution: Size differences (titles large, body medium), color for emphasis, clear focal point
Timing Mistakes
Not Practicing:
- Problem: First time through is during presentation
- Solution: Practice minimum 3 times with timer
No Time Checkpoints:
- Problem: Don't realize running behind until too late
- Solution: Set 3-4 checkpoints, monitor throughout
Going Over Time:
- Problem: Extremely unprofessional, cuts into Q&A
- Solution: Practice to exact time, prepare Plan B (slides to skip)
Skipping Conclusions:
- Problem: Running out of time, rush through or skip ending
- Solution: Never skip conclusions, cut earlier content instead
Tools and Scripts
Nano Banana Pro Scripts
generate_slide_image.py - Generate slides with AI:
# Generate a complete slide
python scripts/generate_slide_image.py "Title: Introduction\nContent: Key points" -o slide.png
# Options:
# -o, --output Output file path (required)
# --attach IMAGE Attach reference images for context
# --iterations N Max refinement iterations (default: 2)
# -v, --verbose Verbose output
slides_to_pdf.py - Combine slide images into PDF:
# From glob pattern
python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf
# From directory (sorted by filename)
python scripts/slides_to_pdf.py slides/ -o presentation.pdf
# Options:
# -o, --output Output PDF path (required)
# --dpi N PDF resolution (default: 150)
# -v, --verbose Verbose output
Validation Scripts
validate_presentation.py:
python scripts/validate_presentation.py presentation.pdf --duration 15
# Checks:
# - Slide count vs. recommended range
# - File size warnings
# - Slide dimensions
pdf_to_images.py:
python scripts/pdf_to_images.py presentation.pdf output/slide --dpi 150
# Converts PDF to images for visual inspection
# Supports: JPG, PNG
# Adjustable DPI
# Page range selection
External Tools
Recommended:
- PDF viewer: For reviewing presentations
- Color contrast checker: WebAIM Contrast Checker
- Color blindness simulator: Coblis
- Timer app: For practice sessions
- Screen recorder: For self-review
Reference Files
Comprehensive guides for specific aspects:
references/presentation_structure.md: Detailed structure for all talk types, timing allocation, opening/closing strategies, transition techniques
references/slide_design_principles.md: Typography, color theory, layout, accessibility, visual hierarchy, design workflow
references/data_visualization_slides.md: Simplifying figures, chart types, progressive disclosure, common mistakes, recreation workflow
references/talk_types_guide.md: Specific guidance for conferences, seminars, defenses, grants, journal clubs, with examples
references/visual_review_workflow.md: PDF to images conversion, systematic inspection, issue documentation, iterative improvement
Assets
Guides
assets/timing_guidelines.md: Comprehensive timing, pacing, and practice strategies
Quick Start Guide
For a 15-Minute Conference Talk
Research & Plan (45 minutes):
- Use research-lookup to find 8-12 relevant papers for citations
- Build reference list (background, comparison studies)
- Outline content (intro → methods → 2-3 key results → conclusion)
- Create detailed plan for each slide (title, key points, visual elements)
- Target 15-18 slides
Generate Slides with Nano Banana Pro (1-2 hours):
Important: Use consistent formatting, attach previous slides, and include citations!
# Title slide (establishes style - default author: K-Dense)
python scripts/generate_slide_image.py "Title slide: 'Your Research Title'. Conference name, K-Dense. FORMATTING GOAL: [your color scheme], minimal professional design, no decorative elements, clean and corporate." -o slides/01_title.png
# Introduction slide with citations (attach previous for consistency)
python scripts/generate_slide_image.py "Slide titled 'Why This Matters'. Three key points with simple icons. CITATIONS: Include at bottom: (Smith et al., 2023; Jones et al., 2024). FORMATTING GOAL: Match attached slide style exactly." -o slides/02_intro.png --attach slides/01_title.png
# Continue for each slide (always attach previous, include citations where relevant)
python scripts/generate_slide_image.py "Slide titled 'Methods'. Key methodology points. CITATIONS: (Based on Chen et al., 2022). FORMATTING GOAL: Match attached slide style exactly." -o slides/03_methods.png --attach slides/02_intro.png
# Combine to PDF
python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf
Review & Iterate (30 minutes):
- Open the PDF and review each slide
- Regenerate any slides that need improvement
- Re-combine to PDF
Practice (2-3 hours):
- Practice 3-5 times with timer
- Aim for 13-14 minutes (leave buffer)
- Record yourself, watch playback
- Prepare for questions (use research-lookup to anticipate)
Finalize (30 minutes):
- Generate backup/appendix slides if needed
- Save multiple copies
- Test on presentation computer
Total time: ~5-6 hours for quality AI-generated presentation
Summary: Key Principles
- Visual-First Design: Every slide needs strong visual element (figure, image, diagram) - avoid text-only slides
- Research-Backed: Use research-lookup to find 8-15 papers, cite 3-5 in intro, 3-5 in discussion
- Modern Aesthetics: Choose contemporary color palette matching topic, not default themes
- Minimal Text: 3-4 bullets, 4-6 words each (24-28pt font), let visuals tell story
- Structure: Follow story arc, spend 40-50% on results
- High Contrast: 7:1 preferred for professional appearance
- Varied Layouts: Mix full-figure, two-column, visual overlays (not all bullets)
- Timing: Practice 3-5 times, ~1 slide per minute, never skip conclusions
- Validation: Visual review workflow to catch overflow and overlap
- White Space: 40-50% of slide empty for visual breathing room
Remember:
- Boring = Forgotten: Dry, text-heavy slides fail to communicate your science
- Visual + Research = Impact: Combine compelling visuals with research-backed context
- You are the presentation, slides are visual support: They should enhance, not replace your talk
1---2name: scientific-slides3description: Build slide decks and presentations for research talks using Nano Banana Pro AI. Generates stunning PDF presentations with AI-generated slides. Use for conference presentations, seminar talks, thesis defense slides, or any scientific talk. Provides slide structure, design guidance, timing recommendations, and visual validation.4---56# Scientific Slides78## Overview910Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation.1112**Key Focus**: Oral presentations for conferences, seminars, defenses, and professional talks.1314**CRITICAL DESIGN PHILOSOPHY**: Scientific presentations should be VISUALLY ENGAGING and RESEARCH-BACKED. Avoid dry, text-heavy slides at all costs. Great scientific presentations combine:15- **Compelling visuals**: High-quality figures, images, diagrams (not just bullet points)16- **Research context**: Proper citations from research-lookup establishing credibility17- **Minimal text**: Bullet points as prompts, YOU provide the explanation verbally18- **Professional design**: Modern color schemes, strong visual hierarchy, generous white space19- **Story-driven**: Clear narrative arc, not just data dumps2021**Remember**: Boring presentations = forgotten science. Make your slides visually memorable while maintaining scientific rigor through proper citations.2223## When to Use This Skill2425This skill should be used when:26- Preparing conference presentations (5-20 minutes)27- Developing academic seminars (45-60 minutes)28- Creating thesis or dissertation defense presentations29- Designing grant pitch presentations30- Preparing journal club presentations31- Giving research talks at institutions or companies32- Teaching or tutorial presentations on scientific topics3334## Slide Generation with Nano Banana Pro3536**This skill uses Nano Banana Pro AI to generate stunning presentation slides automatically.**3738### Workflow: PDF Slides3940Generate each slide as a complete image using Nano Banana Pro, then combine into a PDF. This produces the most visually stunning results.4142**How it works:**431. **Plan the deck**: Create a detailed plan for each slide (title, key points, visual elements)442. **Generate slides**: Call Nano Banana Pro for each slide to create complete slide images453. **Combine to PDF**: Assemble slide images into a single PDF presentation4647**Step 1: Plan Each Slide**4849Before generating, create a detailed plan for your presentation:5051```markdown52# Presentation Plan: Introduction to Machine Learning5354## Slide 1: Title Slide55- Title: "Machine Learning: From Theory to Practice"56- Subtitle: "AI Conference 2025"57- Speaker: Dr. Jane Smith, University of XYZ58- Visual: Modern abstract neural network background5960## Slide 2: Introduction61- Title: "Why Machine Learning Matters"62- Key points: Industry adoption, breakthrough applications, future potential63- Visual: Icons showing different ML applications (healthcare, finance, robotics)6465## Slide 3: Core Concepts66- Title: "The Three Types of Learning"67- Content: Supervised, Unsupervised, Reinforcement68- Visual: Three-part diagram showing each type with examples6970... (continue for all slides)71```7273**Step 2: Generate Each Slide**7475Use the `generate_slide_image.py` script to create each slide.7677**CRITICAL: Formatting Consistency Protocol**7879To ensure unified formatting across all slides in a presentation:80811. **Define a Formatting Goal** at the start of your presentation and include it in EVERY prompt:82 - Color scheme (e.g., "dark blue background, white text, gold accents")83 - Typography style (e.g., "bold sans-serif titles, clean body text")84 - Visual style (e.g., "minimal, professional, corporate aesthetic")85 - Layout approach (e.g., "generous white space, left-aligned content")86872. **Always attach the previous slide** when generating subsequent slides using `--attach`:88 - This allows Nano Banana Pro to see and match the existing style89 - Creates visual continuity throughout the deck90 - Ensures consistent colors, fonts, and design language91923. **Default author is "K-Dense"** unless another name is specified93944. **Include citations directly in the prompt** for slides that reference research:95 - Add citations in the prompt text so they appear on the generated slide96 - Use format: "Include citation: (Author et al., Year)" or "Show reference: Author et al., Year"97 - For multiple citations, list them all in the prompt98 - Citations should appear in small text at the bottom of the slide or near relevant content991005. **Attach existing figures/data for results slides** (CRITICAL for data-driven presentations):101 - When creating slides about results, ALWAYS check for existing figures in:102 - The working directory (e.g., `figures/`, `results/`, `plots/`, `images/`)103 - User-provided input files or directories104 - Any data visualizations, charts, or graphs relevant to the presentation105 - Use `--attach` to include these figures so Nano Banana Pro can incorporate them:106 - Attach the actual data figure/chart for results slides107 - Attach relevant diagrams for methodology slides108 - Attach logos or institutional images for title slides109 - When attaching data figures, describe what you want in the prompt:110 - "Create a slide presenting the attached results chart with key findings highlighted"111 - "Build a slide around this attached figure, add title and bullet points explaining the data"112 - "Incorporate the attached graph into a results slide with interpretation"113 - **Before generating results slides**: List files in the working directory to find relevant figures114 - Multiple figures can be attached: `--attach fig1.png --attach fig2.png`115116**Example with formatting consistency, citations, and figure attachments:**117118```bash119# Title slide (first slide - establishes the style)120python scripts/generate_slide_image.py "Title slide for presentation: 'Machine Learning: From Theory to Practice'. Subtitle: 'AI Conference 2025'. Speaker: K-Dense. FORMATTING GOAL: Dark blue background (#1a237e), white text, gold accents (#ffc107), minimal design, sans-serif fonts, generous margins, no decorative elements." -o slides/01_title.png121122# Content slide with citations (attach previous slide for consistency)123python scripts/generate_slide_image.py "Presentation slide titled 'Why Machine Learning Matters'. Three key points with simple icons: 1) Industry adoption, 2) Breakthrough applications, 3) Future potential. CITATIONS: Include at bottom in small text: (LeCun et al., 2015; Goodfellow et al., 2016). FORMATTING GOAL: Match attached slide style - dark blue background, white text, gold accents, minimal professional design, no visual clutter." -o slides/02_intro.png --attach slides/01_title.png124125# Background slide with multiple citations126python scripts/generate_slide_image.py "Presentation slide titled 'Deep Learning Revolution'. Key milestones: ImageNet breakthrough (2012), transformer architecture (2017), GPT models (2018-present). CITATIONS: Show references at bottom: (Krizhevsky et al., 2012; Vaswani et al., 2017; Brown et al., 2020). FORMATTING GOAL: Match attached slide style exactly - same colors, fonts, minimal design." -o slides/03_background.png --attach slides/02_intro.png127128# RESULTS SLIDE - Attach actual data figure from working directory129# First, check what figures exist: ls figures/ or ls results/130python scripts/generate_slide_image.py "Presentation slide titled 'Model Performance Results'. Create a slide presenting the attached accuracy chart. Key findings to highlight: 1) 95% accuracy achieved, 2) Outperforms baseline by 12%, 3) Consistent across test sets. CITATIONS: Include at bottom: (Our results, 2025). FORMATTING GOAL: Match attached slide style exactly." -o slides/04_results.png --attach slides/03_background.png --attach figures/accuracy_chart.png131132# RESULTS SLIDE - Multiple figures comparison133python scripts/generate_slide_image.py "Presentation slide titled 'Before vs After Comparison'. Build a side-by-side comparison slide using the two attached figures. Left: baseline results, Right: our improved results. Add brief labels explaining the improvement. FORMATTING GOAL: Match attached slide style exactly." -o slides/05_comparison.png --attach slides/04_results.png --attach figures/baseline.png --attach figures/improved.png134135# METHODOLOGY SLIDE - Attach existing diagram136python scripts/generate_slide_image.py "Presentation slide titled 'System Architecture'. Present the attached architecture diagram with brief explanatory bullet points: 1) Input processing, 2) Model inference, 3) Output generation. FORMATTING GOAL: Match attached slide style exactly." -o slides/06_architecture.png --attach slides/05_comparison.png --attach diagrams/system_architecture.png137```138139**IMPORTANT: Before creating results slides, always:**1401. List files in working directory: `ls -la figures/` or `ls -la results/`1412. Check user-provided directories for relevant figures1423. Attach ALL relevant figures that should appear on the slide1434. Describe how Nano Banana Pro should incorporate the attached figures144145**Prompt Template:**146147Include these elements in every prompt (customize as needed):148```149[Slide content description]150CITATIONS: Include at bottom: (Author1 et al., Year; Author2 et al., Year)151FORMATTING GOAL: [Background color], [text color], [accent color], minimal professional design, no decorative elements, consistent with attached slide style.152```153154**Step 3: Combine to PDF**155156```bash157# Combine all slides into a PDF presentation158python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf159```160161---162163## Nano Banana Pro Script Reference164165### generate_slide_image.py166167Generate presentation slides using Nano Banana Pro AI.168169```bash170# Generate a complete slide as image171python scripts/generate_slide_image.py "slide description" -o output.png172173# With reference images attached (Nano Banana Pro will see these)174python scripts/generate_slide_image.py "Create a slide explaining this chart" -o slide.png --attach chart.png175python scripts/generate_slide_image.py "Combine these into a comparison slide" -o compare.png --attach before.png --attach after.png176```177178**Options:**179- `-o, --output`: Output file path (required)180- `--attach IMAGE`: Attach image file(s) as context for generation (can use multiple times)181- `--iterations`: Max refinement iterations (default: 2)182- `--api-key`: OpenRouter API key (or set OPENROUTER_API_KEY env var)183- `-v, --verbose`: Verbose output184185**Attaching Reference Images:**186187Use `--attach` when you want Nano Banana Pro to see existing images as context:188- "Create a slide about this data" + attach the data chart189- "Make a title slide with this logo" + attach the logo190- "Combine these figures into one slide" + attach multiple images191- "Explain this diagram in a slide" + attach the diagram192193**Environment Setup:**194```bash195export OPENROUTER_API_KEY='your_api_key_here'196# Get key at: https://openrouter.ai/keys197```198199### slides_to_pdf.py200201Combine multiple slide images into a single PDF.202203```bash204# Combine PNG files205python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf206207# Combine specific files in order208python scripts/slides_to_pdf.py title.png intro.png methods.png -o talk.pdf209210# From directory (sorted by filename)211python scripts/slides_to_pdf.py slides/ -o presentation.pdf212```213214**Options:**215- `-o, --output`: Output PDF path (required)216- `--dpi`: PDF resolution (default: 150)217- `-v, --verbose`: Verbose output218219**Tip:** Name slides with numbers for correct ordering: `01_title.png`, `02_intro.png`, etc.220221---222223## Prompt Writing for Slide Generation224225### Slide Prompts226227For complete slides, include:2281. **Slide type**: Title slide, content slide, diagram slide, etc.2292. **Title**: The slide title text2303. **Content**: Key points, bullet items, or descriptions2314. **Visual elements**: What imagery, icons, or graphics to include2325. **Design style**: Color scheme, mood, aesthetic233234**Example prompts:**235236```237Title slide:238"Title slide for a medical research presentation. Title: 'Advances in Cancer Immunotherapy'. Subtitle: 'Clinical Trial Results 2024'. Professional medical theme with subtle DNA helix in background. Navy blue and white color scheme."239240Content slide:241"Presentation slide titled 'Key Findings'. Three bullet points: 1) 40% improvement in response rate, 2) Reduced side effects, 3) Extended survival outcomes. Include relevant medical icons. Clean, professional design with green and white colors."242243Diagram slide:244"Presentation slide showing the research methodology. Title: 'Study Design'. Flowchart showing: Patient Screening → Randomization → Treatment Groups (A, B, Control) → Follow-up → Analysis. CONSORT-style flow diagram. Professional academic style."245```246247---248249## Visual Enhancement with Scientific Schematics250251In addition to slide generation, use the **scientific-schematics** skill for technical diagrams:252253**When to use scientific-schematics instead:**254- Complex technical diagrams (circuit diagrams, chemical structures)255- Publication-quality figures for papers (higher quality threshold)256- Diagrams requiring scientific accuracy review257258**How to generate schematics:**259```bash260python scripts/generate_schematic.py "your diagram description" -o figures/output.png261```262263For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.264265---266267## Core Capabilities268269### 1. Presentation Structure and Organization270271Build presentations with clear narrative flow and appropriate structure for different contexts. For detailed guidance, refer to `references/presentation_structure.md`.272273**Universal Story Arc**:2741. **Hook**: Grab attention (30-60 seconds)2752. **Context**: Establish importance (5-10% of talk)2763. **Problem/Gap**: Identify what's unknown (5-10% of talk)2774. **Approach**: Explain your solution (15-25% of talk)2785. **Results**: Present key findings (40-50% of talk)2796. **Implications**: Discuss meaning (15-20% of talk)2807. **Closure**: Memorable conclusion (1-2 minutes)281282**Talk-Specific Structures**:283- **Conference talks (15 min)**: Focused on 1-2 key findings, minimal methods284- **Academic seminars (45 min)**: Comprehensive coverage, detailed methods, multiple studies285- **Thesis defenses (60 min)**: Complete dissertation overview, all studies covered286- **Grant pitches (15 min)**: Emphasis on significance, feasibility, and impact287- **Journal clubs (30 min)**: Critical analysis of published work288289### 2. Slide Design Principles290291Create professional, readable, and accessible slides that enhance understanding. For complete design guidelines, refer to `references/slide_design_principles.md`.292293**ANTI-PATTERN: Avoid Dry, Text-Heavy Presentations**294295❌ **What Makes Presentations Dry and Forgettable:**296- Walls of text (more than 6 bullets per slide)297- Small fonts (<24pt body text)298- Black text on white background only (no visual interest)299- No images or graphics (bullet points only)300- Generic templates with no customization301- Dense, paragraph-like bullet points302- Missing research context (no citations)303- All slides look the same (repetitive)304305✅ **What Makes Presentations Engaging and Memorable:**306- HIGH-QUALITY VISUALS dominate (figures, photos, diagrams, icons)307- Large, clear text as accent (not the main content)308- Modern, purposeful color schemes (not default themes)309- Generous white space (slides breathe)310- Research-backed context (proper citations from research-lookup)311- Variety in slide layouts (not all bullet lists)312- Story-driven flow with visual anchors313- Professional, polished appearance314315**Core Design Principles**:316317**Visual-First Approach** (CRITICAL):318- Start with visuals (figures, images, diagrams), add text as support319- Every slide should have STRONG visual element (figure, chart, photo, diagram)320- Text explains or complements visuals, not replaces them321- Think: "How can I show this, not just tell it?"322- Target: 60-70% visual content, 30-40% text323324**Simplicity with Impact**:325- One main idea per slide326- MINIMAL text (3-4 bullets, 4-6 words each preferred)327- Generous white space (40-50% of slide)328- Clear visual focus329- Bold, confident design choices330331**Typography for Engagement**:332- Sans-serif fonts (Arial, Calibri, Helvetica)333- LARGE fonts: 24-28pt for body text (not minimum 18pt)334- 36-44pt for slide titles (make bold)335- High contrast (minimum 4.5:1, prefer 7:1)336- Use size for hierarchy, not just weight337338**Color for Impact**:339- MODERN color palettes (not default blue/gray)340- Consider your topic: biotech? vibrant colors. Physics? sleek darks. Health? warm tones.341- Limited palette (3-5 colors total)342- High contrast combinations343- Color-blind safe (avoid red-green combinations)344- Use color purposefully (not decoration)345346**Layout for Visual Interest**:347- Vary layouts (not all bullet lists)348- Use two-column layouts (text + figure)349- Full-slide figures for key results350- Asymmetric compositions (more interesting than centered)351- Rule of thirds for focal points352- Consistent but not repetitive353354### 3. Data Visualization for Slides355356Adapt scientific figures for presentation context. For detailed guidance, refer to `references/data_visualization_slides.md`.357358**Key Differences from Journal Figures**:359- Simplify, don't replicate360- Larger fonts (18-24pt minimum)361- Fewer panels (split across slides)362- Direct labeling (not legends)363- Emphasis through color and size364- Progressive disclosure for complex data365366**Visualization Best Practices**:367- **Bar charts**: Comparing discrete categories368- **Line graphs**: Trends and trajectories369- **Scatter plots**: Relationships and correlations370- **Heatmaps**: Matrix data and patterns371- **Network diagrams**: Relationships and connections372373**Common Mistakes to Avoid**:374- Tiny fonts (<18pt)375- Too many panels on one slide376- Complex legends377- Insufficient contrast378- Cluttered layouts379380### 4. Talk-Specific Guidance381382Different presentation contexts require different approaches. For comprehensive guidance on each type, refer to `references/talk_types_guide.md`.383384**Conference Talks** (10-20 minutes):385- Structure: Brief intro → minimal methods → key results → quick conclusion386- Focus: 1-2 main findings only387- Style: Engaging, fast-paced, memorable388- Goal: Generate interest, network, get invited389390**Academic Seminars** (45-60 minutes):391- Structure: Comprehensive coverage with detailed methods392- Focus: Multiple findings, depth of analysis393- Style: Scholarly, interactive, discussion-oriented394- Goal: Demonstrate expertise, get feedback, collaborate395396**Thesis Defenses** (45-60 minutes):397- Structure: Complete dissertation overview, all studies398- Focus: Demonstrating mastery and independent thinking399- Style: Formal, comprehensive, prepared for interrogation400- Goal: Pass examination, defend research decisions401402**Grant Pitches** (10-20 minutes):403- Structure: Problem → significance → approach → feasibility → impact404- Focus: Innovation, preliminary data, team qualifications405- Style: Persuasive, focused on outcomes and impact406- Goal: Secure funding, demonstrate viability407408**Journal Clubs** (20-45 minutes):409- Structure: Context → methods → results → critical analysis410- Focus: Understanding and critiquing published work411- Style: Educational, critical, discussion-facilitating412- Goal: Learn, critique, discuss implications413414### 5. Visual Review and Iteration415416Implement iterative improvement through visual inspection. For complete workflow, refer to `references/visual_review_workflow.md`.417418**Visual Validation Workflow**:419420**Step 1: Convert PDF to Images**421```bash422# Using the pdf_to_images script423python scripts/pdf_to_images.py presentation.pdf review/slide --dpi 150424```425426**Step 2: Systematic Inspection**427428Check each slide for:429- **Text overflow**: Text cut off at edges430- **Element overlap**: Text overlapping images or other text431- **Font sizes**: Text too small (<18pt)432- **Contrast**: Insufficient contrast between text and background433- **Layout issues**: Misalignment, poor spacing434- **Visual quality**: Pixelated images, poor rendering435436**Step 3: Document Issues**437438Create issue log:439```440Slide # | Issue Type | Description | Priority441--------|-----------|-------------|----------4423 | Text overflow | Bullet 4 extends beyond box | High4437 | Overlap | Figure overlaps with caption | High44412 | Font size | Axis labels too small | Medium445```446447**Step 4: Regenerate Problem Slides**448449Regenerate any slides that have issues with improved prompts, then re-combine to PDF.450451**Step 5: Re-Validate**452453Repeat Steps 1-4 until no critical issues remain.454455**Stopping Criteria**:456- No text overflow457- No inappropriate overlaps458- All text readable (≥18pt equivalent)459- Adequate contrast (≥4.5:1)460- Professional appearance461462### 6. Timing and Pacing463464Ensure presentations fit allocated time. For comprehensive timing guidance, refer to `assets/timing_guidelines.md`.465466**The One-Slide-Per-Minute Rule**:467- General guideline: ~1 slide per minute468- Adjust for complex slides (2-3 minutes)469- Adjust for simple slides (15-30 seconds)470471**Time Allocation**:472- Introduction: 15-20%473- Methods: 15-20%474- Results: 40-50% (MOST TIME)475- Discussion: 15-20%476- Conclusion: 5%477478**Practice Requirements**:479- 5-minute talk: Practice 5-7 times480- 15-minute talk: Practice 3-5 times481- 45-minute talk: Practice 3-4 times482- Defense: Practice 4-6 times483484**Timing Checkpoints**:485486For 15-minute talk:487- 3-4 minutes: Finishing introduction488- 7-8 minutes: Halfway through results489- 12-13 minutes: Starting conclusions490491**Emergency Strategies**:492- Running behind: Skip backup slides (prepare in advance)493- Running ahead: Expand examples, slow slightly494- Never skip conclusions495496### 7. Validation and Quality Assurance497498**Automated Validation**:499```bash500# Validate slide count, timing, file size501python scripts/validate_presentation.py presentation.pdf --duration 15502503# Generates report on:504# - Slide count vs. recommended range505# - File size warnings506# - Slide dimensions507```508509**Manual Validation Checklist**:510- [ ] Slide count appropriate for duration511- [ ] Title slide complete (name, affiliation, date)512- [ ] Clear narrative flow513- [ ] One main idea per slide514- [ ] Font sizes ≥18pt (preferably 24pt+)515- [ ] High contrast colors516- [ ] Figures large and readable517- [ ] No text overflow or element overlap518- [ ] Consistent design throughout519- [ ] Slide numbers present520- [ ] Contact info on final slide521- [ ] Backup slides prepared522- [ ] Tested on projector (if possible)523524## Workflow for Presentation Development525526### Stage 1: Planning (Before Creating Slides)527528**Define Context**:5291. What type of talk? (Conference, seminar, defense, etc.)5302. How long? (Duration in minutes)5313. Who is the audience? (Specialists, general, mixed)5324. What's the venue? (Room size, A/V setup, virtual/in-person)5335. What happens after? (Q&A, discussion, networking)534535**Research and Literature Review** (Use research-lookup skill):5361. **Search for background literature**: Find 5-10 key papers establishing context5372. **Identify knowledge gaps**: Use research-lookup to find what's unknown5383. **Locate comparison studies**: Find papers with similar methods or results5394. **Gather supporting citations**: Collect papers supporting your interpretations5405. **Build reference list**: Create .bib file or citation list for slides5416. **Note key findings to cite**: Document specific results to reference542543**Develop Content Outline**:5441. Identify 1-3 core messages5452. Select key findings to present5463. Choose essential figures (typically 3-6 for 15-min talk)5474. Plan narrative arc with proper citations5485. Allocate time by section549550**Example Outline for 15-Minute Talk**:551```5521. Title (30 sec)5532. Hook: Compelling problem (60 sec) [Cite 1-2 papers via research-lookup]5543. Background (90 sec) [Cite 3-4 key papers establishing context]5554. Research question (45 sec) [Cite papers showing gap]5565. Methods overview (2 min)5576-8. Main result 1 (3 min, 3 slides)5589-10. Main result 2 (2 min, 2 slides)55911-12. Result 3 or validation (2 min, 2 slides)56013-14. Discussion and implications (2 min) [Compare to 2-3 prior studies]56115. Conclusions (45 sec)56216. Acknowledgments (15 sec)563564NOTE: Use research-lookup to find papers for background (slides 2-4) 565and discussion (slides 13-14) BEFORE creating slides.566```567568### Stage 2: Design and Creation569570**Design Considerations** (Make It Visually Appealing):571- **Select MODERN color palette**: Match your topic (biotech=vibrant, physics=sleek, health=warm)572 - NOT default blue/gray themes573 - 3-5 colors with high contrast574- **Choose clean fonts**: Sans-serif, large sizes (24pt+ body)575- **Plan visual elements**: What images, diagrams, icons for each slide?576- **Create varied layouts**: Mix full-figure, two-column, text-overlay (not all bullets)577- **Design section dividers**: Visual breaks with striking graphics578- **Add visual interest**: Background images, color blocks, shapes, icons579- **Define formatting goal**: Include consistent styling in every prompt (colors, fonts, style)580581### Stage 3: Content Development582583**Populate Slides** (Visual-First Strategy):5841. **Start with visuals**: Plan which figures, images, diagrams for each key point5852. **Use research-lookup extensively**: Find 8-15 papers for proper citations5863. **Create visual backbone first**: Add all figures, charts, images, diagrams5874. **Add minimal text as support**: Bullet points complement visuals, don't replace them5885. **Design section dividers**: Visual breaks with images or graphics (not just text)5896. **Polish title/closing**: Make visually striking, include contact info5907. **Add transitions/builds**: Control information flow591592**VISUAL CONTENT REQUIREMENTS** (Make Slides Engaging):593- **Images**: Use high-quality photos, illustrations, conceptual graphics594- **Icons**: Visual representations of concepts (not decoration)595- **Diagrams**: Flowcharts, schematics, process diagrams596- **Figures**: Simplified research figures with LARGE labels (18-24pt)597- **Charts**: Clean data visualizations with clear messages598- **Graphics**: Visual metaphors, conceptual illustrations599- **Color blocks**: Use colored shapes to organize content visually600- Target: MINIMUM 1-2 strong visual elements per slide601602**Scientific Content** (Research-Backed):603- **Citations**: Use research-lookup EXTENSIVELY to find relevant papers604 - Introduction: Cite 3-5 papers establishing context and gap605 - Background: Show key prior work visually (not just cite)606 - Discussion: Cite 3-5 papers for comparison with your results607 - Use author-year format (Smith et al., 2023) for readability608 - Citations establish credibility and scientific rigor609- **Figures**: Simplified from papers, LARGE labels (18-24pt minimum)610- **Equations**: Large, clear, explain each term (use sparingly)611- **Tables**: Minimal, highlight key comparisons (not data dumps)612- **Code/Algorithms**: Use syntax highlighting, keep brief613614**Text Guidelines** (Less is More):615- Bullet points, NEVER paragraphs616- 3-4 bullets per slide (max 6 only if essential)617- 4-6 words per bullet (shorter than 6×6 rule)618- Key terms in bold619- Text is SUPPORTING ROLE, visuals are stars620- Use builds to control pacing621622### Stage 4: Visual Validation623624**Generate Images**:625```bash626# Convert PDF to images627python scripts/pdf_to_images.py presentation.pdf review/slides628```629630**Systematic Review**:6311. View each slide image6322. Check against issue checklist6333. Document problems with slide numbers6344. Test readability from distance (view at 50% size)635636**Common Issues to Fix**:637- Text extending beyond boundaries638- Figures overlapping with text639- Font sizes too small640- Poor contrast641- Misalignment642643**Iteration**:6441. Identify issues in generated slides6452. Regenerate problem slides with improved prompts6463. Re-combine to PDF6474. Re-inspect6485. Repeat until clean649650### Stage 5: Practice and Refinement651652**Practice Schedule**:653- Run 1: Rough draft (will run long)654- Run 2: Smooth transitions655- Run 3: Exact timing656- Run 4: Final polish657- Run 5+: Maintenance (day before, morning of)658659**What to Practice**:660- Full talk with timer661- Difficult explanations662- Transitions between sections663- Opening and closing (until flawless)664- Anticipated questions665666**Refinement Based on Practice**:667- Cut slides if running over668- Expand explanations if unclear669- Adjust wording for clarity670- Mark timing checkpoints671- Prepare backup slides672673### Stage 6: Final Preparation674675**Technical Checks**:676- [ ] Multiple copies saved (laptop, cloud, USB)677- [ ] Works on presentation computer678- [ ] Adapters/cables available679- [ ] Backup PDF version680- [ ] Tested with projector (if possible)681682**Content Final**:683- [ ] No typos or errors684- [ ] All figures high quality685- [ ] Slide numbers correct686- [ ] Contact info on final slide687- [ ] Backup slides ready688689**Delivery Prep**:690- [ ] Notes prepared (if using)691- [ ] Timer/phone ready692- [ ] Water available693- [ ] Business cards/handouts694- [ ] Comfortable with material (3+ practices)695696## Integration with Other Skills697698**Research Lookup** (Critical for Scientific Presentations):699- **Background development**: Search literature to build introduction context700- **Citation gathering**: Find key papers to cite in your talk701- **Gap identification**: Identify what's unknown to motivate research702- **Prior work comparison**: Find papers to compare your results against703- **Supporting evidence**: Locate literature supporting your interpretations704- **Question preparation**: Find papers that might inform Q&A responses705- **Always use research-lookup** when developing any scientific presentation to ensure proper context and citations706707**Scientific Writing**:708- Convert paper content to presentation format709- Extract key findings and simplify710- Use same figures (but redesigned for slides)711- Maintain consistent terminology712713**Data Visualization**:714- Create presentation-appropriate figures715- Simplify complex visualizations716- Ensure readability from distance717- Use progressive disclosure718719## Common Pitfalls to Avoid720721### Content Mistakes722723**Dry, Boring Presentations** (CRITICAL TO AVOID):724- Problem: Text-heavy slides with no visual interest, missing research context725- Signs: All bullet points, no images, default templates, no citations726- Solution: 727 - Use research-lookup to find 8-15 papers for credible context728 - Add high-quality visuals to EVERY slide (figures, photos, diagrams, icons)729 - Choose modern color palette reflecting your topic730 - Vary slide layouts (not all bullet lists)731 - Tell a story with visuals, use text sparingly732733**Too Much Content**:734- Problem: Trying to include everything from paper735- Solution: Focus on 1-2 key findings for short talks, show visually736737**Too Much Text**:738- Problem: Full paragraphs on slides, dense bullet points, reading verbatim739- Solution: 3-4 bullets with 4-6 words each, let visuals carry the message740741**Missing Research Context**:742- Problem: No citations, claims without support, unclear positioning743- Solution: Use research-lookup to find papers, cite 3-5 in intro, 3-5 in discussion744745**Poor Narrative**:746- Problem: Jumping between topics, no clear story, no flow747- Solution: Follow story arc, use visual transitions, maintain thread748749**Rushing Through Results**:750- Problem: Brief methods, brief results, long discussion751- Solution: Spend 40-50% of time on results, show data visually752753### Design Mistakes754755**Generic, Default Appearance**:756- Problem: Using generic styling without customization, looks dated757- Solution: Choose modern color palette in prompts, specify fonts/layouts, add visual personality758759**Text-Heavy, Visual-Poor**:760- Problem: All bullet point slides, no images or graphics, boring to look at761- Solution: Add figures, photos, diagrams, icons to EVERY slide, make visually interesting762763**Small Fonts**:764- Problem: Body text <18pt, unreadable from back, looks unprofessional765- Solution: 24-28pt for body (not just 18pt minimum), 36-44pt for titles766767**Low Contrast**:768- Problem: Light text on light background, poor visibility, hard to read769- Solution: High contrast (7:1 preferred, not just 4.5:1 minimum), test with contrast checker770771**Cluttered Slides**:772- Problem: Too many elements, no white space, overwhelming773- Solution: One idea per slide, 40-50% white space, generous spacing774775**Inconsistent Formatting**:776- Problem: Different fonts, colors, layouts slide-to-slide, looks amateurish777- Solution: Use master slides, maintain design system, professional consistency778779**Missing Visual Hierarchy**:780- Problem: Everything same size and color, no emphasis, unclear focus781- Solution: Size differences (titles large, body medium), color for emphasis, clear focal point782783### Timing Mistakes784785**Not Practicing**:786- Problem: First time through is during presentation787- Solution: Practice minimum 3 times with timer788789**No Time Checkpoints**:790- Problem: Don't realize running behind until too late791- Solution: Set 3-4 checkpoints, monitor throughout792793**Going Over Time**:794- Problem: Extremely unprofessional, cuts into Q&A795- Solution: Practice to exact time, prepare Plan B (slides to skip)796797**Skipping Conclusions**:798- Problem: Running out of time, rush through or skip ending799- Solution: Never skip conclusions, cut earlier content instead800801## Tools and Scripts802803### Nano Banana Pro Scripts804805**generate_slide_image.py** - Generate slides with AI:806```bash807# Generate a complete slide808python scripts/generate_slide_image.py "Title: Introduction\nContent: Key points" -o slide.png809810# Options:811# -o, --output Output file path (required)812# --attach IMAGE Attach reference images for context813# --iterations N Max refinement iterations (default: 2)814# -v, --verbose Verbose output815```816817**slides_to_pdf.py** - Combine slide images into PDF:818```bash819# From glob pattern820python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf821822# From directory (sorted by filename)823python scripts/slides_to_pdf.py slides/ -o presentation.pdf824825# Options:826# -o, --output Output PDF path (required)827# --dpi N PDF resolution (default: 150)828# -v, --verbose Verbose output829```830831### Validation Scripts832833**validate_presentation.py**:834```bash835python scripts/validate_presentation.py presentation.pdf --duration 15836837# Checks:838# - Slide count vs. recommended range839# - File size warnings840# - Slide dimensions841```842843**pdf_to_images.py**:844```bash845python scripts/pdf_to_images.py presentation.pdf output/slide --dpi 150846847# Converts PDF to images for visual inspection848# Supports: JPG, PNG849# Adjustable DPI850# Page range selection851```852853### External Tools854855**Recommended**:856- PDF viewer: For reviewing presentations857- Color contrast checker: WebAIM Contrast Checker858- Color blindness simulator: Coblis859- Timer app: For practice sessions860- Screen recorder: For self-review861862## Reference Files863864Comprehensive guides for specific aspects:865866- **`references/presentation_structure.md`**: Detailed structure for all talk types, timing allocation, opening/closing strategies, transition techniques867- **`references/slide_design_principles.md`**: Typography, color theory, layout, accessibility, visual hierarchy, design workflow868- **`references/data_visualization_slides.md`**: Simplifying figures, chart types, progressive disclosure, common mistakes, recreation workflow869- **`references/talk_types_guide.md`**: Specific guidance for conferences, seminars, defenses, grants, journal clubs, with examples870- **`references/visual_review_workflow.md`**: PDF to images conversion, systematic inspection, issue documentation, iterative improvement871872## Assets873874### Guides875876- **`assets/timing_guidelines.md`**: Comprehensive timing, pacing, and practice strategies877878## Quick Start Guide879880### For a 15-Minute Conference Talk8818821. **Research & Plan** (45 minutes):883 - **Use research-lookup** to find 8-12 relevant papers for citations884 - Build reference list (background, comparison studies)885 - Outline content (intro → methods → 2-3 key results → conclusion)886 - **Create detailed plan for each slide** (title, key points, visual elements)887 - Target 15-18 slides8888892. **Generate Slides with Nano Banana Pro** (1-2 hours):890 891 **Important: Use consistent formatting, attach previous slides, and include citations!**892 893 ```bash894 # Title slide (establishes style - default author: K-Dense)895 python scripts/generate_slide_image.py "Title slide: 'Your Research Title'. Conference name, K-Dense. FORMATTING GOAL: [your color scheme], minimal professional design, no decorative elements, clean and corporate." -o slides/01_title.png896 897 # Introduction slide with citations (attach previous for consistency)898 python scripts/generate_slide_image.py "Slide titled 'Why This Matters'. Three key points with simple icons. CITATIONS: Include at bottom: (Smith et al., 2023; Jones et al., 2024). FORMATTING GOAL: Match attached slide style exactly." -o slides/02_intro.png --attach slides/01_title.png899 900 # Continue for each slide (always attach previous, include citations where relevant)901 python scripts/generate_slide_image.py "Slide titled 'Methods'. Key methodology points. CITATIONS: (Based on Chen et al., 2022). FORMATTING GOAL: Match attached slide style exactly." -o slides/03_methods.png --attach slides/02_intro.png902 903 # Combine to PDF904 python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf905 ```9069073. **Review & Iterate** (30 minutes):908 - Open the PDF and review each slide909 - Regenerate any slides that need improvement910 - Re-combine to PDF9119124. **Practice** (2-3 hours):913 - Practice 3-5 times with timer914 - Aim for 13-14 minutes (leave buffer)915 - Record yourself, watch playback916 - **Prepare for questions** (use research-lookup to anticipate)9179185. **Finalize** (30 minutes):919 - Generate backup/appendix slides if needed920 - Save multiple copies921 - Test on presentation computer922923Total time: ~5-6 hours for quality AI-generated presentation924925## Summary: Key Principles9269271. **Visual-First Design**: Every slide needs strong visual element (figure, image, diagram) - avoid text-only slides9282. **Research-Backed**: Use research-lookup to find 8-15 papers, cite 3-5 in intro, 3-5 in discussion9293. **Modern Aesthetics**: Choose contemporary color palette matching topic, not default themes9304. **Minimal Text**: 3-4 bullets, 4-6 words each (24-28pt font), let visuals tell story9315. **Structure**: Follow story arc, spend 40-50% on results9326. **High Contrast**: 7:1 preferred for professional appearance9337. **Varied Layouts**: Mix full-figure, two-column, visual overlays (not all bullets)9348. **Timing**: Practice 3-5 times, ~1 slide per minute, never skip conclusions9359. **Validation**: Visual review workflow to catch overflow and overlap93610. **White Space**: 40-50% of slide empty for visual breathing room937938**Remember**: 939- **Boring = Forgotten**: Dry, text-heavy slides fail to communicate your science940- **Visual + Research = Impact**: Combine compelling visuals with research-backed context941- **You are the presentation, slides are visual support**: They should enhance, not replace your talk