跳到主要内容
知仓学习社ZHICANG

new-slide-deck

Creates a Quarto revealjs slide deck in slides/ with the project style guide. Use when a presentation is needed.

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Create Presentation

Create a new Quarto revealjs slide deck in slides/ with the project's style guide applied.

Arguments

  • $ARGUMENTS — the presentation title and optional subtitle (e.g., "Regional Disparities in GDP" or "Job Market Talk: Regional Disparities")

Steps

  1. Parse the title (and subtitle, if separated by a colon) from the arguments.
  1. Check slides/ for existing files to avoid name collisions. Generate a filename using the naming convention from slides/README.md (e.g., analysis-results.qmd or 01-seminar-talk.qmd).
  1. Create the .qmd file in slides/ with this YAML front matter (from the style guide in slides/README.md):
   ---
   title: "<title>"
   subtitle: "<subtitle if provided>"
   author: "<from index.qmd author field, or [FILL: Author name]>"
   date: today
   format:
     revealjs:
       theme: simple
       slide-number: true
       css: |
         .reveal h1, .reveal h2, .reveal h3 {
           color: #2874A6;
         }
         .reveal strong {
           color: #229954;
         }
   ---
  1. Pre-populate the body with a standard academic talk structure:
   ## Motivation

   - [Key question or puzzle]
   - [Why it matters]
   - [What we do about it]

   ## Related Literature

   - [Strand 1: ...]
   - [Strand 2: ...]
   - **This paper:** [Contribution]

   ## Data

   - [Source and sample]
   - [Key variables]
   - [Summary statistics]

   ## Empirical Strategy

   - [Identification approach]
   - [Model specification]

   ## Main Results

   - [Finding 1]
   - [Finding 2]

   ## Robustness

   - [Alternative specifications]
   - [Placebo tests or falsification]

   ## Conclusion

   - [Summary of findings]
   - [Policy implications]
   - [Future work]

   ## Thank You {.center}

   Contact: [email]
  1. Render the slide deck to verify it compiles:
   quarto render slides/<filename>.qmd
  1. Report the file path and the command to re-render.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。