This data as json, CSV (advanced)
Suggested facets: location, verified, created_at (date)
fellowship
id | name | description | location | url | fellowship | followers_count | created_at | verified | screen_name | |
---|---|---|---|---|---|---|---|---|---|---|
3219 | Phillip Smith | My passion is helping: 💰 1. Newsrooms make more money; 📈 2. News startups grow their audience; 🔥 3. Journalists succeed as entrepreneurs. Let's talk 📩 | California | https://journalismentrepreneurship.com | https://twitter.com/phillipadsmith | jsk-fellows-2018 | 5156 | 2006-07-27T02:33:10+00:00 | 0 | phillipadsmith |
6827702 | André Natta | Always: Urban conversationalist. Bronx native. 2018 @JSKStanford Fellow. Past: @resolvephilly @lenfestlab @wbhm @bhamterminal @Poynter #wjchat. Love ⚾. | Birmingham, AL | https://acnatta.substack.com/ | https://twitter.com/acnatta | jsk-fellows-2018 | 4233 | 2007-06-15T06:50:32+00:00 | 1 | acnatta |
14104554 | Tim Regan-Porter | "Make awesome stuff & be kind while doing it." CEO, Colorado Press Association. Prev: @jskstanford, @mercerccj, @PasteMagazine, @IBM, @McClatchy | https://twitter.com/timreganporter | jsk-fellows-2018 | 16335 | 2008-03-08T23:59:14+00:00 | 0 | timreganporter | ||
16700673 | Rock’em Sock’em Rosie | @WPR, @JSKstanford ‘18, public radio fanatic, often on eight wheels. | Madison, WI | https://twitter.com/jenniferdargan | jsk-fellows-2018 | 434 | 2008-10-11T21:50:07+00:00 | 0 | jenniferdargan | |
18454770 | 🔅Don Day | http://BoiseDev.com publisher covering the story of Idaho’s future. @JSKstanford Fellow. Spent 18 years in traditional media, now reinventing local news. | Boise, ID | http://linkedin.com/in/donday | https://twitter.com/DonLDay | jsk-fellows-2018 | 7036 | 2008-12-29T17:56:56+00:00 | 1 | DonLDay |
19138916 | Zeba Khan | Librarian's daughter | Caregiver (again) | Race, religion, identity politics | Fellow @JSKstanford | former @theopedproject | she/her | Palo Alto, CA | https://twitter.com/zebakhan | jsk-fellows-2018 | 4140 | 2009-01-18T07:16:21+00:00 | 0 | zebakhan | |
24661811 | Michael Grant | Teaching Fellow @Google News Lab. Founder @GetCurrentNow. Priors: UX @Reveal, @JSKstanford Fellow '18, @StarTribune + @SFChronicle. Views are my own. | Menlo Park, CA | https://mikegrant.me | https://twitter.com/mikegrantme | jsk-fellows-2018 | 2461 | 2009-03-16T07:02:19+00:00 | 0 | mikegrantme |
25029808 | Guilherme Amado | Jornalista. Colunista na @RevistaEpoca e na @cbnoficial. @ICIJorg member. @Abraji VP. @JSKStanford fellow. http://Instagram.com/guilhermeamado | Brazil | https://epoca.globo.com/guilherme-amado/ | https://twitter.com/guilherme_amado | jsk-fellows-2018 | 41787 | 2009-03-18T04:47:23+00:00 | 1 | guilherme_amado |
47898401 | Titus Plattner | Innovation projects & investigative reporter @Tamedia l @JSKstanford 18' l @ICIJorg Network Committee l Board of Swiss FOIA I coauthor @LaPremiereVague | Lausanne, Suisse | https://keybase.io/titus | https://twitter.com/titusplattner | jsk-fellows-2018 | 2150 | 2009-06-17T08:26:57+00:00 | 0 | titusplattner |
86776199 | JulieAnn McKellogg | Making texts fetch @joinsubtext | Builder and storyteller @JSKstanford @pactio_us @mcclatchy @washingtonpost @voanews @UNCHussman | San Francisco, CA | http://joinsubtext.com | https://twitter.com/jmckellogg | jsk-fellows-2018 | 1576 | 2009-11-01T18:44:39+00:00 | 0 | jmckellogg |
97459086 | mago torres | journalist, researcher • @JSKstanford fellow 2017-2018 • happily sharing a Pulitzer with 370+ journalists #PanamaPapers • amable damisela. | http://www.magotorres.net/ | https://twitter.com/magiccia | jsk-fellows-2018 | 3081 | 2009-12-17T14:59:49+00:00 | 0 | magiccia | |
184814522 | Lisa Rossi | Co-founder: Bonfire Strategy. Delivering powerful experiences to spur creative ideas that resonate. Passionate about: Building stronger teams and communities. | Des Moines, IA | https://twitter.com/LisaARossi | jsk-fellows-2018 | 2060 | 2010-08-30T15:09:19+00:00 | 1 | LisaARossi | |
213689248 | Dr. Seema Yasmin | MD + Epidemiologist + Journalist | Fmr Epidemic Intelligence Service Officer| Study: infodemics |Teach: sci journalism | Direct: Stanford Health Comm Initiative | Hackney girl in California | https://linktr.ee/SeemaYasmin | https://twitter.com/DoctorYasmin | jsk-fellows-2018 | 66115 | 2010-11-09T15:06:40+00:00 | 1 | DoctorYasmin |
2571132636 | Barbara Maseda | Founder @Invntario, @TEDfellow 2020 Before: @JSKStanford class '18, @BCUMedia #ddj #textdata #opendata #transparency PGP http://bit.ly/2YnCT8Q | Cuba | https://proyectoinventario.org | https://twitter.com/barbaramaseda | jsk-fellows-2018 | 1587 | 2014-06-16T15:33:22+00:00 | 0 | barbaramaseda |
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;