JabRef/cloudref

after upload refrence bib file getting error

dipenpatel235 opened this issue · 4 comments

  • I'm submitting a ...
    [ ] bug report
  • What is the current behavior?
    in centos started service using below command
    docker run -p 0.0.0.0:8080:8080 jabref/cloudref

then upload any bib ref file.
and getting error

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
    in centos install docker
    start docker service
    docker run -p 127.0.0.1:8080:8080 jabref/cloudref

then upload any bib file.

  • What is the expected behavior?
    must seen any bib file

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:

direct used docker given by u

capture

Do you have a minimal bibfile? I assume, you have year = {1993-1994}. Think, we have to fix the internal format somehow.

No i have taken random file from internet and tried
below file i have tried
http://shelah.logic.at/listb.bib

I had the same issue with

@article{ WOS:000538597400023, Author = {Guha, Martin}, Title = {{Climate Psychology: On Indifference to Disaster}}, Journal = {{JOURNAL OF MENTAL HEALTH}}, Year = {{2020}}, Volume = {{29}}, Number = {{3}}, Pages = {{367-369}}, Month = {{MAY 3}}, ISSN = {{0963-8237}}, EISSN = {{1360-0567}}, Unique-ID = {{WOS:000538597400023}}, }

In my case Cloudref could not deal with the double curly braces. When I replaced "{{" and "}}" with "{" and "}", respectively, it worked. I would greatly appreciate it, if CloudRef could do this automatically though.

Nice to hear that CloudRef is in use. Meanwhile, the JabRef team worked on JabRef online (available at https://github.com/JabRef/JabRefOnline). That is a different software. Maybe, you like it.

Maybe, work on CloudRef will be resumed on some time. Maybe, after JabRef/jabref#110 is implemented.