[Refdb-devel] [ refdb-Bugs-1951049 ] bibtex + ELEC
Status: Beta
Brought to you by:
mhoenicka
|
From: SourceForge.net <no...@so...> - 2008-04-25 16:05:29
|
Bugs item #1951049, was opened at 2008-04-24 19:07 Message generated for change (Comment added) made by damienjadeduff You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1951049&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Damien Jade Duff (damienjadeduff) Assigned to: Markus Hoenicka (mhoenicka) Summary: bibtex + ELEC Initial Comment: Hi again! Now I think I've got a history with this citation type. However, this report should be unrelated to that old stuff (hope so). Now bibtex generation of ELEC entries into MISC bibtex types is dropping the AUTHOR part. This is new to 1.0.0-pre1 (and in svn). In 0.9.9-1 this generation was adding an extra comma instead (or this change may have occured because I have updated some other software on which refdb depends while I did the upgrade to svn). See the example below. Thanks again! Damien mycomp% refdbc -u djd -w 123 -d djdphd -C getref -t bibtex -N 1 :TY:=ELEC > bib1.bib 999:1 retrieved:0 failed mycomp% cat bib1.bib @MISC{ ZIEMKE2001, YEAR = {2005}, TITLE = {Are Robots Embodied?}, URL = { http://www.ida.his.se/\~tom/EpiRob.web.pdf} } mycomp% refdbc -u djd -w 123 -d djdphd -C getref -t risx -N 1 :TY:=ELEC > bib1.risx 999:1 retrieved:0 failed mycomp% cat bib1.risx <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris V1.2.0//EN" "http://refdb.sourceforge.net/dtd/risx-1.2.0/risx.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY mdash "—"> <!ENTITY lsquo "‘"> <!ENTITY rsquo "’"> ]> <ris> <entry type="ELEC" id="2" citekey="ZIEMKE2001"> <publication> <title type="full">Are Robots Embodied?</title> <author> <lastname>Ziemke</lastname> <firstname>Tom</firstname> </author> <pubinfo> <pubdate type="primary"> <date><year>2005</year></date> </pubdate> <link type="url">http://www.ida.his.se/~tom/EpiRob.web.pdf</link> </pubinfo> </publication> <libinfo user="djd"> <notes>Entered For/PhD</notes> <reprint status="INFILE"/> <availability type="useroot">Embodied Robots/Ziemke2001.pdf</availability> </libinfo> <contents> <keyword>embodied</keyword> <keyword>embodied robotics</keyword> <keyword>robotics</keyword> </contents> </entry> </ris> acws-0175% My system configuration now is: refdb-1.0.0-pre1 (also happening on the svn as of this morning) libdbi-cvs-20080421 libdbi-drivers-cvs-20080421 sqlite-3.5.8 Linux acws-0175 2.6.9-67.0.7.ELsmp #1 SMP Sat Mar 15 06:54:55 EDT 2008 i686 i686 i386 GNU/Linux Cheerios! Damien ---------------------------------------------------------------------- >Comment By: Damien Jade Duff (damienjadeduff) Date: 2008-04-25 17:05 Message: Logged In: YES user_id=2066694 Originator: YES Hi I just noticed that this applies also to BOOK ris types (always) and GEN ris types (when the author is inside the risx publication tag) - bibtex generation is not giving back the author. Hope this is useful.. Peace Damien mycomp% refdbd -v refdbd 1.0.0-pre1 built from svn revision 613 ma...@mh... You may redistribute and modify this software under the terms of the GNU General Public License. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1951049&group_id=26091 |