Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update eLabFTW examples #72

Merged
merged 7 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,333 changes: 804 additions & 529 deletions examples/elabftw/README.md

Large diffs are not rendered by default.

20 changes: 14 additions & 6 deletions examples/elabftw/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,25 @@

## Concepts used

A file `elabftw-export.json` is created during export and added to the archive, it corresponds to the JSON export on the entry by eLabFTW and might contain fields that are not present in the metadata file because too specific to eLabFTW.

Here is a correspondance between concepts in eLabFTW and how they are translated in the metadata json file in the archive:

| eLabFTW concepts | JSON property |
|---------------------|------------------------|
| tags | keywords |
| links | mentions |
| body (main content) | text |
| category | about |
| comments | comment |
| steps | in elabftw-export.json |
| content_type | encodingFormat |
| created_at | dateCreated |
| custom_id | alternateName |
| elabid | identifier |
| entity type | genre |
| links | mentions |
| metadata | variableMeasured |
| modified_at | dateModified |
| owner | author |
| rating | aggregateRating |
| status | creativeWorkStatus |
| steps | step |
| tags | keywords |
| title | name |
| body (main content) | text |

Binary file removed examples/elabftw/experiment-template.eln
Binary file not shown.
Binary file added examples/elabftw/export.eln
Binary file not shown.
Binary file removed examples/elabftw/multiple-experiments.eln
Binary file not shown.
Binary file removed examples/elabftw/multiple-resource.eln
Binary file not shown.
Binary file removed examples/elabftw/single-experiment.eln
Binary file not shown.
Binary file removed examples/elabftw/single-resource.eln
Binary file not shown.
Loading