Mendeley的标准IEEE CSL文件创建了不正确的参考书目

时间:2015-10-29 13:46:55

标签: ieee mendeley csl

我一直在使用Mendeley的Microsoft Word插件轻松地在我的Mendeley桌面库中引用文章。

但是,我注意到参考会议论文和论文的参考书目/引文的IEEE格式不正确。

在IEEE引文指南中:http://www.ieee.org/documents/ieeecitationref.pdf

它表明会议的城市应该包含在会议论文的引用中。但是,Mendeley的IEEE CSL文件不包含此详细信息。

 <macro name="event">
<choose>
  <if type="paper-conference speech" match="any">
    <choose>
      <!-- Published Conference Paper -->
      <if variable="container-title">
        <group delimiter=", ">
          <group delimiter=" ">
            <text term="in"/>
            <text variable="container-title" font-style="italic"/>
          </group>
          <text variable="event-place"/>
        </group>

应改为:

 <macro name="event">
<choose>
  <if type="paper-conference speech" match="any">
    <choose>
      <!-- Published Conference Paper -->
      <if variable="container-title">
        <group delimiter=", ">
          <group delimiter=" ">
            <text term="in"/>
            <text variable="container-title" font-style="italic"/>
          </group>
          <text variable="publisher-place"/>
        </group>

因为event-place不是映射到Mendeley中“city”字段的关键字;正确的变量是“publisher-place”。

2 个答案:

答案 0 :(得分:1)

有两个选项,使用我刚刚制作的这个格式化的选项,或者按照我在CSL Visual Editor中进行此更改所做的步骤。

只需使用更正的文件

  1. 在Mendeley Desktop中,转到“查看”菜单,“引文样式 - &gt;”然后点击“更多样式......”

  2. 单击“获取更多样式”选项卡,然后在“下载样式:”文本框中输入以下链接,然后单击“下载”

  3. http://csl.mendeley.com/styles/451326401/ieee-CS-edited

    完成!

    进行自己的更正

    1. 在Mendeley Desktop中,转到“查看”菜单,“引文样式 - &gt;”然后点击“更多样式......”

    2. 右键单击IEEE并选择“复制样式链接”

    3. 打开网页浏览器,粘贴链接并点击回车,它应该下载一个名为“ieee.csl”的文件

    4. 打开不是Chrome的网络浏览器,因为这在Chrome中不起作用,请转到页面http://csl.mendeley.com/visualEditor/

    5. 使用您的Mendeley凭证登录

    6. 如果尚未选择,请单击顶部的“可视编辑器”选项卡。

    7. 将鼠标悬停在“样式”上,然后选择“加载样式...”

    8. 浏览并选择之前下载的“ieee.csl”文件。

    9. 在“STYLE INFO”和“Info”下,将标题重命名为新的。

    10. 导航至以下

    11. BIBLIOGRAPHY

      ->Layout

      -->Conditional

      --->Else-of paper-conference OR...

      ---->Group

      ----->event (macro)

      ------>Conditional

      ------->If paper-conference OR speech

      -------->Conditional

      --------->If container-title

      --------->Group

      ----------->event-place (variable)

      1. 点击事件地点(变量),然后在右侧的可编辑部分中,将变量从“event-place”更改为“publisher-place”

      2. 然后返回样式菜单并选择“将样式另存为...”

      3. 保存此样式,它应自动将其添加到您的Mendeley桌面

      4. 完成!

答案 1 :(得分:0)

Mendeley没有正确地以IEEE格式显示论文引文。它应该是这样的:

[1] J. K.作者,“论文题目”,M.S。论文,简称。部门,简称。大学,大学城,简称。州,年。 [2] J. K.作者,“论文题目”,博士。学位论文,简称。部门,简称。大学,大学城,简称。州, 年。

然而,论文类型和部门名称没有显示!!