Skip to content

Commit

Permalink
udpate 23
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Sep 7, 2023
1 parent 128baa5 commit 77712c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/final_proj.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Final projects will provide 35% of the course grade. We recommend you work in teams of two, but being your own teammate is fine too.

**Project's due date is December 22, 2023 -- 23h59 CET (enforced by a "release tag v1.0.0").**
<!-- **Project's due date is December 22, 2023 -- 23h59 CET (enforced by a "release tag v1.0.0").**
_Note that a single GitHub repository is sufficient per project._
\warn{The final project GitHub repository should **remain private** until submission on December 23, 2022 (unless you need it to be public for, e.g., deploying documentation.)}
Final projects should to be handed-in on a single GitHub repository, including scripts, documentation (and code documentation), unit and reference testing, Continuous Integration (CI - using e.g. GitHub Actions), instructions to run the software and reproduce the results, references.
Final projects should to be handed-in on a single GitHub repository, including scripts, documentation (and code documentation), unit and reference testing, Continuous Integration (CI - using e.g. GitHub Actions), instructions to run the software and reproduce the results, references. -->

## Topics

Expand Down
6 changes: 4 additions & 2 deletions website/logistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Personal feedback and points (not grades) for weekly homework exercises will be

Starting from lecture 7 (until lecture 9), homework contribute to the course's first project. The goal of this project is to have a multi-xPU thermal porous convection solver in 3D.

The exercises **in lecture 7** will serve as starting point for the first project:
<!-- The exercises **in lecture 7** will serve as starting point for the first project:
1. Create a `project` directory at the root of your shared private `pde-on-gpu-<lastname>` repository.
2. Make sure to follow the basic repo structure (using `PkgTemplates.jl` to generate it) as described in [Lecture 7](/lecture7/#infos_about_projects)
3. During lectures 7,8,9, you will be asked to add material to this project folder as part of regular homework hand-in _which will serve as evaluation for the Part 2 (35% of the final grade)_ (see [Evaluation](#evaluation) section).
Expand All @@ -99,12 +99,13 @@ Make sure to have following items in your private GitHub repository:
- a short discussion/conclusion section about the performed work, results, and outlook
_Note that for evaluation will be considered the following (non-exhaustive) items: code correctness, style, and conciseness; implementation of demanded tasks; final layout and rendering, ..._
-->

## Final project

For information about **topics** for the final project, head to [Information about final projects](/final_proj) page.

### Getting started
<!-- ### Getting started
The following steps will get you started with the final projects:
1. Find a classmate to work with (being your own mate is fine too)
2. Select a topic of your choice
Expand Down Expand Up @@ -139,6 +140,7 @@ For a successful outcome, final projects are expected to be handed-in as single
- unit and reference testing
- Continuous Integration (CI - using e.g. GitHub Actions)
- additional features if needed
-->

## Evaluation

Expand Down

0 comments on commit 77712c6

Please sign in to comment.