eln-guide-basic-data-dryad
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eln-guide-basic-data-dryad [2026/04/06 16:43] – csdunham | eln-guide-basic-data-dryad [2026/04/06 21:51] (current) – [Step 5: Lock & Export] saejinoh | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| //Fig 1. ELN navigation bar. Users can access the Data Dryad Launchpad from the navigation bar.// | //Fig 1. ELN navigation bar. Users can access the Data Dryad Launchpad from the navigation bar.// | ||
| \\ | \\ | ||
| + | |||
| ====== Dryad Dataset Workflow ====== | ====== Dryad Dataset Workflow ====== | ||
| The Data Dryad workflow is described in the following sections. | The Data Dryad workflow is described in the following sections. | ||
| ===== Step 1: API token ===== | ===== Step 1: API token ===== | ||
| - | In order to submit data to Data Dryad, you must first obtain an API token from your Data Dryad account page. Upon activating the API account, you will see the ability to generate an API token at the bottom of the page, as shown in Fig 2. Upon generating a token, it will remain active/ | + | In order to submit data to Data Dryad, you must first obtain an API token from your Data Dryad account page. Upon activating the API account, you will see the ability to generate an API token at the bottom of the page, as shown in Fig 2. Upon generating a token, it will remain active/ |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 18: | Line 19: | ||
| //Fig 2. Data dryad token generator. Clicking the button to get a new token will provide the user with an API token. This token lasts for 10 hours, after which a new token must be generated.// | //Fig 2. Data dryad token generator. Clicking the button to get a new token will provide the user with an API token. This token lasts for 10 hours, after which a new token must be generated.// | ||
| \\ | \\ | ||
| + | |||
| + | ---- | ||
| + | |||
| ===== Step 2: Create a Dataset ===== | ===== Step 2: Create a Dataset ===== | ||
| - | TBD... | + | Data Dryad datasets are created using the form shown in Fig 3. Many of the fields are required by default from Dryad, including: a title, author information, |
| + | \\ | ||
| + | \\ | ||
| + | Well, the first part (Pages Relevant to Dataset) is used to designate which ELN pages are part of the dataset. This process then turns attached ELN files into available files for sending to Data Dryad (discussed further in the next section). The second part (API token) is necessary in order to carry out Data Dryad operations, or at least, it is as of April 6 2026. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | //Fig 3. Dryad dataset creation form. Contains all the standard fields you would find on the Data Dryad website, plus two others: relevant page selection and Dryad API token.// | ||
| + | \\ | ||
| + | \\ | ||
| + | It is worth noting that Data Dryad datasets are account-wide for the first author, i.e., the user who is signed in is able to see all of their created Dryad datasets, which are displayed as cards (Fig 4). | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | //Fig 4. Example Data Dryad dataset card.// | ||
| + | \\ | ||
| + | \\ | ||
| + | The card provides a direct link to the web-editable Dataset, as well as a View button to make further edits to the dataset in the ELN (Fig 5). It is from this View window that you can update dataset metadata, upload files directly to Dryad (Step 3), generate a README file (Step 4), and lock and export the README to Data Dryad (Step 5). | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | //Fig 5. Landing page when Viewing a Dataset. Shows the dataset editing form, available and uploaded-to-Dryad files, and README editor.// | ||
| + | \\ | ||
| - | ===== Step 3: Attach Files ===== | + | ---- |
| - | TBD... | + | |
| - | ===== Step 4: README File ===== | + | ===== Step 3: Sending Files to Dryad ===== |
| - | TBD... | + | As you link ELN pages to your Dataset, any and all attached files that are available to the ELN page become available to direct upload to Data Dryad. Fig 6 shows this window in more detail. Clicking 'Add to Dryad' expands the file card to display a form with fields for your API token and a file description. Successful submission of this form will move the file from the ' |
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | //Fig 6. Dryad file management window. This window shows two panels, or columns, one for Available for Upload and another for Upload to Dryad.// | ||
| + | \\ | ||
| + | \\ | ||
| + | Once a file has been uploaded to Dryad, it cannot be deleted from the Dataset without going directly to Data Dryad to do so. This is due to limitations in the Data Dryad API. A future update will permit file deletion from the LIMS in a manner similar to what exists for deleting a dataset from the LIMS (see the ' | ||
| - | ===== Step 5: Lock & Export ===== | + | ---- |
| - | TBD... | + | |
| + | ===== Step 4: README File Editor ===== | ||
| + | All Data Dryad submissions require a README file. Details of the README file can, and should, be viewed at the Data Dryad website. Data Dryad README files are written in the Markdown language, and in order to help you write your READMEs for Dryad, we've produced a rich text-to-Markdown editor (Fig 7) that looks and works exactly like the ELN's text editor you're familiar with, except it outputs Markdown content! It also has had some features removed that are not Markdown-compatible. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | //Fig 7. Rich text-to-Markdown editor. The editor content is always loaded with the default Markdown template provided by Data Dryad to get you started with your README file.// | ||
| + | \\ | ||
| + | \\ | ||
| + | The Markdown editor here has an autosave feature, and any content entered into the editor is automatically saved every 2 seconds. Successful saves display a timestamp for the last time they were saved. The Markdown editor supports standard Markdown features, such as: header levels, ordered and unordered lists, tables, and basic text formatting. These README files are not intended to hold image-based information, | ||
| + | \\ | ||
| + | \\ | ||
| + | **An important note:** Data Dryad has an expectation, | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Step 5: Lock & Export ===== | ||
| + | Once you've finished sending files to Dryad, editing your Dataset' | ||
| ====== Launchpad Caveats ====== | ====== Launchpad Caveats ====== | ||
| - | TBD... | + | There are a select few operations that cannot be performed in the launchpad (deletion of files from Dryad, submitting a dataset to curation), or which have limitations (deleting a full Dryad dataset). These operations are discussed in more detail in the following sections. |
| ===== Deleting Dryad Datasets ===== | ===== Deleting Dryad Datasets ===== | ||
| Line 44: | Line 97: | ||
| ===== Submitting Dryad Datasets for Peer Review ===== | ===== Submitting Dryad Datasets for Peer Review ===== | ||
| - | TBD... | + | The final step for any Data Dryad dataset is to submit it for curation/ |
eln-guide-basic-data-dryad.1775493781.txt.gz · Last modified: by csdunham
