From 9525767c712dccddf2811cac2cf799f6ecfd0cce Mon Sep 17 00:00:00 2001 From: Daniele Picone <danaroth83@gmail.com> Date: Tue, 15 Apr 2025 01:25:19 +0200 Subject: [PATCH] Added link to archived projects --- CHANGELOG.md | 1 + README.md | 10 ++++++---- projects/2020_2021/link.txt | 2 ++ projects/2021_2022/link.txt | 2 ++ projects/2022_2023/link.txt | 2 ++ projects/2023_2024/link.txt | 2 ++ 6 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 projects/2020_2021/link.txt create mode 100644 projects/2021_2022/link.txt create mode 100644 projects/2022_2023/link.txt create mode 100644 projects/2023_2024/link.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9e47f..83fcbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Log changes of the project - Added new project specific template under /projects/subject - Added projects reports from 2024 - Switched datasets to huggingface repositories +- Moved previous projects to archived repository # 2023 diff --git a/README.md b/README.md index 109b4e7..0f9dc9b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In this project, students will put into practice the knowledge acquired in image and signal processing courses on 6 different remote sensing applications related to the observation of the environment. -This project will be developed in python. +This project will be developed in Python. ### Objectives of the course The main objectives of this project are: @@ -87,7 +87,9 @@ To begin this project: ```bash pip install -e . ``` - + +- Note: Projects from previous years are available at: + https://gricad-gitlab.univ-grenoble-alpes.fr/piconed/remote-sensing-projects-archive ## Deliverables @@ -159,8 +161,8 @@ The deliverables are to be provided either: outside your assigned folder (should be `projects/20xx_20xx/xx-projectname`). - as a mail to the supervisors (please include only your project folder), using a (Renater)[https://filesender.renater.fr/] link. -- through Chamilo in the Traveaux `Teledetection_G2` folder, uploading a zip - file of your project folder). +- through Chamilo in the Travaux section, within the `Projet Teledetection` + group of your academic year, uploading a zip file of your project folder. The instructions for interfacing through `git` are located in `projects\template\docs\instructions_git.md`. diff --git a/projects/2020_2021/link.txt b/projects/2020_2021/link.txt new file mode 100644 index 0000000..a55ffe1 --- /dev/null +++ b/projects/2020_2021/link.txt @@ -0,0 +1,2 @@ +Available at: +https://gricad-gitlab.univ-grenoble-alpes.fr/piconed/remote-sensing-projects-archive \ No newline at end of file diff --git a/projects/2021_2022/link.txt b/projects/2021_2022/link.txt new file mode 100644 index 0000000..a55ffe1 --- /dev/null +++ b/projects/2021_2022/link.txt @@ -0,0 +1,2 @@ +Available at: +https://gricad-gitlab.univ-grenoble-alpes.fr/piconed/remote-sensing-projects-archive \ No newline at end of file diff --git a/projects/2022_2023/link.txt b/projects/2022_2023/link.txt new file mode 100644 index 0000000..a55ffe1 --- /dev/null +++ b/projects/2022_2023/link.txt @@ -0,0 +1,2 @@ +Available at: +https://gricad-gitlab.univ-grenoble-alpes.fr/piconed/remote-sensing-projects-archive \ No newline at end of file diff --git a/projects/2023_2024/link.txt b/projects/2023_2024/link.txt new file mode 100644 index 0000000..a55ffe1 --- /dev/null +++ b/projects/2023_2024/link.txt @@ -0,0 +1,2 @@ +Available at: +https://gricad-gitlab.univ-grenoble-alpes.fr/piconed/remote-sensing-projects-archive \ No newline at end of file -- GitLab