24小时热门版块排行榜    

查看: 6001  |  回复: 9

zhangwzh

金虫 (正式写手)

[交流] elsevier的elsarticle-template-harv.tex模版name,year参考文献格式问题

自己投elsevier期刊被拒,当时用elsarticle-template-num.tex!换另一个,发现期刊要求参考文献是人名加年代,所以用elsarticle-template-harv.tex,但发现没有变化!自己letax菜鸟,只会照葫芦画瓢,简单的在原来的加个方括号
如:  \bibitem[Jones et al.(1990)]{1}, 好像正文,参考文献都还会出现方括号[1]

请问那个elsarticle-harv.bst有啥用,咋用呢? 请大牛教教如何能实现下面的效果,说得详细点最好,自己是菜鸟:
Examples: ixas demonstrated in wheat (Allan, 1996a, 1996b, 1999; Allan and Jones, 1995). Kramer et al. (2000) have recently shown ...."
Reference to a journal publication:
Van der Geer J, Hanraads JAJ, Lupton RA. The art of writing a scientific article. J Sci Commun 2000;163:51 9.
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

快了
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjults

铜虫 (小有名气)


zhangwzh(金币+2): 2010-08-24 13:11:53
zhenghaiw(金币+1):感谢解答 2010-08-24 13:38:28
让你用bibtex,
\bibliographystyle{spbasic}
% Create the reference section using BibTeX:
\bibliography{你的参考文献名字,比如mybib.bib}

\end{document}
2楼2010-08-24 13:03:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangwzh

金虫 (正式写手)

引用回帖:
Originally posted by zjults at 2010-08-24 13:03:10:
让你用bibtex,
\bibliographystyle{spbasic}
% Create the reference section using BibTeX:
\bibliography{你的参考文献名字,比如mybib.bib}

\end{document}

请问一定要用bibtex,还没用过,得现学! 当初用[1]这种方式,并没有用bibtex,是要这种效果,一定要用bibtex吗?
快了
3楼2010-08-24 13:13:01
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjults

铜虫 (小有名气)

zhangwzh(金币+5): 2010-08-24 14:18:30
用bibtex要简单的多,你只要把你查来文献放到bib文件里,象sciencedirect都支持参考文献记录的bibtex导出的就行,例如
@ARTICLE{Abia1993,
  author = {L. Abia and J. M. Sanz-Serna},
  title = {Partitioned Runge-Kutta Methods for Separable Hamiltonian Problems},
  journal = {Mathematics of Computation},
  year = {1993},
  volume = {60},
  pages = {617-634},
  number = {202},
  month = {April},
  abstract = {Separable Hamiltonian systems of differential equations have the form
        dp/dt = -∂ H/∂ q, dq/dt = ∂ H/∂ p, with a Hamiltonian function H
        that satisfies H = T(p) + V(q) (T and V are respectively the kinetic
        and potential energies). We study the integration of these systems
        by means of partitioned Runge-Kutta methods, i.e., by means of methods
        where different Runge-Kutta tableaux are used for the p and q equations.
        We derive a sufficient and "almost" necessary condition for a partitioned
        Runge-Kutta method to be canonical, i.e., to conserve the symplectic
        structure of phase space, thereby reproducing the qualitative properties
        of the Hamiltonian dynamics. We show that the requirement of canonicity
        operates as a simplifying assumption for the study of the order conditions
        of the method.},
  timestamp = {2010.04.12}
}
4楼2010-08-24 13:39:48
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangwzh

金虫 (正式写手)

