diff --git a/docs/hello_nextflow/06_hello_config.md b/docs/hello_nextflow/06_hello_config.md index 24791db1a..321be9f3d 100644 --- a/docs/hello_nextflow/06_hello_config.md +++ b/docs/hello_nextflow/06_hello_config.md @@ -610,4 +610,5 @@ You know how to use profiles to select a preset configuration at runtime with mi ### What's next? Celebrate and give yourself a big pat on the back! You have completed your very first Nextflow developer course. -Then check out the training portal homepage for more training content that may be of interest. + +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. diff --git a/docs/hello_nextflow/next_steps.md b/docs/hello_nextflow/next_steps.md new file mode 100644 index 000000000..0e8d56cd9 --- /dev/null +++ b/docs/hello_nextflow/next_steps.md @@ -0,0 +1,37 @@ +# Next Steps + +Congrats again on completing the Hello Nextflow training course and thank you for completing our survey! + +**Here are our top 3 recommendations for what you can do next to take your Nextflow skills to the next level.** + +### 1. See how what you just learned applies to a scientific analysis use case + +**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. + +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. + +### 2. Delve into the details + +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. +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. + +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. + +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. + +### 3. Learn how to use nf-core resources and the Seqera Platform + +**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.** +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. + +**[Seqera Platform](https://seqera.io/) is the best way to run Nextflow in practice.** +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. +The Free Tier is available for free use by everyone (with usage quotas). +Qualifying academics can get free Pro-level access (no usage limitations) through the [Academic Program](https://seqera.typeform.com/to/SRB8Ci3n). + +We are currently developing a short training course demonstrating how to use both of these resources (either independently or in combination). +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) + +### That's it for now! + +**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.** diff --git a/docs/hello_nextflow/survey.md b/docs/hello_nextflow/survey.md new file mode 100644 index 000000000..7bfa0e1e3 --- /dev/null +++ b/docs/hello_nextflow/survey.md @@ -0,0 +1,7 @@ +# Feedback survey + +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. + +This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone! + +
diff --git a/mkdocs.yml b/mkdocs.yml index 891854179..c9c187d09 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,8 @@ nav: - hello_nextflow/04_hello_modules.md - hello_nextflow/05_hello_containers.md - hello_nextflow/06_hello_config.md + - hello_nextflow/survey.md + - hello_nextflow/next_steps.md - Nextflow for Genomics: - nf4_science/genomics/index.md - nf4_science/genomics/00_orientation.md