Skip to content

Commit 89e0f2c

Browse files
Enhance README with pinned projects and publications
Added pinned projects and publications sections to README.
1 parent 958f91c commit 89e0f2c

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,58 @@ _I build production systems that turn messy data into decisions. Two decades acr
7474
7575
---
7676

77+
## πŸ“Œ Pinned Projects
78+
79+
<!-- Replace the placeholder links with your repo URLs -->
80+
81+
- **genSurvPy** β€” Survival-data generators (AFT/CPHM, censored data), reproducible simulations, and validation utilities.
82+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/genSurvPy) <!-- update if different -->
83+
84+
- **linmod** β€” Linear & Robust Regression toolkit (IRLS, ψ-functions, sandwich SEs), diagnostics, and LaTeX exports.
85+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/linmod) <!-- update if different -->
86+
87+
- **odtk** β€” Outlier Detection Toolkit focused on time-series and sensor data (EWMA variants, change points, adaptive Οƒ).
88+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/odtk) <!-- update if different -->
89+
90+
- **volstats** β€” Volatility estimators & models (GARCH MLE, Parkinson/Yang–Zhang, forecasts, comparisons).
91+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/volstats) <!-- update if different -->
92+
93+
- **smart-todo-action** β€” GitHub Action that extracts TODOs, groups by semantic labels/tags/metadata, and opens issues/changelogs.
94+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/smart-todo-action) <!-- update if different -->
95+
96+
- **IoT-RPi Projects** β€” Raspberry Pi + sensors: streaming pipelines (Flink + Iceberg), anomaly detection, and environment monitoring.
97+
πŸ‘‰ [repo](https://github.com/DiogoRibeiro7/iot-rpi-projects) <!-- update if different -->
98+
99+
> Prefer fewer items? Keep the top 3–4 that best match your current goals.
100+
101+
---
102+
103+
## πŸ“š Publications / Teaching (compact)
104+
105+
### Teaching
106+
- **Introduction to Logic & Set Theory (7-day module)** β€” Bivalent logic, set theory, induction; notes and LaTeX materials.
107+
Slides/notes: _link_ <!-- add link -->
108+
109+
- **NoSQL with MongoDB (5 Γ— 3h)** β€” Data modelling, aggregation, indexing; mini-projects with IoT sensor data.
110+
Syllabus: _link_ Β· Beamer slides: _link_ <!-- add links -->
111+
112+
- **NLP & LLM mini-workshops** β€” Prompt design, evals, lightweight retrieval, and report generation with structured β†’ narrative transforms.
113+
Materials: _link_ <!-- add link -->
114+
115+
### Selected Writings / Demos
116+
- **Streaming analytics with Iceberg + Flink + DynamoDB** β€” Architecture notes and example pipelines.
117+
Post/repo: _link_ <!-- add link -->
118+
119+
- **Robust regression with IRLS** β€” ψ-functions, influence diagnostics, and uncertainty reporting.
120+
Article/notebook: _link_ <!-- add link -->
121+
122+
- **Time-series anomaly detection** β€” EWMA variants, adaptive Οƒ, and change-point alerts for sensors.
123+
Notebook/repo: _link_ <!-- add link -->
124+
125+
> Tip: keep each item to one line with a single link (repo or article). If you want, I can auto-fill these with your actual URLs.
126+
127+
---
128+
77129
## 🌟 Highlights
78130

79131
- Interdisciplinary approach spanning computer science, mathematics, economics, and natural sciences.

0 commit comments

Comments
Β (0)