Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Writing a concise project report that explains what you did and what you found

1. Purpose of the report

The SDS320 report documents your project in a concise and structured way.

It should explain:

The report is not a diary of everything you tried. It is a clear account of the project you implemented and what can be learned from it.

The report must include a link to your public GitHub or GitLab repository.


2. Report constraints

The project report and repository contribute 30% to the final grade.

The report must be submitted as a PDF via the corresponding MS Teams assignment. The deadline is Monday, 14 December 2026, at 17:00.

The report should not exceed 6500 characters including spaces, excluding figures and references.


3. Suggested report structure

Use this as a recommendation and adapt it where needed.

SectionFunction
TitleName the project clearly and specifically.
Motivation and research questionExplain why the project matters and state the question early.
DataDescribe datasets, sources, coverage, time period, format and limitations.
Methods and implementationExplain the workflow and key method choices.
ResultsPresent the main outputs with key figures or maps.
Discussion and limitationsExplain meaning, reliability, uncertainty and limitations.
ConclusionBriefly answer the research question.
ReferencesCite data, methods, literature, code sources and external material.
AI use statement, if applicableState when and how AI tools supported your work.

For AI guidance, see AI use and integrity.


4. Writing style

Good scientific writing is clear, concise and reader-friendly.

Use these principles:

Use past tense for what you did and observed. Use present tense for general facts or established knowledge.


5. Writing about methods and results

For methods, explain why and how the workflow was implemented.

Input data
→ preprocessing
→ analytical method
→ evaluation
→ output generation

Mention software where it matters for reproducibility. Detailed code belongs in the repository, not in the short report.

For results, lead with what matters for the research question. For each key result, ask:


6. What to leave out

Because the report is short, leave out:

Failed attempts can be mentioned briefly if they explain an important project decision or limitation.


7. Flags & checks

Red flagFirst check
The research question appears lateState it near the beginning.
The report describes tools but not decisionsExplain why each key step was needed.
Data sources are vagueName provider, coverage, time period and limitations.
Figures are shown but not interpretedExplain what each figure demonstrates.
The discussion hides problemsState limitations clearly and professionally.
The report repeats generic course contentFocus on your project.
The repository link is missingAdd the public repository link.
AI use is not disclosedAdd a short, accurate AI-use statement if applicable.

8. Mini task

Draft a five-sentence report outline:

1. This project investigates ...
2. It uses ...
3. The workflow ...
4. The main result shows ...
5. The main limitation is ...

Then check whether the five sentences already form a coherent project story.


9. Key takeaways