Skip to content

Commit 8f70e1f

Browse files
authored
Add Survey and Next Steps pages (#524)
Add a Survey page at the end of the training to collect feedback, then a final one with links to further resources. The pages are set up to encourage learners to complete the survey in order to access the next steps, but the Next Steps page is accessible directly from the left hand menu. Just doing this for Hello Nextflow for now but if it works well we'll clone this for all other trainings.
1 parent a43f170 commit 8f70e1f

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

docs/hello_nextflow/06_hello_config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,5 @@ You know how to use profiles to select a preset configuration at runtime with mi
610610
### What's next?
611611

612612
Celebrate and give yourself a big pat on the back! You have completed your very first Nextflow developer course.
613-
Then check out the training portal homepage for more training content that may be of interest.
613+
614+
Next, we ask you to complete a very short survey about your experience with this training course, then we'll take you to a page with links to further training resources and helpful links.

docs/hello_nextflow/next_steps.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Next Steps
2+
3+
Congrats again on completing the Hello Nextflow training course and thank you for completing our survey!
4+
5+
**Here are our top 3 recommendations for what you can do next to take your Nextflow skills to the next level.**
6+
7+
### 1. See how what you just learned applies to a scientific analysis use case
8+
9+
**Check out the [Nextflow for Science](../nf4_science/index.md) page** for a list of short standalone courses that demonstrate how to apply the basic concepts and mechanisms presented in Hello Nextflow to common scientific analysis use cases.
10+
11+
If you don't see your domain represented by a relatable use case, let us know in the [Community forum](https://community.seqera.io/) so we can add it to our development list.
12+
13+
### 2. Delve into the details
14+
15+
In the Hello Nextflow course, we keep the level of technical complexity low on purpose to avoid overloading you with information you don't need in order to get started with Nextflow.
16+
As you move forward with your work, you're going to want to learn how to use the full feature set and power of Nextflow.
17+
18+
To that end, we are currently working on a collection of Side Quests, which are meant to be short standalone courses that go deep into specific topics like testing, metadata handling, using conditional statements and the differences between working on HPC _vs._ cloud.
19+
20+
In the meantime, feel free to **browse the [Fundamentals Training](../basic_training/index.md) and [Advanced Training](../advanced/index.md)** to find training exercises about the topics that interest you.
21+
22+
### 3. Learn how to use nf-core resources and the Seqera Platform
23+
24+
**The [nf-core project](https://nf-co.re/) is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.**
25+
It includes [over 100 pipelines](https://nf-co.re/pipelines/) that are available for use out of the box and [well over 1400 process modules](https://nf-co.re/modules/) that can be integrated into your own projects, as well as a rich set of developer tools.
26+
27+
**[Seqera Platform](https://seqera.io/) is the best way to run Nextflow in practice.**
28+
It is a cloud-based platform that you can connect to your own compute infrastructure to make it much easier to launch and manage your workflows.
29+
The Free Tier is available for free use by everyone (with usage quotas).
30+
Qualifying academics can get free Pro-level access (no usage limitations) through the [Academic Program](https://seqera.typeform.com/to/SRB8Ci3n).
31+
32+
We are currently developing a short training course demonstrating how to use both of these resources (either independently or in combination).
33+
In the meantime, check out the [nf-core docs](https://nf-co.re/docs/) and the [Seqera Platform tutorials](https://docs.seqera.io/platform/latest/getting-started/quickstart-demo/comm-showcase)
34+
35+
### That's it for now!
36+
37+
**Good luck in your Nextflow journey and don't hesitate to let us know in the [Community forum](https://community.seqera.io/) what else we could do to help.**

docs/hello_nextflow/survey.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Feedback survey
2+
3+
Before you move on, please complete this short 4-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
4+
5+
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
6+
7+
<div data-tf-live="01JMHYE82Z92J2Q6Q3Z7QJ1BFW"></div><script src="//embed.typeform.com/next/embed.js"></script>

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ nav:
1818
- hello_nextflow/04_hello_modules.md
1919
- hello_nextflow/05_hello_containers.md
2020
- hello_nextflow/06_hello_config.md
21+
- hello_nextflow/survey.md
22+
- hello_nextflow/next_steps.md
2123
- Nextflow for Genomics:
2224
- nf4_science/genomics/index.md
2325
- nf4_science/genomics/00_orientation.md

0 commit comments

Comments
 (0)