Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanBhattaraiNP authored Nov 8, 2024
1 parent e617296 commit ccf9552
Show file tree
Hide file tree
Showing 14 changed files with 1,315 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"creators": [
{
"name": "John Doe"
}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
18 changes: 18 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"version": 1,
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
13 changes: 13 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"titles": [],
"creators": [
{
"name": "John Doe"
}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
12 changes: 12 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
20 changes: 20 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"contributors": [
{}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
22 changes: 22 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"descriptions": [
{
"description": "Sample Description"
}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
22 changes: 22 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"fundingReferences": [
{
"funderIdentifier": "1234"
}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
20 changes: 20 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"identifiers": [
{}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
20 changes: 20 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"dates": [
{}
],
"publisher": "Caltech",
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
16 changes: 16 additions & 0 deletions tests/data/invalid_datacite43/invalid_metadata_9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"titles": [
{
"title": "Sample Title"
}
],
"creators": [
{
"name": "John Doe"
}
],
"publicationYear": "2023",
"types": {
"resourceTypeGeneral": "Dataset"
}
}
Loading

0 comments on commit ccf9552

Please sign in to comment.