From 0cca087db23cce4d2b1e807a5125d2f6688c64ce Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Fri, 20 Sep 2024 13:41:56 +0200 Subject: [PATCH 1/3] :art: add contributions to entire blog, and make it visible on the pages Should make it easier to identify who to ask without checking the git repository. --- azure/creating_ressources.md | 2 ++ azure/running_nextflow_on_azure.md | 2 ++ conf.py | 4 ++-- hpc_dtu/setup_user_env.md | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/azure/creating_ressources.md b/azure/creating_ressources.md index b3ffdb3..a3b619f 100644 --- a/azure/creating_ressources.md +++ b/azure/creating_ressources.md @@ -1,5 +1,7 @@ # Create Azure resources +> Author: ... + How to create azure resources in a common VNET > good first issue for Albert:) diff --git a/azure/running_nextflow_on_azure.md b/azure/running_nextflow_on_azure.md index 27a8dee..bf6a3dc 100644 --- a/azure/running_nextflow_on_azure.md +++ b/azure/running_nextflow_on_azure.md @@ -1,3 +1,5 @@ # How to run a nextflow pipleline on Azure +> Author: ... + > to be written diff --git a/conf.py b/conf.py index 01f4cf7..fc96c6c 100644 --- a/conf.py +++ b/conf.py @@ -8,8 +8,8 @@ project = "Data Science Platform notes" # ! update if someone adds information -copyright = "2024, Henry Webel" -author = "Henry Webel" +copyright = "2024, DTU biosustain" +author = "Henry Webel, Juliana Assis, Jakob Berg Jespersen, Pasquale Colaianni" # -- General configuration --------------------------------------------------- diff --git a/hpc_dtu/setup_user_env.md b/hpc_dtu/setup_user_env.md index 13f25d8..e194add 100644 --- a/hpc_dtu/setup_user_env.md +++ b/hpc_dtu/setup_user_env.md @@ -1,4 +1,5 @@ # DTU HPC +> Author: Juliana Assis Read documentation on [LSF 10 Cluster here](https://www.hpc.dtu.dk/?page_id=2501). From af69f621cdc46a9b2ec993a35222efc66dd8e726 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Fri, 20 Sep 2024 14:45:07 +0200 Subject: [PATCH 2/3] :memo: more details --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fc96c6c..beb0914 100644 --- a/conf.py +++ b/conf.py @@ -8,7 +8,7 @@ project = "Data Science Platform notes" # ! update if someone adds information -copyright = "2024, DTU biosustain" +copyright = "2024, DTU Biosustain, Informatics Platform, DSP" author = "Henry Webel, Juliana Assis, Jakob Berg Jespersen, Pasquale Colaianni" From 982a6f5d6925ab0efc42c7edbf28c6003d8b0992 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Fri, 20 Sep 2024 14:52:51 +0200 Subject: [PATCH 3/3] :art: fix layout bug (two whitespaces at the end for new line) --- python/best_practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/best_practices.md b/python/best_practices.md index 6b93689..e78a480 100644 --- a/python/best_practices.md +++ b/python/best_practices.md @@ -1,6 +1,6 @@ # Coding (best) practices for Data Science -> Author: Henry Webel +> Author: Henry Webel > Reviewers: Pasquale Colaianni, Jakob Berg Jespersen Being asked to show some coding best practices for an internal retreat, I assembled