Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Jan 18, 2024
1 parent 5f53d74 commit a5f7950
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 2 deletions.
27 changes: 27 additions & 0 deletions _cite_docs/isbn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Citation guide for ISBN publications
flavor: ISBN
description: Cite ISBN publications
layout: cite-doc
---

== Citing ISBN publications

=== Prefix

The prefix for ISBN publications is `ISBN`

[example]
`ISBN 978-0-12-064481-0`

=== Number format

ISBN number canb ISBN-10 or ISBN-13. Hyphens are optional.

[example]
[sources]
----
ISBN 978-0-12-064481-0
ISBN 9780120644810
ISBN 0120644819
----
7 changes: 5 additions & 2 deletions _cite_docs/jis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ In case of multi-part standards, the part number is specified after the number o
To cite all parts of a standard, adding space and `(all parts)` option after the number of the standard:

[example]
`JIS B 0060 (all parts)`
`JIS B 0060 (規格群)`
[source]
----
JIS B 0060 (all parts)
JIS B 0060 (規格群)
----
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ relaton:
gem: relaton-doi
sources:
- { url: "https://www.crossref.org/documentation/retrieve-metadata/rest-api/", label: "Digital Object Identifier" }
- id: isbn
label: ISBN
citation_guide: true
gem: relaton-isbn
sources:
- { url: "http://openlibrary.org", label: "Open Library" }

author:
name: Ribose Inc.
Expand Down
1 change: 1 addition & 0 deletions _software/relaton-isbn
Submodule relaton-isbn added at 0b4e5f
15 changes: 15 additions & 0 deletions _software/relaton-isbn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: RelatonIsbn
description: Retrieves ISBN publications for bibliographic use using the BibliographicItem model.
repo_url: https://github.com/relaton/relaton-isbn

external_links:
- url: https://github.com/relaton/relaton-isbn

tags: ["writtenin:Ruby", "user:ISBN"]

feature_with_priority: 2
---

You can use it to retrieve metadata of ISBN publications from http://openlibrary.org
and access that metadata through the `BibliographicItem` object.

0 comments on commit a5f7950

Please sign in to comment.