46 lines
642 B
Markdown
46 lines
642 B
Markdown
(user)=
|
|
# User
|
|
Welcome to the User section of the cSAXS beamline.
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 2
|
|
hidden: true
|
|
---
|
|
|
|
before_you_arrive/before_you_arrive.md
|
|
beamtime/beamtime.md
|
|
|
|
```
|
|
|
|
|
|
***
|
|
|
|
````{grid} 2
|
|
:gutter: 5
|
|
|
|
```{grid-item-card}
|
|
:link: user.before_you_arrive
|
|
:link-type: ref
|
|
:img-top: /assets/receipt_long.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## Before you arrive
|
|
|
|
Learn what to do before you arrive to the beamline.
|
|
```
|
|
|
|
```{grid-item-card}
|
|
:link: user.beamtime
|
|
:link-type: ref
|
|
:img-top: /assets/biotech.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## Beamtime
|
|
|
|
Everything you need to know to run your experiment.
|
|
```
|
|
|
|
```` |