Skip to content

Commit ccf9552

Browse files
Add files via upload
1 parent e617296 commit ccf9552

14 files changed

+1315
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "John Doe"
5+
}
6+
],
7+
"publisher": "Caltech",
8+
"publicationYear": "2023",
9+
"types": {
10+
"resourceTypeGeneral": "Dataset"
11+
}
12+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"version": 1,
13+
"publisher": "Caltech",
14+
"publicationYear": "2023",
15+
"types": {
16+
"resourceTypeGeneral": "Dataset"
17+
}
18+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"titles": [],
3+
"creators": [
4+
{
5+
"name": "John Doe"
6+
}
7+
],
8+
"publisher": "Caltech",
9+
"publicationYear": "2023",
10+
"types": {
11+
"resourceTypeGeneral": "Dataset"
12+
}
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"publisher": "Caltech",
8+
"publicationYear": "2023",
9+
"types": {
10+
"resourceTypeGeneral": "Dataset"
11+
}
12+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"contributors": [
13+
{}
14+
],
15+
"publisher": "Caltech",
16+
"publicationYear": "2023",
17+
"types": {
18+
"resourceTypeGeneral": "Dataset"
19+
}
20+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"descriptions": [
13+
{
14+
"description": "Sample Description"
15+
}
16+
],
17+
"publisher": "Caltech",
18+
"publicationYear": "2023",
19+
"types": {
20+
"resourceTypeGeneral": "Dataset"
21+
}
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"fundingReferences": [
13+
{
14+
"funderIdentifier": "1234"
15+
}
16+
],
17+
"publisher": "Caltech",
18+
"publicationYear": "2023",
19+
"types": {
20+
"resourceTypeGeneral": "Dataset"
21+
}
22+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"identifiers": [
13+
{}
14+
],
15+
"publisher": "Caltech",
16+
"publicationYear": "2023",
17+
"types": {
18+
"resourceTypeGeneral": "Dataset"
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"dates": [
13+
{}
14+
],
15+
"publisher": "Caltech",
16+
"publicationYear": "2023",
17+
"types": {
18+
"resourceTypeGeneral": "Dataset"
19+
}
20+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"titles": [
3+
{
4+
"title": "Sample Title"
5+
}
6+
],
7+
"creators": [
8+
{
9+
"name": "John Doe"
10+
}
11+
],
12+
"publicationYear": "2023",
13+
"types": {
14+
"resourceTypeGeneral": "Dataset"
15+
}
16+
}

0 commit comments

Comments
 (0)