Skip to content

Commit a0034e1

Browse files
authored
Merge pull request #3 from NASA-JSC-Robotics/add-citation
Add citation
2 parents da4156c + 6a5fbaa commit a0034e1

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ repos:
8080
hooks:
8181
- id: codespell
8282
exclude: \.(svg|stl|dae)$
83+
args: ["--ignore-words-list", "Hart"]

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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,21 @@ ros2 launch drt_ur_gui one_arm.launch.py mock_dashboard:=true
6464
- `ros2 run drt_ur_gui run_gui.py --ros-args --params-file <path_to_your_params_file>`
6565
- `drt_ur_gui` can also be integrated into your robot's existing launch files
6666
- Use the provided launch files as and example
67+
68+
## Citation
69+
70+
This project falls under the purview of the iMETRO project.
71+
If you use this in your own work, please cite the following paper:
72+
73+
```bibtex
74+
@INPROCEEDINGS{imetro-facility-2025,
75+
author={Dunkelberger, Nathan and Sheetz, Emily and Rainen, Connor and Graf, Jodi and Hart, Nikki and Zemler, Emma and Azimi, Shaun},
76+
booktitle={2025 22nd International Conference on Ubiquitous Robots (UR)},
77+
title={Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research},
78+
year={2025},
79+
volume={},
80+
number={},
81+
pages={390-397},
82+
keywords={NASA;Moon;Seals;Maintenance engineering;Maintenance;Robots;Standards;Open source software;Testing;Logistics},
83+
doi={10.1109/UR65550.2025.11077983}}
84+
```

0 commit comments

Comments
 (0)