Skip to content

Commit b971e35

Browse files
author
Canan Gallitschke
committed
Add why ODMR is cool text
1 parent 2e5e46b commit b971e35

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

Production_Files/Software/ODMR_Server/src/version_info.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
#define FIRMWARE_VERSION "1.0.0"
88
#define BUILD_DATE "2026-03-13"
9-
#define BUILD_TIME "14:07:03"
10-
#define BUILD_TIMESTAMP "20260313140703"
11-
#define GIT_HASH "1d52103"
9+
#define BUILD_TIME "15:48:22"
10+
#define BUILD_TIMESTAMP "20260313154822"
11+
#define GIT_HASH "2e5e46b"
1212
#define GIT_BRANCH "fix-listoferrors"
1313

1414
// Combined version string

Production_Files/Software/ODMR_Server/src/website/infos_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website_html/infos.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h6 class="card-title" data-lang-key="learn_more">Mehr erfahren</h6>
172172
<div class="card">
173173
<div class="card-body">
174174
<h2 class="h4 mb-3" data-lang-key="external_links">Weitere Informationen</h2>
175+
<p data-lang-key="why_odmr_cool">Für einen Juwelier wären Diamanten mit Unreinheiten ein Graus, denn sie gelten als Makel und mindern den Wert des Steins. Für Physiker sind genau solche Diamanten jedoch besonders spannend: Bestimmte Defekte im Kristallgitter (sogenannte NV-Zentren) sorgen dafür, dass der Diamant unter Laserlicht fluoresziert. Dieses Fluoreszieren verändert sich, wenn sich das Magnetfeld in der Umgebung ändert. Im ODMR-Experiment nutzt man genau diesen Effekt, um mit Licht Magnetfelder sichtbar machen. Die Methode ist sogar so empfindlich, dass man damit extrem schwache Magnetfelder messen kann, wie zum beispiel Hirnströme von Säugetieren.</p>
175176
<div class="row">
176177
<div class="col-md-6">
177178
<p data-lang-key="more_info_text">Weitere Infos unter</p>
@@ -463,7 +464,7 @@ <h2 class="h4 mb-3" data-lang-key="project_partners">Projekt &amp; Partner</h2>
463464
</div>
464465
</div>
465466
<p class="mt-3 mb-0">
466-
<small data-lang-key="contact_text">Kontakt: <a href="mailto:hello@openuc2.com">hello@openuc2.com</a></small>
467+
<small data-lang-key="contact_text">Kontakt: </small> <small><a href="mailto:hello@openuc2.com">hello@openuc2.com</a></small>
467468
</p>
468469
</div>
469470
</div>
@@ -529,7 +530,8 @@ <h2 class="h4 mb-3" data-lang-key="project_partners">Projekt &amp; Partner</h2>
529530
"partner_uni_dept": "Physikalisches Institut",
530531
"partner_funding": "Förderung: BMBF",
531532
"logo_bmbf_line1": "Gefördert vom",
532-
"contact_text": "Kontakt:"
533+
"contact_text": "Kontakt:",
534+
"why_odmr_cool": "Für einen Juwelier wären Diamanten mit Unreinheiten ein Graus, denn sie gelten als Makel und mindern den Wert des Steins. Für Physiker sind genau solche Diamanten jedoch besonders spannend: Bestimmte Defekte im Kristallgitter (sogenannte NV-Zentren) sorgen dafür, dass der Diamant unter Laserlicht zu floureszieren beginnt. Diese Fluoreszenz verändert sich, wenn sich das Magnetfeld in der Umgebung ändert. Im ODMR-Experiment nutzt man genau diesen Effekt, um mit Licht Magnetfelder sichtbar machen. Die Methode ist sogar so empfindlich, dass man damit extrem schwache Magnetfelder messen kann, wie zum beispiel Hirnströme von Säugetieren."
533535
},
534536
en: {
535537
"nav_start": "Start",
@@ -578,7 +580,8 @@ <h2 class="h4 mb-3" data-lang-key="project_partners">Projekt &amp; Partner</h2>
578580
"partner_uni_dept": "Department of Physics",
579581
"partner_funding": "Funding: BMBF",
580582
"logo_bmbf_line1": "Funded by",
581-
"contact_text": "Contact:"
583+
"contact_text": "Contact:",
584+
"why_odmr_cool": "For a jeweler, diamonds with impurities would be a nightmare, as they are considered flaws and reduce the value of the stone. For physicists, however, such diamonds are particularly exciting: Certain defects in the crystal lattice (so-called NV centers) cause the diamond to start fluorescing under laser light. This fluorescence changes when the magnetic field in the environment changes. In the ODMR experiment, this effect is used to make magnetic fields visible with light. The method is even so sensitive that it can measure extremely weak magnetic fields, such as brain waves from mammals."
582585
}
583586
};
584587

0 commit comments

Comments
 (0)