Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 16928c8

Browse files
authored
Merge pull request #329 from markotoplak/blog-diamond
[BLOG] Diamond
2 parents 6f5248b + 4626f4e commit 16928c8

10 files changed

+38
-6
lines changed

content/blog/2022/2022-08-04-timeseries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type = "blog"
77
thumbImage = "/blog_img/2022/2022-08-04_spiralo.png"
88
frontPageImage = "/blog_img/2022/2022-08-04_spiralo.png"
99
blog = ["timeseries", "line chart", "spiralogram", "prediction", "VAR model"]
10-
shortExcerpt = "We've updated most visualizations in the Timeseries add-on"
10+
shortExcerpt = "We've updated most visualizations in the Timeseries add-on."
1111
longExcerpt = "Timeseries' visualizations are becoming fully PyQt, making them easier to maintain. We've also fixed many bugs, which should make working with the timeseries a joy once again."
1212
+++
1313

content/blog/2022/2022-08-31-world-happiness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ type = "blog"
77
thumbImage = "/blog_img/2022/2022-08-31_happy.png"
88
frontPageImage = "/blog_img/2022/2022-08-31_happy.png"
99
blog = ["data", "add-on", "widgets", "economy"]
10-
shortExcerpt = "New World Happiness add-on joins the Orange family"
11-
longExcerpt = "New World Happiness add-on for retrieving socio-economic data from the OECD database joins the Orange family"
10+
shortExcerpt = "New World Happiness add-on joins the Orange family."
11+
longExcerpt = "New World Happiness add-on for retrieving socio-economic data from the OECD database joins the Orange family."
1212
+++
1313

1414
A new add-on has joined the Orange family! It is called World Happiness and it is intended for retrieving socio-econimic data from global databases. Go to Options --> Add-ons and select World Happiness from the list to install it.

content/blog/2022/2022-10-10-quick-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ type = "blog"
77
thumbImage = "/blog_img/2022/2022_10_10_quick_preview.png"
88
frontPageImage = "/blog_img/2022/2022_10_10_quick_preview.png"
99
blog = ["widgets"]
10-
shortExcerpt = "An exciting new feature in widgets"
11-
longExcerpt = "Widgets can now show a quick preview of their output data"
10+
shortExcerpt = "An exciting new feature in widgets."
11+
longExcerpt = "Widgets can now show a quick preview of their output data."
1212
+++
1313

1414
Orange 3.33 comes with a simple new feature that we adore.
@@ -19,4 +19,4 @@ From Orange version 3.33, clicking these numbers shows a data preview. Currently
1919

2020
My favorite use: select some data in visualization and see it without connecting any widget to the output.
2121

22-
<iframe width="560" height="315" src="https://www.youtube.com/embed/WUhvpYk3gwY?playlist=WUhvpYk3gwY&loop=1&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
22+
<iframe width="560" height="315" src="https://www.youtube.com/embed/WUhvpYk3gwY?playlist=WUhvpYk3gwY&loop=1&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
author = "Marko Toplak"
3+
date = "2022-11-14"
4+
draft = false
5+
title = "Orange in a synchrotron"
6+
type = "blog"
7+
thumbImage = "/blog_img/2022/20221101_inside.jpg"
8+
frontPageImage = "/blog_img/2022/20221101_inside_s.jpg"
9+
blog = ["workshop", "addons"]
10+
shortExcerpt = "Workshop about spectral data analysis in a synchrotron."
11+
longExcerpt = "We taught a three-day workshop on Orange for spectral data in UK’s national synchrotron, Diamond Light Source."
12+
+++
13+
14+
Orange has a cousin. His name is [Quasar](https://quasar.codes/). Quasar extends Orange with methods for the analysis of spectral data and allows researchers to use a single interactive workflow-based tool for acquisition method-specific data processing, machine learning, and visualization. Quasar was born from a collaboration between the University of Ljubljana and two synchrotrons, Soleil (France) and Elettra (Italy). Users from synchrotrons form an important group of Quasar users.
15+
16+
A [synchrotron light source](https://en.wikipedia.org/wiki/Synchrotron_light_source) is a particle accelerator where the beam travels in a closed loop, and wherever it bends, it generates electromagnetic radiation (or light). This light is captured on the beamlines, which can, for example, use infrared light to learn about the chemical composition of the samples or x-rays to learn about the samples' internal structure. The synchrotron light has a very tight beam and is very strong, which makes synchrotrons a very flexible light source. I sometimes imagine them as very big but high-quality light bulbs. A small section of the Diamond synchrotron's storage ring, where the beam travels around a 560-meter-long loop, is shown below.
17+
18+
{{% figure src="/blog_img/2022/20221101_diamond-storage.jpg" %}}
19+
20+
We led [a three-day workshop](https://www.diamond.ac.uk/Home/Events/2022/Infrared-microspectroscopy-analysis-training---QUASAR-software0.html) on using Orange (or Quasar) for the analysis of spectral data from infrared beamlines. The workshop took place in the UK’s national synchrotron, Diamond Light Source. We taught a class of around 40 participants with my colleague, Ferenc Borondics from the Soleil synchrotron.
21+
22+
{{% figure src="/blog_img/2022/20221101_lectures.jpg" %}}
23+
24+
The workshop spanned both spectroscopy-specific topics like baseline correction, normalization, EMSC, or differentiation, and more general topics such as multivariate statistical and machine learning methods, and visualization. We concluded with my favourite topic: common errors in supervised machine learning. My favourite workflow was the following.
25+
26+
{{% figure src="/blog_img/2022/20220103_different-classes-hair.png" %}}
27+
28+
The above workflow demonstrates that even a (very) slight bias added to random classes introduces enough signal into the data so that the classes become perfectly separable. The added bias was very small, similar in size to mixing solutions of slightly different concentrations when preparing samples for measurement. We hope that we managed to show our students how easy it is to make an error that can invalidate our analysis.
29+
30+
I also learned two important facts about England on this trip: (1) pubs are the places to go for dinner, and, (2) English food tastes good.
31+
32+
{{% figure src="/blog_img/2022/20221103_pub.jpg" %}}
117 KB
Loading
225 KB
Loading
259 KB
Loading
88.9 KB
Loading
191 KB
Loading
169 KB
Loading

0 commit comments

Comments
 (0)