Commit 9bc68b0f5759d4a0f237489ff97dd2b58d32b1da
1 parent
9e078d86
Exists in
master
and in
3 other branches
[oss-2018] grammarly methods
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
icse2018/content/04-methods.tex
... | ... | @@ -72,7 +72,7 @@ We divided the UnB development team into two groups of target participants |
72 | 72 | according to their roles during the project: \textit{UnB Interns} and |
73 | 73 | \textit{Senior Developers}. For each group, we designed an online survey with |
74 | 74 | topics related to project organization, development process, communication and |
75 | -relationship between members, acquired knowledge and experience with open | |
75 | +relationship between members, acquired knowledge, and experience with open | |
76 | 76 | source projects. We interviewed also two \textit{MPOG analysts} who directly |
77 | 77 | interacted with the development team and project development process. The |
78 | 78 | interview questions could be classified into four parts: Professional profile; |
... | ... | @@ -80,20 +80,20 @@ Organization, communication and development methodologies in the context of |
80 | 80 | government and project; Satisfaction with the developed platform; Lessons |
81 | 81 | learned. |
82 | 82 | |
83 | -We sent the link of the online survey through emails to 42 UnB interns | |
83 | +We sent the link to the online survey through emails to 42 UnB interns | |
84 | 84 | (undergraduate students), who participated in any time of the project as |
85 | -developer receiving scholarship. We received a total of 37 responses. Their | |
85 | +developer receiving a scholarship. We received a total of 37 responses. Their | |
86 | 86 | average age is 25 years old and 91.9\% of them are male. Currently, 35.1\% |
87 | -continue at university as undergraduate or graduate students, 18.9\% work as | |
88 | -developer in a small company and 18.9\% in medium or large companies, 10.8\% | |
87 | +continue at the university as undergraduate or graduate students, 18.9\% work as | |
88 | +a developer in a small company and 18.9\% in medium or large companies, 10.8\% | |
89 | 89 | are entrepreneurs, 8.1\% are unemployed and the others work as teachers or |
90 | 90 | civil servants. 43.2\% said the SPB project was their first experience with |
91 | 91 | open source software. |
92 | 92 | |
93 | -We also sent the link of the online survey through emails to eight senior | |
93 | +We also sent the link to the online survey through emails to eight senior | |
94 | 94 | developers (IT professionals). All of them answered the questionnaire. |
95 | 95 | Their average age is 32 years old and 87.5\% are male. They have an average of |
96 | -11 years of experience in the IT market, and currently 62.5\% of respondents | |
96 | +11 years of experience in the IT market, and currently, 62.5\% of respondents | |
97 | 97 | are company employees, 37.5\% are freelance developers, 25\% are master's |
98 | 98 | degree students and 25\% entrepreneurs. They have worked on average in 5 |
99 | 99 | companies and participated in 4 to 80 projects. They participated in this |
... | ... | @@ -111,11 +111,11 @@ publicly available on the SPB platform. We collected from the repository |
111 | 111 | manager tool of the platform all open issues and commits related to the main |
112 | 112 | repository of the platform, that is, the development repositories of the |
113 | 113 | integrated software were not considered. For issues, we collected project |
114 | -name, author of the issue, opening date, issue title, and number of comments. | |
115 | -We also collected informations about total open issues, total commits, | |
116 | -different authors of issues, total of different authors of issues, total of | |
117 | -comments, authors of comments, total of authors other than comments. During | |
118 | -the period from April 2015 to June 2016, 879 issues was opened by 59 distinct | |
114 | +name, author of the issue, opening date, issue title, and the number of comments. | |
115 | +We also collected information about total open issues, the total commits, | |
116 | +different authors of issues, the number of different authors of issues, the number of | |
117 | +comments, authors of comments, the number of authors other than comments. During | |
118 | +the period from April 2015 to June 2016, 879 issues were opened by 59 distinct | |
119 | 119 | authors with a total of 4,658 comments and 64 distinct commentators. The |
120 | 120 | development team made 3,256 commits in the repository provided by SPB platform. |
121 | 121 | ... | ... |