Commit cc5d8e8bd4a0a9bb94bd77e97ff1458c5f644048

Authored by Paulo Meireles
1 parent f2e42ca6

Adding research questions

Showing 1 changed file with 29 additions and 5 deletions   Show diff stats
opensym2017/content/04-researchdesign.tex
1   -\section{Research Design}
  1 +\section{Research Questions}
2 2 \label{sec:researchdesign}
3 3  
4   -\begin{description}
  4 +In this paper, we aims to share our experience designing and developing the new
  5 +SPB portal by reporting, alongside the technical efforts carried out, our
  6 +empirical work process and the lessons learned. To summarize and guide the
  7 +understanding of the main discussions in this paper, we define the following
  8 +research questions.
5 9  
6   -\item [RQ1:] \textit{Which strategy could be used to integrate several existing FOSS tools to promote the collaborative software development?}
  10 +\begin{description}
7 11  
  12 +\item [RQ1:] \textit{Which strategy could be used to integrate several existing
  13 +FOSS tools to promote the collaborative software development?}
  14 +%
  15 +Based on an extensive list of functional requirements defined by the Brazilian
  16 +Federal Government, we selected some FLOSS systems to form our solution,
  17 +generating a non-trivial integration among them. We looked for system that
  18 +together could provide the largest subset possible of the requirements, and
  19 +were fully aware that we would need to improve those systems in order to
  20 +provide the rest. We were also convinced that it would be impossible to provide
  21 +all of those requirements with a single tool.
8 22  
9   -\item [RQ2:] \textit{How to introduce the FOSS collaborative and agile practices to governmental development process?}
  23 +\item [RQ2:] \textit{How to introduce the FLOSS collaborative and agile
  24 +practices to governmental development process?}
  25 +%
  26 +The Brazilian government works based on a very traditional way regarding
  27 +software developing, frequently focusing on documents. We have need to convince
  28 +them to accept the idea of open scope and empirical development. They have
  29 +certain expectations about the development of project according to RUP
  30 +(Rational Unified Process) and PMBOK (Project Management Body of Knowledge)
  31 +approaches, what not match our work based on agile and FLOSS practices. We have
  32 +created strategies that would support different these organizational cultures.
10 33  
  34 +\item [RQ3:] \textit{How to involve undergraduate students in real-world projects?}
  35 +%
11 36  
12   -\item [RQ2:] \textit{How to involve undergraduate students in real-world projects, interacting with real customers from a Government?}
13 37  
14 38 \end{description}
... ...