Index: doc/bibliography/pl.bib
===================================================================
--- doc/bibliography/pl.bib	(revision 8c3d1d515431833e81438ecddec6d5782ce71010)
+++ doc/bibliography/pl.bib	(revision ca8c91ce061adc1907a354dacabb789d39f641ba)
@@ -198,6 +198,21 @@
 }
 
+@inproceedings{Koster16,
+    keywords	= {Actor Model, Concurrency},
+    contributer	= {pabuhr@plg},
+    author	= {De Koster, Joeri and Van Cutsem, Tom and De Meuter, Wolfgang},
+    title	= {43 Years of Actors: A Taxonomy of Actor Models and Their Key Properties},
+    publisher	= {ACM},
+    address	= {New York, NY, USA},
+    organization= {Proceedings of the 6th International Workshop on Programming Based on Actors, Agents, and Decentralized Control},
+    pages	= {31-40},
+    numpages	= {10},
+    year	= {2016},
+    location	= {Amsterdam, Netherlands},
+    series	= {AGERE 2016}
+}
+
 @misc{ActorBenchmarks,
-    keywords	= {Actors, microbenchmarks, uC++. CAF, AkkaC, AkkaT, ProtoActor},
+    keywords	= {Actors, microbenchmarks, uC++. CAF, ProtoActor, AkkaC, AkkaT},
     contributer	= {pabuhr@plg},
     key		= {ActorBenchmarks},
@@ -215,4 +230,26 @@
     publisher	= {MIT Press, Cambridge},
     year	= 1986
+}
+
+@inproceedings{Srinivasan08,
+    author	= {Srinivasan, Sriram and Mycroft, Alan},
+    editor	= {Vitek, Jan},
+    title	= {Kilim: Isolation-Typed Actors for Java},
+    organization= {ECOOP 2008 -- Object-Oriented Programming},
+    year	= {2008},
+    publisher	= {Springer Berlin Heidelberg},
+    address	= {Berlin, Heidelberg},
+    pages	= {104--128},
+}
+
+@inproceedings{Haller07,
+    author	= {Haller, Philipp and Odersky, Martin},
+    editor	= {Murphy, Amy L. and Vitek, Jan},
+    title	= {Actors That Unify Threads and Events},
+    organization= {Coordination Models and Languages},
+    year	= 2007,
+    publisher	= {Springer Berlin Heidelberg},
+    address	= {Berlin, Heidelberg},
+    pages	= {171-190},
 }
 
