Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool navigation proposals #291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
14 changes: 11 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ website:
title: false
collapse-below: lg
left:
- text: "Topics"
- text: "Topics #1"
file: topics.qmd
- text: "Guides"
- text: Tools
href: /topics.html#category=Tools
- text: "Topics #2"
menu:
- text: All
file: topics.qmd
- text: Tools
href: /topics.html#category=Tools
- text: Guides
file: guides.qmd
- text: "Blog"
- text: Blog
file: blog.qmd
- contributing.qmd
tools:
Expand Down
1 change: 1 addition & 0 deletions topics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ listing:
table-striped: true
table-hover: true
fields: [title, reading-time]
categories: true
---

::: {.callout-tip}
Expand Down
1 change: 1 addition & 0 deletions topics/qualtrics.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Qualtrics
categories: [Tools]
---

Qualtrics is a cloud-based subscription and software platform (SaaS) that enables users to create and manage online surveys. The Qualtrics survey tool can support a variety of (complex) survey design requirements by providing such functionalities as different question types, display and branching logic configuration and the use of embedded data and API's.
Expand Down
1 change: 1 addition & 0 deletions topics/researchcloud.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: SURF Research Cloud
categories: [Tools]
---

## What is it?
Expand Down
11 changes: 6 additions & 5 deletions topics/scistor.qmd
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
---
title: SciStor
categories: [Tools]
---

The storage service SciStor (Storage for Scientists) is intended for storing large amounts of research data. SciStor can be used from any VU workstation and, via utilities, from home or on the road. The access rights can be set relatively fine-grained.

SciStor is hosted by IT for Research (ITvO) on the VU campus and is therefore close to lab equipment, workstations, the [BAZIS HPC cluster](../topics/bazis.qmd) and SciCloud.
SciStor is hosted by IT for Research (ITvO) on the VU campus and is therefore close to lab equipment, workstations, the [BAZIS HPC cluster](../topics/bazis.qmd) and SciCloud.

If desired, automatic backups can be made of the data.

Because SciStor is mainly intended for high performance on-campus use, access is only possible with a VUnetId.
<!-- add information on obtaining vunetid's for guests -->

## Storage space reservation
## Storage space reservation

Storage space on SciStor is provided on a reservation basis. This means that the amount of space requested is guaranteed to be available. If desired, the reservation can be adjusted up or down very quickly, subject to a few exceptions. The owner of the SciStor share receives monthly usage reports. The report provides insight on used and available space.
Storage space on SciStor is provided on a reservation basis. This means that the amount of space requested is guaranteed to be available. If desired, the reservation can be adjusted up or down very quickly, subject to a few exceptions. The owner of the SciStor share receives monthly usage reports. The report provides insight on used and available space.
<!-- link to cost model -->

## Backups
## Backups

SciStor shares can be backed up using the 'snapshot' technique. This makes it possible, among other things, for Windows users of a SciStor share to retrieve data from the backup themselves. The backup data is stored at an off-campus datacenter to ensure your data protected against disasters.
SciStor shares can be backed up using the 'snapshot' technique. This makes it possible, among other things, for Windows users of a SciStor share to retrieve data from the backup themselves. The backup data is stored at an off-campus datacenter to ensure your data protected against disasters.

## Requesting a SciStor share

Expand Down
3 changes: 2 additions & 1 deletion topics/yoda.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Yoda
categories: [Tools]
---

Yoda is an application for institutions that supports RDM throughout the entire research cycle: from the safe and easy storage and sharing of data during the research process, to the sharing of data within research groups and projects and ultimately to research data archiving and publication.

{{< video https://www.youtube.com/embed/N67v2v62Qn0?si=MhjAv6lDHAyCgfUy >}}
{{< video <https://www.youtube.com/embed/N67v2v62Qn0?si=MhjAv6lDHAyCgfUy> >}}

## Yoda and FAIR data

Expand Down
Loading