Skip to content

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.

License

Notifications You must be signed in to change notification settings

larsgw/citation.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Citation.js Builds

This branch holds Citation.js builds of every version so you don't have to build them yourself. Use for example with RawGit, like this:

https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-VERSION.js

or

https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-VERSION.min.js

for the minified file. Where VERSION is one of the versions listed below. There is currently no way to reference the latest version from the GitHub files, but it is possible with the method described below.

Since v0.4.0-8 you can also get the files from any npm CDN, like unpkg and jsdelivr:

# Unminified
https://cdn.jsdelivr.net/npm/citation-js@0.4.0-8/build/citation.js
# Minified
https://cdn.jsdelivr.net/npm/citation-js@0.4.0-8
# Latest
https://cdn.jsdelivr.net/npm/citation-js

# Unminifed
https://unpkg.com/citation-js@0.4.0-8/build/citation.js
# Minified
https://unpkg.com/citation-js@0.4.0-8
# Latest
https://unpkg.com/citation-js

Citation.js

The following versions globally define and export Cite.

There was no semver before 0.2, so version numbering is improvised:

Citation.min.js

Only since 0.3.0-6. Note that 0.3.0-6.min itself has a compression of 167% for some reason, I might investigate that later.

About

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5