Open jradavenport opened 8 years ago
I think I can contribute here, too.
Do you just want the data_final.csv
files, or do you want a program that produces data_final.csv
from raw data in all three conferences?
Just the files. In future surveys we will continue to approach the ideal file format from the beginning :)
Sent from my smartphone
On Jan 26, 2016, at 10:08 PM, Paul DeStefano notifications@github.com wrote:
I think I can contribute here, too.
Do you just want the data_final.csv files, or do you want a program that produces data_final.csv from raw data in all three conferences?
— Reply to this email directly or view it on GitHub.
Okay, I plan to look into this tomorrow. I could be really easy; fingers crossed.
Couple questions:
categories.csv
in parent directory. session number -> category number -> category name? Can we still get session categories for 223?)Well, it was trivial to reorder fields and apply some inflexible formatting rules. I did that for all three AAS meetings, but now I have more questions.
Hey @PaulDeStefano, I'm back online after a weekend scuba diving (poor me), here's some thoughts:
data.csv
files, AAS 225 has it in the raw.csv
, so you'll need to rip it from there.[Timestamp, TalkID, ChairGender, SpeakerGender, QuestionGenders]
and then we'll add SessionCategory
as a final column in #23Additional work - categorizing the sessions at each AAS (for #19 / #27):
Need to have a unified, value added file format for each conference in the paper. Each
data_final.csv
file should contain:Files should be unique'd (no repeat entries)
We should also keep the raw data file for each conference, which contains (for 225 and 227) the comments field.
Checklist for processing these files: