问题标签 [google-scholar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-scholar - 如何进行 Google 学者批量搜索,并且只返回结果数量?
我有很多我想在scholar.google.com(染色体区域列表)中搜索的东西,我只想知道每个搜索词的结果数量。有谁知道最好的方法是什么?
google-scholar - 我应该在 Google Scholar 中使用哪些关键字来进行价格搜索引擎算法?
我将为我的硕士学位论文做一个价格搜索引擎。我必须搜索文献。我的主要语言不是英语,我找不到要搜索的正确查询。我会很感激你的帮助。
我正在寻找的是分类产品的算法。这个想法是找到匹配的产品并将它们分配给一个类,这样我就可以按价格对产品进行排序,就像谷歌购物一样。
r - 如何使用 r 在谷歌学者上下载搜索结果?
我想使用 R 提取 Google Scholar 搜索的前 100 个结果(例如)。有人知道该怎么做吗?
准确地说,我只需要论文的名称、作者和引用次数。
Ps 这合法吗?
c# - 如何以编程方式查询谷歌学者?
我想开发一个以关键字作为输入的函数,使用该关键字查询 Google Scholar,并下载包含该关键字的期刊。
目前,我想避免使用WebRequest
对象的经典方式。
不幸的是,谷歌似乎没有提供查询学者的 API。
我正在使用 c# 。
wolfram-mathematica - 谁能分享一个使用 Mathematica 和 Google 学者提取学术研究信息的简单示例
如何使用 Mathematica 和 Google Academic 查找一个人在 2011 年发表的论文数量?
captcha - 谷歌学者验证码验证问题
我正在做一个项目,我需要从 Google Scholar 中提取一些数据。我的 PHP 程序从我的本地机器获取一个字符串,将其传递给 Google Scholar,然后在搜索结果页面上取出第一个结果并将其保存到数据库中。
我必须为近 90,000 个字符串/查询执行此操作。问题是,在数百次输入后,程序停止,因为 Google Scholar 要求进行验证码验证。我能做些什么呢?
python - How to do a wget call via proxy with python?
I tried to use this script pdfmeat to get data about papers from google scholar.
This script works very well in my pc, but when I try to put this script in my server I don't have results. I saw that is very probably that my server is in the black list of google scholar, give that I have an error (redirects to solve a chapta):
Then I have found that there is an option in wget --execute "http_proxy=urltoproxy". I did that
and I could save the index.html from google scholar.
Then I tried to the same with the pdfmeat.py I don't have results neither.
this is the code:
The script use the module os. The original function is without the --execute option for wget.
Thanks in advance
matlab - 谷歌学术与 Matlab
我想通过 matlab 脚本自动从 Google Scholar 获取一些数据。我最感兴趣的是 Google Scholar 的 Bibtex 条目和前向引用功能等数据。但是,似乎没有适用于 Google Scholar 的 API,有没有办法使用 Matlab 自动从 Google Scholar 获取书目数据?是否有一些工具或代码已经可用?
php - 有没有办法使用 PHP 从 Google Scholar 下载 bibtex
嗨,有没有一种方法可以使用 PHP 从 Google Scholar 下载 BibTeX 条目,而无需手动逐个下载 BibTeX?例如,设置一个像“research”这样的搜索值,然后通过代码自动从链接中下载相关的BibTeX。
任何帮助,将不胜感激。我试图获取 HTML 页面,但是当我尝试获取页面内容时,“导入到 BibTeX”链接在检索到的页面内容上消失了。
我的代码:
python - 使用 tor 和 python 抓取 Google Scholar
我正在做一个项目来分析期刊文章是如何被引用的。我有一个很大的期刊文章名称文件。我打算把它们传给 Google Scholar,看看每个有多少引用。
这是我遵循的策略:
使用来自http://www.icir.org/christian/scholar.html的“scholar.py” 。这是一个预先编写的 python 脚本,用于搜索谷歌学者并以 CSV 格式返回第一次命中的信息(包括引用次数)
谷歌学者在一定数量的搜索后阻止你(我有大约 3000 篇文章标题要查询)。我发现大多数人使用 Tor(如何在 Python 中通过 Tor 发出 urllib2 请求?和防止自定义网络爬虫被阻止)来解决这个问题。Tor 是一种每隔几分钟就会给你一个随机 IP 地址的服务。
我有学者.py 和 tor 都成功设置和工作。我对 python 或库 urllib2 不是很熟悉,想知道需要对 Academic.py 进行哪些修改,以便通过 Tor 路由查询。
如果存在大规模谷歌学者查询,我也愿意接受更简单(并且可能相当不同)的方法的建议。
提前致谢