-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access form with citation.js #3
Comments
Based on the code in example.format('bibtex', {
format: 'html'
})
// same goes for ris: example.format('ris', {...}) For CSL bibliographies your current usage is correct: example.format('bibliography', {
format: 'html',
template: format,
lang: 'en-US'
}) Other templates, like For citations, change
I'm getting quite annoyed by that myself too, I'm changing that once I get back on track with releases. |
As for @egonw's comment on twitter:
He's using an older API with |
Thanks, I found https://larsgw.github.io/citation.js-form/demo/ and improved the form, see http://wikicite.org/access.html?id=Q163335 for an example. Which CSL templates are already registered by default ( See also WDscholia/scholia#323 for adding the same functionality to Scholia. |
Those three are included by default, yes. |
http://wikicite.org/access.html contains an input form to lookup and format bibliographic items from Wikidata, implemented with citation.js. This is a hack to be improved:
The text was updated successfully, but these errors were encountered: