Skip to content

Commit 2810478

Browse files
committed
bug fix
1 parent acd03f3 commit 2810478

935 files changed

Lines changed: 17762 additions & 11124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PUBLICATIONS_JSON = assets/publications.json
1717

1818
publications-assets: $(PUBS_INCLUDES) $(PUBLICATIONS_JSON)
1919

20-
$(PUBS_INCLUDES) $(PUBLICATIONS_JSON): $(wildcard bib/pubs_*.bib) tools/build_publications_html.py
20+
$(PUBS_INCLUDES) $(PUBLICATIONS_JSON): $(wildcard bib/*/*.bib) tools/build_publications_html.py
2121
mkdir -p _includes assets
2222
$(PYTHON) tools/build_publications_html.py
2323

_data/repositories_meta.yml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,46 +106,41 @@ repos:
106106
owner: 'dessertlab'
107107
name: 'DeepEST'
108108
description: ''
109-
language: 'Java'
110-
languages: ['Java', 'Shell']
111-
stars: 4
109+
language: ''
110+
stars: 0
112111
url: 'https://github.com/dessertlab/DeepEST'
113112
- slug: 'dessertlab/Fault-Injection-Dataset'
114113
owner: 'dessertlab'
115114
name: 'Fault-Injection-Dataset'
116-
description: 'Failure dataset accompanying the paper "How Bad Can a Bug Get? An Empirical Analysis of Software Failures in the OpenStack Cloud Computing Platform"'
115+
description: ''
117116
language: ''
118-
stars: 10
117+
stars: 0
119118
url: 'https://github.com/dessertlab/Fault-Injection-Dataset'
120119
- slug: 'dessertlab/BayesianReliabilityAssessment'
121120
owner: 'dessertlab'
122121
name: 'BayesianReliabilityAssessment'
123122
description: ''
124-
language: 'Java'
125-
languages: ['Java', 'MATLAB']
126-
stars: 4
123+
language: ''
124+
stars: 0
127125
url: 'https://github.com/dessertlab/BayesianReliabilityAssessment'
128126
- slug: 'dessertlab/EMART'
129127
owner: 'dessertlab'
130128
name: 'EMART'
131129
description: ''
132-
language: 'Java'
133-
languages: ['Java']
130+
language: ''
134131
stars: 0
135132
url: 'https://github.com/dessertlab/EMART'
136133
- slug: 'dessertlab/fantastic_beasts'
137134
owner: 'dessertlab'
138135
name: 'fantastic_beasts'
139-
description: 'The Fantastic Beasts Framework is a collection of tools for fuzzing the Android OS.'
140-
language: 'C'
141-
languages: ['C', 'Java', 'C++', 'Python', 'CMake', 'Shell']
142-
stars: 72
136+
description: ''
137+
language: ''
138+
stars: 0
143139
url: 'https://github.com/dessertlab/fantastic_beasts'
144140
- slug: 'dessertlab/MetroFunnel'
145141
owner: 'dessertlab'
146142
name: 'MetroFunnel'
147-
description: 'Real-time monitoring of microservices based software systems'
148-
language: 'Shell'
149-
languages: ['Shell', 'Dockerfile']
150-
stars: 1
143+
description: ''
144+
language: ''
145+
stars: 0
151146
url: 'https://github.com/dessertlab/MetroFunnel'

_includes/pubs_book.html

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,6 @@
11
<div class="item mix bpaper" data-year=2020>
22
<h2> 2020 </h2>
33
<div class="pubmain">
4-
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inproceedings{DBLP:conf/issre/AlonsoVP20,
5-
author = {Javier Alonso and
6-
Kalyan Vaidyanathan and
7-
Roberto Pietrantuono},
8-
bibsource = {dblp computer science bibliography, https://dblp.org},
9-
biburl = {https://dblp.org/rec/conf/issre/AlonsoVP20.bib},
10-
booktitle = {2020 IEEE International Symposium on Software Reliability Engineering
11-
Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020},
12-
doi = {10.1109/ISSREW51248.2020.00093},
13-
pages = {323--324},
14-
publisher = {IEEE},
15-
timestamp = {Thu, 23 Jun 2022 01:00:00 +0200},
16-
title = {SAR Handbook Chapter: Measurements-based aging analysis},
17-
url = {https://doi.org/10.1109/ISSREW51248.2020.00093},
18-
year = {2020}
19-
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1109/ISSREW51248.2020.00093" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
20-
<h4 class="pubtitle"> <strong>SAR Handbook Chapter: Measurements-based aging analysis</strong></h4>
21-
<div class="pubauthor">Javier Alonso, Kalyan Vaidyanathan, Roberto Pietrantuono</div>
22-
<div>IEEE, 2020 IEEE International Symposium on Software Reliability Engineering Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020</div>
23-
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
24-
</div>
25-
</div>
26-
<div class="item mix bpaper" data-year=2020>
27-
<div class="pubmain">
28-
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inproceedings{DBLP:conf/issre/NatellaA20,
29-
author = {Roberto Natella and
30-
Artur Andrzejak},
31-
bibsource = {dblp computer science bibliography, https://dblp.org},
32-
biburl = {https://dblp.org/rec/conf/issre/NatellaA20.bib},
33-
booktitle = {2020 IEEE International Symposium on Software Reliability Engineering
34-
Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020},
35-
doi = {10.1109/ISSREW51248.2020.00096},
36-
pages = {1},
37-
publisher = {IEEE},
38-
timestamp = {Thu, 14 Jan 2021 00:00:00 +0100},
39-
title = {SAR Handbook Chapter: Experimental Tools for Software Aging Analysis},
40-
url = {https://doi.org/10.1109/ISSREW51248.2020.00096},
41-
year = {2020}
42-
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1109/ISSREW51248.2020.00096" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
43-
<h4 class="pubtitle"> <strong>SAR Handbook Chapter: Experimental Tools for Software Aging Analysis</strong></h4>
44-
<div class="pubauthor">Roberto Natella, Artur Andrzejak</div>
45-
<div>IEEE, 2020 IEEE International Symposium on Software Reliability Engineering Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020</div>
46-
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
47-
</div>
48-
</div>
49-
<div class="item mix bpaper" data-year=2020>
50-
<div class="pubmain">
514
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@incollection{DBLP:books/ws/20/AvritzerCHT20,
525
author = {Alberto Avritzer and
536
Domenico Cotroneo and
@@ -208,6 +161,53 @@ <h4 class="pubtitle"> <strong>Aging in Virtualized Environments</strong></h4>
208161
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
209162
</div>
210163
</div>
164+
<div class="item mix bpaper" data-year=2020>
165+
<div class="pubmain">
166+
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inproceedings{DBLP:conf/issre/AlonsoVP20,
167+
author = {Javier Alonso and
168+
Kalyan Vaidyanathan and
169+
Roberto Pietrantuono},
170+
bibsource = {dblp computer science bibliography, https://dblp.org},
171+
biburl = {https://dblp.org/rec/conf/issre/AlonsoVP20.bib},
172+
booktitle = {2020 IEEE International Symposium on Software Reliability Engineering
173+
Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020},
174+
doi = {10.1109/ISSREW51248.2020.00093},
175+
pages = {323--324},
176+
publisher = {IEEE},
177+
timestamp = {Thu, 23 Jun 2022 01:00:00 +0200},
178+
title = {SAR Handbook Chapter: Measurements-based aging analysis},
179+
url = {https://doi.org/10.1109/ISSREW51248.2020.00093},
180+
year = {2020}
181+
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1109/ISSREW51248.2020.00093" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
182+
<h4 class="pubtitle"> <strong>SAR Handbook Chapter: Measurements-based aging analysis</strong></h4>
183+
<div class="pubauthor">Javier Alonso, Kalyan Vaidyanathan, Roberto Pietrantuono</div>
184+
<div>IEEE, 2020 IEEE International Symposium on Software Reliability Engineering Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020</div>
185+
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
186+
</div>
187+
</div>
188+
<div class="item mix bpaper" data-year=2020>
189+
<div class="pubmain">
190+
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inproceedings{DBLP:conf/issre/NatellaA20,
191+
author = {Roberto Natella and
192+
Artur Andrzejak},
193+
bibsource = {dblp computer science bibliography, https://dblp.org},
194+
biburl = {https://dblp.org/rec/conf/issre/NatellaA20.bib},
195+
booktitle = {2020 IEEE International Symposium on Software Reliability Engineering
196+
Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020},
197+
doi = {10.1109/ISSREW51248.2020.00096},
198+
pages = {1},
199+
publisher = {IEEE},
200+
timestamp = {Thu, 14 Jan 2021 00:00:00 +0100},
201+
title = {SAR Handbook Chapter: Experimental Tools for Software Aging Analysis},
202+
url = {https://doi.org/10.1109/ISSREW51248.2020.00096},
203+
year = {2020}
204+
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1109/ISSREW51248.2020.00096" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
205+
<h4 class="pubtitle"> <strong>SAR Handbook Chapter: Experimental Tools for Software Aging Analysis</strong></h4>
206+
<div class="pubauthor">Roberto Natella, Artur Andrzejak</div>
207+
<div>IEEE, 2020 IEEE International Symposium on Software Reliability Engineering Workshops, ISSRE Workshops, Coimbra, Portugal, October 12-15, 2020</div>
208+
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
209+
</div>
210+
</div>
211211
<div class="item mix bpaper" data-year=2014>
212212
<h2> 2014 </h2>
213213
<div class="pubmain">
@@ -230,27 +230,6 @@ <h4 class="pubtitle"> <strong>Teaching Software Architecture in Industrial and A
230230
<div class="item mix bpaper" data-year=2013>
231231
<h2> 2013 </h2>
232232
<div class="pubmain">
233-
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inbook{Lanzaro2013,
234-
address = {Milano},
235-
author = {Lanzaro, Anna and Natella, Roberto and Barbosa, Ricardo},
236-
booktitle = {Innovative Technologies for Dependable OTS-Based Critical Systems: Challenges and Achievements of the CRITICAL STEP Project},
237-
doi = {10.1007/978-88-470-2772-5_7},
238-
editor = {Cotroneo, Domenico},
239-
isbn = {978-88-470-2772-5},
240-
pages = {85--100},
241-
publisher = {Springer Milan},
242-
title = {Tools for Injecting Software Faults at the Binary and Source-Code Level},
243-
url = {https://doi.org/10.1007/978-88-470-2772-5_7},
244-
year = {2013}
245-
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1007/978-88-470-2772-5_7" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
246-
<h4 class="pubtitle"> <strong>Tools for Injecting Software Faults at the Binary and Source-Code Level</strong></h4>
247-
<div class="pubauthor">Lanzaro Anna, Natella Roberto, Barbosa Ricardo</div>
248-
<div>Springer Milan, Innovative Technologies for Dependable OTS-Based Critical Systems: Challenges and Achievements of the CRITICAL STEP Project</div>
249-
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
250-
</div>
251-
</div>
252-
<div class="item mix bpaper" data-year=2013>
253-
<div class="pubmain">
254233
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@incollection{bovenzi2013monitoring,
255234
author = {Bovenzi, Antonio and Carrozza, Gabriella},
256235
booktitle = {Innovative Technologies for Dependable OTS-Based Critical
@@ -326,6 +305,27 @@ <h4 class="pubtitle"> <strong>JFIT: an Automatic Tool for Assessing Robustness o
326305
</div>
327306
<div class="item mix bpaper" data-year=2013>
328307
<div class="pubmain">
308+
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@inbook{Lanzaro2013,
309+
address = {Milano},
310+
author = {Lanzaro, Anna and Natella, Roberto and Barbosa, Ricardo},
311+
booktitle = {Innovative Technologies for Dependable OTS-Based Critical Systems: Challenges and Achievements of the CRITICAL STEP Project},
312+
doi = {10.1007/978-88-470-2772-5_7},
313+
editor = {Cotroneo, Domenico},
314+
isbn = {978-88-470-2772-5},
315+
pages = {85--100},
316+
publisher = {Springer Milan},
317+
title = {Tools for Injecting Software Faults at the Binary and Source-Code Level},
318+
url = {https://doi.org/10.1007/978-88-470-2772-5_7},
319+
year = {2013}
320+
}"><i class="fa fa-quote-right"></i></a><a href="https://doi.org/10.1007/978-88-470-2772-5_7" data-toggle="tooltip" data-placement="top" title="DOI" target="_blank" rel="noopener"><i class="fa fa-cloud-download"></i></a></div>
321+
<h4 class="pubtitle"> <strong>Tools for Injecting Software Faults at the Binary and Source-Code Level</strong></h4>
322+
<div class="pubauthor">Lanzaro Anna, Natella Roberto, Barbosa Ricardo</div>
323+
<div>Springer Milan, Innovative Technologies for Dependable OTS-Based Critical Systems: Challenges and Achievements of the CRITICAL STEP Project</div>
324+
<div class="pubcite"><span class="btn btn-danger">Books &amp; Book Chapters</span></div>
325+
</div>
326+
</div>
327+
<div class="item mix bpaper" data-year=2013>
328+
<div class="pubmain">
329329
<div class="pubassets"><a href="javascript:void(0)" class="bibtex-btn" data-toggle="tooltip" data-placement="top" title="BibTeX entry" data-bibtex="@incollection{pecchia2013leveraging,
330330
author = {Pecchia, Antonio and Lanzaro, Anna and Cinque, Marcello
331331
and Silva, Nuno and others},

0 commit comments

Comments
 (0)