journalArticle.js (1300B)
1 { 2 "journalArticle": { 3 "DOI": "10.1234/example.doi", 4 "ISSN": "1234-5679", 5 "abstractNote": "Abstract note", 6 "accessDate": "1997-06-13T23:59:58Z", 7 "archive": "Archive", 8 "archiveLocation": "Archive location", 9 "callNumber": "Call number", 10 "creators": [ 11 { 12 "creatorType": "author", 13 "firstName": "authorFirst", 14 "lastName": "authorLast" 15 }, 16 { 17 "creatorType": "contributor", 18 "firstName": "contributorFirst", 19 "lastName": "contributorLast" 20 }, 21 { 22 "creatorType": "editor", 23 "firstName": "editorFirst", 24 "lastName": "editorLast" 25 }, 26 { 27 "creatorType": "reviewedAuthor", 28 "firstName": "reviewedAuthorFirst", 29 "lastName": "reviewedAuthorLast" 30 }, 31 { 32 "creatorType": "translator", 33 "firstName": "translatorFirst", 34 "lastName": "translatorLast" 35 } 36 ], 37 "date": "1999-12-31", 38 "extra": "Extra", 39 "issue": 5, 40 "itemType": "journalArticle", 41 "journalAbbreviation": "Journal abbreviation", 42 "language": "en-US", 43 "libraryCatalog": "Library catalog", 44 "pages": "1-10", 45 "publicationTitle": "Publication title", 46 "rights": "Rights", 47 "series": "Series", 48 "seriesText": "Series text", 49 "seriesTitle": "Series title", 50 "shortTitle": "Short title", 51 "title": "Title", 52 "url": "http://www.example.com", 53 "volume": 6 54 } 55 }