Skip to content
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
Binary file modified docs/deposit/images/deposit-publish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/deposit/images/gltf-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/deposit/images/ipynb-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/deposit/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ If you need more, please contact us.

![Files upload area in the deposit form](images/deposit-upload.jpg)

### File previewers

CDS can display many file types directly in the browser on the record's landing page, without requiring a download. The following formats are supported:

| Format | Examples |
|---|---|
| Images | JPG, PNG, GIF, TIFF, WebP |
| Documents | PDF |
| Plain text and code | TXT, CSV, JSON, XML, Markdown |
| Notebooks | Jupyter (`.ipynb`) |
| 3D models | GLTF, GLB |
| Archives | ZIP, WARC, TAR |

Comment thread
sakshamarora1 marked this conversation as resolved.
Files that are not in a supported format will show a download button instead of a preview.

![Jupyter notebook previewer](images/ipynb-preview.jpg)

![3D model previewer](images/gltf-preview.jpg)


!!! tip

For 3D models, the previewer allows you to rotate, zoom, and pan the model directly in the browser. No additional software is required.

### Embargo

You can apply an embargo to one or more files by selecting **Apply an embargo** and configuring the embargo policy:
Expand Down