This is the place to leave feedback or ask questions about BibBase.org.
0
Completed

Label the "paper" link something more general / accurate

Adam Rego Johnson 2 years ago updated 2 years ago 11

The URL field is always displayed as a hyperlink labelled "paper", which comes across as confusing, to me, when viewing a reference for say, a book or book chapter, or anything else (e.g., something that would go in the "misc" item type, such as legal documents or tax forms, of which I have many in one of my libraries).


This also often confuses others browsing my library because there is also "link" when browsing the library page itself, which is a link to a separate BibBase page for that reference, and it's not clear that "paper" is the url field while "link" is not.


Is there a better, more general, term to label this hyperlink? There are three options I see:

1) "URL"

2) "link" -- I think this is the most intuitive label, but this would require changing the current "link" to something else to differentiate it. Perhaps you could change the current "link" to be labelled as "reference link", or "link to reference", or "BibBase link", or "citation link"? I'm not sure. I think "BibBase link" (or "bibbase link" to go with the rest of the lowercasing) is the clearest, but these are all the examples I could think of that may be clear.

3) "URL" but also change the current "link" label as described in (2) to make the difference between "link" and "URL" more intuitive, as these still would sound similar.

Thank you for all your work on BibBase!

0
Under review

Publication link formula

Adam Rego Johnson 2 years ago updated 2 years ago 2

Is it possible to provide more detail on the formula used to generate publication links? I see that the basic formula is https://bibbase.org/network/publication/lastname-lastname-title-yyyy. And I know that certain characters are left out, I assume to make things easier with HTML, such as punctuation and accented characters. But could you provide a full list of these characters, or any other detail on how these links are generated?


Context: for my work I am using BibBase to host a large library of publications on wealth inequality. As part of the research that is pulling from this literature, we are also using BibBase to list our data sources for various visualizations etc. At times we want to be able to link directly to the reference information for a data source on BibBase via the publication links. Thus, in our internal spreadsheets where we list our data sources, we have a column listing the BibBase publication link for each source. 


There are hundreds of data sources that need to have their BibBase links input, and I am working with someone else on my team to attempt to automate this process (through Excel) such that we can use the relevant reference information for a source in Zotero to automatically generate what the BibBase link should be given that it seems like a simple formula. This cuts down on manual work and also keeps the links stable as their reference information changes or is updated. But I want to make sure we understand all the parameters of this formula so that we can be confident all the links will be accurate.

If this is something you'd like to discuss privately instead, please feel free to reach out to me at adamregojohnson@gmail.com.

Thank you so much!

Adam

0
Not a bug

bib file not loading

Baran Dir 2 years ago updated 2 years ago 2

Hello,

when I try to to load a bib file from this url : 'https://maskor.fh-aachen.de/bibbase/pubs.bib' I recieve this error message:

Image 141

Does anybody know why this error appears and why I cant load the bib file from this url ?

0
Under review

dropdown menus doesn't work on Bootstrap 5

Howcanoe Wang 2 years ago updated by Steven Bethard 2 years ago 5

I am using a bootstrap 5 theme. And by default, click the dropdown button will jump back to page top.

It is due to the dropdown grammar updates from bootstrap 4 to bootstrap 5:

In Bootstrap 4, it is 

data-toggle="dropdown"

while in Bootstrap 5, it is

data-bs-toggle="dropdown"

Please consider giving an option to specify the bootstrap version to fix this bug, e.g.

<script src="https://bibbase.org/...&bsv=5"></script>

I can fix this by changing scripts in the Browser F12 console, but unable to save the changes because it is dynamic rendered by javascript

0
Fixed

Certain LaTeX code not working, e.g., "\textendash" is printed rather than "–"

Adam Rego Johnson 2 years ago updated by Christian Fritz 2 years ago 6

Hi, I've noticed some LaTeX commands are not being interpreted, both in the title and abstract. For example, see this publication which can be found in this library. Some instances of "\textendash" or "\textendash{}" appear literally rather than as an actual en dash, "\%" appears rather than just "%", etc. These are commands which are spit out by the export of Zotero (using Zotero's Better BibTeX add-on), but I believe are typical commands so that things can print properly in LaTeX.


I know dealing with these commands is something that seems to have been brought up before over the years, and other commands are interpreted correctly, but I've noticed \textendash the most. Here are a few more examples I found from the library: 


  1. "r $>$ g" instead of "r > g" (this shows up properly for me on the library page, but not the publication page for some reason)
  2. "\$1 Trillion" instead of "$1 Trillion"
  3. "Sa\lach" instead of "Sałach"
  4. "Alstads\aeter" instead of "Alstadsæter"
  5. "R\onning" instead of "Rønning"
  6. "l'imp\^ot" instead of "l'impôt"

Thank you for your time,

Adam Rego Johnson

0
Under review

Publication links not unique

Adam Rego Johnson 2 years ago updated 2 years ago 7

