diff --git a/docs/datasquad-website-guide/index.md b/docs/datasquad-website-guide/index.md new file mode 100644 index 0000000..0ca29fb --- /dev/null +++ b/docs/datasquad-website-guide/index.md @@ -0,0 +1,8 @@ +--- +layout: default +has_children: true +--- + +Refer to [Add Projects]({{ site.baseurl }}/docs/datasquad-website-guide/add-projects) and +[Add/Manage Blogs]({{ site.baseurl }}/docs/datasquad-website-guide/blogs) to add projects/blogs. +If you have any issues with Projects/Blogs loading on the site refer to [Debugging]({{ site.baseurl }}/docs/datasquad-website-guide/debugging) \ No newline at end of file diff --git a/docs/imls-website-guide/website-guide.md b/docs/imls-website-guide/index.md similarity index 100% rename from docs/imls-website-guide/website-guide.md rename to docs/imls-website-guide/index.md diff --git a/docs/onboarding/index.md b/docs/onboarding/index.md new file mode 100644 index 0000000..c36baf8 --- /dev/null +++ b/docs/onboarding/index.md @@ -0,0 +1,41 @@ +--- +title: Onboarding +layout: default +permalink: /docs/onboarding +has_children: true +nav_order: 2 +--- + +#Onboarding + +This documentation is written for students that onboarding to the UCLA IMLS + +1. **Get into contact with HR to go through the onboarding process** + +2. **If you have access to the required curriculum courses (the training courses) do those** + +3. **Read and understand what we actually do** + + [IMLS Project](https://ucla-imls-open-sci.info/) + +4. **Explore the Carpentries Workbench and create your own** + + Carpentries Workbench: [https://carpentries.github.io/sandpaper-docs/](https://carpentries.github.io/sandpaper-docs/) + + Example Repositories created by students: + - [Loretta](https://ucla-imls-open-sci.info/regression-in-ML/) + - [Hyerin](ucla-imls-open-sci.info/cleaning-data/) + - [Lawrence](https://ucla-imls-open-sci.info/cpp_guide/) + +5. **Read about the Carptentries** + - [History, Structure, Pedagogy](https://carpentries.github.io/instructor-training/) + - [Instructor Training](https://carpentries.github.io/instructor-training/01-welcome.html#a-brief-overview-of-the-carpentries) + - [Curriculum Development Handbook](https://cdh.carpentries.org/) + - [The Lesson being Taught](https://carpentries.github.io/lesson-development-training/index.html) + +6. **Setup your local machine** + + Go to Local Environment and setup your personal machine. If you are using a laptop from the DSC it should be setup after running + the required shell script. + + [Local Environment]({{ site.baseurl }}/docs/onboarding/local-env) \ No newline at end of file diff --git a/docs/imls-website-guide/local-env/gpg_signature.md b/docs/onboarding/local-env/gpg_signature.md similarity index 99% rename from docs/imls-website-guide/local-env/gpg_signature.md rename to docs/onboarding/local-env/gpg_signature.md index 1b79476..fa0c21b 100644 --- a/docs/imls-website-guide/local-env/gpg_signature.md +++ b/docs/onboarding/local-env/gpg_signature.md @@ -2,7 +2,7 @@ title: GPG Signature layout: default parent: Local Environment -grand_parent: IMLS Website Guide +grand_parent: Onboarding nav_order: 2 --- diff --git a/docs/imls-website-guide/local-env/local-env.md b/docs/onboarding/local-env/index.md similarity index 84% rename from docs/imls-website-guide/local-env/local-env.md rename to docs/onboarding/local-env/index.md index 35261ab..574d496 100644 --- a/docs/imls-website-guide/local-env/local-env.md +++ b/docs/onboarding/local-env/index.md @@ -1,7 +1,7 @@ --- title: Local Environment layout: default -parent: IMLS Website Guide +parent: Onboarding has_children: true nav_order: 1 --- diff --git a/docs/imls-website-guide/local-env/jekyll.md b/docs/onboarding/local-env/jekyll.md similarity index 98% rename from docs/imls-website-guide/local-env/jekyll.md rename to docs/onboarding/local-env/jekyll.md index fa69db7..da8810f 100644 --- a/docs/imls-website-guide/local-env/jekyll.md +++ b/docs/onboarding/local-env/jekyll.md @@ -2,7 +2,7 @@ title: Jekyll layout: default parent: Local Environment -grand_parent: IMLS Website Guide +grand_parent: Onboarding nav_order: 1 ---