← 返回
未分类

论文参考文献格式化Skill

Format academic reference entries from user-provided journal article, thesis/dissertation, conference paper, book, report, preprint, or web literature metadata. Use when a user wants bibliography/reference-list entries converted, normalized, checked, or batch-formatted in GB/T 7714, APA, MLA, or Chicago style, especially when the user asks to choose a citation style or provides incomplete Chinese/English paper metadata.
把用户输入的期刊论文、学位论文等文献信息,自动整理成指定引用格式,比如 GB/T 7714、APA、MLA、Chicago(让用户选择)。Format academic reference entries from user-provided journal article, thesis/dissertation, conference paper, book, report, preprint, or web literature metadata. Use when a user wants bibliography/reference-list entries converted, normalized, checked, or batch-formatted in GB/T 7714, APA, MLA, or Chicago style, especially when the user asks to choose a citation style or provides incomplete Chinese/English paper metadata.
阿迪力
未分类 community v1.0.0 1 版本 99680.5 Key: 无需
★ 4
Stars
📥 232
下载
💾 0
安装
1
版本
#latest

概述

Paper Reference Formatter

Workflow

  1. Identify the requested output style: GB/T 7714, APA, MLA, or Chicago. If the style is missing, ask the user to choose one before formatting.
  2. Parse each source into structured fields: reference type, authors, title, container title, year, volume, issue, pages, publisher, place, institution, DOI, URL, access date, language, and edition when present.
  3. Infer the reference type conservatively from clues:
    • Journal article: journal name, volume/issue/pages, DOI.
    • Thesis/dissertation: degree type, university/institution, place, "硕士/博士/学位论文", dissertation/thesis.
    • Conference paper: conference/proceedings name, location, date, editors, pages.
    • Book: publisher, place, edition, ISBN, no journal/container.
    • Report/preprint/webpage: report number, arXiv/bioRxiv/SSRN, URL, access date.
  4. Preserve user-provided facts. Do not invent missing bibliographic data. If a required field is missing, either omit it when the style allows omission or mark it as [missing: field] if the omission would make the entry misleading.
  5. Normalize names, dates, titles, punctuation, and identifiers according to the chosen style. For Chinese references, preserve Chinese names and titles unless the user requests translation.
  6. Output a clean numbered list by default. Add a short "Needs confirmation" note only for entries with unresolved missing or ambiguous fields.

Formatting Resources

  • Read references/style-rules.md when exact punctuation, field order, or type-specific templates are needed.
  • Use scripts/format_reference.py for deterministic formatting when the user's data can be represented as JSON records. The script supports gbt7714, apa, mla, and chicago.

Example script usage:

python scripts/format_reference.py --style apa --input refs.json

Input JSON may be a single object or a list of objects:

{
  "type": "journal",
  "authors": ["Zhang Wei", "Li Ming"],
  "title": "Research on citation formatting",
  "year": "2024",
  "container": "Journal of Academic Writing",
  "volume": "12",
  "issue": "3",
  "pages": "45-58",
  "doi": "10.1234/example"
}

Quality Checks

  • Keep each final entry in the selected style only; do not mix styles.
  • Ensure author order is unchanged from the input.
  • Ensure DOI is normalized as https://doi.org/... for APA, MLA, and Chicago when present.
  • For GB/T 7714, include the document type marker where applicable: [J], [D], [C], [M], [R], [EB/OL], or [A].
  • For APA, use sentence case for article/thesis titles when clearly possible; keep proper nouns and original capitalization in Chinese titles.
  • For MLA and Chicago, use headline-style title capitalization only when the input already supports it confidently; otherwise preserve title capitalization.
  • Report unresolved ambiguity briefly after the formatted list instead of interrupting the list.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-23 20:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

我是不是忘了什么?

user_013d3eaa
遗忘事项唤醒助手。用于用户觉得自己好像忘了什么、想做每日/每周/月度遗漏事项扫描、排查未回复、缴费、退款、报销、健康、证件、合同、家庭维修、人情承诺、工作截止日期等被拖延或遗忘的事项,并把模糊线索整理成有优先级的可执行待办。
★ 2 📥 65

一人公司必备之:地狱甲方模拟器

user_013d3eaa
模拟刁钻甲方、地狱甲方、客户沟通陪练、接单抗压训练、方案压测和报价谈判。- 模拟刁钻甲方对话 - 生成真实感甲方需求 - 按难度进行多轮追问 - 随机切换不同甲方风格 - 帮你识别沟通风险 - 给出更礼貌但不吃亏的回复模板 - 从专业度、边
★ 2 📥 52

基础代谢率计算 Skill

user_013d3eaa
这是一个用于计算基础代谢率、BMI 和体重状态的 Skill。 功能: 根据性别、体重、身高、年龄计算基础代谢率 BMR 根据体重和身高计算 BMI 判断体重状态:偏瘦、正常、超重或肥胖 在提供活动水平时,估算每日总能量消耗 TDEE 在回
★ 1 📥 64