Skip to content

Commit ea37950

Browse files
Merge pull request #142 from coding-for-reproducible-research/website-refactor
website refactor to change navigation bar ordering
2 parents 8384846 + 26e9b0d commit ea37950

File tree

2 files changed

+44
-41
lines changed

2 files changed

+44
-41
lines changed

_toc.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,46 @@ parts:
99
- file: cfrr_program_details/about_us
1010
- file: cfrr_program_details/how_to_use_CfRR
1111

12+
- caption: Courses We Offer
13+
chapters:
14+
- file: cfrr_program_details/courses_overview
15+
- file: programme_information/programme_information
16+
sections:
17+
- file: programme_information/coding_languages
18+
sections:
19+
- file: programme_information/julia
20+
sections:
21+
- file: programme_information/intro_to_julia
22+
- file: programme_information/python
23+
sections:
24+
- file: programme_information/intro_to_python
25+
- file: programme_information/python_for_data_analysis
26+
- file: programme_information/R
27+
sections:
28+
- file: programme_information/intro_to_r
29+
- file: programme_information/regression_analysis_with_r
30+
- file: programme_information/advanced_regression_analysis_with_r
31+
- file: programme_information/working_with_data_in_r
32+
- file: programme_information/unix
33+
sections:
34+
- file: programme_information/intro_to_unix
35+
- file: programme_information/coding_practices
36+
sections:
37+
- file: programme_information/computational_thinking_overview
38+
sections:
39+
- file: programme_information/computational_thinking
40+
- file: programme_information/high_performance_computing
41+
sections:
42+
- file: programme_information/intro_to_hpc
43+
- file: programme_information/software_development
44+
sections:
45+
- file: programme_information/software_development_best_practices
46+
- file: programme_information/version_control
47+
sections:
48+
- file: programme_information/intro_to_version_control
49+
- file: programme_information/intermediate_version_control
50+
- file: cfrr_program_details/course_feedback
51+
1252
- caption: What Courses Should I Take?
1353
chapters:
1454
- file: where_is_my_understanding/homepage_where_is_my_understanding
@@ -52,46 +92,6 @@ parts:
5292
- file: pathways/r_ds
5393
- file: pathways/python_ds
5494

55-
- caption: Courses We Offer
56-
chapters:
57-
- file: cfrr_program_details/courses_overview
58-
- file: programme_information/programme_information
59-
sections:
60-
- file: programme_information/coding_languages
61-
sections:
62-
- file: programme_information/julia
63-
sections:
64-
- file: programme_information/intro_to_julia
65-
- file: programme_information/python
66-
sections:
67-
- file: programme_information/intro_to_python
68-
- file: programme_information/python_for_data_analysis
69-
- file: programme_information/R
70-
sections:
71-
- file: programme_information/intro_to_r
72-
- file: programme_information/regression_analysis_with_r
73-
- file: programme_information/advanced_regression_analysis_with_r
74-
- file: programme_information/working_with_data_in_r
75-
- file: programme_information/unix
76-
sections:
77-
- file: programme_information/intro_to_unix
78-
- file: programme_information/coding_practices
79-
sections:
80-
- file: programme_information/computational_thinking_overview
81-
sections:
82-
- file: programme_information/computational_thinking
83-
- file: programme_information/high_performance_computing
84-
sections:
85-
- file: programme_information/intro_to_hpc
86-
- file: programme_information/software_development
87-
sections:
88-
- file: programme_information/software_development_best_practices
89-
- file: programme_information/version_control
90-
sections:
91-
- file: programme_information/intro_to_version_control
92-
- file: programme_information/intermediate_version_control
93-
- file: cfrr_program_details/course_feedback
94-
9595
- caption: Self Study Notes
9696
chapters:
9797
- file: cfrr_program_details/coding_languages_self_study

cfrr_program_details/how_to_use_CfRR.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"This website aims to provide a single resource for engaging with the Coding for Reproducible Research training initiative at the University of Exeter. Extended details about the programme and why it is being run can be found on the [About Us page](about_us.ipynb). On this website, there are three main sections to be aware of:\n",
2929
"- **Which courses are beneficial for me?** This section features a series of interactive quizzes that relate to a particular course that is offered. These quizzes are designed to help you assess your current knowledge and help to identify which couses that are offered will provide the best time investment for your engagement.\n",
3030
"- **Course Details and Delivery Dates** This section provides an overview of the delivery dates for all of the workshops offered, details of any relevant administrative information, and installation instructions for any software needed to attend the course.\n",
31-
"- **Self-Study Notes** This section provides a set of interactive self-study notes that anyone can use to teach themselves any topics that are covered by the courses delivered within the programme. "
31+
"- **Self-Study Notes** This section provides a set of interactive self-study notes that anyone can use to teach themselves any topics that are covered by the courses delivered within the programme.\n",
32+
"\n",
33+
"\n",
34+
"We offer a range of workshops to support colleagues to learn the skills they need, as outlined in the **Courses We Offer** section. Many course participants report they appreciate having focused time to learn alongside skilled support. However, some colleagues prefer to self-direct their learning, particularly if they already have some prior experience in an area. So the course notes are provided as self-study materials in this section for those who prefer to learn at their own pace, or who are unable to attend the workshops for other reasons."
3235
]
3336
},
3437
{

0 commit comments

Comments
 (0)