Schema.org 中 "inproceedings" 的 BibTeX 等价物
BibTeX equivalent for "inproceedings" in Schema.org
我在 my homepage (German website). I want to annotate those publications with Schema.org. In bibtex
those publications are inproceedings
(see here 上列出了我的会议出版物。
Schema.org提供CreativeWork
and subclasses. But, I can not find any type suitable for a conference publication. I'm not sure if Article
是正确的class选择。
您对会议出版物的注释有什么建议吗?
CreativeWork
绝对是正确的父类型,如果没有合适的子类型,你可以简单地使用 CreativeWork
.
不过我觉得子类型Article
is suitable, and in your case probably its sub-type ScholarlyArticle
.
请注意,还有 Bibliographic Extension of Schema.org, but as far as scientific publications are concerned, it currently only seems to define a Thesis
类型,这对您的情况没有帮助。
我在 my homepage (German website). I want to annotate those publications with Schema.org. In bibtex
those publications are inproceedings
(see here 上列出了我的会议出版物。
Schema.org提供CreativeWork
and subclasses. But, I can not find any type suitable for a conference publication. I'm not sure if Article
是正确的class选择。
您对会议出版物的注释有什么建议吗?
CreativeWork
绝对是正确的父类型,如果没有合适的子类型,你可以简单地使用 CreativeWork
.
不过我觉得子类型Article
is suitable, and in your case probably its sub-type ScholarlyArticle
.
请注意,还有 Bibliographic Extension of Schema.org, but as far as scientific publications are concerned, it currently only seems to define a Thesis
类型,这对您的情况没有帮助。