You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/about/_index.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,3 @@ title: "About"
3
3
description: "Background, research interests, and expertise"
4
4
---
5
5
6
-
## Background
7
-
8
-
I am a researcher in Information Technology with a PhD focusing on digital health and machine learning applications in healthcare. My research aims to bridge the gap between advanced machine learning techniques and practical healthcare solutions.
9
-
10
-
## Research Interests
11
-
12
-
-**Digital Health Technologies**: Development and implementation of digital solutions for healthcare delivery and management
13
-
-**Machine Learning in Healthcare**: Application of ML algorithms for medical data analysis and prediction
14
-
-**Healthcare Information Systems**: Integration and optimization of IT systems in healthcare settings
15
-
16
-
## Education
17
-
18
-
- PhD in Information Technology
19
-
-[Previous degrees to be added]
20
-
21
-
## Current Work
22
-
23
-
I am currently focused on developing machine learning solutions for healthcare applications, with a particular emphasis on:
24
-
25
-
- Predictive analytics in healthcare
26
-
- Medical data processing and analysis
27
-
- Healthcare system optimization
28
-
29
-
## Contact
30
-
31
-
Feel free to reach out for research collaborations or discussions about digital health and machine learning in healthcare.
32
-
33
-
[Contact information and social links to be added]
Copy file name to clipboardExpand all lines: content/notes/posts/access-podman-another-wsl.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ draft: false
9
9
10
10
When [Podman Desktop](https://podman-desktop.io/) is installed on Windows, it creates a dedicated WSL distribution called `podman-machine-default` to run containers. This guide will allow you to configure a separate WSL distribution (e.g. `AlmaLinux-9`) to connect to and use that existing Podman machine, allowing you to run Podman commands from multiple WSL distributions while sharing the same container runtime.
11
11
12
-
###Environment
12
+
# Environment
13
13
14
14
- Windows with WSL2 enabled
15
15
- Podman Desktop installed with `podman-machine-default` running
16
16
- AlmaLinux-9 WSL distribution installed
17
17
18
-
###Step 1: Identify Podman Machine Mode
18
+
## Step 1: Identify Podman Machine Mode
19
19
20
20
From Windows PowerShell, check if your Podman machine is running in rootful or rootless mode:
21
21
@@ -25,23 +25,23 @@ podman system connection list
25
25
26
26
Look for the connection marked as `Default = true`. If it ends with `-root`, you're using rootful mode.
27
27
28
-
###Step 2: Start AlmaLinux-9 WSL Session
28
+
## Step 2: Start AlmaLinux-9 WSL Session
29
29
30
30
```powershell
31
31
wsl --distribution AlmaLinux-9
32
32
```
33
33
34
-
###Step 3: Install Podman Remote Client
34
+
## Step 3: Install Podman Remote Client
35
35
36
36
Install the podman-remote package from AlmaLinux repositories:
Copy file name to clipboardExpand all lines: content/projects/_index.md
-48Lines changed: 0 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,51 +2,3 @@
2
2
title: "Projects"
3
3
description: "Technical projects and implementations in healthcare ML"
4
4
---
5
-
6
-
## Research Projects
7
-
8
-
This section highlights my technical projects in healthcare machine learning and digital health. Each project includes implementation details, methodologies, and where applicable, links to code repositories.
9
-
10
-
### Current Projects
11
-
12
-
[Current projects will be listed here with:
13
-
- Project descriptions
14
-
- Technical details
15
-
- Implementation approaches
16
-
- Results and findings
17
-
- Links to code repositories]
18
-
19
-
### Completed Projects
20
-
21
-
[Completed projects will be listed here with:
22
-
- Project outcomes
23
-
- Technical implementations
24
-
- Lessons learned
25
-
- Code repositories]
26
-
27
-
---
28
-
29
-
## Technical Skills & Tools
30
-
31
-
### Programming Languages
32
-
- Python
33
-
- R
34
-
- Other relevant languages
35
-
36
-
### Machine Learning Frameworks
37
-
- TensorFlow
38
-
- PyTorch
39
-
- Scikit-learn
40
-
41
-
### Healthcare Data Tools
42
-
- FHIR
43
-
- HL7
44
-
- Other healthcare standards
45
-
46
-
---
47
-
48
-
## Code Examples
49
-
50
-
This section will feature code snippets and examples from various projects, demonstrating implementation approaches in healthcare ML.
0 commit comments