-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from SteffenBrinckmann/new_PastaELN
Updated person description to follow schema.org rules
- Loading branch information
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ Its home is at: https://github.com/PASTA-ELN | |
}, | ||
"schemaVersion": "v1.0", | ||
"version": "1.0", | ||
"datePublished": "2024-10-08T14:30:20.775111", | ||
"dateCreated": "2024-10-08T14:30:20.775134", | ||
"datePublished": "2024-10-14T14:10:19.875806", | ||
"dateCreated": "2024-10-14T14:10:19.875848", | ||
"sdPublisher": { | ||
"@id": "PASTA-ELN" | ||
} | ||
|
@@ -42,13 +42,13 @@ Its home is at: https://github.com/PASTA-ELN | |
}, | ||
{ | ||
"@id": "author_Steffen_Brinckmann", | ||
"@type": "author", | ||
"firstName": "Steffen", | ||
"surname": "Brinckmann", | ||
"title": "Dr.", | ||
"emailAddress": "[email protected]", | ||
"@type": "Person", | ||
"givenName": "Steffen", | ||
"familyName": "Brinckmann", | ||
"honorificPrefix": "Dr.", | ||
"email": "[email protected]", | ||
"identifier": "https://orcid.org/0000-0003-0930-082X", | ||
"affiliation": [ | ||
"worksFor": [ | ||
{ | ||
"@id": "affiliation_Forschungszentrum Juelich" | ||
} | ||
|
@@ -65,12 +65,10 @@ Its home is at: https://github.com/PASTA-ELN | |
"name": "Exported from PASTA ELN", | ||
"description": "Exported content from PASTA ELN", | ||
"license": "CC BY 4.0", | ||
"datePublished": "2024-10-08T14:30:20.775160", | ||
"author": [ | ||
{ | ||
"@id": "author_Steffen_Brinckmann" | ||
} | ||
] | ||
"datePublished": "2024-10-14T14:10:19.875905", | ||
"author": { | ||
"@id": "author_Steffen_Brinckmann" | ||
} | ||
}, | ||
{ | ||
"encodingFormat": "text/markdown", | ||
|