使用Python语言,搜索在Google学术中,发表的SCI文章的数量;(用来判断自己所研究课题,潜在同类文章数量;)
工程目录结构:
项目目录结构:
import sys
import time
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
import re
import warnings
from selenium.webdriver.chrome.service import Service
from urllib3.exceptions import InsecureRequestWarning
import csv
warnings.filterwarnings("ignore", category=InsecureRequestWarning)
project_dir = sys.path[0].split('BioInfo_Analysis')[0]
chromedriver_path = project_dir + '/BioInfo_Analysis/chromedriver/chromedriver'
input_csv_path =