Ваші коментарі

I found the bug and fixed it. Thanks again for reporting! You just made BibBase a little bit better for everyone again! We really appreciate it.

Christian

Derek,


Thanks for reporting this. There actually seems to be a bug somewhere. When I check the logs it says that it shows a failure when trying to update the download count (when someone clicks on the paper link). It works if there are already more than zero downloads, like you said, but even on the reference page the downloads stay at zero for those papers that don't yet have any downloads counted.

I'll look into fixing this.

Can you point me at your page so I can take a look?

Thanks for letting us know. This seems to be an issue with our data sources, which can be a little noisy sometimes. Please check back in a few days to see whether the issue has been resolved.

XHTML is not very common these days, but if you do need to use it, then it seems you need to replace all ampersands ("&") with "&" according to this.

I've used the W3C XHTML validator to verify that this here is an example of a working script tag in XHTML:

<script src="//bibbase.org/show?bib=http://www.cs.toronto.edu/~fritz/publications/list.bib&jsonp=1&token=cd623eb3abf27ff2ab172935c88baa15" type="text/javascript"></script>

Does that solve the issue you are having? If not, then please send me the XHTML you are having trouble with.


Thanks.

Hi Michael,

Is it possible you are trying to log in using a password? If so then please try logging in with Google. The user/password login in relatively new and as a long-time user you probably created your account using Google before.

Christian

Hi Yehia,

You can add the following CSS to invert the black to white for all SVGs used by BibBase:

#bibbase img {
  filter: invert(1);
}


In addition to the logo this will also take care of the link icons:

Your bibtex file contains over 3,000 entries and is 2MB big. When formatted by BibBase the resulting HTML is 15MB. Yes, that will take a while to download on most connections. I'm afraid there isn't too much that can be done to speed that up. I would recommend breaking up the page into several with smaller sub-sets of the entire list, maybe one per keyword?

CSS overrides each other, yes, but all of BibBase's proprietary CSS is namespaced (prefixed with bibbase_) so that shouldn't interfere. BibBase does load bootstrap though and that sometimes clashes with other rules. What specifically is not working? If in doubt, you can always force your own rules to supersede anything else by adding "!important" behind them, if that's an option for you.

Thanks for the link, and thanks for the update to the question, too. That helps me understand. It seems that now your name links to your page. To be sure that it stays like this, you can use the "owner" option described here. The token is actually related to a different feature and doesn't affect which page your name links to. Does that help?

Github pages require you to call your repository exactly like your username, so in your case it has to be named alexandraattia.github.io (instead of CIAO.github.io).