jsk_fellows (view)

4 rows where fellowship = "jsk-fellows2011" and verified = 1

View and edit SQL

Suggested facets: created_at (date)

verified

fellowship

  • jsk-fellows2011 · 4
id name description location url fellowship followers_count created_at verified screen_name
14985683 Jigar Mehta Deputy Managing Director of @dohadebates. A new project to inspire solutions to global challenges through civil discourse and debate. New York, USA http://dohadebates.com jsk-fellows2011 3619 2008-06-02T21:53:47+00:00 1 jigarmehta
21901213 Paddy Hirsch ...... ..... http://www.paddyhirsch.com jsk-fellows2011 7337 2009-02-25T18:49:06+00:00 1 paddyhirsch
123692265 Sahar Habib Ghazi Journalist. Trainer. Consultant. Experimenting with fiction and comedy. Mother to 8 year-old koala. @globalvoices @JSKstanford @umich @dawn_news alum Karachi, Pakistan https://m.youtube.com/watch?index=220&list=PLMd3iH-TpRVdVhyEwDNT_uf_8Rnpqfadm&v=05ZwgjQjnI0 jsk-fellows2011 26408 2010-03-16T23:09:38+00:00 1 SaharHGhazi
214990371 Duncan McCue Nd’Anishinaabe. Southam Fellow @MasseyCollege @UofT. Journalist-in-residence @RSJnow. Host @CheckupCBC (on leave). Fan of frybread. Creator http://riic.ca Toronto, Ontario http://www.cbc.ca/mediacentre/bio/duncan-mccue jsk-fellows2011 16308 2010-11-12T18:46:52+00:00 1 duncanmccue

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 62.471ms · About: simonw/jsk-fellows-on-twitter