Openaire 工具¶
Configuration File: openaire_tools.json
Tool Type: Local
Tools Count: 2
此页面包含 openaire_tools.json 配置文件中定义的所有工具。
可用工具¶
OpenAIRE_search_projects (Type: OpenAIRETool)¶
Search OpenAIRE for funded research projects / grants (EU Horizon 2020, Horizon Europe, ERC, and …
OpenAIRE_search_projects tool specification
工具信息:
Name:
OpenAIRE_search_projects类型:
OpenAIREToolDescription: Search OpenAIRE for funded research projects / grants (EU Horizon 2020, Horizon Europe, ERC, and many national funders such as NHMRC, NSF, Wellcome). Returns per-project: grant code, acronym, title, funder name/shortname, funding stream (e.g. ‘Project Grants’, ‘H2020-EU.1.1.’), start/end dates, funded amount, total cost, currency, and website. Use for: grant discovery, funder/portfolio analysis, mapping topics to funded projects. Searches across project titles, acronyms, and keywords.
参数:
query(string) (required) Keyword(s) to search project titles, acronyms, and metadata (e.g., ‘cancer’, ‘machine learning’, ‘graphene’).max_results(integer) (optional) Maximum number of projects to return on this page. Default 10, maximum 100. (total_results reports the full match count across all pages.)type(string) (optional) Must be ‘projects’ for this tool.
示例用法:
query = {
"name": "OpenAIRE_search_projects",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)
**OpenAIRE_search_publications**(类型:OpenAIRE工具)¶
在 OpenAIRE Explore 中搜索研究成果,包括出版物、数据集和软件。 Ope…
OpenAIRE_search_publications 工具规范
工具信息:
名称:
OpenAIRE_search_publications类型:
OpenAIRETool描述:在 OpenAIRE Explore 中搜索研究成果,包括出版物、数据集和软件。OpenAIRE 是欧洲开放科学平台,提供欧盟资助项目的研究成果访问。
参数:
``query``(字符串)(必填)用于搜索OpenAIRE研究产品的查询条件。使用关键词在标题、摘要和元数据中进行搜索。
max_results(integer) (required) Maximum number of results to return. Default is 10, maximum is 100.type(string) (required) Type of research product to search: ‘publications’, ‘datasets’, or ‘software’. Default is ‘publications’.
示例用法:
query = {
"name": "OpenAIRE_search_publications",
"arguments": {
"query": "example_value",
"max_results": 10,
"type": "example_value"
}
}
result = tu.run(query)