From 4cfcbc0d71a2d5af83c3692462a06de5d51d9c16 Mon Sep 17 00:00:00 2001 From: marcobarilari Date: Mon, 16 Sep 2024 16:05:27 +0200 Subject: [PATCH 1/2] add empty md files to mirror gdoc guide --- doc/admin.md | 0 doc/buying_things_for_the_lab.md | 0 doc/code_and_data_management.md | 0 doc/conference_posters.md | 0 doc/conferences_of_interest.md | 0 doc/for_phd_students.md | 0 doc/fun_activities.md | 0 doc/google_calendar.md | 0 doc/grants.md | 0 doc/iMac_in_the_lab.md | 0 doc/lab_meetings.md | 0 doc/lab_website.md | 0 doc/learning_french.md | 0 doc/living_in_belgium.md | 0 doc/logistics.md | 0 doc/online_accounts_to_join.md | 0 doc/papers.md | 0 doc/registration_at_uclovuain.md | 0 doc/running_a_study.md | 0 doc/testing_participants.md | 0 doc/using_the_computer_cluster.md | 0 mkdocs.yml | 26 +++++++++++++++++++++++++- 22 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 doc/admin.md create mode 100644 doc/buying_things_for_the_lab.md create mode 100644 doc/code_and_data_management.md create mode 100644 doc/conference_posters.md create mode 100644 doc/conferences_of_interest.md create mode 100644 doc/for_phd_students.md create mode 100644 doc/fun_activities.md create mode 100644 doc/google_calendar.md create mode 100644 doc/grants.md create mode 100644 doc/iMac_in_the_lab.md create mode 100644 doc/lab_meetings.md create mode 100644 doc/lab_website.md create mode 100644 doc/learning_french.md create mode 100644 doc/living_in_belgium.md create mode 100644 doc/logistics.md create mode 100644 doc/online_accounts_to_join.md create mode 100644 doc/papers.md create mode 100644 doc/registration_at_uclovuain.md create mode 100644 doc/running_a_study.md create mode 100644 doc/testing_participants.md create mode 100644 doc/using_the_computer_cluster.md diff --git a/doc/admin.md b/doc/admin.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/buying_things_for_the_lab.md b/doc/buying_things_for_the_lab.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/code_and_data_management.md b/doc/code_and_data_management.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/conference_posters.md b/doc/conference_posters.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/conferences_of_interest.md b/doc/conferences_of_interest.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/for_phd_students.md b/doc/for_phd_students.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/fun_activities.md b/doc/fun_activities.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/google_calendar.md b/doc/google_calendar.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/grants.md b/doc/grants.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/iMac_in_the_lab.md b/doc/iMac_in_the_lab.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/lab_meetings.md b/doc/lab_meetings.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/lab_website.md b/doc/lab_website.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/learning_french.md b/doc/learning_french.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/living_in_belgium.md b/doc/living_in_belgium.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/logistics.md b/doc/logistics.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/online_accounts_to_join.md b/doc/online_accounts_to_join.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/papers.md b/doc/papers.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/registration_at_uclovuain.md b/doc/registration_at_uclovuain.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/running_a_study.md b/doc/running_a_study.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/testing_participants.md b/doc/testing_participants.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/using_the_computer_cluster.md b/doc/using_the_computer_cluster.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index c4c069a..436c292 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,8 +20,32 @@ docs_dir: doc # Pages nav: -- Welcome and FAQ: index.md +- Home: index.md - Contributing: contributing.md +- Welcome section: + - Registration at UCLouvain: registration_at_uclovuain.md + - Living in Belgium: living_in_belgium.md +- Life in lab: + - Google calendar: google_calendar.md + - Logistics: logistics.md + - Lab meetings: lab_meetings.md + - Admin: admin.md + - Lab website: lab_website.md + - Online accounts to join: online_accounts_to_join.md + - Grants: grants.md + - Conferences of interest: conferences_of_interest.md + - Buying things for the lab: buying_things_for_the_lab.md + - For PhD students: for_phd_students.md + - Using the computer cluster: using_the_computer_cluster.md + - iMac in the lab: iMac_in_the_lab.md + - Code and data management: code_and_data_management.md + - Running a study: running_a_study.md + - Testing participants: testing_participants.md + - Conference posters: conference_posters.md + - Papers: papers.md +- Activities: + - Learnign French: learning_french.md + - Fun activities: fun_activities.md # list of extension markdown_extensions: From 23fa7a1b3bf5ce2563a280596d07551dfc6c574c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:07:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 436c292..7cade4a 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ nav: - Contributing: contributing.md - Welcome section: - Registration at UCLouvain: registration_at_uclovuain.md - - Living in Belgium: living_in_belgium.md + - Living in Belgium: living_in_belgium.md - Life in lab: - Google calendar: google_calendar.md - Logistics: logistics.md