Skip to content

Commit cd626ce

Browse files
authored
add edition and thesis fields
1 parent be3ff98 commit cd626ce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/reference/metadata/optional_metadata.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Optional metadata fields list
22

3-
_Introduced in InvenioRDM v12_
4-
53
The following document is a reference guide for the instance-level optional metadata fields available in InvenioRDM.
64

75
!!!tip "How to add a field to an instance?"
@@ -43,14 +41,17 @@ This nested field implements an imprint's metadata. It can be used to describe a
4341
- **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.
4442
- **place** `String`: Location where the book (or report) was published.
4543
- **pages** `String`: The pages within the book or report. It can be a number or a range in any format.
44+
- **edition** `String`: The edition of a book or report.
4645

4746
### Thesis
4847

49-
This field implements thesis metadata, more specifically an awarding university. A thesis supervisor can be found in the list of contributors whose role is "Supervisor".
48+
This field implements thesis metadata. A thesis supervisor can be found in the list of contributors whose role is "Supervisor".
5049

5150
**Metadata**
5251

53-
- **university**: Name of the awarding university.
52+
- **university** `String`: Name of the awarding university.
53+
- **department** `String`: Department which awarded the thesis.
54+
- **type** `String`: The type of thesis (e.g. Masters, PhD, Engineers, Bachelors).
5455

5556
## Meeting
5657

0 commit comments

Comments
 (0)