Skip to content

Commit a38b485

Browse files
Merge pull request #192 from ianthomas23/update-ian-openuk
Add OpenUK award to Ian's bio
2 parents f3ffcc8 + e036558 commit a38b485

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/components/about/Team/Ian.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Ian Thomas is a Scientific Software Developer at QuantStack. He holds a BA in Physics from Oxford University and PhD in ocean modeling from the University of Southampton.
1+
Ian Thomas is a Scientific Software Developer at QuantStack. He holds a BA in Physics from Oxford University and PhD in ocean modelling from the University of Southampton.
22

33
He has particular interest in data analysis and visualization, leaning towards solving mathematical and geometric problems.
44

5-
Ian has many years' experience as an open-source contributor. He is a core maintainer of <a href="https://github.com/bokeh/bokeh">Bokeh</a>, a library for interactive visualization in web browsers, and the lead maintainer of <a href="https://github.com/contourpy/contourpy">ContourPy</a>, a Python/C++ library for calculating contours. He has also made significant contributions to <a href="https://github.com/matplotlib/matplotlib">Matplotlib</a> and <a href="https://github.com/holoviz/datashader">Datashader</a>.
5+
Ian has many years' experience as an open-source contributor. He is a core maintainer of the visualization libraries
6+
<a href="https://github.com/matplotlib/matplotlib">Matplotlib</a> and <a href="https://github.com/bokeh/bokeh">Bokeh</a>,
7+
and the lead maintainer of <a href="https://github.com/contourpy/contourpy">ContourPy</a>, a Python/C++ library for calculating contours.
8+
9+
At QuantStack Ian is involved throughout the Jupyter stack, from kernels and widgets through to JupyterLite.

src/components/about/Team/team.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ export const coreTeam = [
264264
MastodonLink:"",
265265
GitHubName: "@ianthomas23",
266266
avatarUrl: IanAvatarUrl,
267-
distinctionTitle: [],
268-
distinctionLink: [],
267+
distinctionTitle: ["OpenUK Honours List 2025"],
268+
distinctionLink: ["https://openuk.uk/honours/"],
269269
subTeamName: "coreTeam",
270270
BioComponent: IanMD,
271271
},

0 commit comments

Comments
 (0)