Skip to content

Commit bb1740c

Browse files
new authors + migrate to uv
1 parent 53ee5f7 commit bb1740c

File tree

15 files changed

+532
-648
lines changed

15 files changed

+532
-648
lines changed

.github/workflows/create-article-from-issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Create gitbash alias
3939
run: sudo ln -s /bin/bash /bin/gitbash
4040

41-
- name: pipenv install
41+
- name: uv install
4242
run: |
43-
pip install pipenv
44-
pipenv install
43+
pip install uv
44+
uv sync
4545
- name: npm install
4646
run: |
4747
(cd previews && \
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Run the article generation script
8989
run: |
90-
pipenv run python scripts/pandoc_google_doc.py \
90+
uv run python scripts/pandoc_google_doc.py \
9191
--fileid "${{ steps.extract.outputs.fileid }}" \
9292
--author "${{ steps.extract.outputs.author }}" \
9393
--tags "${{ steps.extract.outputs.tags }}"

.github/workflows/generate_all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
python-version: '3.12'
2323
- uses: actions/checkout@v2
24-
- name: pipenv install
24+
- name: uv install
2525
run: |
26-
pip install pipenv
27-
pipenv install
26+
pip install uv
27+
uv sync
2828
- name: npm install
2929
run: |
3030
(cd previews && \

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
people:
2-
pipenv run python scripts/airtable.py people
2+
uv run python scripts/airtable.py people
33

44
books:
5-
pipenv run python scripts/airtable.py books
5+
uv run python scripts/airtable.py books
66

77
podcast:
8-
pipenv run python scripts/airtable.py podcast
8+
uv run python scripts/airtable.py podcast
99

1010
events:
11-
pipenv run python scripts/airtable.py events
11+
uv run python scripts/airtable.py events
1212

1313
all: people books podcast events
1414

1515
doc:
16-
pipenv run python scripts/pandoc_google_doc.py -i
16+
uv run python scripts/pandoc_google_doc.py -i
1717

1818
run:
1919
bundle exec jekyll serve

Pipfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

Pipfile.lock

Lines changed: 0 additions & 610 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Open [http://localhost:4000](http://localhost:4000)
2929
Installing the requirements:
3030

3131
```bash
32-
pipenv install
32+
uv sync
3333

3434
cd previews
3535
npm install
@@ -39,13 +39,13 @@ cd ..
3939
Running:
4040

4141
```bash
42-
pipenv run python scripts/create.py
42+
uv run python scripts/create.py
4343
```
4444

4545
### Generating post from docx
4646

4747
```bash
48-
python scripts/pandoc_full.py \
48+
uv run python scripts/pandoc_full.py \
4949
--input ~/Downloads/template.docx \
5050
--author angelicaloduca \
5151
--tags "mlops,devops,process"

_data/events.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
- time: 2025-11-17 17:00:00
3+
title: "Reinventing a Career in Tech"
4+
speakers: [xiahebleinagel]
5+
type: podcast
6+
link: https://luma.com/ifmqg2xb
7+
8+
9+
- time: 2025-10-28 17:00:00
10+
title: "From Black-Box Systems to Augmented Decision-Making"
11+
speakers: [anushaakkina]
12+
type: podcast
13+
link: https://luma.com/gqmsx9zd
14+
15+
16+
- time: 2025-10-21 17:00:00
17+
title: "How to Build and Evaluate AI systems in the Age of LLMs"
18+
speakers: [hugobowneanderson]
19+
type: podcast
20+
link: https://luma.com/w65omumd
21+
22+
223
- time: 2025-10-14 17:00:00
324
title: "Advancing Cancer Genomics with Machine Learning"
425
speakers: [rileensinha]

_people/anushaakkina.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
short: anushaakkina
3+
title: "Anusha Akkina"
4+
picture: "images/authors/anushaakkina.jpg"
5+
6+
7+
linkedin: anusha-akkina-acma-cgma-56154547
8+
web: https://aurelytix.com/
9+
---
10+
11+
Anusha is the co-founder of Aurelytix, an AI-driven finance platform built to give CFOs and finance teams clarity and speed without adding complexity.
12+
13+
She is Alumni of CIMA, UK ,after almost a decade in corporate finance strategy and transformation, leading ERP implementations and major finance change programs at companies like Deloitte, Parexel, Survitec, Chubb, she grew frustrated with data silos & slow, fragmented tools that keep enterprises & SMEs reactive instead of strategic.
14+
15+
In 2025 she launched Aurelytix to change that: building Insight Pulse, an AI-powered decision layer that spots anomalies, explains variances, and surfaces opportunities while keeping a human firmly in the loop.
16+
She’s passionate about augmented finance using AI to supercharge decision-making while respecting compliance and trust, especially under GDPR in Europe.

_people/xiahebleinagel.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
short: xiahebleinagel
3+
title: "Xia He-Bleinagel"
4+
picture: "images/authors/xiahebleinagel.jpg"
5+
github: Data-Think-2021
6+
7+
linkedin: xia-he-bleinagel-51773585
8+
web: https://datathinker.de/
9+
---
10+
11+
From full-time stay-at-home mom to Head of Data & Cloud, my journey has been one of clear goals, continuous learning, and resilience.
12+
13+
As a Data Generalist turned Data Leader, my expertise spans machine learning, NLP, data engineering, and AWS cloud architecture, and now extends to helping organizations build impactful Data & AI strategies that drive real business value.
14+
15+
I’m passionate about coaching and mentoring, especially supporting women returning to work or entrepreneur journey.
16+
My leadership style combines technical depth, strategic vision, and empathy, empowering teams to grow and perform at their best.

0 commit comments

Comments
 (0)