Skip to content

Commit d750c15

Browse files
authored
Merge pull request #10 from NASA-JSC-Robotics/add-citation
Add citation
2 parents 296eab1 + a06a803 commit d750c15

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ repos:
8282
hooks:
8383
- id: codespell
8484
exclude: \.(svg|stl|dae)$
85-
args: ["--ignore-words-list", "hande", "--uri-ignore-words-list", "*"]
85+
args: ["--ignore-words-list", "hande, Hart", "--uri-ignore-words-list", "*"]

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
@@ -14,3 +14,21 @@ As of now there is a single example available for public consumption made with o
1414
* [Pick and Place with a CTB](./clr_pick_and_place_demo/README.md)
1515

1616
![alt text](./clr_mujoco_simulation.png "CLR MuJoCo simulation")
17+
18+
## Citation
19+
20+
This project falls under the purview of the iMETRO project.
21+
If you use this in your own work, please cite the following paper:
22+
23+
```bibtex
24+
@INPROCEEDINGS{imetro-facility-2025,
25+
author={Dunkelberger, Nathan and Sheetz, Emily and Rainen, Connor and Graf, Jodi and Hart, Nikki and Zemler, Emma and Azimi, Shaun},
26+
booktitle={2025 22nd International Conference on Ubiquitous Robots (UR)},
27+
title={Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research},
28+
year={2025},
29+
volume={},
30+
number={},
31+
pages={390-397},
32+
keywords={NASA;Moon;Seals;Maintenance engineering;Maintenance;Robots;Standards;Open source software;Testing;Logistics},
33+
doi={10.1109/UR65550.2025.11077983}}
34+
```

0 commit comments

Comments
 (0)