Scrapeless API
Dashboard
Dashboard
  1. google scholar
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Connect
    • Running sessions
    • Live URL
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • google search
      • API Parameters
      • Google Search
      • Google Images
      • Google Local
      • Google Shopping
      • Google Videos
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google maps
      • API Parameters(Google Maps)
      • API Parameters(Google Maps Autocomplete)
      • API Parameters(Google Maps Contributor Reviews)
      • API Parameters(Google Maps Directions)
      • API Parameters(Google Maps Reviews)
      • Google Maps
      • Google Maps Autocomplete
      • Google Maps Contributor Reviews
      • Google Maps Directions
      • Google Maps Reviews
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
        POST
      • Google Scholar Author
        POST
      • Google Scholar Cite
        POST
      • Google Scholar Profiles
        POST
    • google jobs
      • API Parameters
      • Google Jobs
    • google shopping
      • API Parameters
      • Google Shopping
    • google hotels
      • API Parameters
      • Supported Google Vacation Rentals Property Types
      • Supported Google Hotels Property Types
      • Supported Google Vacation Rentals Amenities
      • Supported Google Hotels Amenities
      • Google Hotels
    • google news
      • API Parameters
      • Google News
    • google lens
      • API Parameters
      • Google Lens
    • google finance
      • API Parameters
      • Google Finance
      • Google Finance Markets
    • google product
      • API Parameters
      • Google Product
    • google play store
      • API Parameters
      • Supported Google Play Categories
      • Google Play Games
      • Google Play Books
      • Google Play Movies
      • Google Play Product
      • Google Play Apps
    • google ads
      • API Parameters
      • Google Ads
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
    • Web Unlocker
  • Crawler
    • Scrape
      • Scrape a single URL
      • Scrape multiple URLs
      • Cancel a batch scrape job
      • Get the status of a scrape
      • Get the status of a batch scrape job
      • Get the errors of a batch scrape job
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  1. google scholar

Google Scholar Author

Developing
POST
/api/v1/scraper/request
Last modified:2025-03-19 03:34:16

