Commit 5910127bce1b8fc0108c3d5f0afedfe54c8b9308

Authored by Hilmer Rodrigues Neri
1 parent 0d417873

Final Remarks translation and some refinements

OSS-2017/.gitignore
... ... @@ -10,4 +10,7 @@
10 10 *.lot
11 11 *.lof
12 12 *.idx
  13 +*.cls
  14 +*.sty
  15 +*.bst
13 16 *~
... ...
OSS-2017/01-introduction.tex
1 1 \section{Introduction}
2 2 \label{sec:intro}
3 3  
4   -Since last few decades, the Brazilian Federal Government has been improving its software adoption and development processes. In 2003, the recommendation to adopt free software become a public policy. In this context, in 2007, the Brazilian Ministry of Planning, Budget, and Management had released a Portal to share projects like free software called Brazilian Public Software (\textit{Software Público Brasileiro} -- SPB). In short, a website to share softwares developed by and for the Brazilian Government.
  4 +Since last few decades, the Brazilian Federal Government has been improving its software adoption and development processes. In 2003, the recommendation to adopt free software become a public policy. In this context, in 2007, the Brazilian Ministry of Planning, Budget, and Management had released a Portal to share projects like free software called Brazilian Public Software (\textit{Software Público Brasileiro} -- SPB) \footnote{\url{https://softwarepublico.gov.br}}. In short, a website to share softwares developed by and for the Brazilian Government.
5 5  
6   -On the one hand, the Brazilian legal instrument (IN 04/2012) on software contracting indicates that the public managers must consult the SPB Portal to adopt a software solution, as well as, justifying the acquisition of proprietary softwares if there is no a similar project available in the SPB Portal. On the other hand, since 2009, the SPB Portal had several technical problems because there was no development activities to maintenance and evolute it. Thus, the initial SPB Portal version did not have another release.
  6 +On the one hand, the Brazilian legal instrument (IN MP/SLTI 04/2014) \cite{IN04:2014} on software contracting indicates that the public managers must consult the SPB Portal to adopt a software solution, as well as, justifying the acquisition of proprietary softwares if there is no a similar project available in the SPB Portal. On the other hand, since 2009, the SPB Portal had several technical problems because there was no development activities to maintenance and evolute it. Thus, the initial SPB Portal version did not have another release.
7 7  
8 8 During 2014 and 2016, a platform for the Brazilian Public Software project was designed and developed by the University of Brasília and the University of São Paulo. This new Portal was designed to be an integrated platform of collaborative software development environments with social networking, mailing list, control version system, and source code quality monitoring. In this paper, we present this new generation of the SPB Portal.
... ...
OSS-2017/02-platform.tex
... ... @@ -56,7 +56,7 @@ evolved in order to keep the navigation unified. With tools from different scope
56 56 in many cases, run features with similar concepts, we have faced with the challenge to
57 57 develop transparent interface bringing together the various scopes. For each required
58 58 feature, we often have to conciliate data with distinct strucuture and information pattern
59   -from each used tool. The interface was the meeting point for this information with links
  59 +from each used tool. The graphical user interface was the meeting point for this information with links
60 60 that users mustn't realize. The common features like display and edition of profile
61 61 information, search and content have been brought in line with the structure and other
62 62 existing features of the portal.
... ...
OSS-2017/spb.bib
... ... @@ -35,3 +35,12 @@
35 35 year={2010}
36 36 }
37 37  
  38 +@online{IN04:2014,
  39 + Org-Short = {MP/SLTI},
  40 + Organization = {Ministério do Planejamento, Orçamento e Gestão},
  41 + Title = {Instrução Normativa MP/SLTI nº04/2014},
  42 + url = {https://www.governoeletronico.gov.br/eixos-de-atuacao/governo/sistema-de-administracao-dos-recursos-de-tecnologia-da-informacao-sisp/ncti-nucleo-de-contratacoes-de-tecnologia-da-informacao/in-4-instrucao-normativa-mp-slti-no-4-2014}
  43 + Year = {2014},
  44 + lastchecked = {28.03.2017},
  45 +}
  46 +
... ...