Hi, the links for a particular publication do not appear to always be unique. The formula seems to be something like "bibbase.org/network/publication/author1-author2-sometitle-yyyy". The problem comes when you have two references with the same authors, title, and year. This happens somewhat often in my database, as I have econ papers that have two versions -- a published paper and a working paper version of that paper (which often contains much more information and data then the published version). On my BibBase page itself, these are shown just fine of course, but if I want to link directly to a reference, the generated URL is the same for both references.

An example can be seen on my page here. Under 2021, both version of the Saez & Zucman paper "A Wealth Tax on Corporations' Stock" both have the same "link" (accessible here) and the link only displays the working paper version.

We use the direct BibBase links to references fairly often in one part of our project in order to link to the original sources we are citing -- one section in particular may be vulnerable to this, as we are analyzing the methodologies of various economic papers. Sometimes we analyze the published version, sometimes the working paper versions given the increased information, and sometimes those two papers would end up having the same link as they are in the same year and with the exact same title and authors.

Is there any way to ensure all links would be unique and thus more stable?

Thank you!

Adam

0
Answered

user name

limbicode 2 years ago updated by Christian Fritz 2 years ago 3

H ithere

Is it possible to change the user name ? (and therefore the bibbase link). 

thanks, michael

0
Answered

Encoding a colon in the URL for a filter parameter

Adam Rego Johnson 2 years ago updated by Christian Fritz 2 years ago 3

Hello, I have keywords I am using to categorize my library (a bib file uploaded directly to BibBase), and I have created different URLs to filter the library by keyword for this purpose. Some of these keywords contain colons, i.e., "Data Sources: EIG Tax". The colon seems to be stopping me from doing this for these keywords, however, I can't figure out how to encode the colon into the filter URL parameter. I have tried various combinations of code, e.g., using %3A (https://bibbase.org/show?bib=https://bibbase.org/f/nKAPSyp34A9azBzJd/GCWealthProject.bib&sort=title&filter=keywords:Data%20Sources%3A%20EIG%20Tax), %58, or with "&nbsp" instead of "%20" using &#58, &#x0003A, and &colon. I expected %3A for the colon and %20 for the spaces to work, like it did for the keyword "Estate, Inheritance, and Gift Taxes" (though the comma actually gets converted to a semi-colon by the BibTeX export from Zotero using Better BibTeX, my code using %2C and %20 worked appropriately while using %44 or %2C with &nbsp did not (see https://bibbase.org/show?bib=https://bibbase.org/f/nKAPSyp34A9azBzJd/GCWealthProject.bib&sort=title&filter=keywords:Estate%2C%20Inheritance%2C%20and%20Gift%20Taxes#).

Given the disconnect between the two attempts at creating filtered links, I imagine the problem perhaps is that the colon is treated specially by BibBase given its other uses in the filter URL parameter? Do you have any idea how I can encode this colon properly into my URL parameter?

Thank you!

Adam

0
Fixed

Can't load file manager; not all files (large batch) uploaded

Adam Rego Johnson 2 years ago updated by Christian Fritz 2 years ago 4

Hi, I recently upgraded my account to a Professional subscription to take advantage of the increased storage space for hosting all of my bib file's 600+ references with PDFs. I dragged and dropped the files last night into the BibBase file manager and expected them to take a while to upload, but no dice. It went pretty fast for, in a rough count, about 150 files, and still showing more items waiting to be uploaded below, before it stopped completely. I left it overnight with no luck. I now cannot access my file manager, it never loads -- the site has been pretty slow in general since and will often hang, but I can get everything else to load, even my file manager (with about 10 files, mostly .bibs) on my other (personal, non-work) account. I have tried loading my account's file manager from a different browser and different computer with the same results.

My account's username is GCWealthProject, if that is helpful.

I was already not looking forward to potentially deleting 150+ files manually and trying to batch upload again (since it seems duplicate files are not stopped at all, and there is no way to 'delete all' or to create a folder in the file manager that I could have loaded the PDFs into and then deleted if wanted), perhaps by this time selecting files directly instead of dragging and dropping them if that would help at all -- but now I am just concerned that I won't be able to access my file manager at all, along with wondering whether I should have done something different in regards to uploading 600+ files at once. Can you offer any advice or help?

Thank you for all your work!

Adam

0
Answered

BibBase not loading all my citations (personal library, public profile, ~500 citations)

Huong Le 3 years ago updated 3 years ago 5

Hi all,


My use case is very simple: I have a personal library in Zotero (~500 citations) and I want to embed it all on my personal site. Here is what I've tried so far:


(1) Click on the "BibBase page of entire library" to embed the whole library. It gives the error "BibBase: Error retrieving bibtex file.". If I click on "this bibtex file", it shows "The Zotero user you specified could not be found."

(2) Create a collection that contains all my citations in My library (very silly yeah). Embed this collection only in my site. It works, but shows only ~100 citations (I've read somewhere that this was indeed an issue with Zotero, but it was fixed).

For information, I don't belong to any group. My Zotero library is set to public (I just don't share the notes). I see that the API key of Bibbase is correctly added in my Zotero profile. I don't sync attachments to Zotero. My storage doesn't exceed the limit of 300MB by Zotero. 


I want to have my full citation displayed instead of being limited to 100. Could anyone help me with this please?

Thanks very much in advance!