Skip to content

Commit f30f7a7

Browse files
committed
Added additional work experience and fixed download resume link
1 parent 9d79feb commit f30f7a7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

gitprofile.config.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ const CONFIG = {
9393
},
9494
resume: {
9595
fileUrl:
96-
'https://github.com/jonas4climate/cv/blob/main/CV.pdf', // Empty fileUrl will hide the `Download Resume` button.
96+
'https://raw.githubusercontent.com/jonas4climate/cv/main/CV.pdf', // Empty fileUrl will hide the `Download Resume` button.
9797
},
9898
skills: [
99-
'Machine Learning',
100-
'Neural Networks',
99+
'Traditional Machine Learning',
100+
'Deep Learning',
101101
'Scientific Computing',
102102
'Uncertainty Quantification',
103103
'Stochastic Modelling',
@@ -117,6 +117,13 @@ const CONFIG = {
117117
to: 'March 2023',
118118
companyLink: 'https://climatescience.org',
119119
},
120+
{
121+
company: 'ClimateScience',
122+
position: 'Web Developer & EU Partnerships (Volunteer)',
123+
from: 'December 2019',
124+
to: 'June 2022',
125+
companyLink: 'https://climatescience.org',
126+
},
120127
],
121128
certifications: [
122129
{

0 commit comments

Comments
 (0)