Skip to content

chfritz/meteor-bibtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple BibTex Parser

Based on https://github.com/mikolalysenko/bibtex-parser.

Does what I imagine you imagine it does ;-)

Use:

var result = Bibtex.parse("@ARTICLE{Hammond88b,\n  author = {Hammond, P., Mouat, G.S.V.},\n  title = {Neural correlates of motion after-effects in cat striae cortical\n\tneurones: interocular transfer},\n  journal = {Exp. Brain Res.},\n  year = {1988},\n  volume = {72},\n  pages = {21-28},\n  en_number = { },\n  keywords = {vision visual cortex interocular transfer}\n}\n");

Development

The project is developed using meteor

To run the tests execute:

 meteor test-packages ./

and open your http://localhost:3000

About

A bibtex parser for meteor, based on previous work by others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published