From 8df5310f5e11ada27a5b5d578647abaef36b7a03 Mon Sep 17 00:00:00 2001
From: NotXia <35894453+NotXia@users.noreply.github.com>
Date: Wed, 24 Jan 2024 20:36:29 +0100
Subject: [PATCH] Add BSc thesis link
---
components/projects/cards/BScThesis.vue | 3 ++-
components/resume/sections/Education.vue | 5 ++++-
locales/en-US/projects.ts | 1 +
locales/it-IT/projects.ts | 1 +
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/components/projects/cards/BScThesis.vue b/components/projects/cards/BScThesis.vue
index 7662492..e387aef 100644
--- a/components/projects/cards/BScThesis.vue
+++ b/components/projects/cards/BScThesis.vue
@@ -5,7 +5,8 @@
:image="image"
:links="[
{ label: 'Repository1', url: 'https://github.com/NotXia/biomed-ext-summ' },
- { label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' }
+ { label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' },
+ { label: $t('thesis'), url: 'https://amslaurea.unibo.it/id/eprint/29686' }
]">
{{ $t("unibo_22-23") }}
diff --git a/components/resume/sections/Education.vue b/components/resume/sections/Education.vue
index 8d51b36..623dbb5 100644
--- a/components/resume/sections/Education.vue
+++ b/components/resume/sections/Education.vue
@@ -6,7 +6,10 @@
- {{ $t("thesis title") }}: Subtopic-oriented biomedical summarization using pretrained language models
+
{{ $t("graduation grade") }}: 110/110 {{ $t("with honors") }}
diff --git a/locales/en-US/projects.ts b/locales/en-US/projects.ts
index 3acb5e2..fad855c 100644
--- a/locales/en-US/projects.ts
+++ b/locales/en-US/projects.ts
@@ -16,6 +16,7 @@ export default {
"Project for the Fundamentals of Artificial Intelligence and Knowledge Representation (module 1) course.\n" +
"Minimax-based agent for the Tablut board game, tuned using a genetic algorithm.",
+ "thesis": "Thesis",
"bsc_thesis.title": "Bachelor's thesis",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Biomedical extractive summarization using pretrained encoders and clustering.",
diff --git a/locales/it-IT/projects.ts b/locales/it-IT/projects.ts
index a32dd50..0f3b91f 100644
--- a/locales/it-IT/projects.ts
+++ b/locales/it-IT/projects.ts
@@ -16,6 +16,7 @@ export default {
"Progetto per il corso di Fundamentals of Artificial Intelligence and Knowledge Representation (modulo 1).\n" +
"Agente implementato con minimax e addestrato con un algoritmo genetico per il gioco da tavolo Tablut.",
+ "thesis": "Tesi",
"bsc_thesis.title": "Tesi triennale",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Generazione di riassunti estrattivi in ambito biomedico con modelli di linguaggio preaddestrati e algoritmi di clustering.",