Looking at context documentations and source code, it says that for
electronic category we have:
* Required fields: title
* Optional fields: address, author, howpublished, month, note,
organization, url, year, doi

So, when I run this simple code:

    \startbuffer[example]
    @ELECTRONIC {example,
        title = "One title",
        url = "http://www.example.org";,
    }
    \stopbuffer

    \usebtxdefinitions[aps]

    \definebtxdataset[basic]
    \usebtxdataset[basic][example.buffer]
    \definebtxrendering
        [basic]
        [aps]
        [dataset=basic]

    \setupbtx[dataset=basic]
    \nocite[example]

    \starttext
    \placelistofpublications[basic]
    \stoptext

I've got an output that is similar with:

    [1] , One title, http://www.example.org (unpublished)

which seems incorrect to me (author should not be rendered, and I was
expecting year not to be accounted for too). Am I doing something
wrong?

Thanks in advance
Tomás

PS. Original question was posted here:
https://tex.stackexchange.com/questions/480416/bibliography-what-is-the-correct-way-to-setup-and-invoke-the-category-electron
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to