Skip to content

Add OpenUK award to Ian's bio #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/components/about/Team/Ian.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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.
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.

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

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>.
Ian has many years' experience as an open-source contributor. He is a core maintainer of the visualization libraries
<a href="https://github.com/matplotlib/matplotlib">Matplotlib</a> and <a href="https://github.com/bokeh/bokeh">Bokeh</a>,
and the lead maintainer of <a href="https://github.com/contourpy/contourpy">ContourPy</a>, a Python/C++ library for calculating contours.

At QuantStack Ian is involved throughout the Jupyter stack, from kernels and widgets through to JupyterLite.
4 changes: 2 additions & 2 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ export const coreTeam = [
MastodonLink:"",
GitHubName: "@ianthomas23",
avatarUrl: IanAvatarUrl,
distinctionTitle: [],
distinctionLink: [],
distinctionTitle: ["OpenUK Honours List 2025"],
distinctionLink: ["https://openuk.uk/honours/"],
subTeamName: "coreTeam",
BioComponent: IanMD,
},
Expand Down
Loading