Skip to content

bst文件中专利格式与撰写规范不符 #242

@caimumuxin

Description

@caimumuxin

撰写规范中专利参考文献格式为:
[15] 肖珍新. 一种新型排渣阀调节降温装置: ZL201120085830.0[P]. 2012-04-25.

按照默认.bib和.bst,输出为:
肖珍新. 一种新型排渣阀调节降温装置 [P]. 中国, 实用新型专利, ZL201120085830.0, 2012年4月25日.

存在几个不同点:

  1. [P]的位置应该在专利号之后
  2. 专利名后为英文冒号
  3. type = {发明专利} 和 country = {中国} 这两个词条多余
  4. .bib文件中date = {2012年4月25日}应改为 date = {2012-04-25}

.bst文件专利部分可修改为如下内容,则与规范相同:

FUNCTION {patent}
{
    bibitem.begin
    format.authors write$ add.period
    format.title write$ ": " write$
    % format.country write$ add.comma
    % format.type write$ add.comma
    format.id "[P]" * write$ add.period
    format.date write$
    "." write$
    newline$
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions