无法显示参考书目

无法显示参考书目

我目前正在 sharelatex 中写作,但参考书目不会显示,并且无论我尝试引用什么,都会收到消息“引用...未定义”

代码如下

\documentclass[a4paper,english]{report}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{babel,textcomp}
\usepackage{csquotes}
\usepackage[backend=biber,citestyle=authoryear]{biblatex}
\addbibresource{References.bib}

\begin{document}
\chapter{Introducion}
\section{Motivation}

Climate change is causing a shift in the precipitation patterns and an 
increase in the global mean temperature. In response to this the spatial
distribution of snow cover, and its corresponding depth, water equivalent
and melting factor are changing \cite{IPCC 2014}. This study will evaluate
the relationship between these variables, and the changes in precipitation
and temperature during the last 30 years, and then comment on what we might
expect in the years 2011-2100.

\chapter{References}
\nocite{*}
\printbibliography
\end{document}

最后我收到消息:“空书目”有人可以帮忙吗?

参考文献.bib:

@article{Deser et al. 2012, 
    author =    "Clara Deser, Adam Phillips, Vincent Bourdette, Haiyan Teng", 
    title =     "{Uncertainty in climate change projections: the role of internal                variability}",
    journal =   "Climate Dynamics",
    volume =    "38",
    pages =     "527--546",
    year =      "2012",
    DOI =       "10.1007/s00382-010-0977-x"}

