Skip to content

Commit 78253c3

Browse files
committed
Add pages to ISSTA paper and update bibtex entry
1 parent 482fc4c commit 78253c3

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

pages_src/Publications.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kate: replace-tabs-save on; replace-tabs on; tab-width 8;
44
* Andreas Löscher and Konstantinos Sagonas.
55
"Targeted Property-Based Testing",
66
In Proceedings of the
7-
[26th International Symposium on Software Testing and Analysis](http://conf.researchr.org/home/issta-2017),
8-
pages ??-??, Santa Barbara, CA, USA, July 2017.
7+
[26th ACM SIGSOFT International Symposium on Software Testing and Analysis](http://conf.researchr.org/home/issta-2017),
8+
pages 46-56, Santa Barbara, CA, USA, July 2017.
99
[[PDF]](/papers/issta2017.pdf)
1010
[[Abstract]](/papers/issta2017.txt)
1111
[[Slides]]
@@ -21,6 +21,16 @@ kate: replace-tabs-save on; replace-tabs on; tab-width 8;
2121
[[Slides]]
2222
[[Bib]](/papers/secon2015.bib)
2323

24+
* Leonidas Lampropoulos and Konstantinos Sagonas.
25+
"Automatic WSDL-guided Test Case Generation for PropEr Testing of Web Services",
26+
In Proceedings of the
27+
[8th International Workshop on Automated Specification and Verification of Web Systems](http://users.dsic.upv.es/~jsilva/wwv2012/),
28+
pages 3-16, Stockholm, Sweden, July 2012.
29+
[[PDF]](https://arxiv.org/pdf/1210.6110v1)
30+
[[Abstract]](/papers/proper_ws.txt)
31+
[[Slides]]
32+
[[Bib]](/papers/proper_ws.bib)
33+
2434
* Manolis Papadakis and Konstantinos Sagonas.
2535
"A PropEr Integration of Types and Function Specifications with
2636
Property-Based Testing",
@@ -39,12 +49,20 @@ Diploma Theses
3949
Do not be put off by the first few pages which are in Greek.
4050
The main text of the theses is in English.
4151

52+
* Leonidas Lampropoulos,
53+
"Property-Based Testing of Web Services",
54+
July 2012.
55+
[[PDF]](/papers/leonidas-thesis.pdf)
56+
[[Abstract]](/papers/leonidas-thesis.txt)
57+
[[Bib]](/papers/leonidas-thesis.bib)
58+
4259
* Eirini Arvaniti,
4360
"Automated Random Model-Based Testing of Stateful Systems",
4461
July 2011.
4562
[[PDF]](/papers/eirini-thesis.pdf)
4663
[[Abstract]](/papers/eirini-thesis.txt)
4764
[[Bib]](/papers/eirini-thesis.bib)
65+
4866
* Manolis Papadakis,
4967
"Automatic Random Testing of Function Properties from Specifications",
5068
October 2010.
@@ -60,6 +78,7 @@ Talks
6078
Conference](http://www.erlang-factory.com/conference/ErlangUserConference2011), November 2011.
6179
[[Slides]](/talks/proper_creation@EUC-11.pdf)
6280
[[Video]](http://vimeo.com/33776857)
81+
6382
* Kostis Sagonas, "A PropEr Talk", [Erlang Factory
6483
London](http://www.erlang-factory.com/conference/London2011), June 2011.
6584
[[Slides]](/talks/proper_talk@London-11.pdf)

resources/papers/issta2017.bib

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
@InProceedings{TargetedPBT@ISSTA-17,
22
author = "Andreas L{\"o}scher and Konstantinos Sagonas",
33
title = "Targeted Property-Based Testing",
4-
booktitle = "Proceedings of the 26th International Symposium on Software Testing and Analysis",
5-
series = {ISSTA '17},
4+
booktitle = "Proceedings of the 26th ACM SIGSOFT International Symposium on Software Testing and Analysis",
5+
series = {ISSTA 2017},
66
month = jul,
7-
year = "2017",
8-
address = "New York, NY",
9-
publisher = "ACM Press"
7+
year = {2017},
8+
pages = {46--56},
9+
address = {New York, NY, USA},
10+
publisher = {ACM},
11+
url = {http://doi.acm.org/10.1145/3092703.3092711},
12+
doi = {10.1145/3092703.3092711},
1013
}

0 commit comments

Comments
 (0)