I'm writing my first undergraduate research paper for computer science and I think my lack of experience is starting to get on my supervisor's nerves. I've written a program that collects video metadata and attempts to organise videos into a coherent sequence using the metadata. The program has also been tested by a panel of users.
The supervisor has given me the following sections to work with:
Inroduction
Background
- perhaps sub-sections on different areas of background
The approach
3.1. Overall approach
3.2. Detailed designKey implementation decisions
Experiments
Related work
Conclusions
I'm trying to understand the difference between (3) and (4) in the context of what I'm doing. Specifically, how is a detailed design different from implementation decisions?