Skip to content

Commit

Permalink
Merge pull request #87 from SteffenBrinckmann/new_PastaELN
Browse files Browse the repository at this point in the history
Updated person description to follow schema.org rules
  • Loading branch information
SteffenBrinckmann authored Oct 14, 2024
2 parents b00b2da + 42fe45b commit b114882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
Binary file modified examples/PASTA/PASTA.eln
Binary file not shown.
26 changes: 12 additions & 14 deletions examples/PASTA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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",
Expand Down

0 comments on commit b114882

Please sign in to comment.