astropy / astropy-project

Documents and policies regarding the Astropy Project as a whole.
Creative Commons Attribution 4.0 International
36 stars 43 forks source link

Demographics of contributors #8

Open kelle opened 5 years ago

kelle commented 5 years ago

It would be great to have at least the city/country in which our top ~50 contributors are based. I feel like this could be done quickly/easily from the github profiles? (@bsipocz @sosey?) Maybe we send an email to dev asking folks to update their profile. (A larger demographic survey is being led by NumFocus and is in the fund raising stage.) btw, this was motivated by a user asking to be connected to folks who are based in Australia.

astrofrog commented 5 years ago

Using PyGitHub:

In [11]: from github import Github                                                                                                                                                                                        

In [12]: gh = Github()                                                                                                                                                                                                    

In [13]: repo = gh.get_repo('astropy/astropy')                                                                                                                                                                            

In [14]: for contributor in repo.get_contributors(): 
    ...:     print(contributor.name, contributor.location) 
    ...:                                                                                                                                                                                                                  
Thomas Robitaille United Kingdom
Erik Tollerud Baltimore, MD
Tom Aldcroft Cambridge, MA
E. M. Bray France
Michael Droettboom Maryland, USA
Marten van Kerkwijk Toronto, Ontario, Canada
Brigitta Sipocz Seattle, WA
Adrian Price-Whelan Princeton, NJ
P. L. Lim Baltimore, MD, USA
Larry Bradley None
Nadia Dencheva None
Simon Conseil Lyon / Marseille, France
Adam Ginsburg None
Matt Craig Moorhead, MN
Michael Seifert None
None None
Dan D'Avella Baltimore, MD
Stuart Mumford Sheffield
None None
Hans Moritz Günther Cambridge, MA, USA
Axel Donath Heidelberg
Zé Vinícius None
Christoph Deil Heidelberg
Jake Vanderplas Seattle WA
Julien Woillez Germany
Aarya Patil Toronto, India
Steve Crawford Baltimore, MD
Leo Singer Greenbelt, MD
Matt Davis Bay Area, California
Geert Barentsen Mountain View, California
Wolfgang Kerzendorf None
Derek Homeier None
Neil Crighton None
Michael Wood-Vasey None
Brett M. Morris Seattle, WA
Alexander Rudy Santa Cruz, CA
Mihai Cara Baltimore, MD
Matteo Bachetti Selargius (Cagliari), Italy
James Noss Baltimore, USA
David Shupe Pasadena, California, USA
John Parejko None
Kyle Barbary Oakland, CA
Kelle Cruz New York, NY
Miguel de Val-Borro None
None None
Anchit Jain Pilani, India
Matej Stuchlik Czech Republic
Nicholas Kern Berkeley, CA
None None
Juan Luis Cano Rodríguez Barcelona, Spain
Vishnunarayan K I Kerala, India
Asish Panda Bhubaneswar
Joseph Booker Toledo, OH
...
kelle commented 5 years ago

email sent to astropy-dev asking folks to update their location.