From cdfc842bd102fed42dd56f583c568c63a1d48693 Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Mon, 7 Mar 2022 08:02:39 +0100 Subject: [PATCH 1/3] fix: give more information about lists --- chapters/onboarding.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/chapters/onboarding.md b/chapters/onboarding.md index 3af9fae..7fed5b8 100644 --- a/chapters/onboarding.md +++ b/chapters/onboarding.md @@ -40,10 +40,22 @@ We assume a basic familiarity with basal technologies such as XML. ### Mailing Lists -- [eXist-db (eXist open mailing list)](https://sourceforge.net/p/exist/mailman/) -- [de-RSE](https://de-rse.org/de/) -- [RfII](http://www.rfii.de/de/start/) -- relevant [TEI-lists](https://tei-c.org/support/#tei-l) +#### Of general interest + +- [de-RSE](https://de-rse.org/de/): +This is where other research software engineers try to form a community. +Lots of job offers. +- [RfII](http://www.rfii.de/de/start/): +The "Rat für Informationsinfrastrukturen" uses this mailing list to give information about recent trends in digitalization in Germany, both in industry and research. +It's a good starting point to get a general grasp of what's going on in digital Germany. + +#### By software + +- [eXist-db (eXist open mailing list)](https://sourceforge.net/p/exist/mailman/): +A place to ask questions about eXist-db. +The main discussion takes place at [Slack](https://exist-db.slack.com/), though. +- relevant [TEI-lists](https://tei-c.org/support/#tei-l): +A place to ask your questions about TEI. ### Services by the Computing Center (GWDG) -- GitLab From 85b6af11042d8042f9b3a644fa3edd221da5fb82 Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Mon, 7 Mar 2022 08:02:57 +0100 Subject: [PATCH 2/3] fix: restructure links; add link --- chapters/links.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/chapters/links.md b/chapters/links.md index f2b2c01..f620ac5 100644 --- a/chapters/links.md +++ b/chapters/links.md @@ -1,18 +1,15 @@ ## Helpful Links and References -- EURISE-network technical-reference:\ - +This section collects some resources we find useful. +Feel free to add more if you happen to stumble upon something interesting! -- DHTech -- An international grass-roots community of Digital Humanities software engineers:\ - +### Other references +- EURISE-network technical-reference:\ + - The Software Sustainability Institute, Guidelines and Publications:\ - -- The Joel Test: 12 Steps to Better Code:\ - - - Software Quality Guidelines:\ @@ -22,5 +19,17 @@ - Netherlands eScience Center Guide\ +### Communities + +- DHTech -- An international grass-roots community of Digital Humanities software engineers:\ + + +### Software quality + - The Twelve-Factor App:\ +- The Joel Test: 12 Steps to Better Code:\ + +- An introduction to clean code:\ + +[Freecodecamp](https://www.freecodecamp.org) has lots of other interesting articles, too, so check them out! -- GitLab From e450e6e1ae712d939ed7df634932a274d1154c05 Mon Sep 17 00:00:00 2001 From: sendler Date: Mon, 7 Mar 2022 09:43:25 +0000 Subject: [PATCH 3/3] Apply 6 suggestion(s) to 2 file(s) --- chapters/links.md | 8 ++++---- chapters/onboarding.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapters/links.md b/chapters/links.md index f620ac5..f8895ea 100644 --- a/chapters/links.md +++ b/chapters/links.md @@ -1,10 +1,10 @@ ## Helpful Links and References -This section collects some resources we find useful. -Feel free to add more if you happen to stumble upon something interesting! +This section collects resources we find useful. +Feel free to add more if you happen to stumble upon anything interesting! -### Other references +### Other References - EURISE-network technical-reference:\ @@ -24,7 +24,7 @@ Feel free to add more if you happen to stumble upon something interesting! - DHTech -- An international grass-roots community of Digital Humanities software engineers:\ -### Software quality +### Software Quality - The Twelve-Factor App:\ diff --git a/chapters/onboarding.md b/chapters/onboarding.md index 7fed5b8..8e3e14a 100644 --- a/chapters/onboarding.md +++ b/chapters/onboarding.md @@ -40,7 +40,7 @@ We assume a basic familiarity with basal technologies such as XML. ### Mailing Lists -#### Of general interest +#### Of General Interest - [de-RSE](https://de-rse.org/de/): This is where other research software engineers try to form a community. @@ -49,7 +49,7 @@ Lots of job offers. The "Rat für Informationsinfrastrukturen" uses this mailing list to give information about recent trends in digitalization in Germany, both in industry and research. It's a good starting point to get a general grasp of what's going on in digital Germany. -#### By software +#### By Software - [eXist-db (eXist open mailing list)](https://sourceforge.net/p/exist/mailman/): A place to ask questions about eXist-db. -- GitLab