Skip to content

Commit

Permalink
updating the computerProgram test - hopefully it is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
madturtles committed Dec 6, 2023
1 parent 13e063b commit b381afa
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Zenodo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2023-12-06 17:08:33"
"lastUpdated": "2023-12-06 17:13:05"
}

/*
Expand Down Expand Up @@ -530,7 +530,7 @@ var testCases = [
},
{
"type": "web",
"url": "https://zenodo.org/record/1048320",
"url": "https://zenodo.org/records/1048320",
"items": [
{
"itemType": "computerProgram",
Expand All @@ -539,27 +539,27 @@ var testCases = [
{
"firstName": "Carl",
"lastName": "Boettiger",
"creatorType": "author"
"creatorType": "programmer"
},
{
"firstName": "Maëlle",
"lastName": "Salmon",
"creatorType": "author"
"creatorType": "programmer"
},
{
"firstName": "Noam",
"lastName": "Ross",
"creatorType": "author"
"creatorType": "programmer"
},
{
"firstName": "Arfon",
"lastName": "Smith",
"creatorType": "author"
"creatorType": "programmer"
},
{
"firstName": "Anna",
"lastName": "Krystalli",
"creatorType": "author"
"creatorType": "programmer"
}
],
"date": "2017-11-13",
Expand All @@ -568,7 +568,8 @@ var testCases = [
"extra": "DOI: 10.5281/zenodo.1048320",
"libraryCatalog": "Zenodo",
"shortTitle": "ropensci/codemetar",
"url": "https://zenodo.org/record/1048320",
"url": "https://zenodo.org/records/1048320",
"versionNumber": "0.1.2",
"attachments": [
{
"title": "Zenodo Snapshot",
Expand Down

0 comments on commit b381afa

Please sign in to comment.