【问题标题】:rmarkdown: yaml references to bibliographyrmarkdown:yaml 参考书目
【发布时间】:2019-03-24 04:31:59
【问题描述】:

rmarkdown/bibliography 中,如何将一堆 YAML 编码的引用转换为书目接受的文件格式之一?

我目前正在使用:

references:
- id: fenner2012a
  title: One-click science marketing
  author:
  - family: Fenner
    given: Martin
  container-title: Nature Materials
  volume: 11
  URL: 'http://dx.doi.org/10.1038/nmat3283'
  DOI: 10.1038/nmat3283
  issue: 4
  publisher: Nature Publishing Group
  page: 261-263
  type: article-journal
  issued:
    year: 2012
    month: 3

并想使用:

bibliography: bibliography.???

【问题讨论】:

    标签: r-markdown


    【解决方案1】:

    原来我需要将引用复制到 .yaml 文件中。并添加

    ---
    references:
    

    在文件的开头和---在文件的末尾

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-10-01
      • 1970-01-01
      • 2013-06-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-07
      • 1970-01-01
      相关资源
      最近更新 更多