Request

Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string 
required
input
object 
required
author_id
string 
required
Example
{
    "actor": "scraper.google.scholar.author",
    "input": {
        "author_id": "LSsXyncAAAAJ"
    }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
    "actor": "scraper.google.scholar.author",
    "input": {
        "author_id": "LSsXyncAAAAJ"
    }
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{
    "author": {
        "name": "Cliff Meyer",
        "affiliations": "Dana-Farber Cancer Institute and Harvard T.H. Chan School of Public Health",
        "email": "Verified email at jimmy.harvard.edu",
        "interests": [
            {
                "title": "Computational Biology",
                "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:computational_biology"
            },
            {
                "title": "Epigenetics",
                "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:epigenetics"
            },
            {
                "title": "Gene Regulation",
                "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:gene_regulation"
            },
            {
                "title": "Genomics",
                "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:genomics"
            },
            {
                "title": "Transcription Factors",
                "link": "https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:transcription_factors"
            }
        ],
        "thumbnail": "https://www.google.com/citations/images/avatar_scholar_128.png"
    },
    "articles": [
        {
            "title": "Model-based analysis of ChIP-Seq (MACS)",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:2osOgNQ5qMEC",
            "citation_id": "LSsXyncAAAAJ:2osOgNQ5qMEC",
            "authors": "Y Zhang, T Liu, CA Meyer, J Eeckhoute, DS Johnson, BE Bernstein, ...",
            "publication": "Genome biology 9, 1-9, 2008",
            "cited_by": {
                "value": 17091,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=14252090027271643524"
            },
            "year": "2008"
        },
        {
            "title": "Genome-wide analysis of estrogen receptor binding sites",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:9yKSN-GCB0IC",
            "citation_id": "LSsXyncAAAAJ:9yKSN-GCB0IC",
            "authors": "JS Carroll, CA Meyer, J Song, W Li, TR Geistlinger, J Eeckhoute, ...",
            "publication": "Nature genetics 38 (11), 1289-1297, 2006",
            "cited_by": {
                "value": 1653,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=7951096779388712529"
            },
            "year": "2006"
        },
        {
            "title": "Chromosome-wide mapping of estrogen receptor binding reveals long-range regulation requiring the forkhead protein FoxA1",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:d1gkVwhDpl0C",
            "citation_id": "LSsXyncAAAAJ:d1gkVwhDpl0C",
            "authors": "JS Carroll, XS Liu, AS Brodsky, W Li, CA Meyer, AJ Szary, J Eeckhoute, ...",
            "publication": "Cell 122 (1), 33-43, 2005",
            "cited_by": {
                "value": 1601,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=12018554524946333077"
            },
            "year": "2005"
        },
        {
            "title": "FoxA1 translates epigenetic signatures into enhancer-driven lineage-specific transcription",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:UeHWp8X0CEIC",
            "citation_id": "LSsXyncAAAAJ:UeHWp8X0CEIC",
            "authors": "M Lupien, J Eeckhoute, CA Meyer, Q Wang, Y Zhang, W Li, JS Carroll, ...",
            "publication": "Cell 132 (6), 958-970, 2008",
            "cited_by": {
                "value": 1143,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=11112848724269661604"
            },
            "year": "2008"
        },
        {
            "title": "Androgen receptor regulates a distinct transcription program in androgen-independent prostate cancer",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:_kc_bZDykSQC",
            "citation_id": "LSsXyncAAAAJ:_kc_bZDykSQC",
            "authors": "Q Wang, W Li, Y Zhang, X Yuan, K Xu, J Yu, Z Chen, R Beroukhim, ...",
            "publication": "Cell 138 (2), 245-256, 2009",
            "cited_by": {
                "value": 1093,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=15942606360659954185"
            },
            "year": "2009"
        },
        {
            "title": "Handbook of test problems in local and global optimization",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:d3xjRt2Mi1YC",
            "citation_id": "LSsXyncAAAAJ:d3xjRt2Mi1YC",
            "authors": "CA Floudas, PM Pardalos, C Adjiman, WR Esposito, ZH Gümüs, ...",
            "publication": "Springer Science & Business Media, 2013",
            "cited_by": {
                "value": 948,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=10764070690182668063"
            },
            "year": "2013"
        },
        {
            "title": "Cistrome: an integrative platform for transcriptional regulation studies",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:ULOm3_A8WrAC",
            "citation_id": "LSsXyncAAAAJ:ULOm3_A8WrAC",
            "authors": "T Liu, JA Ortiz, L Taing, CA Meyer, B Lee, Y Zhang, H Shin, SS Wong, ...",
            "publication": "Genome biology 12, 1-10, 2011",
            "cited_by": {
                "value": 765,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=17374025607959613119"
            },
            "year": "2011"
        },
        {
            "title": "Sequence determinants of improved CRISPR sgRNA design",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:dHRcJqc9SEQC",
            "citation_id": "LSsXyncAAAAJ:dHRcJqc9SEQC",
            "authors": "H Xu, T Xiao, CH Chen, W Li, CA Meyer, Q Wu, D Wu, L Cong, F Zhang, ...",
            "publication": "Genome research 25 (8), 1147-1157, 2015",
            "cited_by": {
                "value": 715,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=8051706563218438872"
            },
            "year": "2015"
        },
        {
            "title": "Cistrome Data Browser: expanded datasets and new tools for gene regulatory analysis",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:6xXPb0EiZccC",
            "citation_id": "LSsXyncAAAAJ:6xXPb0EiZccC",
            "authors": "R Zheng, C Wan, S Mei, Q Qin, Q Wu, H Sun, CH Chen, M Brown, ...",
            "publication": "Nucleic acids research 47 (D1), D729-D735, 2019",
            "cited_by": {
                "value": 693,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=14138633253049970899"
            },
            "year": "2019"
        },
        {
            "title": "Response and resistance to BET bromodomain inhibitors in triple-negative breast cancer",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:PD-wXv1Sh1EC",
            "citation_id": "LSsXyncAAAAJ:PD-wXv1Sh1EC",
            "authors": "S Shu, CY Lin, HH He, RM Witwicki, DP Tabassum, JM Roberts, ...",
            "publication": "Nature 529 (7586), 413-417, 2016",
            "cited_by": {
                "value": 646,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=6034776638941878499"
            },
            "year": "2016"
        },
        {
            "title": "Nucleosome dynamics define transcriptional enhancers",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:zYLM7Y9cAGgC",
            "citation_id": "LSsXyncAAAAJ:zYLM7Y9cAGgC",
            "authors": "HH He, CA Meyer, H Shin, ST Bailey, G Wei, Q Wang, Y Zhang, K Xu, ...",
            "publication": "Nature genetics 42 (4), 343-347, 2010",
            "cited_by": {
                "value": 565,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=2838072376856188369"
            },
            "year": "2010"
        },
        {
            "title": "Cistrome Data Browser: a data portal for ChIP-Seq and chromatin accessibility data in human and mouse",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:ddB7do2jUx8C",
            "citation_id": "LSsXyncAAAAJ:ddB7do2jUx8C",
            "authors": "S Mei, Q Qin, Q Wu, H Sun, R Zheng, C Zang, M Zhu, J Wu, X Shi, L Taing, ...",
            "publication": "Nucleic acids research, gkw983, 2016",
            "cited_by": {
                "value": 528,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=4410185230290837678"
            },
            "year": "2016"
        },
        {
            "title": "Target analysis by integration of transcriptome and ChIP-seq data with BETA",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:-f6ydRqryjwC",
            "citation_id": "LSsXyncAAAAJ:-f6ydRqryjwC",
            "authors": "S Wang, H Sun, J Ma, C Zang, C Wang, J Wang, Q Tang, CA Meyer, ...",
            "publication": "Nature protocols 8 (12), 2502-2515, 2013",
            "cited_by": {
                "value": 498,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=11247023303941198579"
            },
            "year": "2013"
        },
        {
            "title": "Model-based analysis of tiling-arrays for ChIP-chip",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:qjMakFHDy7sC",
            "citation_id": "LSsXyncAAAAJ:qjMakFHDy7sC",
            "authors": "WE Johnson, W Li, CA Meyer, R Gottardo, JS Carroll, M Brown, XS Liu",
            "publication": "Proceedings of the National Academy of Sciences 103 (33), 12457-12462, 2006",
            "cited_by": {
                "value": 498,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=1358376576284677270"
            },
            "year": "2006"
        },
        {
            "title": "GFOLD: a generalized fold change for ranking differentially expressed genes from RNA-seq data",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:qxL8FJ1GzNcC",
            "citation_id": "LSsXyncAAAAJ:qxL8FJ1GzNcC",
            "authors": "J Feng, CA Meyer, Q Wang, JS Liu, X Shirley Liu, Y Zhang",
            "publication": "Bioinformatics 28 (21), 2782-2788, 2012",
            "cited_by": {
                "value": 470,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=6894479640681805797"
            },
            "year": "2012"
        },
        {
            "title": "Identifying and mitigating bias in next-generation sequencing methods for chromatin biology",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:9w9GTvUEN2YC",
            "citation_id": "LSsXyncAAAAJ:9w9GTvUEN2YC",
            "authors": "CA Meyer, XS Liu",
            "publication": "Nature Reviews Genetics 15 (11), 709-721, 2014",
            "cited_by": {
                "value": 399,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=11159811728131830222"
            },
            "year": "2014"
        },
        {
            "title": "Transcriptional role of cyclin D1 in development revealed by a genetic–proteomic screen",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:YsMSGLbcyi4C",
            "citation_id": "LSsXyncAAAAJ:YsMSGLbcyi4C",
            "authors": "F Bienvenu, S Jirawatnotai, JE Elias, CA Meyer, K Mizeracka, A Marson, ...",
            "publication": "Nature 463 (7279), 374-378, 2010",
            "cited_by": {
                "value": 318,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=12805243605128962004"
            },
            "year": "2010"
        },
        {
            "title": "Global optimization in the 21st century: Advances and challenges",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:cG0OFEevkNgC",
            "citation_id": "LSsXyncAAAAJ:cG0OFEevkNgC",
            "authors": "CA Floudas, IG Akrotirianakis, S Caratzoulas, CA Meyer, J Kallrath",
            "publication": "Computers & Chemical Engineering 29 (6), 1185-1202, 2005",
            "cited_by": {
                "value": 280,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=10325778143928198840"
            },
            "year": "2005"
        },
        {
            "title": "Refined DNase-seq protocol and data analysis reveals intrinsic bias in transcription factor footprint identification",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:KEtq3P1Vf8oC",
            "citation_id": "LSsXyncAAAAJ:KEtq3P1Vf8oC",
            "authors": "HH He, CA Meyer, SS Hu, MW Chen, C Zang, Y Liu, PK Rao, T Fei, H Xu, ...",
            "publication": "Nature methods 11 (1), 73-78, 2014",
            "cited_by": {
                "value": 279,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=1695652780519710422"
            },
            "year": "2014"
        },
        {
            "title": "Differentiation-specific histone modifications reveal dynamic chromatin interactions and partners for the intestinal transcription factor CDX2",
            "link": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=LSsXyncAAAAJ&citation_for_view=LSsXyncAAAAJ:Se3iqnhoufwC",
            "citation_id": "LSsXyncAAAAJ:Se3iqnhoufwC",
            "authors": "MP Verzi, H Shin, HH He, R Sulahian, CA Meyer, RK Montgomery, ...",
            "publication": "Developmental cell 19 (5), 713-726, 2010",
            "cited_by": {
                "value": 238,
                "link": "https://scholar.google.comhttps://scholar.google.com/scholar?oi=bibs&hl=en&cites=717611205060357137"
            },
            "year": "2010"
        }
    ],
    "cited_by": {
        "table": [
            {
                "citations": {
                    "all": 35461,
                    "depuis_2016": 16990
                },
                "indice_h": {
                    "all": 54,
                    "depuis_2016": 42
                },
                "indice_i10": {
                    "all": 77,
                    "depuis_2016": 65
                }
            }
        ],
        "graph": [
            {
                "year": 2006,
                "citations": "150"
            },
            {
                "year": 2007,
                "citations": "322"
            },
            {
                "year": 2008,
                "citations": "491"
            },
            {
                "year": 2009,
                "citations": "613"
            },
            {
                "year": 2010,
                "citations": "816"
            },
            {
                "year": 2011,
                "citations": "1074"
            },
            {
                "year": 2012,
                "citations": "1364"
            },
            {
                "year": 2013,
                "citations": "1453"
            },
            {
                "year": 2014,
                "citations": "1606"
            },
            {
                "year": 2015,
                "citations": "1529"
            },
            {
                "year": 2016,
                "citations": "1817"
            },
            {
                "year": 2017,
                "citations": "2002"
            },
            {
                "year": 2018,
                "citations": "2173"
            },
            {
                "year": 2019,
                "citations": "2615"
            },
            {
                "year": 2020,
                "citations": "2766"
            },
            {
                "year": 2021,
                "citations": "3396"
            },
            {
                "year": 2022,
                "citations": "3441"
            },
            {
                "year": 2023,
                "citations": "3303"
            },
            {
                "year": 2024,
                "citations": "3565"
            },
            {
                "year": 2025,
                "citations": "518"
            }
        ]
    },
    "public_access": {
        "link": "https://scholar.google.com/citations?view_op=list_mandates&hl=en&user=LSsXyncAAAAJ",
        "available": 68,
        "not_available": 1
    },
    "co_authors": [
        {
            "name": "Xiaole Shirley Liu",
            "link": "https://scholar.google.com/citations?user=8XNfVucAAAAJ&hl=en",
            "author_id": "8XNfVucAAAAJ",
            "affiliations": "CEO, GV20 Therapeutics",
            "email": "Verified email at ds.dfci.harvard.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=8XNfVucAAAAJ&citpid=6"
        },
        {
            "name": "Myles Brown",
            "link": "https://scholar.google.com/citations?user=wwxk-JMAAAAJ&hl=en",
            "author_id": "wwxk-JMAAAAJ",
            "affiliations": "Emil Frei III Professor of Medicine, Dana-Farber Cancer Institute and Harvard Medical School",
            "email": "Verified email at dfci.harvard.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=wwxk-JMAAAAJ&citpid=10"
        },
        {
            "name": "Yong Zhang 张勇",
            "link": "https://scholar.google.com/citations?user=rGF5Q9sAAAAJ&hl=en",
            "author_id": "rGF5Q9sAAAAJ",
            "affiliations": "Professor of Bioinformatics, Tongji University",
            "email": "Verified email at tongji.edu.cn",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=rGF5Q9sAAAAJ&citpid=4"
        },
        {
            "name": "Tao Liu",
            "link": "https://scholar.google.com/citations?user=04GHe_kAAAAJ&hl=en",
            "author_id": "04GHe_kAAAAJ",
            "affiliations": "Associate Professor, Roswell Park Comprehensive Cancer Center",
            "email": "Verified email at roswellpark.org",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=04GHe_kAAAAJ&citpid=2"
        },
        {
            "name": "Wei Li",
            "link": "https://scholar.google.com/citations?user=7IUCbE4AAAAJ&hl=en",
            "author_id": "7IUCbE4AAAAJ",
            "affiliations": "Grace B. Bell Endowed Chair and Professor of Bioinformatics, University of California Irvine",
            "email": "Verified email at uci.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=7IUCbE4AAAAJ&citpid=5"
        },
        {
            "name": "Jason Carroll",
            "link": "https://scholar.google.com/citations?user=yR98Q94AAAAJ&hl=en",
            "author_id": "yR98Q94AAAAJ",
            "affiliations": "University of Cambridge",
            "email": "Verified email at cruk.cam.ac.uk",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=yR98Q94AAAAJ&citpid=1"
        },
        {
            "name": "Chongzhi Zang",
            "link": "https://scholar.google.com/citations?user=GV7vSDMAAAAJ&hl=en",
            "author_id": "GV7vSDMAAAAJ",
            "affiliations": "Associate Professor, University of Virginia",
            "email": "Verified email at virginia.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=GV7vSDMAAAAJ&citpid=4"
        },
        {
            "name": "Mathieu Lupien, PhD; FRSC",
            "link": "https://scholar.google.com/citations?user=tepqzFEAAAAJ&hl=en",
            "author_id": "tepqzFEAAAAJ",
            "affiliations": "Senior Scientist/Professor, Princess Margaret Cancer Centre",
            "email": "Verified email at uhn.ca",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=tepqzFEAAAAJ&citpid=13"
        },
        {
            "name": "Housheng Hansen He",
            "link": "https://scholar.google.com/citations?user=XQI8DIEAAAAJ&hl=en",
            "author_id": "XQI8DIEAAAAJ",
            "affiliations": "Princess Margaret Cancer Centre, University Health Network; Department of Medical Biophysics",
            "email": "Verified email at uhnresearch.ca",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=XQI8DIEAAAAJ&citpid=4"
        },
        {
            "name": "Christodoulos A. Floudas",
            "link": "https://scholar.google.com/citations?user=338T-eEAAAAJ&hl=en",
            "author_id": "338T-eEAAAAJ",
            "affiliations": "Director, Texas A&M Energy Institute, Erle Nye '59 Chair Professor for Engineering Excellence",
            "email": "Verified email at tamu.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=338T-eEAAAAJ&citpid=5"
        },
        {
            "name": "Pamela Silver",
            "link": "https://scholar.google.com/citations?user=X-8ViBEAAAAJ&hl=en",
            "author_id": "X-8ViBEAAAAJ",
            "affiliations": "Professor of Systems Biology, Harvard Medical School",
            "email": "Verified email at hms.harvard.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=X-8ViBEAAAAJ&citpid=2"
        },
        {
            "name": "Rongbin Zheng",
            "link": "https://scholar.google.com/citations?user=wuR7oA4AAAAJ&hl=en",
            "author_id": "wuR7oA4AAAAJ",
            "affiliations": "Postdoc @ Boston Children's Hospital / Harvard Medical School",
            "email": "Verified email at childrens.harvard.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=wuR7oA4AAAAJ&citpid=8"
        },
        {
            "name": "Len Taing",
            "link": "https://scholar.google.com/citations?user=3gEM7N8AAAAJ&hl=en",
            "author_id": "3gEM7N8AAAAJ",
            "affiliations": "Dana-Farber Cancer Institute",
            "email": "Verified email at jimmy.harvard.edu",
            "thumbnail": "/citations/images/avatar_scholar_56.png"
        },
        {
            "name": "Shenglin Mei",
            "link": "https://scholar.google.com/citations?user=MntNsM8AAAAJ&hl=en",
            "author_id": "MntNsM8AAAAJ",
            "affiliations": "Virginia Tech FBRI Cancer Research Center in Washington DC; Children's National Hospital",
            "email": "Verified email at vtc.vt.edu",
            "thumbnail": "/citations/images/avatar_scholar_56.png"
        },
        {
            "name": "Changxin Wan",
            "link": "https://scholar.google.com/citations?user=hQ8LN_oAAAAJ&hl=en",
            "author_id": "hQ8LN_oAAAAJ",
            "affiliations": "Duke University",
            "email": "Verified email at duke.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=hQ8LN_oAAAAJ&citpid=6"
        },
        {
            "name": "Hanfei Sun",
            "link": "https://scholar.google.com/citations?user=DdEVWRcAAAAJ&hl=en",
            "author_id": "DdEVWRcAAAAJ",
            "affiliations": "None",
            "email": "Verified email at cmu.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=DdEVWRcAAAAJ&citpid=2"
        },
        {
            "name": "Richard M. Myers",
            "link": "https://scholar.google.com/citations?user=uNSng0gAAAAJ&hl=en",
            "author_id": "uNSng0gAAAAJ",
            "affiliations": "HudsonAlpha Institute for Biotechnology",
            "email": "Verified email at hudsonalpha.com",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=uNSng0gAAAAJ&citpid=2"
        },
        {
            "name": "Bradley Bernstein",
            "link": "https://scholar.google.com/citations?user=RNWfk1QAAAAJ&hl=en",
            "author_id": "RNWfk1QAAAAJ",
            "affiliations": "Professor of Pathology, Harvard University",
            "email": "Verified email at broadinstitute.org",
            "thumbnail": "/citations/images/avatar_scholar_56.png"
        },
        {
            "name": "Jun S Liu",
            "link": "https://scholar.google.com/citations?user=-bHzVq8AAAAJ&hl=en",
            "author_id": "-bHzVq8AAAAJ",
            "affiliations": "Professor of statistics, Harvard University",
            "email": "Verified email at stat.harvard.edu",
            "thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=-bHzVq8AAAAJ&citpid=8"
        },
        {
            "name": "Jingyu Fan",
            "link": "https://scholar.google.com/citations?user=HgRl2e8AAAAJ&hl=en",
            "author_id": "HgRl2e8AAAAJ",
            "affiliations": "Department of Immunology, University of Pittsburgh",
            "email": "Verified email at pitt.edu",
            "thumbnail": "/citations/images/avatar_scholar_56.png"
        }
    ]
}
Modified at 2025-03-19 03:34:16
Previous
Google Scholar
Next
Google Scholar Cite
Built with