引用回帖:
Originally posted by zjults at 2010-08-24 13:39:48:
用bibtex要简单的多,你只要把你查来文献放到bib文件里,象sciencedirect都支持参考文献记录的bibtex导出的就行,例如
@ARTICLE{Abia1993,
  author = {L. Abia and J. M. Sanz-Serna},
  title = {Partitione ...

我已经开始摸索bibtex了!我建了一个test.bib 试了试会议文章
@INPROCEEDINGS{1,
  AUTHOR =       {Jone A., Yao B., Jordan C.},
  TITLE =        {TEST Proceeding},
  BOOKTITLE =    {IEEE INFOCOM},
  YEAR =         {2009},
  pages =        {33-44},
}



然后在tex正文中下面引用
\citet{1}


\bibliographystyle{elsarticle-harv}
\bibliography{test}

出来的结果是pp.33-44, 可我看样刊和例子都是 p.33-44 ,这个咋整呢?谢谢啊
快了
5楼2010-08-24 14:24:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjults

铜虫 (小有名气)

zhangwzh(金币+5): 2010-08-24 14:46:52
我的也是这样的,不过好像技术检查还是过了
6楼2010-08-24 14:36:31
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangwzh

金虫 (正式写手)

引用回帖:
Originally posted by zjults at 2010-08-24 14:36:31:
我的也是这样的,不过好像技术检查还是过了

ok,pp.这个不管了!  还有个大问题:
比如我的bib是这样的,
@ARTICLE{1,
  AUTHOR =       {Jone1 A., Yao B., Jordan C.},},
  TITLE =        {Try bibtex},
  JOURNAL =      {Journal of Text},
  YEAR =         {1999},
  volume =       {35},
  number =       {1},
  pages =        {33-44},
  month =        {June},



怎样引用能出现 Jone1 et al. (1999)这种效果!

我  \cite{1}, Jone1 A.(1999)
如何将大于3个名字的作者时自动出现, et al.  

elsarticle-harv.bst里的下面这句话如何理解呢?
%%   \bibitem[Jones et al.(1990)]{key}... 没有机会写啊,现在不是调test.bib了吗?

%% Such a package is    natbib.sty   by Patrick W. Daly
%% The form of the \bibitem entries is
%%   \bibitem[Jones et al.(1990)]{key}...
%%   \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}...
%% The essential feature is that the label (the part in brackets) consists
%% of the author names, as they should appear in the citation, with the year
%% in parentheses following. There must be no space before the opening
%% parenthesis!
%% With natbib v5.3, a full list of authors may also follow the year.
%% In natbib.sty, it is possible to define the type of enclosures that is
%% really wanted (brackets or parentheses), but in either case, there must
%% be parentheses in the label.
%% The \cite command functions as follows:
%%   \citet{key} ==>>                Jones et al. (1990)
%%   \citet*{key} ==>>               Jones, Baker, and Smith (1990)
%%   \citep{key} ==>>                (Jones et al., 1990)
%%   \citep*{key} ==>>               (Jones, Baker, and Smith, 1990)
%%   \citep[chap. 2]{key} ==>>       (Jones et al., 1990, chap. 2)
%%   \citep[e.g.][]{key} ==>>        (e.g. Jones et al., 1990)
%%   \citep[e.g.][p. 32]{key} ==>>   (e.g. Jones et al., p. 32)
%%   \citeauthor{key} ==>>           Jones et al.
%%   \citeauthor*{key} ==>>          Jones, Baker, and Smith
%%   \citeyear{key} ==>>             1990
%%---------------------------------------------------------------------

[ Last edited by zhangwzh on 2010-8-24 at 15:28 ]
快了
7楼2010-08-24 14:54:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjults

铜虫 (小有名气)

zhangwzh(金币+5): 2010-08-24 16:33:28
zhangwzh(金币+11):都送你了,呵呵 2010-08-24 21:37:24
作者之间用 and
你可以到sciencedirect.com随便查篇文章,然后点击Export Citation,选择 BibTeX format,就可以得到你要的记录,用不着你自己费劲写bib文件的
8楼2010-08-24 16:02:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjults

铜虫 (小有名气)

zhangwzh(金币+2): 2010-08-24 16:33:22
你如果用ubuntu linux上的texlive套件写文章,elseiver的类都不需要下载,再装一个Jabref管理文献库就更方便了
9楼2010-08-24 16:05:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangwzh

金虫 (正式写手)

引用回帖:
Originally posted by zjults at 2010-08-24 16:02:52:
作者之间用 and
你可以到sciencedirect.com随便查篇文章,然后点击Export Citation,选择 BibTeX format,就可以得到你要的记录,用不着你自己费劲写bib文件的

恩,sciencedirect.com下了个例子看了看, 果然是作者的格式不对, 作者之间用and就好了,我用的逗号。 主要是自己原来写整理过参考文献了,再粘贴起来也不太麻烦,就是作者间加 and。不过我刚才试了试,scholar google,貌似也支持bibtex。 可能比手写更快!

多谢啊!!!

[ Last edited by zhangwzh on 2010-8-24 at 16:50 ]
快了
10楼2010-08-24 16:48:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 zhangwzh 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[论文投稿] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +3 7K1CJE38xLG4 2026-08-25 3/150 2026-08-26 00:40 by cNXvBfCpiZOM
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +3 7K1CJE38xLG4 2026-08-25 3/150 2026-08-25 23:20 by cNXvBfCpiZOM
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
[基金申请] 放榜前的不淡定 20+4 snowwithsea 2026-08-19 19/950 2026-08-25 17:57 by chick875
[基金申请] 2026国自然函评费到账 +20 羊腰板 2026-08-21 23/1150 2026-08-25 16:34 by zsna
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 22/1100 2026-08-25 15:36 by 医学老男孩
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +3 苏东坡二世 2026-08-23 3/150 2026-08-25 10:35 by shisan1313
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +5 process2012 2026-08-23 7/350 2026-08-25 09:42 by huixian257
[基金申请] 今天基金会出结果吗?20260819 +17 kkkl_v 2026-08-19 18/900 2026-08-25 09:41 by windflowerwy
[基金申请] 我面上完蛋了 +13 且听虎啸 2026-08-20 14/700 2026-08-25 09:10 by mrkang
[基金申请] 范进中举一文的中心思想 +7 炎黄贵胄 2026-08-22 8/400 2026-08-25 08:48 by ZJTJZ
[基金申请] 能否退出参与的面上项目解除限项 +21 koalala 2026-08-24 24/1200 2026-08-24 19:25 by 家与远方
[基金申请] filecode,4个jtjc了 +14 ziyangfang 2026-08-19 17/850 2026-08-24 18:37 by 哈哈蛤?
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
信息提示
请填处理意见