Uw opmerkingen
That's not currently possible for icons, only for text. As described in the documentation (https://bibbase.org/help) you can append url fields with a description of the type of link, and that text will be used when using text instead of icons (as used, e.g., in the "simple" style, "&theme=simple").
As for arxiv links specifically, you can actually use a link with pdf at the end, e.g., https://arxiv.org/pdf/1801.05644.pdf. Clearly, this may not be the case for all publishers, but I would argue that when it isn't then that's a flaw on the publisher's side.
Note that you might be able to change the icons at will using CSS. For instance, a pair of CSS rules like this may work for you:
a[href*=pdf] { background-image: url(URL to the icon of your choice) } a[href*=pdf] .bibbase_icon { display: none; }
We'll leave this idea open in case others want to vote it up, but I suspect that the available options might already be sufficient for most users. CSS is a very powerful tool for customizing the appearance of your BibBase publications list.
No, unfortunately there isn't. This is one of the many reasons why iframe-based embedding is not recommended. Unfortunately wordpress does not allow any other way of embedding as far as we know, which is why we usually recommend other hosting platforms, like github pages (which is what the Example linked from the bibbase homepage is based on).
We have decided to remove the "buy" links entirely from users' publication pages. While we are still interested in finding a viable business model for BibBase, this approach clearly did not resonate well with our users.
We have decided to remove the "buy" links entirely from users' publication pages. While we are still interested in finding a viable business model for BibBase, this approach clearly did not resonate well with our users.
We are happy to announce that the ability to filter on multiple criteria is now supported, see https://bibbase.org/blog/new-feature-multiple-filters.
Murilo,
Your example has motivated us to extend our filter feature to allow multiple-features now, see https://bibbase.org/blog/new-feature-multiple-filters. So you should now be able to do all of the above.
Re. 1.: yes, in fact you can. The value to filter on is actually a regular expression, so "filter=year:(201.|202.)" would only show years 2010-2029.
Re. 2: yes, you can use "filter=type:(article|inproceedings)".
However, right now BibBase does not allow multiple simultaneous filters, so you will only be able to do one of these things right now, not both together.
We've read the criteria to become white listed on Wordpress core (which is what I assume you are using to host) and I doubt that they will accept us, given how short the list of whitelisted providers is. Or are you using a self-hosted Wordpress instance?
No problem, I've removed the claim from Hutter, M in the database. The link is gone now and should not re-appear.
BTW, I noticed what seems to be a typo in the entry for:
Huttery instead of Hutter.
Customer support service by UserEcho
BibBase uses Bootstrap and I suspect Foundation just doesn't like to coexist with Bootstrap. Their respective CSS definitions probably get into each others way. Sorry, I don't think there is an easy way to resolve this. If you can make your page work with Bootstrap rather than Foundation, then that would probably work. But other UI frameworks seem to play nicely with Bootstrap as well.