diff --git a/talks-public/2018-02-04-deposit-vault-walkthrough/deposit-vault-walkthrough.org b/talks-public/2018-02-04-deposit-vault-walkthrough/deposit-vault-walkthrough.org --- a/talks-public/2018-02-04-deposit-vault-walkthrough/deposit-vault-walkthrough.org +++ b/talks-public/2018-02-04-deposit-vault-walkthrough/deposit-vault-walkthrough.org @@ -30,7 +30,7 @@ - full *transparency* of the loading and downloading processes - download the deposit by cooking the bundle in the *vault* **** SWORD-compliant - - *SWORD v2* protocol for single and multi-part deposits + - *SWORD v2* protocol for single and multipart deposits - deposit MUST, SHOULD and MAY contain certain metadata attributes * Deposit walkthrough @@ -106,9 +106,9 @@ #+END_SRC ** Deposit walkthrough -*** Multi-part deposit +*** multipart deposit #+BEAMER: \footnotesize - A Multi-part deposit with *partial* status can be: + A multipart deposit with *partial* status can be: - completely replaced - updated with new content or metadata @@ -119,7 +119,7 @@ #+BEGIN_SRC $ swh-deposit --login 'name' --pass 'secret' --deposit-id '11' \ --collection 'fsf-collection' --slug 'ext-id' --in-progress 'true'\ - --archive '/path/to/updated-e-suis-gpl.tgz' \ + --archive '/path/to/updated-je-suis-gpl.tgz' \ --metadata '/path/to/updated-je-suis-gpl-metadata.xml' #+END_SRC @@ -134,15 +134,16 @@ *** #+BEAMER: \footnotesize -To mark deposit completed *in-progress* /must/ be false +To mark deposit completed, *in-progress* /must/ be false ** Deposit walkthrough *** What's your status? #+BEAMER: \footnotesize - - *partial* : multi-part deposit is still ongoing + - *partial* : multipart deposit is still ongoing - *ready-for-checks*: deposit completed - - *ready-for-load*: content and metadata verified + - *rejected*: deposit failed the checks + - *ready-for-load*: content and metadata verified - *success*: loading completed successfully - *failure*: loading failed #+BEAMER: \pause @@ -190,7 +191,7 @@ - and the object identifier a sha1-git hash \\ *608757ea9bd8494d729732cc9a414948c160bd3c* We will use the object identifier to create a bundle to download -*** Reqesting download with swh-id +*** Requesting download with swh-id #+BEAMER: \tiny #+BEGIN_SRC sh $ curl -X POST /api/1/vault/revision/608757ea.../gitfast