Skip to content

Commit 2ee7a25

Browse files
committed
add items to metadata dictionary
1 parent 2d32e53 commit 2ee7a25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datastore/apps/sra/dictionary.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
'datacite.publisher': 'Publisher',
1111
'datacite.resourcetype': 'Resource Type General',
1212
'datacite.title': 'Title',
13+
'creator': 'Creator',
14+
'publicationyear': 'Publication Year',
15+
'publisher': 'Publisher',
16+
'resourcetype': 'Resource Type General',
17+
'title': 'Title',
1318
'Description': 'Description',
1419
'Format': 'Format',
1520
'fundingReference': 'Funding Reference',

0 commit comments

Comments
 (0)