This is the place to leave feedback or ask questions about BibBase.org.
0
Отвечен

Script to put a custom CSS style

Denis 8 лет назад обновлен Christian Fritz 8 лет назад 1

Hello,


I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script <script src = "https://bibbase.org/show?bib=address of the zotero database & jsonp = 1 & filter = year: 2017 & css = site address / bibbase / bibbase.css"> < Script>, nothing happens. The script to put a custom css is "& css = css file location"?

I forgot something to make it work?
Ответ
Christian Fritz 8 лет назад

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.

0
Отвечен

Fold/unfold customization

Velocity Hughes 8 лет назад обновлен 8 лет назад 2

I'm using BibBase to display our group's publications list by year. Rather than folding/unfolding all years at once, I was wondering if the default view can be set to have the most recent year unfolded, while leaving the others folded for the user to open themselves? Let me know if this is doable. Thanks!

Ответ
Christian Fritz 8 лет назад

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.

0
Отвечен

CSS seems to have no effect

Rushi 8 лет назад обновлен Christian Fritz 8 лет назад 1

I am new to CSS coding so this may be a stupid question but I am trying to follow your suggestions on the support forum to change the "type" headings. However, the CSS I wrote seems to have no effect:


https://bibbase.org/show?bib=https://www.dropbox.com/s/epjy4lodj36qfsl/scc.bib?dl=1&group0=type&nocache=1&https://www.dropbox.com/s/nucyj6u35zf0cwj/scc.css?dl=1&filter=keywords:SCC&theme=side#


Could you please let me know why?


THank you!

Ответ
Christian Fritz 8 лет назад

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.


0
Не ошибка

BibBase not updating citations from Zotero on my website

Keith Larson 8 лет назад обновлен Keith Larson 8 лет назад 5

I am not sure why the BibBase entries on my website are not updating, reflexing updates (i.e. new citations) in my Zotero database.


For example, these do not match:


Zotero Group: https://www.zotero.org/groups/arcticcirc/items/collectionKey/H8RHDR58


Webpage with embedded html/javascript: https://www.arcticcirc.net/david-seekell


Using:

<script src="https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fzotero%2Fcirc-publications&jsonp=1&filter=authors:Seekell[^a-z]"></script>


Any suggestions?

0
Отвечен

Limit the number of items

Denis 9 лет назад обновлен Christian Fritz 8 лет назад 1

Hello I am new user of Bibbase.

I would like to know if it is possible to limit the number of items. For my part I would like to show only the last 5 of this year. Cordially
0
На рассмотрении

Why does iframes BibBase css not display properly in Internet Explorer?

Keith Larson 9 лет назад обновлен Christian Fritz 9 лет назад 2

BibBase using iframes looks great in Firefox, Chrome and Safari. It seems that CSS does not display properly in Internet Explorer.


Compare: https://www.arcticcirc.net/janpkarlsson (at bottom of page) in IE and any other browser.


Any suggestions on how to get IE to apply the BibBase CSS properly?

0
Отвечен

How to filter Zotero for strict results?

Keith Larson 9 лет назад обновлен 9 лет назад 2

How can I filter Zotero so that my filter is only strictly filtered? For example, author "Lau" is filtered as Lau* using the below code, but I would like strictly 'Lau'.



Ответ
Christian Fritz 9 лет назад

The filter value is a regular expression. So "Lau[^a-z]" should work for you.

0
Отвечен

"Excellent! Next, you can embed this page using one of several options."

Keith Larson 9 лет назад обновлен Christian Fritz 9 лет назад 2

When I embed my Zotero pubs using BibBase into our website (www.arcticcirc.net) using both the java and iframes methods a pretty green box appears above the citations that says "Excellent! Next, you can embed this page using one of several options."


How can this be suppressed? I have already embedded by page, so the message is a bit strange.

Ответ
Christian Fritz 9 лет назад

There is a suffix on the URL "&msg=embed". Just remove that and the message will no longer show. It should have been removed already when using any of snippets in that message.

0
Отвечен

Filtering Zotero group library by author (and other options)

Keith Larson 9 лет назад обновлен 9 лет назад 3

I have a Zotero group for my research centre. I would like to subset the output from BibBase by researcher on their homepages.


Here is my BibBase URL:


http://bibbase.org/show?bib=https://api.zotero.org/groups/986230/items?key=toLYm4ZmsffGetBPhyaSe8eU%26format=bibtex%26limit=100%26filter%3Dauthor%3AKarlsson


I have tried adding &filter=author:Karlsson


The result is no filter at all. I have also tried filter=year:2017, again with no luck!


What am I doing wrong?

PS: I just discovered BibBase and I am very thankful for your excellent effort!

Ответ
Christian Fritz 9 лет назад

There were two problem: the field name to filter authors on is `authors` (not author), but also, it can be very tricky to use the right syntax when using zotero, because some of the arguments need to be encoded, so that BibBase doesn't interpreted them but passes them on to Zotero (e.g., format). But others, the ones for BibBase, must not be. In your case you were using an encoded representation of the ampersand, which meant it was forwarded to Zotero, but it needs to be interpreted by BibBase.


This link works:

http://bibbase.org/show?bib=https://api.zotero.org/groups/986230/items?key=toLYm4ZmsffGetBPhyaSe8eU%26format=bibtex%26limit=100&filter=authors:Karlsson

Similarly, to filter by year you would use, e.g.:

http://bibbase.org/show?bib=https://api.zotero.org/groups/986230/items?key=toLYm4ZmsffGetBPhyaSe8eU%26format=bibtex%26limit=100&filter=year:2007



0
Завершен

Feature Request: Search local collection (single Bibtex file)

Quinn DuPont 9 лет назад обновлен Adam Rego Johnson 3 года назад 7

Is there a way to search only local results? For instance, if I have a single bibtext file (or zotero collection) that I have embedded on my website, I would like to be able to search across these results. For very large collections (100-1000) having browse-only functions (by year, by type, etc) is not sufficient.

Сервис поддержки клиентов работает на платформе UserEcho