Closed jasonpriem closed 13 years ago
The crossref plugin does this now. I'll try to get one other plugin to do it in the next day or two, and the rest shortly after.
Shall we make the "url" dictionary value be a list rather than a single element? That way if papers have multiple url synonyms (doi lookup urls, landing pages, even shortened versions) they can all be included for searches.
Yes, definitely, but I think that's an after-alpha issue...for now we're probably only dealing with CrossRef.
On 06/03/2011 12:36 PM, hpiwowar wrote:
Shall we make the "url" directory value be a list rather than a single element? That way if papers have multiple url synonyms (doi lookup urls, landing pages, even shortened versions) they can all be included for searches.
that works. one thought is that we might want to define it as a list right now (that has a maximum of 1 element in current implementation), to avoid moving to a list in the future and breaking existing plugins. if it is easy. from the plugin side it is easy :)
It is pretty easy, but I've got to leave for Paris in like 20hrs and I'm getting a little tight for time...how about we do it toward the end, if we have time?
On 06/03/2011 01:14 PM, hpiwowar wrote:
that works. one thought is that we might want to define it as a list right now (that has a maximum of 1 element in current implementation), to avoid moving to a list in the future and breaking existing plugins. if it is easy.
ok :)
On Fri, Jun 3, 2011 at 10:19 AM, jasonpriem < reply@reply.github.com>wrote:
It is pretty easy, but I've got to leave for Paris in like 20hrs and I'm getting a little tight for time...how about we do it toward the end, if we have time?
On 06/03/2011 01:14 PM, hpiwowar wrote:
that works. one thought is that we might want to define it as a list right now (that has a maximum of 1 element in current implementation), to avoid moving to a list in the future and breaking existing plugins. if it is easy.
Reply to this email directly or view it on GitHub: https://github.com/mhahnel/Total-Impact/issues/12#comment_1298121
creating URLs-as-lists as a separate issue
Python plugins should:
attn Python plugin authors: @cameronneylon @cdparra @hpiwowar