feat(sdu): add SDU PhD enquiry, verify thesis claims from source

Explore SDU Center for Energy Informatics PhD, Theme 2 (Predictive
Maintenance and Asset Management of Smart Energy Networks), Odense DK,
deadline 2026-08-20. JD scraped live via Playwright.

Verified the master's thesis against the source PDF rather than the
stored title alone:
- Vibration-based condition monitoring of CNC machine tools; features
  are the dimensionless waveform, peak, pulse, margin and kurtosis
  indices.
- Implemented a hybrid of rule-based reasoning and a 7-10-3 ANN.
- Evaluation measured throughput and latency, not model accuracy:
  ~500 SPS pipeline against 72.9 kSPS sensors.
- Corrects an earlier note in the same session: PSO was surveyed only
  and never implemented. Recorded under thesis_limits alongside the
  absence of real operational data and accuracy figures.

Also records the ECTS relative grade (B, top 35%), the existence of
English-language transcripts, and the concrete Bosch sensor-data types
(defect management records, wafer inspection images, PCM electrical
parameters) under BS-2.

Adds the enquiry email sent to Prof. Bo Norregaard Jorgensen, which
asks whether an industry candidate is viable and whether non-academic
letters of recommendation are accepted.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 23:09:30 +02:00
co-authored by Claude Opus 5
parent f1095a062f
commit 239129b37e
4 changed files with 85 additions and 3 deletions
+3 -1
View File
@@ -131,7 +131,9 @@
"WebFetch(domain:careers.telenor.no)",
"WebFetch(domain:arbeidsplassen.nav.no)",
"WebFetch(domain:www.finn.no)",
"WebFetch(domain:akerbp.com)"
"WebFetch(domain:akerbp.com)",
"Bash(git commit *)",
"Bash(grep -io \"bosch[^\\\\\"]\\\\{0,220\\\\}\" resume_builder/canonical/claims.json)"
]
}
}