Skip to content
Open
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 added docs/source/_static/datashuttle-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 17 additions & 11 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ Therefore, add the title and hide it, then add a custom centered title.
<p style="text-align: center; font-size: 48px;"><b>datashuttle</b></p>
<p style="text-align: center; font-size: 22px;">Automate the creation, validation and transfer of neuroscience project folders.</p>

```{image} _static/datashuttle-overview-light.png
:alt: My Logo
:class: logo, mainlogo, only-light
```{image} /_static/datashuttle-demo.gif
:alt: Datashuttle graphical interface walkthrough
:align: center
:width: 600px
:width: 700px
```
```{image} _static/datashuttle-overview-dark.png
:alt: My Logo
:class: logo, mainlogo, only-dark
:align: center
:width: 600px
```
<br>

<br>

::::{grid} 1 2 2 4
:gutter: 4
Expand Down Expand Up @@ -77,6 +70,19 @@ folder trees according to the [NeuroBlueprint](https://neuroblueprint.neuroinfor
specification. Automation and validation ensures that no errors, such as duplicate session
names or incorrect dates, slip into the project.

```{image} _static/datashuttle-overview-light.png
:alt: My Logo
:class: logo, mainlogo, only-light
:align: center
:width: 600px
```
```{image} _static/datashuttle-overview-dark.png
:alt: My Logo
:class: logo, mainlogo, only-dark
:align: center
:width: 600px
```

Data can be transferred between acquisition, storage and analysis
machines with a single function call or button click. Standardisation makes
folder names predictable, meaning it is easy to transfer specific combinations
Expand Down
Loading