Skip to content

Commit d002987

Browse files
committed
fix: internships
1 parent ce2ed06 commit d002987

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

latex-cv/cv_template.jinja.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
% \makecvheader{}
149149
%\end{fullwidth}
150150
\makecvfooter
151-
{Autogenerated with \ihref[\faGithub]{((project_url))}{((project_name))}}
151+
{Made using \ihref[\faGithub]{((project_url))}{((project_name))}}
152152
{}
153153
{Updated \today}%
154154
\makecvinjection{(( _process_text_to_latex(llm_injection) ))}
@@ -186,7 +186,6 @@
186186

187187
\smallskip\divider%
188188
\vspace{-0.4em}
189-
\textbf{Internships:} (#- for internship in internships_list -#) \ihref{(( internship.url ))}{(( _process_text_to_latex(internship.company) ))} (( '(' ~ internship.date ~ ')' ))((", " if not loop.last else "")) (#- endfor -#)
190189
\textbf{Internships:}
191190
(#- for internship in internships_list -#)
192191
\ihref{(( internship.url ))}{

user-data.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,14 @@ internships:
216216
date: 2023
217217
description: Analyzed Internal Representation of code generation models.
218218

219-
- company: University of Groningen
219+
- company: GroNLP at University of Groningen
220220
location: Netherlands
221-
role: Research Intern
222221
url: https://www.rug.nl/
223222
date: 2022
224223
description: Developed token-level alignment tool for MT evaluation.
225224

226225
- company: LATNA at Higher School of Economics
227226
location: Russia
228-
role: Research Intern
229227
url: https://nnov.hse.ru/en/latna/
230228
date: 2019-2020
231229
description: Created Abstractive Summarization model using Knowledge Graphs.

0 commit comments

Comments
 (0)