Skip to content

Commit

Permalink
feat: update work experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Luyuan Wang committed Jan 20, 2024
1 parent 39fecf8 commit 80a4c62
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
24 changes: 24 additions & 0 deletions public/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@
{
"labelText": "工作",
"descriptionList": [
{
"title": "Apple",
"info": "2023.10 - Present",
"detailInfo": "Software Engineer at AIML",
"imageURL": "https://s2.loli.net/2022/06/01/sBMYuikr2nUzTCQ.png"
},
{
"title": "AIM Intelligent Machines",
"info": "2023.07 - 2023.09",
"detailInfo": "Machine Learning Engineer",
"imageURL": "https://s2.loli.net/2024/01/20/4MJeFr5qLmhECdp.jpg"
},
{
"title": "Apple",
"info": "2022.05 - 2022.08",
Expand Down Expand Up @@ -186,6 +198,18 @@
{
"labelText": "Work Experience",
"descriptionList": [
{
"title": "Apple",
"info": "2023.10 - Present",
"detailInfo": "Software Engineer at AIML",
"imageURL": "https://s2.loli.net/2022/06/01/sBMYuikr2nUzTCQ.png"
},
{
"title": "AIM Intelligent Machines",
"info": "2023.07 - 2023.09",
"detailInfo": "Machine Learning Engineer",
"imageURL": "https://s2.loli.net/2024/01/20/4MJeFr5qLmhECdp.jpg"
},
{
"title": "Apple",
"info": "2022.05 - 2022.08",
Expand Down
2 changes: 1 addition & 1 deletion src/components/cover.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class IconButtonListView extends React.Component {
<IconButton iconName="fa fa-github" title="GitHub" url="https://github.com/BeBeBerr"/>
<IconButton iconName="fa fa-linkedin-square" title="LinkedIn" url="https://www.linkedin.com/in/luyuanwang/"/>
<IconButton iconName="fa fa-link" title="My Blog" url="http://blog.wangluyuan.cc"/>
<IconButton iconName="fa fa-weibo" title="Sina Weibo" url="http://weibo.com/BeBeBerr"/>
<IconButton iconName="fa fa-google" title="Google Scholar" url="https://scholar.google.com/citations?hl=en&user=s3bdNA8AAAAJ"/>
<IconButton iconName="fa fa-envelope" title="E-mail" url="mailto:[email protected]"/>
</div>
)
Expand Down
4 changes: 3 additions & 1 deletion src/components/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ class TimeLineGraph extends React.Component {
['12/2020', '08/2021', 'Tsinghua VIS Lab', 'research'],
['02/2021', '05/2023', 'Carnegie Mellon', 'edu'],
['10/2021', '05/2023', 'CMU Biorobotics Lab', 'research'],
['05/2022', '08/2022', 'Apple', 'work']
['05/2022', '08/2022', 'Apple', 'work'],
['07/2023', '09/2023', 'AIM', 'work'],
['10/2023', '12/2024', 'Apple', 'work']
]
return (
<div>
Expand Down

0 comments on commit 80a4c62

Please sign in to comment.