@article{Giorgi, 
    author =    "Filippo Giorgi, Colin Jones & Ghassem R. Asrar", 
    title =     "{Addressing climate information needs at the regional level: the                CORDEX framework}",
    year = "    2009",


@article{IPCC 2007, 
    author =    "Contribution of Working Groups 1,2 and 3 to the Fourth Assessment               Report of the Intergovernmental Panel on Climate Change [Core writing             team, Pachauri, R.K. and Reisinger]", 
    title =     "{Climate Change 2007: Synthesis Report}", 
    page =      "30",
    year =      "2007",


@article{IPCC 2008, 
    author =    "Richard Moss, Mustafa Babiker, Sander Brinkman, Eduardo Calvo, Tim              Carter, Jae Edmonds, Ismail Elgizouli, Seita Emori, Lin Erda, Kathy              Hibbard, Roger Jones, Mikiko Kainuma, Jessica Kelleher, Jean Francois             Lamarque, Martin Manning, Ben Matthews, Jerry Meehl, Leo Meyer, John             Mitchell, Nebojsa Nakicenovic, Brian O’Neill, Ramon Pichs, Keywan                Riahi, Steven Rose, Paul Runci, Ron Stouffer, Detlef van Vuuren, John             Weyant, Tom Wilbanks, Jean Pascal van Ypersele, and Monika Zurek", 
    title =     "{Towards New Scenarios for Analysis of Emissions, Climate Change,               Impacts and Response Strategies}",
    page =      "132",
    year =      "2008",


@article {IPCC 2014, 
    author =    "Core Writing Team, R.K. Pachauri and L.A Meyer(eds)", 
    title =     "{Climate Change 2014: Synthesis Report}",
    page =      "2,4,6",
    year =      "2014",


@article{Moss 2010, 
    author =    "Richard H. Moss, Jae A. Edmonds, Kathy A. Hibbard, Martin R.                    Manning, Steven K. Rose, Detlef P. van Vuuren, Timothy R. Carter,                Seita Emori, Mikiko Kainuma, Tom Kram, Gerald A. Meehl, John F. B.               Mitchell, Nebojsa Nakicenovic, Keywan Riahi, Steven J. Smith, Ronald             J. Stouffer, Allison M. Thomson, John P. Weyant & Thomas                         J. Wilbanks", 
    title =     "{The next generation of scenarios for climate change research and               assessment}", 
    journal =   "Nature",
    volume =    "463",
    pages =     "747--756",
    year =      "2010",
    DOI =       "10.1038/nature08823"}

@article{Pithan et al. 2014, 
    author =    "Felix Pithan & Thorsten Mauritsen", 
    title =     "{Arctic amplification dominated by temperature feedbacks in                     contemporary climate models}", 
    journal =   "Nature Geosciences",
    volume =    "7",
    pages =     "181--184",
    year =      "2014",
    DOI =       "10.1038/ngeo2071"}

@article{Rubel et al. 2010,
    author =    "Franz Rubel & Markus Kottek",
    title =     "{Observed and projected climate shifts 1901–2100 depicted by world              maps of the K{\"o}̈ppen-Geiger climate classificatio}n",
    journal =   "Meteorologische Zeitschrift",
    volume =    "19",
    page =  "135--141",
    year =  "2010"}

@article{Taylor et al. 2013, 
    author =    "Patrick C. Taylor, Ming Cai, Aixe Hue, Jerry Meehl, Warren                      Wahington, Guang J. Zhang", 
    title =     "A Decomposition of Feedback Contributions to Polar Warming                      Amplification", 
    journal =   "Climate", 
    volume =    "26",
    pages =     "7023--7043",
    DOI =       "http://dx.doi.org/10.1175/JCLI-D-12-00696.1"}

@article{Vuuren et al 2011, 
    auhor =     "Detlef P.van Vuuren, Jae Edmonds, Mikiko Kainuma, Keywan Riahi,                 Allison Thomson, Kathy Hibbard, George C. Hurtt, Tom Kram, Volker                Krey, Jean-Francois LAmarque, Toshihiko Masui, Malte Meinshausen,                Nebojsa Nakicenovic, Steven J. Smith, Steven K. Rose",
    title =     "The representative concentration pathways: an overview", 
    journal =   "Climatic Change",
    volume =    "109",
    number =    "1-2",
    page =      "5",
    year =      "2011",
    DOI =       "10.1007/s10584-011-0148-z"}

答案1

文件存在的问题.bib

  • 作者应该总是用单词 分隔and。不是逗号,不是&
  • 我认为引用键中不能有空格,因此请使用IPCC2014,而不是IPCC 2014
  • 您知道,大多数条目末尾都缺少括号。
  • ¨Rubel 等人的引文中有一个额外内容。
  • 我认为不会导致错误,但是有一个editor字段例如用于 IPCC2014。
  • 您需要在IPCC2007作者字段周围添加括号,因为它会被两次出现的 所混淆and,因此它会将其解析为三个作者。不过,我建议为该条目找到一个更好的作者。
  • 例如Giorgi,最好只在 周围使用括号CORDEX,而不是整个标题。其他条目也是如此。(参见评论来自 moveve以下。)

工作.bib文件:

@article{Deseretal2012, 
    author =    "Clara Deser and Adam Phillips and Vincent Bourdette and Haiyan Teng", 
    title =     "Uncertainty in climate change projections: the role of internal variability",
    journal =   "Climate Dynamics",
    volume =    "38",
    pages =     "527--546",
    year =      "2012",
    DOI =       "10.1007/s00382-010-0977-x"}

@article{Giorgi, 
    author =    "Filippo Giorgi and Colin Jones and Ghassem R. Asrar", 
    title =     "Addressing climate information needs at the regional level: the {CORDEX} framework",
    year = "    2009",
}

@article{IPCC2007, 
    author =    "{Contribution of Working Groups 1,2 and 3 to the Fourth Assessment               Report of the Intergovernmental Panel on Climate Change [Core writing             team, Pachauri, R.K. and Reisinger]}", 
    title =     "Climate Change 2007: Synthesis Report", 
    page =      "30",
    year =      "2007",
}

@article{IPCC2008, 
    author =  "Richard Moss and Mustafa Babiker and Sander Brinkman and Eduardo Calvo and Tim Carter and Jae Edmonds and Ismail Elgizouli and Seita Emori and Lin Erda and Kathy Hibbard and Roger Jones and Mikiko Kainuma and Jessica Kelleher and Jean Francois Lamarque and Martin Manning and Ben Matthews and Jerry Meehl and Leo Meyer and John Mitchell and Nebojsa Nakicenovic and Brian O’Neill and Ramon Pichs and Keywan                Riahi and Steven Rose and Paul Runci and Ron Stouffer and Detlef van Vuuren and John Weyant and Tom Wilbanks and Jean Pascal van Ypersele and Monika Zurek", 
    title =     "Towards New Scenarios for Analysis of Emissions, Climate Change, Impacts and Response Strategies",
    page =      "132",
    year =      "2008"
}

@article{IPCC2014, 
    author =    "{Core Writing Team}",
    editor= "R.K. Pachauri and L.A Meyer", 
    title =     "{Climate Change 2014: Synthesis Report}",
    page =      "2,4,6",
    year =      "2014"
}

@article{Moss2010, 
    author =    "Richard H. Moss and Jae A. Edmonds and Kathy A. Hibbard and Martin R.                    Manning and Steven K. Rose and Detlef P. van Vuuren and Timothy R. Carter and                Seita Emori and Mikiko Kainuma and Tom Kram and Gerald A. Meehl and John F. B.               Mitchell and Nebojsa Nakicenovic and Keywan Riahi and Steven J. Smith and Ronald             J. Stouffer and Allison M. Thomson and John P. Weyant  and Thomas                         J. Wilbanks", 
    title =     "The next generation of scenarios for climate change research and assessment", 
    journal =   "Nature",
    volume =    "463",
    pages =     "747--756",
    year =      "2010",
    DOI =       "10.1038/nature08823"
    }

@article{Pithanetal2014, 
    author =    "Felix Pithan  and Thorsten Mauritsen", 
    title =     "Arctic amplification dominated by temperature feedbacks in contemporary climate models", 
    journal =   "Nature Geosciences",
    volume =    "7",
    pages =     "181--184",
    year =      "2014",
    DOI =       "10.1038/ngeo2071"
    }

@article{Rubeletal2010,
    author =    "Franz Rubel  and Markus Kottek",
    title =     "Observed and projected climate shifts 1901–2100 depicted by world maps of the {K{\"o}ppen-Geiger} climate classification",
    journal =   "Meteorologische Zeitschrift",
    volume =    "19",
    page =  "135--141",
    year =  "2010"}

@article{Tayloretal2013, 
    author =    "Patrick C. Taylor and Ming Cai and Aixe Hue and Jerry Meehl and Warren                      Wahington and Guang J. Zhang", 
    title =     "A Decomposition of Feedback Contributions to Polar Warming Amplification", 
    journal =   "Climate", 
    volume =    "26",
    pages =     "7023--7043",
    DOI =       "http://dx.doi.org/10.1175/JCLI-D-12-00696.1"
    }


@article{Vuurenetal2011, 
    auhor =     "Detlef P. van Vuuren and Jae Edmonds and Mikiko Kainuma and Keywan Riahi and                 Allison Thomson and Kathy Hibbard and George C. Hurtt and Tom Kram and Volker                Krey and Jean-Francois Lamarque and Toshihiko Masui and Malte Meinshausen and                Nebojsa Nakicenovic and Steven J. Smith and Steven K. Rose",
    title =     "The representative concentration pathways: an overview", 
    journal =   "Climatic Change",
    volume =    "109",
    number =    "1-2",
    page =      "5",
    year =      "2011",
    DOI =       "10.1007/s10584-011-0148-z"
    }

相关内容