jsk_fellows (view)

7 rows where fellowship = "jsk-fellows2013" and verified = 1

View and edit SQL

Suggested facets: created_at (date)

verified

fellowship

  • jsk-fellows2013 · 7
id name description location url fellowship followers_count created_at verified screen_name
16288136 Melissa Chan reporter, writer | sometimes @dwnews | latest on VICE News Tonight, Foreign Policy, @GlobalRepCentre. Formerly London, China/Asia, Doha, California, more 🌎.   http://www.melissachan.com jsk-fellows2013 75679 2008-09-14T22:25:38+00:00 1 melissakchan
18912392 Attila Mong journalist//consultant @DW_Akademie // Europe correspondent for @pressfreedom // board member @Atlatszo // @JSKStanford Fellow//Stronger& lighter after #cancer. Berlin   jsk-fellows2013 9395 2009-01-12T19:45:35+00:00 1 attilamong
19727405 Michael Lindenberger Deputy Opinion Editor at Houston Chronicle | Ex: DC correspondent & edit board @dallasnews | ‘13 @jskstanford | @LouisvilleLaw grad | @Time @TNR Dallas, TX http://about.me/lindenberger jsk-fellows2013 2410 2009-01-29T19:11:06+00:00 1 Lindenberger
22869559 Andy DonoBOO! 👻 managing editor @reveal CALIFORNIA https://www.revealnews.org/author/andrew-d-donohue jsk-fellows2013 7988 2009-03-05T02:55:54+00:00 1 add
29006114 Latoya Peterson Cyborg // Goddess // Storyteller //Technologist. Cofounder/CXO ✨@GlowUpGames✨Making: @InsecureGame Always: @Racialicious. @Techstars '20. Chillin on Clubhouse Quarantined http://glowup.games/ jsk-fellows2013 15237 2009-04-05T15:45:34+00:00 1 LatoyaPeterson
63027773 Wilson Lievano Senior Digital Editor @GroundTruth. News animator. Knight Fellow. Explaining the world one keyframe at a time. Boston, MA http://www.animatedpress.com jsk-fellows2013 514 2009-08-05T04:08:38+00:00 1 wlievano
1548898596 Eric Westervelt @NPR journalist. Recovering foreign correspondent. Occasional host. Musician by moonlight http://SecureDrop.npr.org/ http://SeeDisclaimer.com San Francisco, CA https://www.npr.org/people/2101350/eric-westervelt jsk-fellows2013 4897 2013-06-26T19:27:15+00:00 1 Ericnpr

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Query took 75.955ms · About: simonw/jsk-fellows-on-twitter