How Can We Help?
CiniiCinii
Taken from Cinii home page
CiNii (Scholarly and Academic Information Navigator, pronounced like "sigh-knee") is a database service which can be searched with academic information of articles, Books, Journals & Dissertations.
It is available free of charge for anyone.
This import source has been reworked in Pure version 5.24.1.
Cinii supports searching for books and articles. On April 18th 2022 the JSON response format for articles was changed, and as a result the Pure integration was reworked. See https://support.nii.ac.jp/en/news/cir/20210706 for more information.
Site: https://support.nii.ac.jp/en/cinii/cinii_outline
API: https://support.nii.ac.jp/en/cinii/api/api_outline
Cinii Articles
Search url: https://cir.nii.ac.jp/opensearch/articles
JSON format reference: https://support.nii.ac.jp/en/cir/r_json
Cinii to Pure type mapping for articles:
Pure type: Contribution to journal - > Article
Cinii field | Type | Pure field |
@id | String | Unique id in Cinii (used as source Id) |
dc:title |
String | Title |
creator - > foaf:name | List | Author first name and last name |
creator - > jpcoar:affiliationName | List | Author organization name |
dc:language | String | Original language |
publication - > publicationIdentifier - > ISSN | String | ISSN |
publication - > publicationIdentifier - > EISSN | String | Electronic ISSN |
publication - > publicationIdentifier - > PISSN | String | Print ISSN |
publication - > dc:publisher | String | Publisher |
publication - > prism:publicationName | String | Journal name |
publication - > prism:volume | String | Volume |
publication - > prism:number | String | Article number |
publication - > prism:startingPage | String | Start page |
publication - > prism:endingPage | String | End page |
publication - > prism:publicationDate | String | Publication date |
productIdentifier - > identifier - > DOI | String | DOI |
foaf:topic - > dc:title | List | Keyword |
description - > notation | List | Abstract |
reviewed | String | Peer-reviewed |
Cinii Books
Search url: https://ci.nii.ac.jp/books/opensearch/search
JSON format reference: https://support.nii.ac.jp/en/cib/api/b_opensearch#json-ld
Cinii to Pure type mapping for books:
Pure type: Book/Report - > Book
Cinii field | Type | Pure field |
@id | String | Unique id in Cinii (used as source Id) |
@graph - > title | String | Title |
@graph - > prism:publicationDate | String | Publication date |
@graph - > dc:creator | String | Publisher |
@graph - > dc:publisher | List | Publisher (fallback if dc:creator is empty) |
@graph - > dc:language | String | Original Language |
@graph - > dc:description | String | Abstract |
@graph - > foaf:maker | List | |
@graph - > foaf:maker - > foaf:name | String | Author name |
@graph - > foaf:maker - > con:organization | String | Author organization name |
Updated at July 27, 2024