Your comments

Thanks for your feedback, this is really helpful. I'll look into it.

Please see my last comment.

Gustavo,


I think the problem is not https but dropbox. There is a redirect. When I just retrieve the URL you gave me, I get the following response. The right URL is below.


> curl https://www.dropbox.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib

<html>

  <head><title>Found</title></head>

  <body>

    <h1>Found</h1>

    <p>The resource was found at <a href="https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA">https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA</a>;

you should be redirected automatically.

<!--  --></p>

    <hr noshade>

    <div align="right">WSGI Server</div>

  </body>

</html>


If I use the URL that dropbox indicates as the redirect it works:


http://bibbase.org/show?bib=https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA

This is a bug. https is supported and used to work. I'll look into this. Could you give me the https url you were testing with so I can test against that one as well?


Thanks.

Hi Amit,

This should still be possible. The dropdown menu doesn't contain this, but on your page you can still use the &groupby=keyword parameter in your bibbase URL. Please also give me your bibbase URL so I can verify that for myself.

Christian


Thanks for the link. The separation of multiple keywords was indeed not implemented yet. I just added that, and also added "keyword" to the groupby dropdown. Here is the URL with grouping by keyword set as default:

http://www.bibbase.org/show?bib=www.bibbase.org/mendeley/f4dff8b5a8&nocache=1&groupby=keyword&simplegroups=1


Please let me know if you notice any issues with this.


Thanks.


Hi Amit,

This should still be possible. The dropdown menu doesn't contain this, but on your page you can still use the &groupby=keyword parameter in your bibbase URL. Please also give me your bibbase URL so I can verify that for myself.

Christian


Not really. Do you run bibbase in an iframe?


I can't quite pinpoint it, but if I remove this css file from your page, it works:

http://www.karliwalti.ch/fileadmin/style.css?1343097178



Hi Stephane,


Thanks for pointing out the glitch in the new rendering of article entries. This was easy to fix.


The second problem you pointed out, indeed seems to be an issue with the mendeley API. I've put a hack in place that just doesn't show the series entry if it is the same as booktitle. This seems to be a safe assumption and solves the problem for your case.


cheers,

Christian