Add Preprint item type

See zotero/zotero-bits#88
This commit is contained in:
Dan Stillman 2022-03-03 01:05:40 -05:00
parent d750da089f
commit 053d6a0116
6 changed files with 7 additions and 1 deletions

View file

@ -127,6 +127,7 @@ i('TreeitemNoteSmall', 'chrome://zotero/skin/treeitem-note-small.png');
i('TreeitemPatent', 'chrome://zotero/skin/treeitem-patent.png');
i('Treeitem', 'chrome://zotero/skin/treeitem.png');
i('TreeitemPodcast', 'chrome://zotero/skin/treeitem-podcast.png', false);
i('TreeitemPreprint', 'chrome://zotero/skin/treeitem-preprint.png');
i('TreeitemPresentation', 'chrome://zotero/skin/treeitem-presentation.png');
i('TreeitemRadioBroadcast', 'chrome://zotero/skin/treeitem-radioBroadcast.png', false);
i('TreeitemReport', 'chrome://zotero/skin/treeitem-report.png');

View file

@ -485,6 +485,7 @@ Zotero.ItemTypes = new function() {
case 'newspaperArticle':
case 'note':
case 'patent':
case 'preprint':
case 'presentation':
case 'report':
case 'statute':

View file

@ -474,6 +474,7 @@ itemTypes.conferencePaper = Conference Paper
itemTypes.document = Document
itemTypes.encyclopediaArticle = Encyclopedia Article
itemTypes.dictionaryEntry = Dictionary Entry
itemTypes.preprint = Preprint
itemFields.itemType = Type
itemFields.title = Title
@ -587,6 +588,9 @@ itemFields.filingDate = Filing Date
itemFields.genre = Genre
itemFields.archive = Archive
itemFields.attachmentPDF = PDF Attachment
itemFields.repository = Repository
itemFields.archiveID = Archive ID
itemFields.citationKey = Citation Key
creatorTypes.author = Author
creatorTypes.contributor = Contributor

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

@ -1 +1 @@
Subproject commit 97e0a8efa2cb2cf6c9853ceca334ec56180a9df0
Subproject commit 3d52ff141d3c02d58692c835863f471e799cdb11