[NTG-context] Include 'urldate' in *.bst (Url citations with last checked date)

2015-09-11 Thread Jens Bertram

Hi,

for a document I'm currently writing I need to cite some online 
resources including their last accessed date. Adding
\insertbiburl[..] to a citation style does work fine to get the urls 
printed.
However, the *.bst styles only check for 'lastchecked' tag for a last 
accessed date. I don't know if there's any standard way for specifying 
the date but 'lastchecked' and 'urldate' seem to be two commonly used 
variants (as far as a quick web search tells - I'm on Zotero which also 
uses the last mentioned type).


To get this temporary working for me I replaced the plain 'lastcheck' 
output in *.bst with:

 ..
 lastchecked empty$
   {"" "\lastchecked" urldate do.out}
   {"" "\lastchecked" lastchecked do.out} if$
 ..
and added urldate to the list of known tags.

Are there any chances to get this changed in the 'official' version (if 
there are no other points against this I don't see right now :))?


Best regards,
Jens

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Include 'urldate' in *.bst (Url citations with last checked date)

2015-09-11 Thread Alan BRASLAU
The new mkiv bibliography module does not use *.bst files at all.
We can handle access date but there needs to be some sort of
specification. I believe that the APA style only specifies "Retrieved
from". I can work something in to use the fields "lastchecked" and/or
"urldate".

Alan


On Fri, 11 Sep 2015 15:12:50 +0200
Hans Hagen  wrote:

> On 9/11/2015 10:29 AM, Jens Bertram wrote:
> > Hi,
> >
> > for a document I'm currently writing I need to cite some online
> > resources including their last accessed date. Adding
> > \insertbiburl[..] to a citation style does work fine to get the urls
> > printed.
> > However, the *.bst styles only check for 'lastchecked' tag for a
> > last accessed date. I don't know if there's any standard way for
> > specifying the date but 'lastchecked' and 'urldate' seem to be two
> > commonly used variants (as far as a quick web search tells - I'm on
> > Zotero which also uses the last mentioned type).
> >
> > To get this temporary working for me I replaced the plain
> > 'lastcheck' output in *.bst with:
> >   ..
> >   lastchecked empty$
> > {"" "\lastchecked" urldate do.out}
> > {"" "\lastchecked" lastchecked do.out} if$
> >   ..
> > and added urldate to the list of known tags.
> >
> > Are there any chances to get this changed in the 'official' version
> > (if there are no other points against this I don't see right
> > now :))?  
> 
> I have no clue how bst files work (nor time to look into it) so
> others have to decide on that.


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Include 'urldate' in *.bst (Url citations with last checked date)

2015-09-11 Thread Hans Hagen

On 9/11/2015 10:29 AM, Jens Bertram wrote:

Hi,

for a document I'm currently writing I need to cite some online
resources including their last accessed date. Adding
\insertbiburl[..] to a citation style does work fine to get the urls
printed.
However, the *.bst styles only check for 'lastchecked' tag for a last
accessed date. I don't know if there's any standard way for specifying
the date but 'lastchecked' and 'urldate' seem to be two commonly used
variants (as far as a quick web search tells - I'm on Zotero which also
uses the last mentioned type).

To get this temporary working for me I replaced the plain 'lastcheck'
output in *.bst with:
  ..
  lastchecked empty$
{"" "\lastchecked" urldate do.out}
{"" "\lastchecked" lastchecked do.out} if$
  ..
and added urldate to the list of known tags.

Are there any chances to get this changed in the 'official' version (if
there are no other points against this I don't see right now :))?


I have no clue how bst files work (nor time to look into it) so others 
have to decide on that.


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___