Skip to content

Commit

Permalink
update eLabFTW examples
Browse files Browse the repository at this point in the history
PR #72
  • Loading branch information
NicolasCARPi authored Jun 19, 2024
1 parent 52b98e2 commit dc9c239
Show file tree
Hide file tree
Showing 8 changed files with 818 additions and 535 deletions.
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.

0 comments on commit dc9c239

Please sign in to comment.