| title |
Welcome! |
| layout |
splash |
| classes |
wide |
| excerpt |
Gamma Spectrum DB is the open and comprehensive database of (common) gamma-ray emitting radioisotopes for gamma-spectroscopy. |
| header |
| overlay_image |
caption |
overlay_filter |
actions |
/assets/images/Ra-226-header.png |
Spectrum of Ra-226 |
linear-gradient(rgba(200, 200, 200, 0.6), rgba(0, 0, 0, 0.5)) |
| label |
url |
<i class='fas fa-database'></i> View All Spectra |
/overview/ |
|
|
|
| last_modified_at |
2024-02-24 15:10:00 +0200 |
{% assign sorted = site.spectrum | sort: 'last_modified_at' | reverse %}
{% for post in sorted limit:3 %}
{% include archive-single.html type="grid" %}
{% endfor %}