Skip to content

Commit bb579ad

Browse files
author
Daniel Precioso
committed
Change limit of pages for report
1 parent a897f23 commit bb579ad

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/collective-motion/assignment.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can follow the guide here:
1717
3. Implement an order parameter that quantifies the degree of alignment in the system. Read the original paper [@couzin2002collective] to find out how they defined it. You can also check the [Vicsek order parameter](vicsek.qmd#order-parameter) for inspiration.
1818
4. Explore the parameter space and report your insights. Find the four collective dynamical behaviours described in the original paper [@couzin2002collective].
1919

20-
Upload the code and a short report (1-2 pages done in LaTeX) describing your findings to the course platform.
20+
Upload the code and a short report done in LaTeX (10 pages max.) describing your findings to the course platform.
2121

2222
### Extra Mile (Optional)
2323

@@ -38,7 +38,7 @@ Your goal is:
3838
2. Implement the predator avoidance rule and add a predator to the animation.
3939
3. Explore the parameter space and report your insights. How does the predator affect the collective behaviour of the particles? Can you find a regime where the particles can escape the predator?
4040

41-
Upload the code and a short report (1-2 pages done in LaTeX) describing your findings to the course platform.
41+
Upload the code and a short report done in LaTeX (10 pages max.) describing your findings to the course platform.
4242

4343
\vspace{1cm}
4444

modules/lorenz/assignment.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your submission should show that you can do three things:
2525
Submit two files:
2626

2727
1. Code that reproduces your figures.
28-
2. A short report, 1 to 2 pages, that explains your observations.
28+
2. A short report done in LaTeX (10 pages max.), that explains your observations.
2929
:::
3030

3131
## Required

modules/networks/assignment.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Your goal is not only to "run code", but to justify what you measure, make your
2424
Submit **two files**:
2525

2626
1. **Code**: a notebook/script that reproduces all figures and numbers (must run end-to-end).
27-
2. **Short report (PDF using LaTeX, 2–3 pages)** with:
27+
2. **Short report done in LaTeX (10 pages max.)** with:
2828
- a table of core network metrics,
2929
- at least 1 structural plot (e.g., degree histogram),
3030
- top-10 nodes by degree centrality + one additional centrality metric (with interpretation),

modules/ode-1d/assignment.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Your submission should show that you can do three things:
2424
Submit two files:
2525

2626
1. The Python code for your Streamlit app and any helper module you created.
27-
2. A short report, 1 to 2 pages, that answers the exploration questions you chose.
27+
2. A short report done in LaTeX (10 pages max.) that answers the exploration questions you chose.
2828
:::
2929

3030
## Required

modules/pde-1d/assignment.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your submission should show that you can do three things:
2525
Submit two files:
2626

2727
1. One coding deliverable, your choice of a Python script, a notebook, or a small dashboard/app. Students are free to choose the format, but it must reproduce all figures and numerical results end to end.
28-
2. A short report, 1 to 2 pages in LaTeX and submitted as PDF.
28+
2. A short report done in LaTeX (10 pages max.) and submitted as PDF.
2929

3030
Your report should include:
3131

0 commit comments

Comments
 (0)