Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optional metadata: specify proceedings in imprint title #735

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/metadata/optional_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ This field implements a journal's metadata. It can be used to describe a journal

### Imprint

This nested field implements an imprint's metadata. It can be used to describe a book, report or chapter where a record was published.
This nested field implements an imprint's metadata. It can be used to describe a book, chapter, report, or conference proceedings where a record was published.

**Metadata**

- **title** `String`: The title of the book or report where the record was published.
- **title** `String`: The title of the book, report, or proceedings where the record was published.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this say:

Suggested change
- **title** `String`: The title of the book, report, or proceedings where the record was published.
- **title** `String`: The title of the book, chapter, report, or proceedings where the record was published.

?

- **isbn** `ISBN`(defined by [idutils](https://github.com/inveniosoftware/idutils/blob/10b05b702b06e93f02774426df59a217035b1cee/idutils/__init__.py#L400)): The book's International Standard Book Number. Applies if the imprint is a book.
- **place** `String`: Location where the book (or report) was published.
- **pages** `String`: The pages within the book or report. It can be a number or a range in any format.
Expand Down