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

figures-gallery

Generates an HTML gallery of all project figures with captions and source notebooks. Use when reviewing figures.

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

它会碰到什么

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

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

技能内容

Generate Figures Gallery

Create an HTML gallery page displaying all project figures with their captions and source notebooks.

Steps

  1. Scan images/ for all image files:
  • Supported formats: .png, .jpg, .jpeg, .svg, .pdf
  • Record each file's name, path, and modification date
  1. Scan all registered notebooks (from _quarto.yml) for cells with fig- labels:
  • Extract the cell label (e.g., fig-sample, fig-event-study)
  • Extract the caption from #| fig-cap: or *| fig-cap: directives
  • Record the source notebook path
  1. Generate an HTML gallery page with:
  • A title and generation timestamp
  • For each figure from images/:
  • Image thumbnail (or placeholder for PDFs)
  • Filename as caption
  • File size and dimensions (if determinable)
  • For each figure from notebooks:
  • The cell label
  • The caption (from cell directive)
  • The source notebook name
  • The embed shortcode: {{< embed notebooks/<name>.ipynb#<label> >}}
  • Simple CSS styling for a grid layout
  1. Save the gallery to _manuscript/figures-gallery.html (the _manuscript/ directory is gitignored, so this output won't be committed).
  1. Report:
  • File path to the gallery
  • Count of figures from images/
  • Count of figure cells from notebooks
  • Command to open: open _manuscript/figures-gallery.html

Error handling

  • If images/ does not exist or is empty, note it and continue with notebook figures.
  • If no notebooks have fig- labeled cells, note it and continue with images/ files.
  • If both sources are empty, report "No figures found in the project."

想直接用这个技能?

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