From d1cdf789ec35054b9bd8a628faeb72465e9a4693 Mon Sep 17 00:00:00 2001 From: "Henner M. Kruse" Date: Mon, 3 Apr 2023 16:16:28 +0200 Subject: [PATCH] Added about me page, theme test hidden, minor theme fixes --- content/pages/about.md | 16 ++++++++++++++++ content/theme-test.md | 1 + pelicanconf.py | 2 +- themes/latex | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 content/pages/about.md diff --git a/content/pages/about.md b/content/pages/about.md new file mode 100644 index 0000000..149afab --- /dev/null +++ b/content/pages/about.md @@ -0,0 +1,16 @@ +Title: About me +Tags: about +Date: 2023-03-30 + +As a computer scientist specializing in medical data science, my skills cover a broad range of technical areas. With a master's degree in medical informatics and a background in systems administration, I am proficient in both software development and system management. + +My development skills encompass Python, Bash, PowerShell andsome prior experience with Java, JavaScript, C and C++. This enables me to deliver software solutions that address the unique needs of medical data science teams, including data exchange, interoperability, and automation. + +On the system management side, I possess expertise in Linux and FreeBSD administration, enabling me to manage and secure Unix-based systems. I am well-versed in automation tools like Ansible, which I leverage to scale infrastructure and automate tasks. Additionally, I have experience in DevOps techniques and software test automation. + +In terms of project management, I am skilled in using collaboration tools such as GitLab, Atlassian JIRA and Confluence to streamline team workflows and maximize productivity. My experience in these areas allows me to effectively communicate with stakeholders, facilitate project workflows, and track progress. + +In addition to my technical skills, I am familiar with healthcare data exchange standards such as HL7 FHIR and HL7v2, as well as REST APIs. This knowledge is critical to my ability to work on medical data science projects that involve data exchange and interoperability. + +Overall, I am a versatile and experienced computer scientist with a passion for medical data science. My proficiencies in software development, system management, and project management equip me to tackle any technical challenge in the field of medical data science. + diff --git a/content/theme-test.md b/content/theme-test.md index 31d40b9..9f54a19 100644 --- a/content/theme-test.md +++ b/content/theme-test.md @@ -2,6 +2,7 @@ Title: Theme testing page Category: Web design Tags: pelican theme, web design, test page Date: 2020-05-31 +Status: hidden # Basic text formatting diff --git a/pelicanconf.py b/pelicanconf.py index 115c387..accd0c9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,4 +34,4 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = False # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True +RELATIVE_URLS = True diff --git a/themes/latex b/themes/latex index 595c68a..29d24c0 160000 --- a/themes/latex +++ b/themes/latex @@ -1 +1 @@ -Subproject commit 595c68add753e38d0eb5947773eb10cfbcfb971c +Subproject commit 29d24c0b7d0cf9f23651e9fd9c3200a12d37a1a8