[openbiblio-dev] Tutorial on BibJSON
Mark MacGillivray
mark at odaesa.com
Sat Dec 17 16:15:22 UTC 2011
Yes.
As in, a basic representation of authors would be:
"author":"Mark and Peter and Karen"
But an improvement would be:
"author":["Mark","Peter","Karen"]
and if you want more info just do:
"author":[{"name":"Mark"},{"name":"Peter"},{"name":"Karen"}]
plus if you want namespaced keys:
"ns:author":[{"name":"Mark"},{"name":"Peter"},{"name":"Karen"}]
When bibtex or JSON is imported into a bibserver instance (such as
bibsoup.net) the parsers will create the third option - author is a
list of objects, thus author objects can easily be extended with other
info.
Mark
On Sat, Dec 17, 2011 at 2:24 PM, Peter Murray-Rust <pm286 at cam.ac.uk> wrote:
>
>
> On Sat, Dec 17, 2011 at 2:04 PM, Karen Coyle <kcoyle at kcoyle.net> wrote:
>>
>> I'm not exactly sure what it means to say that "some values are objects",
>
>
> I think it means "some keys, such as "author" , may have object-values as
> well as string-values. Mark?
>
> --
> Peter Murray-Rust
> Reader in Molecular Informatics
> Unilever Centre, Dep. Of Chemistry
> University of Cambridge
> CB2 1EW, UK
> +44-1223-763069
>
> _______________________________________________
> openbiblio-dev mailing list
> openbiblio-dev at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/openbiblio-dev
>
More information about the openbiblio-dev
mailing list