I am looking for a Javascript library for parsing BibTeX files. Ideally, I would like to be able to link to papers and create publication lists from the BibTeX database (files with the .bib extension). Any tips on what I should go with?
I know bibtex-js . Is there anything else?
It depends on what you want to receive. If you want to spit out JSON, then a definite choice is bibtex-parser-js . If you want to generate HTML using I / O, there are several options: bibtex2html (OCaml) bibhtml (XSLT) bib2xhtml (Perl) bibtex2web (Perl)
... but they are not JavaScript. However, this may be useful for you: bib-publication-list
I made a project, by the way also called bibtex-js . Also available at npm .
, BibTeX . BibTeX, BeaST bibfiles .
Typescript.
npm install bibtex
:
import {parseBibFile} from "bibtex"; const bibFile = parseBibFile(bibtexString);
Source: https://habr.com/ru/post/1537774/More articles:Unable to read swagger JSON from http: // localhost: 9000 / api-docs / - swagger-uionLongPress doesn't work as expected - androidHow do C ++ threads work? - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1537772/files-from-yeoman-web-app-that-needs-to-be-committed-in-scmgit&usg=ALkJrhgkArbS_a1cuFszsYQDQWdrmN6uAAMemory leak using Curl and OpenSSL - cHow can I change the opacity of an image without changing the contents of the div? - cssSet a new variable with a string name from an existing variable - bashsometimes javascript works perfect, and sometimes not in ruby ββon rails 4 - javascriptHow to call Java static method without arguments in Clojure? - javaInvoking additional actions before the MST timeout expires process threads - c #All Articles