Skip to content

Commit e036558

Browse files
committed
Add OpenUK award to Ian's bio
1 parent 24910c9 commit e036558

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
@@ -280,8 +280,8 @@ export const coreTeam = [
280280
MastodonLink:"",
281281
GitHubName: "@ianthomas23",
282282
avatarUrl: IanAvatarUrl,
283-
distinctionTitle: [],
284-
distinctionLink: [],
283+
distinctionTitle: ["OpenUK Honours List 2025"],
284+
distinctionLink: ["https://openuk.uk/honours/"],
285285
subTeamName: "coreTeam",
286286
BioComponent: IanMD,
287287
},

0 commit comments

Comments
 (0)