Git Product home page Git Product logo

Comments (7)

vkaravir avatar vkaravir commented on June 26, 2024 1

Good catch @chsu5358! I just pushed a fix for it, let me know if you still have the issue.

from bib-publication-list.

vkaravir avatar vkaravir commented on June 26, 2024

Just having your bibliography in the bibtex format should be enough. Looks like you've uncovered a bug in the bibtex parser I'm using. Could you share the bib you're using so I can take a look and fix the issue? Or, even better if you can find the bibtex entry that's causing the issue.

from bib-publication-list.

 avatar commented on June 26, 2024

Well I noticed the problem was with comma separated author list instead of and's, but I think this is one of the errors. Following is the link to a similar bibsonomy:

https://www.bibsonomy.org/bib/user/aksw

You can check this one out, please let me know if you can figure out the exact trouble.

from bib-publication-list.

vkaravir avatar vkaravir commented on June 26, 2024

I fixed quite a few issues and the bibtex from the bibsonomy link works now. Let me know if you still have issues with your bibtex.

from bib-publication-list.

 avatar commented on June 26, 2024

The update fixed quite a number of issues.

but I still find this one issue, for captial letters in the tittle attribute for example the following:

title= {{SampleResearch}: Open Research for Scientists}

The parser throws an error, would be happy if you can manage to fix this one too.

from bib-publication-list.

vkaravir avatar vkaravir commented on June 26, 2024

This does work for me. But if I don't have the comma like in your example, I do get an error. I fixed that now so that it won't crash. But the title will still be missing as the bibtex is invalid (assuming of course that title isn't the last line for the entry). If it still won't work for you, could you share the whole entry with the issue?

Also, I changed it so that the whole code shouldn't crash if displaying one of the entries fails. But if the parser fails, everything still fails.

from bib-publication-list.

chsu5358 avatar chsu5358 commented on June 26, 2024

For bibtex files that list authors in the format used by Google Scholar, ex: "author={last_name1, first_name1 and last_name2, first_name2 and last_name3, first_name3}," it seems to display only the last names in the rendered table instead of displaying full name in the order of "first_name last_name" (such as that in your personal website example.)
Can we switch to displaying full names for the author field? Or do we need to manually change the author field in bibtex files to "author={first_name1 last_name1 and first_name2 last_name2 and first_name3 last_name3}"?

from bib-publication-list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.