@@ -303,5 +340,5 @@
 
 @article{Agrawal08,
-    keywords	= {Adaptive scheduling, adversary, instantaneous parallelism, job scheduling, multiprocessing, multiprogramming, parallel computation, parallelism feedback, processor allocation, randomized algorithm, space sharing, span, thread scheduling, trim analysis, two-level scheduling, work, work-stealing},
+    keywords	= {Adaptive scheduling, multiprocessing, processor allocation, randomized algorithm, space sharing, thread scheduling, two-level scheduling, work-stealing},
     author	= {Agrawal, Kunal and Leiserson, Charles E. and He, Yuxiong and Hsu, Wen Jing},
     title	= {Adaptive Work-stealing with Parallelism Feedback},
@@ -435,5 +472,14 @@
     month	= sep,
     year	= 2016,
-    note	= {\href{http://doc.akka.io/docs/akka/2.4/AkkaScala.pdf}{http://\-doc.akka.io/\-docs/\-akka/\-2.4/\-AkkaScala.pdf}},
+    note	= {\url{http://doc.akka.io/docs/akka/2.4/AkkaScala.pdf}},
+}
+
+@misc{AkkaClassic,
+    contributer	= {pabuhr@plg},
+    key		= {AkkaClassic},
+    title	= {Akka Classic Actors},
+    author	= {{Lightbend}},
+    howpublished= {\url{https://doc.akka.io/docs/akka/current/index-classic.html}},
+    year	= 2023,
 }
 
@@ -443,5 +489,14 @@
     title	= {Akka Futures},
     author	= {{Lightbend}},
-    howpublished= {\href{https://doc.akka.io/docs/akka/2.5/futures.html}{https://\-doc.akka.io/\-docs/\-akka/\-2.5/\-futures.html}},
+    howpublished= {\url{https://doc.akka.io/docs/akka/2.5/futures.html}},
+    year	= 2022,
+}
+
+@misc{AkkaTyped,
+    contributer	= {pabuhr@plg},
+    key		= {AkkaTyped},
+    title	= {Akka Typed Actors},
+    author	= {{Lightbend}},
+    howpublished= {\url{https://doc.akka.io/docs/akka/2.5/typed-actors.html}},
     year	= 2022,
 }
@@ -1118,14 +1173,15 @@
 @inproceedings{CAF,
     keywords	= {performance measurement, actor model, c++, message-oriented middleware, distributed debugging},
+    contributer	= {pabuhr@plg},
     author	= {Charousset, Dominik and Hiesgen, Raphael and Schmidt, Thomas C.},
-    title	= {{CAF} - the {C}++ Actor Framework for Scalable and Resource-Efficient Applications},
+    title	= {{CAF} -- the {C}++ Actor Framework for Scalable and Resource-Efficient Applications},
     publisher	= {ACM},
     address	= {New York, NY, USA},
     organization= {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control},
     pages	= {15-28},
-    numpages	= {14},
+    numpages	= 14,
     location	= {Portland, Oregon, USA},
     series	= {AGERE'14},
-    year	= {2014},
+    year	= 2014,
 }
 
@@ -3102,4 +3158,14 @@
     year	= 2016,
     note	= {\href{http://erlang.org/doc/pdf/otp-system-documentation.pdf}{http://\-erlang.org/\-doc/\-pdf/\-otp-system-documentation.pdf}},
+}
+
+@misc{Soleimani16,
+    keywords	= {Erlang, scheduler, history},
+    contributer	= {pabuhr@plg},
+    author	= {Hamidreza Soleimani},
+    title	= {Erlang Scheduler Details and Why It Matters},
+    month	= feb,
+    year	= 2016,
+    howpublished= {\url{https://hamidreza-s.github.io/erlang/scheduling/real-time/preemptive/migration/2016/02/09/erlang-scheduler-details.html}},
 }
 
@@ -5336,4 +5402,14 @@
 }
 
+@article{Lombardo19,
+    contributer	= {pabuhr@plg},
+    author	= {Lombardo, Gianfranco and Fornacciari, Paolo and Mordonini, Monica and Tomaiuolo, Michele and Poggi, Agostino},
+    title	= {A Multi-Agent Architecture for Data Analysis},
+    journal	= {Future Internet},
+    volume	= 11,
+    year	= 2019,
+    number	= 2,
+}
+
 @article{multilisp,
     keywords	= {futures, scheme},
@@ -6618,4 +6694,20 @@
 }
 
+@article{Varela01,
+    keywords	= {programming languages, SALSA, continuations, actors, java, internet, network computing, open systems, mobile computing},
+    contributer	= {pabuhr@plg},
+    author	= {Varela, Carlos and Agha, Gul},
+    title	= {Programming Dynamically Reconfigurable Open Systems with SALSA},
+    issue_date	= {December 2001},
+    publisher	= {Association for Computing Machinery},
+    address	= {New York, NY, USA},
+    volume	= 36,
+    number	= 12,
+    journal	= {SIGPLAN Not.},
+    year	= 2001,
+    month	= dec,
+    pages	= {20-34},
+}
+
 @book{PowerPC,
     key		= {PowerPC processor},
@@ -6679,5 +6771,5 @@
     title	= {Programming Languages -- {C}},
     organization= {International Standard ISO/IEC 9899:1999 (E)},
-    publisher   = {American National Standards Institute},
+    publisher	= {American National Standards Institute},
     address	= {www.ansi.org},
     year	= 1999,
@@ -6690,5 +6782,5 @@
     title	= {{C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming Language ISO/IEC 14882:1998},
     edition	= {1st},
-    organization  = {International Standard Organization},
+    organization= {International Standard Organization},
     address	= {Geneva, Switzerland},
     year	= 1998,
@@ -6981,4 +7073,13 @@
 }
 
+@misc{protoactor,
+    contributer	= {pabuhr@plg},
+    key		= {Protoactor},
+    author	= {{proto.actor}},
+    title	= {Asynkron AB},
+    year	= 2023,
+    howpublished= {\url{https://proto.actor}},
+}
+
 @misc{Pthreads,
     keywords	= {pthreads, C concurrency},
@@ -7458,5 +7559,5 @@
     title	= {The Semantics of a Simple Language for Parallel Programming},
     author	= {Gilles Kahn},
-    booktitle	= {IFIP Congress},
+    organization= {IFIP Congress},
     year	= 1974,
 }
@@ -8173,6 +8274,6 @@
 
 @article{SysVABI,
-    keywords	=  {System V ABI},
-    contributer	=  {a3moss@uwaterloo.ca},
+    keywords	= {System V ABI},
+    contributer	= {a3moss@uwaterloo.ca},
     title	= {System {V} application binary interface},
     author	= {Matz, Michael and Hubicka, Jan and Jaeger, Andreas and Mitchell, Mark},
@@ -8180,4 +8281,16 @@
     volume	= {99},
     year	= {2013}
+}
+
+@article{Albert18,
+    keywords	= {actor-based concurrency, partial order reduction, systematic testing, synchronization, task independence},
+    contributer	= {pabuhr@plg},
+    author	= {Albert, Elvira and Arenas, Puri and G\'{o}mez-Zamalloa, Miguel},
+    title	= {Systematic testing of actor systems},
+    journal	= {Software Testing, Verification and Reliability},
+    volume	= {28},
+    number	= {3},
+    pages	= {e1661},
+    year	= {2018}
 }
 
@@ -8206,5 +8319,6 @@
     journal	= jcss,
     year	= 1978,
-    volume	= 17, pages = {348-375}
+    volume	= 17,
+    pages	= {348-375},
 }
 
