diff --git a/docs/deposit/images/edit-record.png b/docs/deposit/images/edit-record.png new file mode 100644 index 0000000..584f4d3 Binary files /dev/null and b/docs/deposit/images/edit-record.png differ diff --git a/docs/deposit/images/header-my-dashboard.png b/docs/deposit/images/header-my-dashboard.png new file mode 100644 index 0000000..6f43421 Binary files /dev/null and b/docs/deposit/images/header-my-dashboard.png differ diff --git a/docs/deposit/images/new-version-button.png b/docs/deposit/images/new-version-button.png new file mode 100644 index 0000000..8b7f435 Binary files /dev/null and b/docs/deposit/images/new-version-button.png differ diff --git a/docs/deposit/images/record-versions.png b/docs/deposit/images/record-versions.png new file mode 100644 index 0000000..85fb244 Binary files /dev/null and b/docs/deposit/images/record-versions.png differ diff --git a/docs/deposit/images/uploads-page.png b/docs/deposit/images/uploads-page.png new file mode 100644 index 0000000..712edc1 Binary files /dev/null and b/docs/deposit/images/uploads-page.png differ diff --git a/docs/deposit/images/uploads-shared-with-me.png b/docs/deposit/images/uploads-shared-with-me.png new file mode 100644 index 0000000..3075369 Binary files /dev/null and b/docs/deposit/images/uploads-shared-with-me.png differ diff --git a/docs/deposit/published-records.md b/docs/deposit/published-records.md index a9eef61..1d6c823 100644 --- a/docs/deposit/published-records.md +++ b/docs/deposit/published-records.md @@ -1,11 +1,99 @@ # Published records +Published records are finalized records made available in the repository. Once a record is published, it becomes accessible to other users. + +!!! note + + A *published record* is not necessarily a *public record*. + Publishing a record means the record is no longer a draft (a temporary working version) but a finalized record registered in the system. + Whether the record is publicly accessible depends on its restriction settings. + +A published record contains finalized metadata and associated files. It also displays additional information such as: + +- usage statistics +- versions +- communities +- citation details + ## Your records +To see all your records, go to **My Dashboard**. + +![My Dashboard header](images/header-my-dashboard.png "My Dashboard header") + +The **My Dashboard** page shows all records you have created or contributed to, including published records and drafts. + +From this page you can: + +- view your published records +- access and continue editing draft records +- monitor the status of your uploads +- search and filter your records +- create new uploads + +Each record entry displays key information such as the title, status ('open' or 'restricted'), and the last update date. + +Published records are indicated by a green checkmark, while draft records (temporary working versions) are shown with a red upload icon. + +![Uploads page in My Dashboard](images/uploads-page.png "Uploads page in My Dashboard") + +## Records shared with you + +Records can be shared with you by other users, allowing you to view or collaborate on them. + +To access these records, go to **My Dashboard** > **Uploads** and select the **Shared with me** tab. + +Shared records may allow different levels of access depending on the permissions granted to you by the record owner. + +![Shared with me tab in Uploads](images/uploads-shared-with-me.png "Shared with me tab in Uploads") + ## Edit +Draft records can be edited at any time before they are published. + +To edit a draft: + +1. Open the draft from **My Dashboard** > **Uploads**. +2. Update the metadata or files as needed. +3. Save your changes. + +For published records, only the metadata can be edited. + +To edit metadata of a published record: + +1. Open the published record you want to modify. +2. Click **Edit**. +3. Update the metadata. +4. Save and publish the changes. + +![Edit action on a published record](images/edit-record.png "Edit action on a published record") + +If you need to modify or replace files, you must create a new version of the record. + ## New version +To modify the files of a published record, create a new version. + +To create a new version: + +1. Open the published record. +2. Click **New version**. +3. A draft copy of the record is created. +4. Update the metadata or files as needed. +5. Publish the draft to release the new version. + +![New version button on a record](images/new-version-button.png "New version button on a record") + +CDS keeps a version history, so all previous versions remain accessible. + +All versions are linked together, allowing users to navigate between older and newer versions of the same record. + +!!! tip + + To learn more about how DOIs work with record versions, see the [DOI versioning FAQ](https://repository.cern/help/versioning). + +![Record versions section](images/record-versions.png "Record versions section") + ## Delete You cannot delete a published record. Deletion is allowed according to the [Content Policy](https://repository.cern/content-policy).