Skip to content

Commit 2a5afb8

Browse files
author
Neil T. Dantam
committed
List all publications in README
1 parent 4fb831f commit 2a5afb8

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

README

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ DOCUMENTATION
2323
and `./doc/html`
2424
* Man Pages: http://code.golems.org/pkg/ach/man
2525
and `./doc/man`
26-
* Papers: http://www.golems.org/projects/ach.html
26+
* Papers:
27+
* [Unix Philosophy and the Real World: Control Software for Humanoid Robots](http://dx.doi.org/10.3389/frobt.2016.00006).
28+
Frontiers in Robotics and Artificial Intelligence. 2016.
29+
* [The Ach Library](http://dx.doi.org/10.1109/MRA.2014.2356937).
30+
IEEE RAM. 2015.
31+
* [Multi-Process Control Software for HUBO2 Plus robot](http://dx.doi.org/10.1109/TePRA.2013.6556374).
32+
TEPRA. 2013.
33+
* [Robust and Efficient Communication for Real-Time Multi-Process Robot Software](http://dx.doi.org/10.1109/HUMANOIDS.2012.6651538).
34+
HUMANOIDS. 2012.
2735
* Example Code: `./src/ach-example.c`
2836

2937
See `./INSTALL` for details on generating the documentation.
@@ -58,3 +66,60 @@ FORMAL MODEL
5866
Ach has been formally verified using the SPIN model checker. This
5967
formal model is included in the source distribution under the `./spin/`
6068
directory.
69+
70+
CITATION
71+
========
72+
If you find Ach useful for your research, we hope you will consider
73+
citing our relevant publications.
74+
75+
76+
@ARTICLE{10.3389/frobt.2016.00006,
77+
author={Dantam, Neil T. and Bøndergaard, Kim and Johansson, Mattias A. and Furuholm, Tobias and Kavraki, Lydia E.},
78+
title={Unix Philosophy and the Real World: Control Software for Humanoid Robots},
79+
journal={Frontiers in Robotics and AI},
80+
volume={3},
81+
pages={6},
82+
year={2016},
83+
url={https://www.frontiersin.org/article/10.3389/frobt.2016.00006},
84+
doi={10.3389/frobt.2016.00006},
85+
issn={2296-9144},
86+
}
87+
88+
@ARTICLE{7012101,
89+
author={N. T. {Dantam} and D. M. {Lofaro} and A. {Hereid} and P. Y. {Oh} and A. D. {Ames} and M. {Stilman}},
90+
journal={IEEE Robotics Automation Magazine},
91+
title={The Ach Library: A New Framework for Real-Time Communication},
92+
year={2015},
93+
volume={22},
94+
number={1},
95+
pages={76-85},
96+
doi={10.1109/MRA.2014.2356937},
97+
issn={1070-9932},
98+
month={March},
99+
}
100+
101+
@INPROCEEDINGS{6556374,
102+
author={M. X. {Grey} and N. {Dantam} and D. M. {Lofaro} and A. {Bobick} and M. {Egerstedt} and P. {Oh} and M. {Stilman}},
103+
booktitle={2013 IEEE Conference on Technologies for Practical Robot Applications (TePRA)},
104+
title={Multi-process control software for HUBO2 Plus robot},
105+
year={2013},
106+
volume={},
107+
number={},
108+
pages={1-6},
109+
doi={10.1109/TePRA.2013.6556374},
110+
ISSN={2325-0534},
111+
month={April},
112+
}
113+
114+
@INPROCEEDINGS{6651538,
115+
author={N. {Dantam} and M. {Stilman}},
116+
booktitle={2012 12th IEEE-RAS International Conference on Humanoid Robots (Humanoids 2012)},
117+
title={Robust and efficient communication for real-time multi-process robot software},
118+
year={2012},
119+
volume={},
120+
number={},
121+
pages={316-322},
122+
doi={10.1109/HUMANOIDS.2012.6651538},
123+
ISSN={2164-0572},
124+
month={Nov},
125+
}

0 commit comments

Comments
 (0)