summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-01-29 11:12:33 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-01-29 11:12:33 (GMT)
commite67b8c3bce5ce1cf5b3b1b17faff3ec114b70f0a (patch)
tree9251b10e979d5edf7c4e53ff014ba515c55cae53 /README.md
parent566b465fa98a1b63671e3a91a278032b98c06359 (diff)
downloaduscxml-e67b8c3bce5ce1cf5b3b1b17faff3ec114b70f0a.zip
uscxml-e67b8c3bce5ce1cf5b3b1b17faff3ec114b70f0a.tar.gz
uscxml-e67b8c3bce5ce1cf5b3b1b17faff3ec114b70f0a.tar.bz2
Added list of publications
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index b8f668c..155d568 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
- [Building from Source](docs/BUILDING.md)
- [Open Issues](docs/ISSUES.md)
- [Getting Started](docs/GETTING_STARTED.md)
+- [Publications](docs/PUBLICATIONS.md)
## General
@@ -120,11 +121,8 @@ interpreter.
<img src="https://raw.github.com/tklab-tud/uscxml/master/docs/Performance_Microstep.png" width="500px" />
-For the tests, we took the [highest precision timer](https://github.com/tklab-tud/uscxml/blob/master/src/uscxml/concurrency/Timer.cpp)
-we could attain and measured how long the execution of a given SCXML IRP test took while
-subtracting initialization, tear-down and the time spent in the data-model's routines. Time is
-averaged over 1.000 iterations.
-
-# Acknowledgments
-
-This SCXML interpreter is developed at the [Telekooperation Group](http://www.tk.informatik.tu-darmstadt.de) of the Technical University of Darmstadt as part of the [SmartVortex](http://smartvortex.eu) project funded by the [7th European framework program](http://ec.europa.eu/research/fp7/index_en.cfm). \ No newline at end of file
+For the tests, we took the
+[highest precision timer](https://github.com/tklab-tud/uscxml/blob/master/src/uscxml/concurrency/Timer.cpp)
+we could attain and measured how long the execution of a given SCXML IRP test
+took while subtracting initialization, tear-down and the time spent in the
+data-model's routines. Time is averaged over 1.000 iterations.