-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f53d74
commit a5f7950
Showing
5 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule relaton-isbn
added at
0b4e5f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |