Cody, thanks for the suggestion. I remember I did try that some time ago. But 
unfortunately it has no effect, I still get the error of too many commas when i 
run bib latex.

It seems like the only way to fix it is to manually change some commas to 
semicolons or remove the institution entry from the bibtex source.

Glenn

On 14/02/2013, at 2:46 AM, Cody Dunne wrote:

You can get biblatex to ignore specific fields. Some time after 
\usepackage[...]{biblatex} you can code like this to remove fields and lists.

    \AtEveryBibitem{% Clean up the bibtex rather than editing it
        \clearlist{address}
        \clearfield{date}
        \clearfield{eprint}
        \clearfield{isbn}
        \clearfield{issn}
        \clearlist{location}
        \clearfield{venue}
        \clearfield{month}
        %\clearfield{series}

        \ifentrytype{book}{}{% Remove publisher and editor except for books
            \clearlist{publisher}
            \clearname{editor}
        }
    }

I'm not sure whether institution counts as a list or a field in biblatex... you 
can try \clearfield{institution} and \clearlist{institution} and see what 
works. Or you can check the biblatex documentation.

Cody

On 2/12/2013 7:00 PM, Glenn Fulford wrote:
Would it be possible to have an option to not include the institution field in 
references downloaded from PubMed in Web search?
It causes an error "too many commas" in biblatex?

Alternatively, does anyone know how to get bib latex to ignore the institution 
field?

thanks, Glenn

Too many commas in name 1 of "{M}athematics, {U}niversity of {W}arwick, 
{I}nstitute {G}ibbet {H}ill {R}oad, {C}oventry {CV}4 7{AL}, {UK}. 
[email protected]<mailto:[email protected]>" for entry 
Keeling2005
while executing---line 2645 of file biblatex.bst
Too many commas in name 1 of "{M}athematics, {U}niversity of {W}arwick, 
{I}nstitute {G}ibbet {H}ill {R}oad, {C}oventry {CV}4 7{AL}, {UK}. 
[email protected]<mailto:[email protected]>" for entry 
Keeling2005
while executing---line 2645 of file biblatex.bst


Glenn Fulford
Research Fellow, IHBI,
[email protected]<mailto:[email protected]>
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
Jabref-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jabref-users

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Jabref-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jabref-users

Reply via email to