SteveRidout

Results 19 comments of SteveRidout

I agree with Simon, the item ID isn't required, either inside the "itemData" object or within an element of the "citationItems" array and is just there in Mendeley's implementation because...

In addition to the "id" field which citeproc expects, the schema contains a "uris" array which is where we store any number of URIs for users of Mendeley, Zotero, or...

Yes, we are embedding the necessary document metadata as JSON. The reason we use the "uris" array instead of a single "id" object as in your example is that multiple...

1. They are matched simply by both being members of the same citationItems array element. 2. Sorry, I'm not familiar with citeproc-hs or pandoc but anyone else wanting to use...

It will be repeated 50 times. It may not seem elegant but this way a user can copy and paste a field from one document to another and be sure...

It's probably best to completely remove it, which would mean removing the "id" object starting on line 25 of csl-citation.json and replacing the reference on line 33 ("$ref": "csl-data.json/#/items") with...

See this for an example of a wizard approach to create a much more limited styles than the Visual Editor can: http://emixam.net/somwhere/csl/

Thanks! I like the idea! I'm not working on this repo at the moment, so I won't merge it right now. But will leave it here for others to see...

Very sorry about that. It's up and running again now! I'm not sure what the root cause of this was, so if you notice this happening again please let me...

I updated notepadcalculator.com with some server side code to save and share calculations which I didn't want to share publically. Sorry about that. The front end code is not minimized...