Duaer

入门

在 Duaer 里查 INSPIRE-HEP

在 Duaer 里:INSPIRE 高能物理文献:论文、预印本与学位论文,含作者或合作组、arXiv 编号、期刊、DOI 与被引次数。一次成功查询用 1 额度。

能拿到什么

Duaer 数据市场里的「INSPIRE-HEP」:INSPIRE 高能物理文献:论文、预印本与学位论文,含作者或合作组、arXiv 编号、期刊、DOI 与被引次数。查到结果时用 1 额度,结果交给数字组织的下一个节点。

从节点创建器选 Duaer 数据 → INSPIRE-HEP,或打开 数据市场。相关:arxiv、papers、OpenCitations 引用。

适合做什么

  • 用 mostcited 找某物理主题被引最多的论文。
  • 跟踪某合作组或作者的最新预印本。

在画布里检索

  1. 打开节点创建器,选 Duaer 数据 → INSPIRE-HEP。
  2. 填 Words(关键词或 INSPIRE 语法);Sort 可选 mostrecent 或 mostcited。
  3. Limit 默认 10,最大 20。执行。

查到结果才扣 1 额度;没有结果、输入有误或上游失败都不扣。

用 API 调用

  • GET https://api.duaer.com/v1/data/inspire-hep?words=higgs%20boson&sort=mostcited&limit=5
  • Authorization: Bearer <Duaer key>

下方是与数据市场「复制技能」相同的英文技能,含参数、示例与返回字段。

调用技能(英文)

与数据市场「复制技能」一致。

---
name: duaer-inspire-hep
description: >-
  Duaer INSPIRE-HEP. High-energy physics literature from INSPIRE: papers, preprints, and theses with authors or collaboration, arXiv id, journal, DOI, and citation count.
  One successful search uses 1 Duaer credit.
---

# Duaer INSPIRE-HEP

Duaer INSPIRE-HEP searches the INSPIRE literature database used across particle physics, astrophysics, and related fields. It accepts plain words and INSPIRE syntax such as `a Witten` or `t dark matter`.

## When to use

- Find the most cited papers on a physics topic with `sort=mostcited`.
- Track new preprints from a collaboration or an author.

## When not to use

- General science outside physics. Use https://skills.duaer.com/papers.md.
- Machine learning conference papers. Use https://skills.duaer.com/openreview.md.

## Call

`GET https://api.duaer.com/v1/data/inspire-hep?words=higgs%20boson&sort=mostcited&limit=5`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Get a Duaer key: https://skills.duaer.com/keys.md

## Parameters

Provide `words`.

- `words` — Words or INSPIRE search syntax, such as higgs boson or a Witten.
- `sort` — Optional. mostrecent or mostcited. Default mostrecent.
- `limit` — Optional. Rows to return, from 1 to 20. Default 10.

## Examples

- `GET https://api.duaer.com/v1/data/inspire-hep?words=higgs%20boson&sort=mostcited&limit=5` — the most cited Higgs papers.
- `GET https://api.duaer.com/v1/data/inspire-hep?words=a%20Witten&sort=mostrecent` — recent papers by Witten.

## Result

The response is `{ "items": [...] }`. Each item has `source`, `title`, `url`, and `summary`, plus:

- `recordId` — INSPIRE record id.
- `authors`, `collaboration` — first authors, or the collaboration.
- `date`, `journal` — earliest date and journal reference.
- `arxiv`, `doi` — identifiers.
- `citations` — citation count in INSPIRE.
- `abstract` — start of the abstract.

Fields without a value are left out.

## Credits

A search that returns at least one row uses 1 credit.
An empty search, a search that finds nothing, or a failed search uses 0.
Wrong input returns 400 with a message and uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.

## Related

- https://skills.duaer.com/arxiv.md
- https://skills.duaer.com/papers.md
- https://skills.duaer.com/opencitations.md — Duaer OpenCitations

常见问题

Duaer 的INSPIRE-HEP检索扣多少额度?

查到结果时扣 1 额度;没有结果或出错不扣。

Duaer INSPIRE-HEP 支持 INSPIRE 检索语法吗?

支持。Duaer 原样转给 INSPIRE,`a Witten`、`t neutrino` 这类语法都可用。

同组