-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yves Ulrich Tittes
committed
Oct 30, 2024
1 parent
b09592c
commit 6545af3
Showing
26 changed files
with
1,846 additions
and
1,554 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -26,28 +26,30 @@ acquisition: | |
pixel_size: | ||
value: 1.2 | ||
unit: "Å" | ||
grants: | ||
- project_id: "SNF321" | ||
funder: "SNF" | ||
- project_id: "Fundingofsomekind" | ||
funder: "SNF" | ||
authors: | ||
- name: "Doe" | ||
first_name: "John" | ||
email: "[email protected]" | ||
work_phone: "+4132112312" | ||
orcid: "ORCID_123124151231" | ||
name_org: "University of Blub" | ||
type_org: "Academic" | ||
country: "Switzerland" | ||
- name: "Doe" | ||
first_name: "Jane" | ||
email: "[email protected]" | ||
work_phone: "+4132112312" | ||
orcid: "ORCID_123124151221" | ||
name_org: "University of Blub" | ||
type_org: "Academic" | ||
country: "Switzerland" | ||
organizational: | ||
grants: | ||
- project_id: "SNF321" | ||
- project_id: "Fundingofsomekind" | ||
funder: | ||
- funder_name: "SNF" | ||
- funder_name: "SNF" | ||
authors: | ||
- name: "Doe" | ||
first_name: "John" | ||
email: "[email protected]" | ||
work_phone: "+4132112312" | ||
orcid: "ORCID_123124151231" | ||
name_org: "University of Blub" | ||
type_org: "Academic" | ||
country: "Switzerland" | ||
- name: "Doe" | ||
first_name: "Jane" | ||
email: "[email protected]" | ||
work_phone: "+4132112312" | ||
orcid: "ORCID_123124151221" | ||
name_org: "University of Blub" | ||
type_org: "Academic" | ||
country: "Switzerland" | ||
sample: | ||
overall_molecule: | ||
molecular_type: "Complex" | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -98,37 +98,45 @@ | |
} | ||
} | ||
}, | ||
"grants": [ | ||
{ | ||
"funder": "SNF", | ||
"project_id": "SNF321" | ||
}, | ||
{ | ||
"funder": "SNF", | ||
"project_id": "Fundingofsomekind" | ||
} | ||
], | ||
"authors": { | ||
"ORCID_123124151231": { | ||
"name": "Doe", | ||
"first_name": "John", | ||
"email": "[email protected]", | ||
"work_phone": "+4132112312", | ||
"orcid": "ORCID_123124151231", | ||
"country": "Switzerland", | ||
"name_org": "University of Blub", | ||
"type_org": "Academic" | ||
"organizational": { | ||
"authors": { | ||
"ORCID_123124151231": { | ||
"name": "Doe", | ||
"first_name": "John", | ||
"email": "[email protected]", | ||
"work_phone": "+4132112312", | ||
"orcid": "ORCID_123124151231", | ||
"country": "Switzerland", | ||
"name_org": "University of Blub", | ||
"type_org": "Academic" | ||
}, | ||
"ORCID_123124151221": { | ||
"name": "Doe", | ||
"first_name": "Jane", | ||
"email": "[email protected]", | ||
"work_phone": "+4132112312", | ||
"orcid": "ORCID_123124151221", | ||
"country": "Switzerland", | ||
"name_org": "University of Blub", | ||
"type_org": "Academic" | ||
} | ||
}, | ||
"ORCID_123124151221": { | ||
"name": "Doe", | ||
"first_name": "Jane", | ||
"email": "[email protected]", | ||
"work_phone": "+4132112312", | ||
"orcid": "ORCID_123124151221", | ||
"country": "Switzerland", | ||
"name_org": "University of Blub", | ||
"type_org": "Academic" | ||
} | ||
"funder": [ | ||
{ | ||
"funder_name": "SNF" | ||
}, | ||
{ | ||
"funder_name": "SNF" | ||
} | ||
], | ||
"grants": [ | ||
{ | ||
"project_id": "SNF321" | ||
}, | ||
{ | ||
"project_id": "Fundingofsomekind" | ||
} | ||
] | ||
}, | ||
"@type": "EMDataset" | ||
} |
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 |
---|---|---|
|
@@ -76,27 +76,29 @@ sample: | |
pretreatment_pressure: | ||
unit: Pa | ||
value: 1.0e-06 | ||
grants: | ||
- funder: SNF | ||
project_id: SNF321 | ||
- funder: SNF | ||
project_id: Fundingofsomekind | ||
authors: | ||
ORCID_123124151231: | ||
name: Doe | ||
first_name: John | ||
email: [email protected] | ||
work_phone: '+4132112312' | ||
orcid: ORCID_123124151231 | ||
country: Switzerland | ||
name_org: University of Blub | ||
type_org: Academic | ||
ORCID_123124151221: | ||
name: Doe | ||
first_name: Jane | ||
email: [email protected] | ||
work_phone: '+4132112312' | ||
orcid: ORCID_123124151221 | ||
country: Switzerland | ||
name_org: University of Blub | ||
type_org: Academic | ||
organizational: | ||
authors: | ||
ORCID_123124151231: | ||
name: Doe | ||
first_name: John | ||
email: [email protected] | ||
work_phone: '+4132112312' | ||
orcid: ORCID_123124151231 | ||
country: Switzerland | ||
name_org: University of Blub | ||
type_org: Academic | ||
ORCID_123124151221: | ||
name: Doe | ||
first_name: Jane | ||
email: [email protected] | ||
work_phone: '+4132112312' | ||
orcid: ORCID_123124151221 | ||
country: Switzerland | ||
name_org: University of Blub | ||
type_org: Academic | ||
funder: | ||
- funder_name: SNF | ||
- funder_name: SNF | ||
grants: | ||
- project_id: SNF321 | ||
- project_id: Fundingofsomekind |
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 |
---|---|---|
|
@@ -13,28 +13,6 @@ acquisition: | |
pixel_size: | ||
unit: "\u212B" | ||
value: 1.2 | ||
authors: | ||
- country: Switzerland | ||
email: [email protected] | ||
first_name: John | ||
name: Doe | ||
name_org: University of Blub | ||
orcid: ORCID_123124151231 | ||
type_org: Academic | ||
work_phone: '+4132112312' | ||
- country: Switzerland | ||
email: [email protected] | ||
first_name: Jane | ||
name: Doe | ||
name_org: University of Blub | ||
orcid: ORCID_123124151221 | ||
type_org: Academic | ||
work_phone: '+4132112312' | ||
grants: | ||
- funder: SNF | ||
project_id: SNF321 | ||
- funder: SNF | ||
project_id: Fundingofsomekind | ||
instrument: | ||
acceleration_voltage: | ||
unit: kV | ||
|
@@ -49,6 +27,30 @@ instrument: | |
illumination: FloodBeam | ||
imaging: Brightfield | ||
microscope: Titan | ||
organizational: | ||
authors: | ||
- country: Switzerland | ||
email: [email protected] | ||
first_name: John | ||
name: Doe | ||
name_org: University of Blub | ||
orcid: ORCID_123124151231 | ||
type_org: Academic | ||
work_phone: '+4132112312' | ||
- country: Switzerland | ||
email: [email protected] | ||
first_name: Jane | ||
name: Doe | ||
name_org: University of Blub | ||
orcid: ORCID_123124151221 | ||
type_org: Academic | ||
work_phone: '+4132112312' | ||
funder: | ||
- funder_name: SNF | ||
- funder_name: SNF | ||
grants: | ||
- project_id: SNF321 | ||
- project_id: Fundingofsomekind | ||
sample: | ||
grid: | ||
film_support: false | ||
|
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
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
Oops, something went wrong.