www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 920969bb29c59111b86d1df2aa0344d5dba340bb
parent daa92cb6ed6fb8243184785ce9f878c7b4d285bb
Author: Aurimas Vinckevicius <aurimas.dev@gmail.com>
Date:   Sun, 26 Apr 2015 19:14:02 -0500

Add journalArticle JSON data for lighter testing

Diffstat:
Atest/tests/data/journalArticle.js | 56++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+), 0 deletions(-)

diff --git a/test/tests/data/journalArticle.js b/test/tests/data/journalArticle.js @@ -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 + } +} +\ No newline at end of file