Commit 7498d3de authored by Dominik Charousset's avatar Dominik Charousset

added scientific use information to README.md

parent a8bc03af
...@@ -16,6 +16,7 @@ On the Web ...@@ -16,6 +16,7 @@ On the Web
* __Project Homepage__: http://www.realmv6.org/libcppa.html * __Project Homepage__: http://www.realmv6.org/libcppa.html
* __Mailing List__: https://groups.google.com/d/forum/libcppa * __Mailing List__: https://groups.google.com/d/forum/libcppa
Get the Sources Get the Sources
--------------- ---------------
...@@ -60,3 +61,23 @@ Supported Operating Systems ...@@ -60,3 +61,23 @@ Supported Operating Systems
* Linux * Linux
* Mac OS X * Mac OS X
* *Note for MS Windows*: libcppa relies on C++11 features such as variadic templates. We will support this platform as soon as Microsoft's compiler implements all required C++11 features. * *Note for MS Windows*: libcppa relies on C++11 features such as variadic templates. We will support this platform as soon as Microsoft's compiler implements all required C++11 features.
Scientific Use
--------------
If you use libcppa in a scientific context, please use the following citation:
```
@inproceedings{cshw-nassp-13,
author = {Dominik Charousset and Thomas C. Schmidt and Raphael Hiesgen and Matthias W{\"a}hlisch},
title = {{Native Actors -- A Scalable Software Platform for Distributed, Heterogeneous Environments}},
booktitle = {Proc. of the 4rd ACM SIGPLAN Conference on Systems, Programming, and Applications (SPLASH '13), Workshop AGERE!},
month = {Oct.},
year = {2013},
publisher = {ACM},
address = {New York, NY, USA},
}
```
You will find the paper on http://dx.doi.org/10.1145/2541329.2541336
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment