Your comments

Hi Mathias,


This actually appears to be a bug in DBLP's export API. As you can see in this page

http://dblp.dagstuhl.de/pers/hb/w/Weller:Mathias

they include this bibtex entry for you:


@proceedings{DBLP:conf/cocoa/2016,  editor    = {T.{-}H. Hubert Chan and
               Minming Li and
               Lusheng Wang},
  title     = {Combinatorial Optimization and Applications - 10th International Conference,
               {COCOA} 2016, Hong Kong, China, December 16-18, 2016, Proceedings},
  series    = {Lecture Notes in Computer Science},
  volume    = {10043},
  publisher = {Springer},
  year      = {2016},
  url       = {http://dx.doi.org/10.1007/978-3-319-48749-6},
  doi       = {10.1007/978-3-319-48749-6},
  isbn      = {978-3-319-48748-9},
  timestamp = {Wed, 30 Nov 2016 11:17:07 +0100},
  biburl    = {http://dblp.dagstuhl.de/rec/bib/conf/cocoa/2016},
  bibsource = {dblp computer science bibliography, http://dblp.org}
}

You may be able to ask them to correct that -- in fact, they may appreciate the bug report. (http://dblp.dagstuhl.de/faq/How+can+I+correct+errors+in+dblp.html)


Best,

Christian


If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add

<link href="/bibbase.css" rel="stylesheet">

to the head in your html file.

BibBase and jQuery usually work well together and many of our users use jQuery on their pages.


Can you point me to the page that isn't working and/or tell me the errors you are seeing that make you think they conflict?


This is not directly supported, but if you know a little bit of javascript you can use that to accomplish it. Just make the default folded and then run toggleGroup('group_2017') some time after page load. Timing this right might be tricky though.

Indeed, the code has changed. The correct CSS rule is now:


  #bibbase_header a[onclick="groupby('downloads')"] { display: none; }

Thanks for reporting!


Liz: could you point me to your page so I can see why it's not working and help find a solution that works for you?

Yes, my apologies, that page still needs to be updated.

This is not currently possible, partially also because "last" is not well-defined -- bibbase does not know whether you add new entries in the front or the back (or the middle) of your bibtex file. What you can do, however, is to use a filter, e.g., if you add "&filter=year:2016" to your URL it should only list papers from 2016. This works on any field, so if you really wanted to, you could go in and edit your bibtex file to mark the ones you want to list with a special field (e.g., show={1}), and then filter on that.

A CSS really only makes sense when you embed your BibBase listing in your own page. I see that you are embedding it in https://scc.okstate.edu/publications. You need to add the CSS file directly to the head of the HTML of that page, like you are doing with the other CSS files that are already referenced there.