Skip to content

Commit

Permalink
feat: register kyowon jeong (#130)
Browse files Browse the repository at this point in the history
* Kyowon Jeong added

* Kyowon Jeong added. New line added

* Kyowon Jeong photo added
  • Loading branch information
KyowonJeong authored Dec 11, 2024
1 parent 2a60ddb commit fb6a628
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/.vitepress/data/persons/jeong-kyowon.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,23 @@ import { TeamID, definePerson } from '../..';
export default definePerson({
avatar: '/images/persons/jeong-kyowon.png',
name: 'Kyowon Jeong',
email: '[email protected]',
role: 'Postdoc',
team: TeamID.ABI,
socialLinks: [],
socialLinks: [
{ icon: 'github', link: 'https://github.com/kyowonjeong' },
{ icon: 'twitter', link: 'https://twitter.com/JeongKyowon' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/kyowon-jeong-35a7b3173/' },
],
interests: [
'Top-down proteomics',
'FLASH * software',
'Proteoform resolved research',
],
education: [
{
year: [2008, 2013],
value: 'UCSD',
},
],
});

0 comments on commit fb6a628

Please sign in to comment.