交叉引用未引用 elsarticle 中的参考书目

交叉引用未引用 elsarticle 中的参考书目

我正在为 Elsevier 撰写一篇论文,但交叉引用未引用参考书目,因为它似乎被禁用了。我的代码在这里

\documentclass[preprint,3p,twocolumn]{elsarticle}


\usepackage{lineno}         
\usepackage{pifont}
\usepackage{natbib}
\usepackage{graphicx}
%\usepackage{cite}
\usepackage[nodots,nocompress]{numcompress}
\usepackage{setspace}


\journal{Computer Networks}


\begin{document}

\begin{frontmatter}



\title{Wireless Sensor Networks Routing: Key Challenges and Open Issues}


\author[a]{Palvinder Singh Mann\corref{cor1}}
\ead{[email protected]}
\author[b]{Satvir Singh}
\ead{[email protected]}
\cortext[cor1]{Corresponding author.Tel.:+91-9888395367 fax:+91-0181-2205852}

\address[a]{Department of Information Technology, DAV Institute of Engineering and Technology, Jalandhar,Punjab,India.144008.}
\address[b]{Department of Electronics and Communication Engineering, Saheed Bhagat Singh State Technical Campus, Ferozepur, Punjab, India.152004.}

\begin{abstract}
Wireless sensor networks (WSNs) enable new applications and require non-conventional paradigms for protocol design. Owing to the requirements for self-organization, scalability and primarily low energy consumption needs, a proper balance between communication and data processing capabilities must be maintained. This motivates a huge effort in research activities and investments on this field for past few years. At present most of the research on WSNs has concentrated on the design of energy and computationally efficient algorithms and routing protocols with application domain restricted to simple data-oriented monitoring. In this paper, we presented a comprehensive analysis on WSNs routing with key challenges for development of protocol designs. At last we discussed some open issues for future directions in WSNs for research contributions.
\end{abstract}

\begin{keyword}
Wireless sensor networks, self-organization, scalability, routing protocols


\end{keyword}

\end{frontmatter}

\linenumbers

%% main text

\section{Introduction}


Wireless Sensor Networks (WSNs) contain self-configured, distributed, autonomous and resource empowered sensor nodes that monitor physical or environmental activities, such as humidity, temperature, sound, vibration or pollutants in a specific area of operation\cite{akkaya2005survey}. Sensor nodes \cite{abbasi2007survey}cooperatively \cite{al2004routing}pass their sensed data through the wireless\cite{bi2010ant} network to a main location, known as sink or base station where the data can be monitored and analyzsed for decision making.


\subsection{Subsection One}



\subsection{Subsection Two}



\section{References}


\bibliographystyle{model1-num-names}
\bibliography{Ref}




\end{document}

答案1

如果你想从 PDF 文件中的引文跳转到参考书目,你需要\usepackage{hyperref}。它通常应该是最后加载的包。

相关内容