Skip to content

Releases: 3393006840ll-source/paper-deep-reading-docx

paper-deep-reading-docx v0.1.1

Choose a tag to compare

@3393006840ll-source 3393006840ll-source released this 06 Aug 10:01
faa7714

paper-deep-reading-docx v0.1.1

中文

本版本将 Skill 的定位统一为通用学术论文精读与证据追踪工具,不限定具体学科或研究对象。

更新内容

  • 通用化 Skill 触发描述、证据边界和输出规范。
  • 将数值模拟、实验、理论/模型、综述、数据/AI 等保留为按论文类型启用的可选方法分支。
  • 审计脚本兼容旧的“培养方向”标题和新的“研究方向/实际问题”标题。
  • README 增加中英文安装、使用和验证说明,覆盖 Windows、macOS 和 Linux。
  • 新增 Python 3.10–3.12 的 GitHub Actions 质量检查和临时 PDF/DOCX 冒烟测试。
  • 新增 CITATION.cff,便于学术和软件引用。

安装

git clone https://github.com/3393006840ll-source/paper-deep-reading-docx.git
cd paper-deep-reading-docx
python -m pip install -r requirements.txt

调用:$paper-deep-reading-docx

验证:

python scripts/extract_pdf_evidence.py <paper.pdf> <evidence.txt>
python scripts/audit_docx.py <output.docx>

English

This release presents paper-deep-reading-docx as a general-purpose Codex skill for evidence-traceable academic paper reading. It is not restricted to a particular discipline or research object.

Highlights

  • Generalized the Skill trigger description, evidence boundaries, and output specification.
  • Kept numerical simulation, experiment, theory/model, review, and data/AI branches as optional paths selected by paper type.
  • Preserved audit compatibility with both legacy and generalized research-direction headings.
  • Added bilingual installation, usage, and verification guidance for Windows, macOS, and Linux.
  • Added GitHub Actions quality checks for Python 3.10–3.12 and temporary PDF/DOCX smoke tests.
  • Added CITATION.cff for academic and software citation.

Install

git clone https://github.com/3393006840ll-source/paper-deep-reading-docx.git
cd paper-deep-reading-docx
python -m pip install -r requirements.txt

Invoke: $paper-deep-reading-docx

Existing commands remain unchanged:

python scripts/extract_pdf_evidence.py <paper.pdf> <evidence.txt>
python scripts/audit_docx.py <output.docx>

Feedback: https://github.com/3393006840ll-source/paper-deep-reading-docx/issues

paper-deep-reading-docx v0.1.0

Choose a tag to compare

@3393006840ll-source 3393006840ll-source released this 04 Aug 09:33
2264e25

中文

paper-deep-reading-docx v0.1.0 首次公开发布。

  • 提供完整的 Codex Skill bundle,包括 SKILL.md、agents、assets、references 和 scripts。
  • 支持按编号精读中英文论文,并生成证据可追溯的中文研0精读 Word 文档。
  • 提供 PDF 证据提取、DOCX 结构审计、双语 README、使用示例和 Issue 模板。
  • 使用 Apache-2.0 许可证。

安装:git clone https://github.com/3393006840ll-source/paper-deep-reading-docx.git
依赖:python -m pip install -r requirements.txt
调用:$paper-deep-reading-docx
反馈:https://github.com/3393006840ll-source/paper-deep-reading-docx/issues

English

Initial public release of paper-deep-reading-docx v0.1.0.

  • Includes the complete Codex Skill bundle with SKILL.md, agents, assets, references, and scripts.
  • Converts numbered Chinese or English papers into evidence-traceable Chinese reading documents in Word.
  • Includes PDF evidence extraction, DOCX structural auditing, bilingual documentation, examples, and issue templates.
  • Licensed under Apache-2.0.

Install: git clone https://github.com/3393006840ll-source/paper-deep-reading-docx.git
Dependencies: python -m pip install -r requirements.txt
Invoke: $paper-deep-reading-docx
Feedback: https://github.com/3393006840ll-source/paper-deep-reading-docx/issues