query_data=query.get("citations(2016pasc.conf....2S) or citations(2018ascl.soft05020S)",fl="title,bibcode,first_author_norm,date,year,doi,author_count,pub_raw",rows=1000)
query_data=query.get("citations(2016pasc.conf....2S) or citations(2018ascl.soft05020S)",fl="title,bibcode,first_author_norm,date,year,doi,author_count,pub_raw,bibstem",rows=1000)
paper_list=query_data.papers
# Process the data to make the title a string and not an array of strings