Happy new year Indico Community!
I have a conference where the organizers would like to perform some statistical analyses on the abstract review scores following the review process. From what I can tell, there is no way through the webUI to download the data in a csv or json. So, I’m looking for alternatives.
Would Indico Shell be a good way to do this, and if so, is there a recent manual somewhere? Or, am I doomed to create an SQL query to extract the data?
The data needed is (pseudocode):
“reviewerid, abstractid, reviewquestionid, score”
Does that sound like something that would be easy to do?