jradavenport / Gender-in-Astro

A central repository for the ongoing study of gender in astronomy conferences
http://astrogender.site
5 stars 9 forks source link

Is there a "threshold"? #21

Open jradavenport opened 8 years ago

jradavenport commented 8 years ago

An observation made at AAS 225's hack day was that the gender ratio for the first question was not the same as the subsequent questions. The NAM 2014 study found that if Q/A sessions go to ~4 questions, the demographics flatten more. Use all data from #10:

I think @bmorris3 thought about this a good amount at AAS 225

bmorris3 commented 8 years ago

I've updated the AAS225 hackbook to python 3 so we can hack on it a bit more.

jradavenport commented 8 years ago

:+1: This is great @bmorris3! We should be able to just cut/paste the code from this notebook to make the script to tell us what we need to know and make the figures!

bmorris3 commented 8 years ago

A lot of that was pretty hacky, as it was scribbled out on the AAS 225 hack day. I'd be happy to make the methods in there:

  1. Better documented, so others can follow
  2. More general, so other analysis can be done with the same dataset
  3. Maybe based on another data structure which may be more appropriate than the typically pure-python list implementations that I used?