Skip to content

Commit

Permalink
Added time perception project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexispaljic committed Sep 2, 2024
1 parent 422edb9 commit 49c813f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Binary file added src/assets/movie/watches.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion src/content/actualités/movie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ des projets 2022.

### MOVIE 2024

Dans quelques jours, la liste des projets de la session 2024 sera disponible ici.
Voici la liste des projets de la session 2024 :

import hapticGlove from "assets//movie/hapticglove.jpg";
export const gloveDescription = `
Expand All @@ -92,6 +92,19 @@ export const gloveDescription = `
tags={["Interactions", "Réalité Virtuelle","Programmation"]}
/>

import timeperception from "assets//movie/watches.jpg";
export const timeperceptionDescription = `
Vous etudierez la perception du temps dans un environnement virtuel modifié`;

<MovieProject
title="Perception du temps"
author="Mines Paris"
image={timeperception}
description={timeperceptionDescription}
tags={["Interactions", "Réalité Virtuelle","Programmation"]}
url="../../movie/2024/timeperception"
/>

import patrimoine3D from "assets//movie/patrimoine3D.jpg";
export const patrimoine3DDescription = `
Vous ferez l'acquisition numérique 3D d'objets du patrimoine du musée de minéralogie et de la bibliothèque de l'école des Mines et les mettrez en valeur sur un site web.`;
Expand Down
9 changes: 9 additions & 0 deletions src/pages/movie/2024/timeperception.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Perception du temps
description: Mines Paris
layout: ../../layouts/MDLayout.astro
---

From an external viewpoint, time is an immutable physical construct. Yet, from a human internal perspective, our perception of time is quite malleable. Research, backed by numerous peer-reviewed studies, suggests that our internal perception of time can be influenced by a variety of factors. These include pathologies, the use of certain drugs, our emotional state, and cognitive load.
In this project, our goal is to explore this concept further. The objective is to create a Virtual Reality (VR) experiment to examine whether the density of visual input can alter a person’s perception of time. We will also compare these altered perceptions with the actual passage of time to gauge the degree of their deviation.

0 comments on commit 49c813f

Please sign in to comment.