Commit 2144532118a3b24775ecc061fc58ac8c3fd29d1c

Authored by Melissa Wen
1 parent c4f0fc32

[oss-2018] fix main and bib files

oss2018/spb-oss-2018.bib
... ... @@ -3,7 +3,6 @@
3 3 author={Anthopoulos, Leonidas and Reddick, Christopher G and Giannakidou, Irene and Mavridis, Nikolaos},
4 4 journal={Government Information Quarterly},
5 5 volume={33},
6   - number={1},
7 6 pages={161--173},
8 7 year={2016},
9 8 publisher={Elsevier}
... ... @@ -15,25 +14,15 @@
15 14 booktitle = {Proceedings of the 39th International Conference on Software Engineering: Software Engineering in Practice Track},
16 15 series = {ICSE-SEIP '17},
17 16 year = {2017},
18   - isbn = {978-1-5386-2717-4},
19 17 location = {Buenos Aires, Argentina},
20 18 pages = {73--82},
21   - numpages = {10},
22   - url = {https://doi.org/10.1109/ICSE-SEIP.2017.20},
23   - doi = {10.1109/ICSE-SEIP.2017.20},
24   - acmid = {3103122},
25 19 publisher = {IEEE Press},
26   - address = {Piscataway, NJ, USA},
27   - keywords = {agile methodologies, case study, collaboration, industry-academia research}
28 20 }
29 21  
30 22  
31 23 @article{goldfinch2007pessimism,
32   - ISSN={00333352, 15406210},
33   - URL={http://www.jstor.org/stable/4624644},
34 24 author={Shaun Goldfinch},
35 25 journal={Public Administration Review},
36   - number={5},
37 26 pages={917-929},
38 27 publisher={[American Society for Public Administration, Wiley]},
39 28 title={Pessimism, Computer Failure, and Information Systems Development in the Public Sector},
... ... @@ -46,7 +35,6 @@
46 35 author={Highsmith, Jim and Cockburn, Alistair},
47 36 journal={Computer},
48 37 volume={34},
49   - number={9},
50 38 pages={120--127},
51 39 year={2001},
52 40 publisher={IEEE}
... ... @@ -87,7 +75,6 @@
87 75 author={Fowler, Martin},
88 76 journal={Wuhan University Journal of Natural Sciences},
89 77 volume={6},
90   - number={1},
91 78 pages={12--24},
92 79 year={2001},
93 80 publisher={Springer}
... ... @@ -98,7 +85,6 @@
98 85 author={Cockburn, Alistair and Highsmith, Jim},
99 86 journal={Computer},
100 87 volume={34},
101   - number={11},
102 88 pages={131--133},
103 89 year={2001},
104 90 publisher={IEEE}
... ... @@ -116,19 +102,12 @@
116 102 author = {Nerur, Sridhar and Mahapatra, RadhaKanta and Mangalaraj, George},
117 103 title = {Challenges of Migrating to Agile Methodologies},
118 104 journal = {Commun. ACM},
119   - issue_date = {May 2005},
120 105 volume = {48},
121 106 number = {5},
122 107 month = may,
123 108 year = {2005},
124   - issn = {0001-0782},
125 109 pages = {72--78},
126   - numpages = {7},
127   - url = {http://doi.acm.org/10.1145/1060710.1060712},
128   - doi = {10.1145/1060710.1060712},
129   - acmid = {1060712},
130 110 publisher = {ACM},
131   - address = {New York, NY, USA}
132 111 }
133 112  
134 113 @inproceedings{meirelles2017spb,
... ... @@ -137,16 +116,9 @@
137 116 booktitle = {Proceedings of the 13th International Symposium on Open Collaboration},
138 117 series = {OpenSym '17},
139 118 year = {2017},
140   - isbn = {978-1-4503-5187-4},
141 119 location = {Galway, Ireland},
142 120 pages = {16:1--16:10},
143   - articleno = {16},
144   - numpages = {10},
145   - url = {http://doi.acm.org/10.1145/3125433.3125471},
146   - doi = {10.1145/3125433.3125471},
147   - acmid = {3125471},
148 121 publisher = {ACM},
149   - address = {New York, NY, USA},
150 122 keywords = {Free Software, Management Team, Software Integration}
151 123 }
152 124  
... ... @@ -164,7 +136,6 @@
164 136 author={Dyb{\aa}, Tore and Dings{\o}yr, Torgeir},
165 137 journal={Information and software technology},
166 138 volume={50},
167   - number={9},
168 139 pages={833--859},
169 140 year={2008},
170 141 publisher={Elsevier}
... ...
oss2018/spb-oss-2018.tex
... ... @@ -40,6 +40,7 @@
40 40 \input{content/03-methods}
41 41 \input{content/04-results}
42 42 \input{content/05-discussion}
  43 +\input{content/06-conclusion}
43 44  
44 45 \bibliographystyle{splncs03}
45 46 \bibliography{spb-oss-2018}
... ...