diff --git a/src/assets/img/projects/fukushima_exp1.jpg b/src/assets/img/projects/fukushima_exp1.jpg new file mode 100755 index 0000000..2d91182 Binary files /dev/null and b/src/assets/img/projects/fukushima_exp1.jpg differ diff --git a/src/assets/img/projects/fukushima_exp2.jpg b/src/assets/img/projects/fukushima_exp2.jpg new file mode 100755 index 0000000..87c4e00 Binary files /dev/null and b/src/assets/img/projects/fukushima_exp2.jpg differ diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index 822260c..bb6f891 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -145,7 +145,11 @@ }, "perception": { "title": "Research about the perception of temporal seriality with the naked eye", - "text": "One of my tasks was to help the research team by imaginating new ways to create sequences that can be easily used in this study. Sequences consisted mainly in videos of small balls falling or waterfalls." + "text": "One of my tasks was to help the research team by imaginating new ways to create sequences that can be easily used in this study. Sequences consisted mainly in videos of small balls falling or waterfalls.", + "text2": "Those experiments are filmed using a normal and a slow motion camera. The resulting files are then passed to a small program I made in order to work on the frames." + }, + "software": { + "title": "Frames editing software" } } } diff --git a/src/views/projects/videoEditorView.vue b/src/views/projects/videoEditorView.vue index fe40817..95753fb 100644 --- a/src/views/projects/videoEditorView.vue +++ b/src/views/projects/videoEditorView.vue @@ -13,6 +13,13 @@

{{ $t("projects.video_editor.perception.title") }}

{{ $t("projects.video_editor.perception.text") }}

+ + + + +

{{ $t("projects.video_editor.perception.text2") }}

+ +

{{ $t("projects.video_editor.software.title") }}

@@ -22,6 +29,8 @@ import videoEditorImg from '@/assets/img/video_editor.png'; import fukushimaKosenImg from '@/assets/img/projects/fukushima_kosen.jpg'; + import fukushimaKosenExp1Img from '@/assets/img/projects/fukushima_exp1.jpg'; + import fukushimaKosenExp2Img from '@/assets/img/projects/fukushima_exp2.jpg'; \ No newline at end of file