我试图引用这个英国标准在我的论文中,然而使用通常的方法@keys
似乎并没有真正帮助阐明这一点,有没有更实用的方法来做到这一点,因为它实际上不属于任何典型的类别?
@article{BSEN6232
, author = {British-Standard-Institution}
, title = {Part 2: Determination of density and porosity}
, journal = {Advanced technical ceramics. Monolithic ceramics. Gerneral and textural properties.}
, year = {1993}
, pages = {1--16}
, isbn = {0580217728}
, publisher = {BSI}
, institution = {British-Standard-Institution}
}
答案1
我发现了一个非常有用的例子这里。
代码如下:
@techreport{ISO13586,
type = {Standard},
key = {ISO 13586:2000(E)},
month = mar,
year = {2000},
title = {{Plastics -- Determination of fracture toughness -- Linear elastic fracture mechanics ({LEFM}) approach}},
volume = {2000},
address = {Geneva, CH},
institution = {International Organization for Standardization}
}
它输出如下内容:
ISO 13586:2000(E) (2000)。塑料 – 断裂韧性测定 – 线性弹性断裂力学 (LEFM) 方法。标准,国际标准化组织,日内瓦,瑞士。
希望能帮助到你。
答案2
经过大量调查后,我使用了这个模式:
@techreport{iso_central_secretary_systems_2016,
address = {Geneva, CH},
type = {Standard},
title = {Systems and software engineering -- {Lifecycle} profiles for {Very} {Small} {Entities} ({VSEs}) -- {Part} 1: {Overview}},
shorttitle = {{ISO}/{IEC} {TR} 29110-1:2016},
url = {https://www.iso.org/standard/62711.html},
language = {en},
number = {ISO/IEC TR 29110-1:2016},
institution = {International Organization for Standardization},
author = {{ISO Central Secretary}},
year = {2016}
}
你可以将详细信息与官方信息进行比较:https://www.iso.org/standard/62711.html
我还有一个使用 RIS 格式的示例也。
希望能帮助到你
答案3
这个问题很老了,但我目前也面临同样的问题。我尝试了上述解决方案,但对我不起作用。我不是专家,但我建议如下:
@book{ISO.7637-1,
author = {International Organization for Standardization},
year = {2015},
title = {Road vehicles - Electrical disturbances from conduction and coupling: Part 1: Definitions and general considerations},
address = {Vernier, Geneva, Switzerland},
edition = {{ISO 7637-1:2015(E)}},
publisher = {International Organization for Standardization},
url = {https://www.iso.org/standard/63098.html},
}
我的输出:
答案4
对于英国标准,我找到了一些参考指南哈佛或者亚太心理学协会风格,但这些可能只适用于英国论文。
尽管如此,根据指南,以下@book
类别是最合适的:
@Book{BSEN2011,
author = {British Standard Institution},
title = {BS EN 197--1:2011: Cement. Composition, specifications and conformity criteria for common cements},
year = {2011},
publisher = {BSI Standards Limited},
address = {London},
url = {https://bsol-bsigroup-com.proxy.lib.strath.ac.uk/PdfViewer/Viewer?pid=000000000030391002},
note = "Accessed: 30/03/2021"
}