kci_references
Fetch raw references of papers matching a given title from the Korean Citation Index. Filter by institution, author, publication year, and sort results to gather citation data for analysis.
Instructions
[REST] 제목 검색어에 매칭된 논문들의 참고문헌 원형 수집. 인증키 필요.
반환 레코드의 article_id 는 인용하는 쪽(참고문헌을 단 논문)이다.
institution: 발행기관명 필터. sort_by: title|author|pubiYr, sort_dir: asc|desc.
⚠️ referenceSearch 에는 page 파라미터가 없어 1회 100건이 API 상한이다. total>100 이면
나머지는 이어 받을 수 없으므로 truncated 를 반드시 확인할 것. 상한을 넘겼다면
sort_dir 를 뒤집어 반대쪽 100건을 추가로 받아 합집합을 취하는 것이 유일한 우회책이다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| title | Yes | ||
| author | No | ||
| sort_by | No | ||
| pub_year | No | ||
| sort_dir | No | ||
| institution | No |