agentsclimarketplace

Conference paper

Skill kinhluan/skills/.agent-skills/conference-paper

πŸš€ Professional Multi-Agent Skills

Install
npx -y skills add kinhluan/skills --skill conference-paper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Write conference papers (4-6 pages), poster abstracts, and prepare oral/poster presentations. Use when targeting conferences like NeurIPS, ICML, CVPR, ACL, IEEE venues, or preparing conference presentations.

SKILL.md

7.0 KB, as published. Nobody here has run it

Conference Paper

Purpose: Write and present research at academic conferences β€” the primary publication venue in CS.

When to use:

  • Writing conference paper (4-6 pages)
  • Preparing poster abstract
  • Creating oral/poster presentation
  • Preparing camera-ready version

Links to:

  • paper-writing β€” general writing skills
  • journal-q1-polish β€” polish for top venues
  • publication-strategy β€” venue selection
  • technical-english-cs β€” academic English
  • defense-prep β€” presentation skills

Conference Paper vs Journal Paper

AspectConferenceJournal
Length4-6 pages (double-column)8-12 pages (single/double)
Review time2-3 months3-12 months
Acceptance rate20-30% (top: 15-25%)20-40%
Novelty emphasisHigh (new ideas)Moderate (thoroughness)
ExperimentsKey resultsComprehensive
Related workConciseExtensive
PresentationRequiredOptional
ProceedingsYes (archival)Yes
ImpactImmediateLong-term

Conference Paper Structure (4-6 pages)

Title
Abstract (150-200 words)

1. Introduction (0.5-1 page)
   - Problem + motivation (2 paragraphs)
   - Gap (1 paragraph)
   - Contributions (bulleted list)

2. Related Work (0.5-1 page)
   - 2-3 paragraphs grouping related approaches
   - End each: "Unlike [X], we [difference]"

3. Method (1.5-2 pages)
   - Problem formulation
   - System overview (1 figure)
   - Key components (algorithm + explanation)
   - Complexity: O(...)

4. Experiments (1-1.5 pages)
   - Setup: datasets, baselines, metrics
   - Main results (1 table)
   - Ablation (1 table)
   - Analysis (1 figure optional)

5. Conclusion (0.25 page)
   - Summary + future work

References (≀1 page)

Page Budget

SectionPagesNotes
Abstract0.2150-200 words
Introduction0.75Funnel structure
Related Work0.752-3 paragraphs
Method1.5Core contribution
Experiments1.25Key results only
Conclusion0.25Brief
References0.520-30 refs
Total5Β±0.5 for 4-6 page limit

Poster Abstract (1 page)

# [Title]

**Authors:** [Names]
**Affiliation:** [University]

## Abstract
[250-300 words]
- Problem (2 sentences)
- Gap (1 sentence)
- Method (3-4 sentences)
- Results (2-3 sentences)
- Impact (1 sentence)

## Key Figure
[1 main figure showing concept or results]

## References
[3-5 key references]

Poster Design

Layout (A0 portrait: 841 Γ— 1189 mm)

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                 TITLE                        β”‚
β”‚            Authors & Affiliation             β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Introduction β”‚   Method     β”‚  Related Work β”‚
β”‚ + Motivation β”‚   (Figure)   β”‚               β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚   Results    β”‚   Results    β”‚  Conclusion   β”‚
β”‚   (Table)    β”‚   (Figure)   β”‚  + Future     β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚          References & Contact               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Poster Checklist

  • Title readable from 3m distance
  • Figures readable from 1.5m distance
  • Text readable from 1m distance
  • QR code to paper/code
  • Contact email visible
  • Color-blind friendly palette
  • Minimal text (figures > text)

Oral Presentation (15-20 min)

Slide Structure

Slide 1: Title + Authors (30 sec)
Slide 2: Outline (15 sec)
Slide 3-4: Problem & Motivation (2 min)
Slide 5: Related Work (1 min)
Slide 6-8: Method (5 min)
  - Overview (1 slide)
  - Key component 1 (1 slide)
  - Key component 2 (1 slide)
Slide 9-11: Experiments (4 min)
  - Setup (1 slide)
  - Main results (1 slide)
  - Ablation/Analysis (1 slide)
Slide 12: Conclusion & Future Work (1 min)
Slide 13: Q&A (30 sec)

Timing Guide

SectionTimeSlides
Intro + Problem2 min2-3
Related Work1 min1
Method5 min3-4
Experiments4 min2-3
Conclusion1 min1
Buffer2 minβ€”
Total15 min10-12

Presentation Tips

  • Practice 3 times minimum
  • Time yourself (strict 15 min)
  • Prepare for common questions
  • Have backup slides for deep-dive
  • Speak slowly (120-150 words/min)

Camera-Ready Preparation

Checklist

  • Address all reviewer comments
  • Update results if improved
  • Fix all typos/formatting
  • Check figure quality (300 DPI)
  • Verify references complete
  • Add acknowledgments
  • Check page limits
  • Submit source files + PDF
  • Sign copyright form
  • Register for conference

Response to Reviews (for revision)

# Response to Reviewers

## Summary of Changes
[Bulleted list of major changes]

## Reviewer 1
### Comment 1: "[quote]"
**Response:** [explanation]
**Changes:** [what was changed, page/line]

### Comment 2: "[quote]"
...

## Reviewer 2
...

Conference-Specific Formats

NeurIPS/ICML/ICLR

  • 4 pages main + unlimited appendix
  • Double-blind review
  • NeurIPS LaTeX template
  • Broader Impact statement (NeurIPS)

CVPR/ICCV/ECCV

  • 8 pages (excluding references)
  • Double-blind review
  • IEEE template
  • Supplementary material

ACL/EMNLP/NAACL

  • 8 pages (long) / 4 pages (short)
  • Double-blind review
  • ACL template
  • Ethics statement

IEEE Conferences (custom)

  • 4-6 pages
  • IEEE double-column template
  • IEEE PDF eXpress compliance

Integration Flow

sota-survey (find venues)
    ↓
publication-strategy (choose venue)
    ↓
paper-writing (draft)
    ↓
conference-paper (this skill)
    β”œβ”€β”€ Write paper (4-6 pages)
    β”œβ”€β”€ Prepare poster
    β”œβ”€β”€ Prepare oral slides
    └── Camera-ready
    ↓
journal-q1-polish (if extending to journal)
    ↓
internal-critique (self-review)
    ↓
progress-report (report to advisor)
    ↓
thesis-writing (integrate into thesis)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.