﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
705,Rewrite Proquest translator to use RIS export,stakats,mikowitz,"Proquest currently broken.  Took a quick look, and it turns out that now RIS export can be enabled by firing a few GETs at Proquest.

add to basket, e.g.:
http://mutex.gmu.edu:2068/pqdweb?RQT=530&markedListInfo=key%3Ddid%253D121987936%26sid%3D1%26VType%3DPQD%26VInst%3DPROD%26VName%3DPQD%26mark%3D1
http://mutex.gmu.edu:2068/pqdweb?RQT=530&markedListInfo=key%3Ddid%253D880427731%26sid%3D1%26VType%3DPQD%26VInst%3DPROD%26VName%3DPQD%26mark%3D1

to make these strings, hardcode following:
/pqdweb?RQT=530&markedListInfo=
key comes from each javascript value of checkbox in single or multiple results pages
key%3Ddid%253D121987936%26sid%3D1%26VType%3DPQD%26VInst%3DPROD%26VName%3DPQD%26mark%3D
append numeral 1 to key (i.e. marking it)


export basket:
http://mutex.gmu.edu:2068/pqdweb?RQT=562&exportFormat=1&clientId=31810


clear basket:
http://mutex.gmu.edu:2068/pqdweb?RQT=531&clientId=31810

client id is embedded everywhere as hidden input",defect,closed,critical,1.0 RC 4,translators,1.0,fixed,,
