Skip to content

Commit a09576d

Browse files
authored
Merge pull request #3 from NASA-JSC-Robotics/add-citation
Add UR paper citation
2 parents 39405d9 + 9dc1bee commit a09576d

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software in your own work, please cite the following paper."
3+
preferred-citation:
4+
type: conference-paper
5+
authors:
6+
- family-names: "Dunkelberger"
7+
given-names: "Nathan"
8+
- family-names: "Sheetz"
9+
given-names: "Emily"
10+
- family-names: "Rainen"
11+
given-names: "Connor"
12+
- family-names: "Graf"
13+
given-names: "Jodi"
14+
- family-names: "Hart"
15+
given-names: "Nikki"
16+
- family-names: "Zemler"
17+
given-names: "Emma"
18+
- family-names: "Azimi"
19+
given-names: "Shaun"
20+
title: "Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research"
21+
doi: 10.1109/UR65550.2025.11077983
22+
collection-title: "2025 22nd International Conference on Ubiquitous Robots (UR)"
23+
year: 2025
24+
pages: {390-397}

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,20 @@ These systems include ground control user interfaces and software for managing r
5252

5353
- See [the iMETRO poster](https://ntrs.nasa.gov/api/citations/20240013956/downloads/iMETRO%20Year%202%20Poster.pdf) for an early poster of the work
5454
- See [our video](https://ntrs.nasa.gov/citations/20240007666) of utilizing the facility to perform a maintenance demonstration
55-
- A paper describing the facility published at the [Ubiquitous Robots](https://2025.ubiquitousrobots.org/) conference will be available soon
55+
56+
### Citation
57+
58+
If you use this software in your own work, please cite the following paper:
59+
60+
```bibtex
61+
@INPROCEEDINGS{imetro-facility-2025,
62+
author={Dunkelberger, Nathan and Sheetz, Emily and Rainen, Connor and Graf, Jodi and Hart, Nikki and Zemler, Emma and Azimi, Shaun},
63+
booktitle={2025 22nd International Conference on Ubiquitous Robots (UR)},
64+
title={Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research},
65+
year={2025},
66+
volume={},
67+
number={},
68+
pages={390-397},
69+
keywords={NASA;Moon;Seals;Maintenance engineering;Maintenance;Robots;Standards;Open source software;Testing;Logistics},
70+
doi={10.1109/UR65550.2025.11077983}}
71+
```

0 commit comments

Comments
 (0)