-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbibliography.bib
578 lines (509 loc) · 19.7 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
% Articles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{berry2011hiphop,
title={{HipHop}: {A} synchronous reactive extension for {Hop}},
author={Berry, G{\'e}rard and Nicolas, Cyprien and Serrano, Manuel},
booktitle={Proceedings of the 1st ACM SIGPLAN international workshop on Programming language and systems technologies for internet clients},
pages={49--56},
year={2011},
organization={ACM}
}
@article{journals/corr/BerryS13,
author = {G{\'{e}}rard Berry and
Manuel Serrano},
title = {Hop and HipHop : Multitier Web Orchestration},
journal = {CoRR},
volume = {abs/1312.0078},
year = {2013},
timestamp = {Mon, 13 Aug 2018 16:49:15 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/BerryS13},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{boussinot1991esterel,
title={The {Esterel} language},
author={Boussinot, Fr{\'e}d{\'e}ric and De Simone, Robert},
journal={Proceedings of the IEEE},
volume={79},
number={9},
pages={1293--1304},
year={1991},
publisher={IEEE}
}
@article{journals/scp/BerryG92,
author = {G{\'{e}}rard Berry and
Georges Gonthier},
title = {The Esterel Synchronous Programming Language: Design, Semantics, Implementation},
journal = {Sci. Comput. Program.},
volume = {19},
number = {2},
pages = {87--152},
year = {1992},
timestamp = {Wed, 14 Nov 2018 10:21:26 +0100},
biburl = {https://dblp.org/rec/bib/journals/scp/BerryG92},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{conf/oopsla/MeyerovichGBCGBK09,
author = {Leo A. Meyerovich and
Arjun Guha and
Jacob P. Baskin and
Gregory H. Cooper and
Michael Greenberg and
Aleks Bromfield and
Shriram Krishnamurthi},
title = {Flapjax: a programming language for Ajax applications},
booktitle = {Proceedings of the 24th Annual {ACM} {SIGPLAN} Conference on Object-Oriented
Programming, Systems, Languages, and Applications, {OOPSLA} 2009,
October 25-29, 2009, Orlando, Florida, {USA}},
pages = {1--20},
year = {2009},
}
@techreport{CooperK04,
author = {Gregory Cooper and Shriram Krishnamurthi},
year = 2004,
title = {FrTime: Functional Reactive Programming in PLT Scheme},
number = {CS-03-20},
institution = {Department of Computer Science, Brown University, Rhode Island},
pubcat = {techreport}
}
@inproceedings{conf/icfp/ElliottH97,
author = {Conal Elliott and
Paul Hudak},
title = {Functional Reactive Animation},
booktitle = {Proceedings of the 1997 {ACM} {SIGPLAN} International Conference on
Functional Programming {(ICFP} '97), Amsterdam, The Netherlands, June
9-11, 1997.},
pages = {263--273},
year = {1997}
}
@InProceedings{conf/ifl/KlinikJP17,
title = "The Sky is the Limit: Analysing Resource Consumption Over Time Using Skylines",
author = "Markus Klinik and Jan Martin Jansen and Rinus Plasmeijer",
booktitle = "Proceedings of the 29th Symposium on Implementation
and Application of Functional Programming Languages, IFL 2017",
publisher = "ACM",
year = "2017",
booktitle = "IFL",
}
@inproceedings{conf/sfp/StutterheimAP17,
author = {Jurri{\"{e}}n Stutterheim and
Peter Achten and
Rinus Plasmeijer},
title = {Maintaining Separation of Concerns Through Task Oriented Software
Development},
booktitle = {Trends in Functional Programming - 18th International Symposium, {TFP}
2017, Canterbury, UK},
year = {2017},
}
@inproceedings{conf/iscram/LijnseJP12,
title = "Incidone: A Task-Oriented Incident Coordination Tool",
author = "Bas Lijnse and Jan Martin Jansen and Rinus Plasmeijer",
year = "2012",
booktitle = "Proceedings of {ISCRAM}",
}
@inproceedings{conf/cefp/Gibbons13,
author = {Jeremy Gibbons},
title = {Functional Programming for Domain-Specific Languages},
booktitle = {Central European Functional Programming School - 5th Summer School,
{CEFP} 2013},
year = {2013},
timestamp = {Wed, 24 May 2017 08:31:35 +0200},
biburl = {https://dblp.org/rec/bib/conf/cefp/Gibbons13},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/entcs/JaskelioffGH11,
author = {Mauro Jaskelioff and
Neil Ghani and
Graham Hutton},
title = {Modularity and Implementation of Mathematical Operational Semantics},
journal = {Electr. Notes Theor. Comput. Sci.},
volume = {229},
number = {5},
pages = {75--95},
year = {2011},
timestamp = {Sun, 28 May 2017 13:22:55 +0200},
biburl = {https://dblp.org/rec/bib/journals/entcs/JaskelioffGH11},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/jfp/Swierstra08,
author = {Wouter Swierstra},
title = {Data types {\`{a}} la carte},
journal = {J. Funct. Program.},
volume = {18},
number = {4},
pages = {423--436},
year = {2008},
timestamp = {Sat, 27 May 2017 14:24:34 +0200},
biburl = {https://dblp.org/rec/bib/journals/jfp/Swierstra08},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/jfp/Brady13,
author = {Edwin Brady},
title = {Idris, a general-purpose dependently typed programming language: Design
and implementation},
journal = {J. Funct. Program.},
volume = {23},
number = {5},
pages = {552--593},
year = {2013},
timestamp = {Wed, 14 Nov 2018 10:38:38 +0100},
biburl = {https://dblp.org/rec/bib/journals/jfp/Brady13},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{conf/ifl/KoopmanPA08,
author = {Pieter W. M. Koopman and
Rinus Plasmeijer and
Peter Achten},
title = {An Executable and Testable Semantics for iTasks},
booktitle = "Proceedings of the 20th Symposium on Implementation
and Application of Functional Programming Languages, IFL 2008",
year = {2008},
}
@inproceedings{conf/esop/LiangH96,
author = {Sheng Liang and
Paul Hudak},
title = {Modular Denotational Semantics for Compiler Construction},
booktitle = {Programming Languages and Systems - ESOP'96, 6th European Symposium
on Programming, Link{\"{o}}ping, Sweden, April 22-24, 1996, Proceedings},
pages = {219--234},
year = {1996},
crossref = {conf/esop/1996},
timestamp = {Mon, 22 May 2017 16:14:04 +0200},
biburl = {https://dblp.org/rec/bib/conf/esop/LiangH96},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{school/maktoberdorf/PeytonJones01,
author = {Simon {Peyton Jones}},
title = {Tackling the awkward squad: monadic input/output, concurrency, exceptions, and foreign-language calls in {H}askell},
booktitle = {Engineering theories of software construction, Marktoberdorf Summer School 2000, Germany},
year = {2001},
}
@inproceedings{conf/pepm/PlasmeijerAKLNG11,
author = {Rinus Plasmeijer and
Peter Achten and
Pieter W. M. Koopman and
Bas Lijnse and
Thomas van Noort and
John H. G. van Groningen},
title = {i{T}asks for a change: type-safe run-time change in dynamically evolving
workflows},
booktitle = {Proceedings of the 2011 {ACM} {SIGPLAN} Workshop on Partial Evaluation
and Program Manipulation, {PEPM} 2011, Austin, TX, USA, January 24-25,
2011},
pages = {151--160},
year = {2011},
crossref = {conf/pepm/2011},
timestamp = {Tue, 22 May 2012 15:24:56 +0200},
biburl = {https://dblp.org/rec/bib/conf/pepm/PlasmeijerAKLNG11},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{conf/ppdp/PlasmeijerLMAK12,
author = {Rinus Plasmeijer and
Bas Lijnse and
Steffen Michels and
Peter Achten and
Pieter W. M. Koopman},
title = {Task-oriented programming in a pure functional language},
booktitle = {Principles and Practice of Declarative Programming, PPDP'12, Leuven,
Belgium, 2012},
year = {2012},
}
@inproceedings{DBLP:conf/sfp/NausJ16,
author = {Nico Naus and
Johan Jeuring},
title = {Building a Generic Feedback System for Rule-Based Problems},
booktitle = {Trends in Functional Programming - 17th International Conference,
{TFP} 2016, College Park, MD, USA, June 8-10, 2016, Revised Selected
Papers},
pages = {172--191},
year = {2016},
crossref = {DBLP:conf/sfp/2016},
timestamp = {Thu, 21 Feb 2019 15:49:26 +0100},
biburl = {https://dblp.org/rec/bib/conf/sfp/NausJ16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/dpd/AalstHKB03,
author = {Wil M. P. van der Aalst and
Arthur H. M. ter Hofstede and
Bartek Kiepuszewski and
Alistair P. Barros},
title = {Workflow Patterns},
journal = {Distributed and Parallel Databases},
volume = {14},
number = {1},
pages = {5--51},
year = {2003},
timestamp = {Wed, 14 Nov 2018 10:35:22 +0100},
biburl = {https://dblp.org/rec/bib/journals/dpd/AalstHKB03},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{journals/jcsc/Aalst98,
author = {Wil M. P. van der Aalst},
title = {The Application of Petri Nets to Workflow Management},
journal = {Journal of Circuits, Systems, and Computers},
volume = {8},
number = {1},
pages = {21--66},
year = {1998},
timestamp = {Wed, 14 Nov 2018 10:41:13 +0100},
biburl = {https://dblp.org/rec/bib/journals/jcsc/Aalst98},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/is/AalstH05,
author = {Wil M. P. van der Aalst and
Arthur H. M. ter Hofstede},
title = {{YAWL:} yet another workflow language},
journal = {Inf. Syst.},
volume = {30},
number = {4},
pages = {245--275},
year = {2005},
timestamp = {Wed, 14 Nov 2018 10:26:47 +0100},
biburl = {https://dblp.org/rec/bib/journals/is/AalstH05},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sfp/StutterheimPA14,
author = {Jurri{\"{e}}n Stutterheim and
Rinus Plasmeijer and
Peter Achten},
title = {Tonic: An Infrastructure to Graphically Represent the Definition and
Behaviour of Tasks},
booktitle = {Trends in Functional Programming - 15th International Symposium, {TFP}
2014, Soesterberg, The Netherlands, May 26-28, 2014. Revised Selected
Papers},
pages = {122--141},
year = {2014},
crossref = {DBLP:conf/sfp/2014},
timestamp = {Fri, 26 May 2017 00:49:32 +0200},
biburl = {https://dblp.org/rec/bib/conf/sfp/StutterheimPA14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{koopman2018task,
title={A task-based dsl for microcomputers},
author={Koopman, Pieter and Lubbers, Mart and Plasmeijer, Rinus},
booktitle={Proceedings of the Real World Domain Specific Languages Workshop},
pages={4},
year={2018}
}
% Books %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@book{books/Downey08LBOS,
author = {Allen B. Downey},
title = {The Little Book of Semaphores},
publisher = {Green Tea Press},
year = {2008},
}
@book{books/Harper16PFPL,
author = {Robert Harper},
title = {Practical foundations for programming languages},
publisher = {Cambridge University Press},
year = {2016},
isbn = {978-1-107-15030-0}
}
@book{books/Pierce02TAPL,
author = {Benjamin C. Pierce},
title = {Types and programming languages},
publisher = {{MIT} Press},
year = {2002},
isbn = {978-0-262-16209-8},
timestamp = {Thu, 03 Feb 2011 10:51:35 +0100},
biburl = {https://dblp.org/rec/bib/books/daglib/0005958},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{books/Hoare85CSP,
author = {C. A. R. Hoare},
title = {Communicating Sequential Processes},
publisher = {Prentice Hall Int'l},
year = {1985}
}
@book{books/Milner89CAC,
author = {Robin Milner},
title = {Communication and concurrency},
series = {{PHI} Series in computer science},
publisher = {Prentice Hall},
year = {1989},
}
% Reports %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{manuals/PlasmeijerEG98,
author = {Rinus Plasmeijer and
Marko van Eekelen and
John van Groningen},
title = {Concurrent {C}lean language report},
organisation = {University of Nijmegen},
address = {Nijmegen, The Netherlands},
edition = {2.2},
year = {1998}
}
@manual{marlow2010haskell,
title={Haskell 2010 language report},
author={Marlow, Simon and others},
journal={Available online http://www. haskell. org/(May 2011)},
year={2010}
}
% Theses %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@misc{theses/nlda/Kool17,
author = {Bram Kool},
title = {Integrated Mission Management voor {C2}-on\-der\-steu\-ning},
year = {2017},
note = {Dutch Defence Academy, Den Helder, The Netherlands},
howpublished = {Bachelor's Thesis}
}
@mastersthesis{theses/radboud/VinterHviid18,
author = {Andreas Vinter-Hviid},
title = {Modular semantics for task oriented programming},
school = {Radboud University},
address = {Nijmegen, The Netherlands},
year = {2018}
}
@phdthesis{theses/radboud/Stutterheim17,
author = {Jurri{\"{e}}n Stutterheim},
title = {A Cocktail of Tools},
school = {Radboud University},
address = {Nijmegen, The Netherlands},
year = {2017}
}
@phdthesis{chen2017chorus,
title={Chorus: end user programming of social applications},
author={Chen, Jodie Lian},
year={2017},
school={Massachusetts Institute of Technology}
}
% Proceedings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@proceedings{conf/cefp/2013,
title = {Central European Functional Programming School - 5th Summer School,
{CEFP} 2013, Cluj-Napoca, Romania, July 8-20, 2013, Revised Selected
Papers},
series = {Lecture Notes in Computer Science},
volume = {8606},
publisher = {Springer},
year = {2015},
isbn = {978-3-319-15939-3},
timestamp = {Wed, 24 May 2017 08:31:35 +0200},
biburl = {https://dblp.org/rec/bib/conf/cefp/2013},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{conf/esop/1996,
title = {Programming Languages and Systems - ESOP'96, 6th European Symposium
on Programming, Link{\"{o}}ping, Sweden, April 22-24, 1996, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {1058},
publisher = {Springer},
year = {1996},
isbn = {3-540-61055-3},
timestamp = {Mon, 22 May 2017 16:14:04 +0200},
biburl = {https://dblp.org/rec/bib/conf/esop/1996},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{conf/ifl/2008,
title = {Implementation and Application of Functional Languages - 20th International
Symposium, {IFL} 2008, Hatfield, UK, September 10-12, 2008. Revised
Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {5836},
publisher = {Springer},
year = {2011},
isbn = {978-3-642-24451-3},
timestamp = {Thu, 25 May 2017 00:42:10 +0200},
biburl = {https://dblp.org/rec/bib/conf/ifl/2008},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{school/maktoberdorf/2000,
title = {Engineering theories of software construction, Marktoberdorf Summer School 2000, Maktoberdor, Germany.},
series = {{NATO} {ASI} Series},
publisher = {{IOS} Press},
year = {2001}
}
@proceedings{conf/pepm/2011,
title = {Proceedings of the 2011 {ACM} {SIGPLAN} Workshop on Partial Evaluation
and Program Manipulation, {PEPM} 2011, Austin, TX, USA, January 24-25,
2011},
publisher = {{ACM}},
year = {2011},
url = {http://dl.acm.org/citation.cfm?id=1929501},
isbn = {978-1-4503-0485-6},
timestamp = {Tue, 22 May 2012 15:24:56 +0200},
biburl = {https://dblp.org/rec/bib/conf/pepm/2011},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{conf/ppdp/2012,
title = {Principles and Practice of Declarative Programming, PPDP'12, Leuven,
Belgium - September 19 - 21, 2012},
publisher = {{ACM}},
year = {2012},
url = {http://dl.acm.org/citation.cfm?id=2370776},
isbn = {978-1-4503-1522-7},
timestamp = {Sun, 11 Nov 2012 19:34:31 +0100},
biburl = {https://dblp.org/rec/bib/conf/ppdp/2012},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{conf/sfp/2017,
title = {Trends in Functional Programming - 18th International Symposium, {TFP}
2017, Canterbury, UK, June 19-21, 2017, Revised Selected Papers},
series = {Lecture Notes in Computer Science},
volume = {10788},
publisher = {Springer},
year = {2018},
isbn = {978-3-319-89718-9},
timestamp = {Thu, 19 Apr 2018 13:38:43 +0200},
biburl = {https://dblp.org/rec/bib/conf/sfp/2017},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/sfp/2014,
title = {Trends in Functional Programming - 15th International Symposium, {TFP}
2014, Soesterberg, The Netherlands, May 26-28, 2014. Revised Selected
Papers},
series = {Lecture Notes in Computer Science},
volume = {8843},
publisher = {Springer},
year = {2015},
isbn = {978-3-319-14674-4},
timestamp = {Fri, 26 May 2017 00:49:32 +0200},
biburl = {https://dblp.org/rec/bib/conf/sfp/2014},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@proceedings{DBLP:conf/sfp/2016,
title = {Trends in Functional Programming - 17th International Conference,
{TFP} 2016, College Park, MD, USA, June 8-10, 2016, Revised Selected
Papers},
series = {Lecture Notes in Computer Science},
volume = {10447},
publisher = {Springer},
year = {2019},
isbn = {978-3-030-14804-1},
timestamp = {Thu, 21 Feb 2019 15:49:26 +0100},
biburl = {https://dblp.org/rec/bib/conf/sfp/2016},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
%%% URLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@misc{reactive-banana,
author = {Heinrich Apfelmus},
title = {reactive-banana},
howpublished = "\url{https://wiki.haskell.org/Reactive-banana}",
year = {2019},
note = "[Accessed 13-Febuary-2019]"
}
@misc{IFTTT,
author = {Linden Tibbets},
title = {IFTTT},
howpublished = "\url{https://ifttt.com/}",
year = {2019},
note = "[Accessed 12-Febuary-2019]"
}
@misc{googleforms,
author = {Google},
title = {Forms},
howpublished = "\url{https://www.google.com/forms/about/}",
year = {2019},
note = "[Accessed 12-Febuary-2019]"
}
@misc{wufoo,
author = {SurveyMonkey},
title = {SurveyMonkey},
howpublished = "\url{https://surveymonkey.com/}",
year = {2019},
note = "[Accessed 12-Febuary-2019]"
}
@misc{bpel,
author = {OASIS},
title = {Web Services Business Process Execution Language},
howpublished = "\url{https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsbpel}",
year = {2019},
note = "[Accessed 12-Febuary-2019]"
}