Add journalArticle JSON data for lighter testing
This commit is contained in:
parent
daa92cb6ed
commit
920969bb29
55
test/tests/data/journalArticle.js
Normal file
55
test/tests/data/journalArticle.js
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"journalArticle": {
|
||||
"DOI": "10.1234/example.doi",
|
||||
"ISSN": "1234-5679",
|
||||
"abstractNote": "Abstract note",
|
||||
"accessDate": "1997-06-13 23:59:58",
|
||||
"archive": "Archive",
|
||||
"archiveLocation": "Archive location",
|
||||
"callNumber": "Call number",
|
||||
"creators": [
|
||||
{
|
||||
"creatorType": "author",
|
||||
"firstName": "authorFirst",
|
||||
"lastName": "authorLast"
|
||||
},
|
||||
{
|
||||
"creatorType": "contributor",
|
||||
"firstName": "contributorFirst",
|
||||
"lastName": "contributorLast"
|
||||
},
|
||||
{
|
||||
"creatorType": "editor",
|
||||
"firstName": "editorFirst",
|
||||
"lastName": "editorLast"
|
||||
},
|
||||
{
|
||||
"creatorType": "reviewedAuthor",
|
||||
"firstName": "reviewedAuthorFirst",
|
||||
"lastName": "reviewedAuthorLast"
|
||||
},
|
||||
{
|
||||
"creatorType": "translator",
|
||||
"firstName": "translatorFirst",
|
||||
"lastName": "translatorLast"
|
||||
}
|
||||
],
|
||||
"date": "1999-12-31",
|
||||
"extra": "Extra",
|
||||
"issue": 5,
|
||||
"itemType": "journalArticle",
|
||||
"journalAbbreviation": "Journal abbreviation",
|
||||
"language": "en-US",
|
||||
"libraryCatalog": "Library catalog",
|
||||
"pages": "1-10",
|
||||
"publicationTitle": "Publication title",
|
||||
"rights": "Rights",
|
||||
"series": "Series",
|
||||
"seriesText": "Series text",
|
||||
"seriesTitle": "Series title",
|
||||
"shortTitle": "Short title",
|
||||
"title": "Title",
|
||||
"url": "http://www.example.com",
|
||||
"volume": 6
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user