25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
2.3KB

  1. %&tex
  2. \chapter{Case Study: Execution}
  3. \label{chap:case_experiment}
  4. This chapter presents the execution of the case study.
  5. Where the goal of the case study is to evaluate the design plan as presented in \autoref{chap:analysis}.
  6. To achieve this goal, I develop a system according to the design plan and document this design process.
  7. As described in \autoref{sec:sod}, the system to be designed is a "Tweet on a Whiteboard Writer".
  8. Documenting the process is done by following the evaluation protocol as described in \autoref{sec:evaluation_protocol}.
  9. To start the case study unbiased, during the preparation I did perform as little preliminary research as possible on the design options of the whiteboard writer.
  10. The chapter begins with the section about the preparation phase, which contains the four corresponding design steps as shown in \autoref{fig:design_plan_analysis}.
  11. This is followed by two completed development cycles in the later two sections.
  12. Both of these sections cover the three steps that are shown in \autoref{fig:design_plan_analysis}.
  13. Each design step is described in a separate subsection.
  14. Herein, the result of the design step is presented and concluded with an evaluation section at the end.
  15. This evaluation section discusses the pairs of questions that were answered according to the evaluation protocol (\autoref{tab:prepost}).
  16. The questions regarding the design method itself are discussed in \autoref{chap:reflection}.
  17. \section{Preparation Phase}
  18. The preparation phase contains four design steps.
  19. It begins with a problem description.
  20. This description is detailed into a list of specifications.
  21. Based on the specifications, a number of design solutions proposed and eventually one of these solutions is chosen as initial design.
  22. Splitting the initial design into features is done in the feature definition step.
  23. \input{content/case_experiment_problem_description.tex}
  24. \input{content/case_experiment_specifications.tex}
  25. \input{content/case_experiment_initial_design.tex}
  26. \input{content/case_experiment_feature_definition.tex}
  27. \input{content/case_experiment_test_protocol.tex}
  28. \input{content/case_experiment_recap.tex}
  29. \section{First Development Cycle}
  30. \input{content/case_experiment_end-effector.tex}
  31. \section{Second Development Cycle}
  32. \input{content/case_experiment_scara.tex}