Uw opmerkingen
Thanks again for reporting. This issue is fixed now.
Thanks for reporting this issue. Looking into it.
This is now implemented. If there is a field "doi" in the bibtex, then BibBase will show a link for that.
Ashton,
BibBase is able to parse `author = {Gupta, S. and Fritz, C. and Price, R. and Hoover, R. and de Kleer, J. and Witteveen, C.}` just fine, and even `author = {Gupta, S., Fritz, C., Price, R., Hoover, R., de Kleer, J., Witteveen, C.},' should work. I believe the issue regards the missing "." in your bibtex entries. There are actually BibBase users who have a name component that is a single letter (similar to "von", "van", or "de").
I find it surprising that a scientific service would output bibtex entries that omit the dot. But I'll investigate further as to what the right behavior should be. For now, if you add dots, it will most probably work (I don't see why it wouldn't).
It seems that the actual bibtex tool can handle your case correctly though, so I'll try to replicate that behavior in BibBase.
BibBase is able to parse `author = {Gupta, S. and Fritz, C. and Price, R. and Hoover, R. and de Kleer, J. and Witteveen, C.}` just fine, and even `author = {Gupta, S., Fritz, C., Price, R., Hoover, R., de Kleer, J., Witteveen, C.},' should work. I believe the issue regards the missing "." in your bibtex entries. There are actually BibBase users who have a name component that is a single letter (similar to "von", "van", or "de").
I find it surprising that a scientific service would output bibtex entries that omit the dot. But I'll investigate further as to what the right behavior should be. For now, if you add dots, it will most probably work (I don't see why it wouldn't).
It seems that the actual bibtex tool can handle your case correctly though, so I'll try to replicate that behavior in BibBase.
No, unfortunately this is not yet implemented. Sorry.
actually, it might also be a just a conflict of jquery versions. Could you try commenting out your line:
<script src="/public/jquery.min.js?v=c0d6247ce6"></script>
(near the bottom of the page)?
Good luck with mod_proxy!
<script src="/public/jquery.min.js?v=c0d6247ce6"></script>
(near the bottom of the page)?
Good luck with mod_proxy!
Thanks! so far I wasn't able to find the issue. I'll need to think about this more. Thanks for bringing this to my attention. BibBase isn't supposed to interfere with any other frameworks and work on any web page.
strange. I looked at your html head and I can't see any conflicting libraries. The page does seem to be using bootstrap somewhere though, so that may be the issue. Normally that is handled fine, but for that bibbase needs to notice that bootstrap is already loaded. Perhaps ghost wraps that library somehow...
Could you create a copy of that page without the script tag for bibbase, so I can compare?
Could you create a copy of that page without the script tag for bibbase, so I can compare?
Not sure how I can help with that. I don't get an error or anything in the console when I click the button. I also noticed that you removed the bibbase options and the logo. How did you do that?
Customer support service by UserEcho
It's not currently possible to change the order of the initial and the last name. But a feature like that, to allow more flexibility in how references (incl. authors) are presented, is highly requested and is on our roadmap. Doing this right is a bigger task though, so we haven't gotten around to it yet.