-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
96 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"schemaVersion": 1, "label": "citations", "message": "250"} | ||
{"schemaVersion": 1, "label": "citations", "message": "260"} |
2 changes: 1 addition & 1 deletion
2
_site/google_scholar_crawler/results/gs_data_shieldsio_mtl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"schemaVersion": 1, "label": "citations", "message": "73"} | ||
{"schemaVersion": 1, "label": "citations", "message": "76"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
from scholarly import scholarly | ||
import jsonpickle | ||
import json | ||
from datetime import datetime | ||
import os | ||
|
||
author: dict = scholarly.search_author_id('sRkvMF8AAAAJ&hl') | ||
scholarly.fill(author, sections=['basics', 'indices', 'counts', 'publications']) | ||
name = author['name'] | ||
author['updated'] = str(datetime.now()) | ||
author['publications'] = {v['author_pub_id']:v for v in author['publications']} | ||
print(json.dumps(author, indent=2)) | ||
os.makedirs('results', exist_ok=True) | ||
with open(f'results/gs_data.json', 'w') as outfile: | ||
json.dump(author, outfile, ensure_ascii=False) | ||
|
||
shieldio_data = { | ||
"schemaVersion": 1, | ||
"label": "citations", | ||
"message": f"{author['citedby']}", | ||
} | ||
with open(f'results/gs_data_shieldsio.json', 'w') as outfile: | ||
json.dump(shieldio_data, outfile, ensure_ascii=False) | ||
|
||
shieldio_data_mtl = { | ||
"schemaVersion": 1, | ||
"label": "citations", | ||
"message": f"{author['publications']['sRkvMF8AAAAJ:zYLM7Y9cAGgC']['num_citations']}", | ||
} | ||
with open(f'results/gs_data_shieldsio_mtl.json', 'w') as outfile: | ||
json.dump(shieldio_data_mtl, outfile, ensure_ascii=False) | ||
|
||
# shieldio_data_mnemonics = { | ||
# "schemaVersion": 1, | ||
# "label": "citations", | ||
# "message": f"{author['publications']['Uf9GqRsAAAAJ:k_IJM867U9cC']['num_citations']}", | ||
# } | ||
# with open(f'results/gs_data_shieldsio_mnemonics.json', 'w') as outfile: | ||
# json.dump(shieldio_data_mnemonics, outfile, ensure_ascii=False) | ||
|
||
# shieldio_data_aanets = { | ||
# "schemaVersion": 1, | ||
# "label": "citations", | ||
# "message": f"{author['publications']['Uf9GqRsAAAAJ:u_35RYKgDlwC']['num_citations']}", | ||
# } | ||
# with open(f'results/gs_data_shieldsio_aanets.json', 'w') as outfile: | ||
# json.dump(shieldio_data_aanets, outfile, ensure_ascii=False) | ||
|
||
# shieldio_data_e3bm = { | ||
# "schemaVersion": 1, | ||
# "label": "citations", | ||
# "message": f"{author['publications']['Uf9GqRsAAAAJ:vV6vV6tmYwMC']['num_citations']}", | ||
# } | ||
# with open(f'results/gs_data_shieldsio_e3bm.json', 'w') as outfile: | ||
# json.dump(shieldio_data_e3bm, outfile, ensure_ascii=False) | ||
|
||
# shieldio_data_lst = { | ||
# "schemaVersion": 1, | ||
# "label": "citations", | ||
# "message": f"{author['publications']['Uf9GqRsAAAAJ:TFP_iSt0sucC']['num_citations']}", | ||
# } | ||
# with open(f'results/gs_data_shieldsio_lst.json', 'w') as outfile: | ||
# json.dump(shieldio_data_lst, outfile, ensure_ascii=False) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
jsonpickle==1.4.2 | ||
scholarly==1.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"container_type": "Author", "filled": ["basics", "publications", "indices", "counts"], "scholar_id": "sRkvMF8AAAAJ&hl", "source": "AUTHOR_PROFILE_PAGE", "name": "Zeyi Liu", "url_picture": "https://scholar.googleusercontent.com/citations?view_op=view_photo&user=sRkvMF8AAAAJ&citpid=10", "affiliation": "Tsinghua University", "organization": 15442380624744264287, "interests": ["Online Learning", "Fault Diagnosis", "Information Fusion", "Concept Drift"], "email_domain": "@mails.tsinghua.edu.cn", "homepage": "https://liuzy0708.com/", "citedby": 250, "publications": {"sRkvMF8AAAAJ:zYLM7Y9cAGgC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "A Dynamic Group MCDM Model With Intuitionistic Fuzzy Set: Perspective of Alternative Queuing Method", "pub_year": "2021"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:zYLM7Y9cAGgC", "num_citations": 73, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=13461443320536978766", "cites_id": ["13461443320536978766"]}, "sRkvMF8AAAAJ:9yKSN-GCB0IC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Network-Based Evidential Three-Way Theoretic Model for Large-Scale Group Decision Analysis", "pub_year": "2021"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:9yKSN-GCB0IC", "num_citations": 26, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=9579128129333614476", "cites_id": ["9579128129333614476"]}, "sRkvMF8AAAAJ:IjCSPb-OGe4C": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Intuitionistic Evidential Method for Weight Determination in FMEA Based on Belief Entropy", "pub_year": "2019"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:IjCSPb-OGe4C", "num_citations": 21, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=11564299341821377538", "cites_id": ["11564299341821377538"]}, "sRkvMF8AAAAJ:2osOgNQ5qMEC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Interval‐valued Exceedance Method in MCDM With Uncertain Satisfactions", "pub_year": "2019"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:2osOgNQ5qMEC", "num_citations": 21, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=10421009051426139289", "cites_id": ["10421009051426139289"]}, "sRkvMF8AAAAJ:UeHWp8X0CEIC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Fault Diagnosis of Rotating Machinery With Limited Expert Interaction: A Multicriteria Active Learning Approach Based on Broad Learning System", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:UeHWp8X0CEIC", "num_citations": 19, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=11379377472665858354", "cites_id": ["11379377472665858354"]}, "sRkvMF8AAAAJ:Se3iqnhoufwC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "A Generalized Golden Rule Representative Value for Multiple-Criteria Decision Analysis", "pub_year": "2021"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:Se3iqnhoufwC", "num_citations": 19, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=7375435671691711945", "cites_id": ["7375435671691711945"]}, "sRkvMF8AAAAJ:Y0pCki6q_DkC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Measure-Based Group Decision-Making With Principle-Guided Social Interaction Influence for Incomplete Information: A Game Theoretic Perspective", "pub_year": "2022"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:Y0pCki6q_DkC", "num_citations": 16, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=15658980065498913683", "cites_id": ["15658980065498913683"]}, "sRkvMF8AAAAJ:qjMakFHDy7sC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Evidential Aggregation Method of Intuitionistic Fuzzy Sets Based on Belief Entropy", "pub_year": "2019"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:qjMakFHDy7sC", "num_citations": 16, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=10638801556745666695", "cites_id": ["10638801556745666695"]}, "sRkvMF8AAAAJ:u-x6o8ySG0sC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Safety Assessment of Dynamic Systems: An Evidential Group Interaction-Based Fusion Design", "pub_year": "2021"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:u-x6o8ySG0sC", "num_citations": 15, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=3256351381311761251", "cites_id": ["3256351381311761251"]}, "sRkvMF8AAAAJ:roLk4NBRz8UC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Online Active Broad Learning Approach for Real-Time Safety Assessment of Dynamic Systems in Nonstationary Environments", "pub_year": "2022"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:roLk4NBRz8UC", "num_citations": 7, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=15811889989149367191", "cites_id": ["15811889989149367191"]}, "sRkvMF8AAAAJ:mVmsd5A6BfQC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Real-Time Safety Assessment for Dynamic Systems With Limited Memory and Annotations", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:mVmsd5A6BfQC", "num_citations": 5, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=4775355481570716041", "cites_id": ["4775355481570716041"]}, "sRkvMF8AAAAJ:u5HHmVD_uO8C": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Intuitionistic Linguistic MCDM Model Based on Probabilistic Exceedance Method and Evidence Theory", "pub_year": "2020"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:u5HHmVD_uO8C", "num_citations": 5, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=143702898064046025", "cites_id": ["143702898064046025"]}, "sRkvMF8AAAAJ:-f6ydRqryjwC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "CADM: Confusion Model-Based Detection Method for Real-Drift in Chunk Data Stream", "pub_year": "2022"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:-f6ydRqryjwC", "num_citations": 4, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=3048364137205578158,16084784937832181839", "cites_id": ["3048364137205578158", "16084784937832181839"]}, "sRkvMF8AAAAJ:isC4tDSrTZIC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Dynamic submodular-based learning strategy in imbalanced drifting streams for real-time safety assessment in nonstationary environments", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:isC4tDSrTZIC", "num_citations": 2, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=16120320184712397577", "cites_id": ["16120320184712397577"]}, "sRkvMF8AAAAJ:QIV2ME_5wuYC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Real-Time Safety Assessment of Dynamic Systems in Non-Stationary Environments: A Review of Methods and Techniques", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:QIV2ME_5wuYC", "num_citations": 1, "citedby_url": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=3551195523388564135", "cites_id": ["3551195523388564135"]}, "sRkvMF8AAAAJ:maZDTaKrznsC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "A Real-Time Adaptive Fault Diagnosis Scheme for Dynamic Systems With Performance Degradation", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:maZDTaKrznsC", "num_citations": 0}, "sRkvMF8AAAAJ:M3NEmzRMIkIC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "A Discrimination-Guided Active Learning Method Based on Marginal Representations for Industrial Compound Fault Diagnosis", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:M3NEmzRMIkIC", "num_citations": 0}, "sRkvMF8AAAAJ:k_IJM867U9cC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "A Robust Evidential Multisource Data Fusion Approach Based on Cooperative Game Theory and Its Application in EEG", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:k_IJM867U9cC", "num_citations": 0}, "sRkvMF8AAAAJ:7PzlFSSx8tAC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "Ivrr-PPG: An Illumination Variation Robust Remote-PPG Algorithm for Monitoring Heart Rate of Drivers", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:7PzlFSSx8tAC", "num_citations": 0}, "sRkvMF8AAAAJ:dhFuZR0502QC": {"container_type": "Publication", "source": "AUTHOR_PUBLICATION_ENTRY", "bib": {"title": "An Evidential Real-Time Multi-Mode Fault Diagnosis Approach Based on Broad Learning System", "pub_year": "2023"}, "filled": false, "author_pub_id": "sRkvMF8AAAAJ:dhFuZR0502QC", "num_citations": 0}}, "citedby5y": 250, "hindex": 9, "hindex5y": 9, "i10index": 9, "i10index5y": 9, "cites_per_year": {"2019": 10, "2020": 10, "2021": 42, "2022": 80, "2023": 104}, "updated": "2023-12-08 16:45:18.830139"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"schemaVersion": 1, "label": "citations", "message": "250"} |
1 change: 1 addition & 0 deletions
1
google_scholar_crawler/_site/results/gs_data_shieldsio_aanets.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"schemaVersion": 1, "label": "citations", "message": "146"} |
1 change: 1 addition & 0 deletions
1
google_scholar_crawler/_site/results/gs_data_shieldsio_e3bm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"schemaVersion": 1, "label": "citations", "message": "129"} |
Oops, something went wrong.