|
10 | 10 | An :py:class:`~pynwb.file.NWBFile` represents a single session of an experiment. |
11 | 11 | It contains all the data of that session and the metadata required to understand the data. |
12 | 12 |
|
13 | | -We will demonstrate how to use the `DANDI <https://gui.dandiarchive.org/>`_ neurophysiology data archive to access |
| 13 | +We will demonstrate how to use the `DANDI <https://dandiarchive.org/>`_ neurophysiology data archive to access |
14 | 14 | the data in two different ways: (1) by downloading it to your computer and (2) streaming it. |
15 | 15 |
|
16 | 16 | We will briefly show tools for exploring NWB Files interactively and refer the reader to the |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 | #################### |
35 | | -# We will access NWB data on the `DANDI Archive <https://gui.dandiarchive.org/>`_, |
| 35 | +# We will access NWB data on the `DANDI Archive <https://dandiarchive.org/>`_, |
36 | 36 | # and demonstrate reading one session of an experiment by |
37 | 37 | # `Chandravadia et al. (2020) <https://www.nature.com/articles/s41597-020-0415-9>`_. In this study, |
38 | 38 | # the authors recorded single neuron activity from the medial temporal lobes of human subjects |
39 | 39 | # while they performed a recognition memory task. |
40 | 40 | # |
41 | 41 | # Download the data |
42 | 42 | # ----------------- |
43 | | -# First, we will demonstrate how to download an NWB data file from `DANDI <https://gui.dandiarchive.org/>`_ |
| 43 | +# First, we will demonstrate how to download an NWB data file from `DANDI <https://dandiarchive.org/>`_ |
44 | 44 | # to your machine. |
45 | 45 | # |
46 | 46 | # Download using the DANDI Web UI |
47 | 47 | # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
48 | 48 | # You can download files directly from the DANDI website. |
49 | 49 | # |
50 | | -# 1. Go to the DANDI archive and open `this <https://gui.dandiarchive.org/dandiset/000004/draft>`_ dataset |
| 50 | +# 1. Go to the DANDI archive and open `this <https://dandiarchive.org/dandiset/000004/draft>`_ dataset |
51 | 51 | # 2. List the files in this dataset by clicking the "Files" button in Dandiset Actions (top right column of the page). |
52 | 52 | # |
53 | 53 | # .. image:: ../../_static/demo_dandi_view_files_in_dataset.png |
|
0 commit comments