diff --git a/src/assets/img/video_editor.png b/src/assets/img/video_editor.png new file mode 100644 index 0000000..f45ecec Binary files /dev/null and b/src/assets/img/video_editor.png differ diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index 0fa29db..7984670 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -45,6 +45,12 @@ "desc": "During my intership at Hachinohe National Institute of Technology, Japan, I was asked to research about Semantic Segmentation using the Oxford-IIIT Pet Dataset, and models like SegNet, U-Net, and DeepLabV3, gaining valuable experience along the way.", "button_text": "More about it", "date": "From April 2023 to July 2023" + }, + "video_editor":{ + "title": "Video Editor", + "desc": "I went for a second internship to Japan, at Fukushima National Institute of Technology. I assisted the Research team with the study on the perception of temporal seriality with the naked eye. My role was to create software able to perform various essentials transformations on videos.", + "button_text": "More about it", + "date": "From April 2024 to July 2024" } }, "tags":{ diff --git a/src/components/home/projects.vue b/src/components/home/projects.vue index c9582c0..96834c7 100644 --- a/src/components/home/projects.vue +++ b/src/components/home/projects.vue @@ -10,7 +10,7 @@