- From: Timothy Lebo <lebot@rpi.edu>
- Date: Mon, 19 Nov 2012 11:57:51 -0500
- To: Luc Moreau <L.Moreau@ecs.soton.ac.uk>
- Cc: "public-prov-wg@w3.org" <public-prov-wg@w3.org>
- Message-Id: <6E932E8A-2B5C-423F-BBB9-D0597CDB659C@rpi.edu>
Luc, On Nov 19, 2012, at 5:53 AM, Luc Moreau <L.Moreau@ecs.soton.ac.uk> wrote: > > To all editors, > > We agreed at F2F4 that we would share a same bibliography file. Thanks! > > It can be found in > http://dvcs.w3.org/hg/prov/raw-file/default/model/provbib.js > > Just add: > <script src="../model/provbib.js" class="remove"></script> > > > and add addProvReferences to preProcess > > preProcess: [ addProvReferences], > > And it will do. > > A utility function checkLinksToW3CReports displays on the console > prov urls that are not included in this bibliography. Please make > sure that you reference the latest documents (with explicit dates). I added what you said at http://aquarius.tw.rpi.edu/prov-wg/prov-o : <script src="http://dvcs.w3.org/hg/prov/raw-file/default/model/provbib.js" class="remove"></script> ... preProcess: [addExtraReferences, addProvReferences], 1) I do not get a console with missing PROV URLS, so I'm fine? 2) How do I reference the latest documents with explicit dates? Isn't that what your provbib.js does for us? http://aquarius.tw.rpi.edu/prov-wg/prov-o#references appears to be correct. Is there anything else that I need to do? Thanks, Tim > > Cheers, > Luc > > -- > Professor Luc Moreau > Electronics and Computer Science tel: +44 23 8059 4487 > University of Southampton fax: +44 23 8059 2865 > Southampton SO17 1BJ email: l.moreau@ecs.soton.ac.uk > United Kingdom http://www.ecs.soton.ac.uk/~lavm > > >
Received on Monday, 19 November 2012 16:58:21 UTC