This data as json, CSV (advanced)
Suggested facets: created_at (date)
fellowship
id | name | description | location | url | fellowship | followers_count | created_at | verified | screen_name | |
---|---|---|---|---|---|---|---|---|---|---|
15906933 | Danyel Smith | 📚SHINE BRIGHT: A Personal History of Black Women in Pop | @oneworldlit @randomhouse | alum: @espn @billboard @vibe | @xhrdcvrx #hrdlist #themotto | mostly CA | https://danyelsmith.carrd.co/ | https://twitter.com/danamo | jsk-fellows2014 | 37569 | 2008-08-19T17:42:24+00:00 | 1 | danamo |
24334685 | Aela Callan | Ella with an A. Co-founder of @setyourhead an immersive learning ecosystem to keep journalists safe with a strong mindset. @JSKStanford alum | Beirut, Lebanon | http://www.headset.studio | https://twitter.com/aelacallan | jsk-fellows2014 | 4918 | 2009-03-14T05:21:02+00:00 | 1 | aelacallan |
115359136 | Andrew Losowsky | New York, NY | https://twitter.com/losowsky | jsk-fellows2014 | 8023 | 2010-02-18T12:03:16+00:00 | 1 | losowsky | ||
306428731 | Martin Kotynek | editor-in-chief / Chefredakteur @ DER STANDARD in Vienna // past: deputy editor-in-chief @ ZEIT ONLINE in Berlin // Knight Fellow '14 @ Stanford University | Wien, Österreich | http://linkedin.com/in/mkotynek | https://twitter.com/martin_k | jsk-fellows2014 | 8564 | 2011-05-27T21:30:08+00:00 | 1 | martin_k |
329353102 | Amie Ferris-Rotman | Interim Global Editor @FullerProject. Formerly @washingtonpost Moscow Correspondent. Stints with FP, WSJ and Reuters in Kabul. Proud founder of @Sahar_Speaks | London, UK | https://www.amieferrisrotman.com | https://twitter.com/Amie_FR | jsk-fellows2014 | 19217 | 2011-07-04T23:03:23+00:00 | 1 | Amie_FR |
JSON shape: default, array, newline-delimited
CREATE VIEW jsk_fellows AS select users.id, users.name, users.description, users.location, users.url, 'https://twitter.com/' || users.screen_name as twitter, group_concat(lists.slug) as fellowship, users.followers_count, users.created_at, users.verified, users.screen_name from users join list_members on list_members.user = users.id join lists on list_members.list = lists.id where lists.slug like 'jsk-fellows%' and lists.slug not like '%projects' group by users.id;