Skip to content

Commit

Permalink
Add CODEOWNERS and CITATION.cff (#18)
Browse files Browse the repository at this point in the history
* add CITATION
* Create CODEOWNERS
  • Loading branch information
FabioBergonti authored Jun 12, 2023
1 parent 179a87a commit abd63fc
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @FabioBergonti
30 changes: 30 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cff-version: 1.2.0
message: "If you use this material, please cite it as below."
url: "https://github.com/ami-iit/paper_bergonti_2022_tro_kinematics-control-morphingcovers"
preferred-citation:
type: article
authors:
- family-names: "Bergonti"
given-names: "Fabio"
orcid: "https://orcid.org/0000-0003-3455-8056"
- family-names: "Nava"
given-names: "Gabriele"
orcid: "https://orcid.org/0000-0001-8965-2934"
- family-names: "Fiorio"
given-names: "Luca"
orcid: "https://orcid.org/0000-0001-8965-2934"
- family-names: "L'Erario"
given-names: "Giuseppe"
orcid: "https://orcid.org/0000-0001-6042-3222"
- family-names: "Pucci"
given-names: "Daniele"
orcid: "https://orcid.org/0000-0002-7600-3203"
doi: "10.1109/TRO.2022.3170281"
journal: "IEEE Transactions on Robotics"
month: October
start: 3300 # First page number
end: 3313 # Last page number
title: "Modeling and Control of Morphing Covers for the Adaptive Morphology of Humanoid Robots"
issue: 5
volume: 38
year: 2022
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The _maximal_ representation consists of a set of _non-minimum_ variables 𝐪 c
- [:floppy_disk: Installation](#floppy_disk-installation)
- [:rocket: Usage](#rocket-usage)
- [:gear: Contributing](#gear-contributing)
- [Citing this work](#citing-this-work)
- [Maintainer](#maintainer)


## :hammer: Dependencies
Expand Down Expand Up @@ -93,3 +95,32 @@ If you want to go deep into the code, we prepared [this document](docs/nomenclat
## :gear: Contributing

**mystica** is an open-source project, and is thus built with your contributions. We strongly encourage you to open an issue with your feature request. Once the issue has been opened, you can also proceed with a pull-request :rocket:

## Citing this work

If you find the work useful, please consider citing:

```bibtex
@ARTICLE{9793615,
author={Bergonti, Fabio and Nava, Gabriele and Fiorio, Luca and L’Erario, Giuseppe and Pucci, Daniele},
journal={IEEE Transactions on Robotics},
title={Modeling and Control of Morphing Covers for the Adaptive Morphology of Humanoid Robots},
year={2022},
volume={38},
number={5},
pages={3300-3313},
doi={10.1109/TRO.2022.3170281}}
```

## Maintainer

This repository is maintained by:

| | |
|:---:|:---:|
| [<img src="https://github.com/FabioBergonti.png" width="40">](https://github.com/FabioBergonti) | [@FabioBergonti](https://github.com/FabioBergonti) |

<p align="left">
<a href="https://github.com/ami-iit/paper_bergonti_2022_tro_kinematics-control-morphingcovers/blob/master/LICENSE"><img src="https://img.shields.io/github/license/ami-iit/paper_bergonti_2022_tro_kinematics-control-morphingcovers" alt="Size" class="center"/></a>
<a href="https://github.com/ami-iit/paper_bergonti_2022_tro_kinematics-control-morphingcovers/actions/workflows/matlab_ci.yml"><img src="https://github.com/ami-iit/paper_bergonti_2022_tro_kinematics-control-morphingcovers/actions/workflows/matlab_ci.yml/badge.svg?branch=main" alt="CI"/></a>
</p>

0 comments on commit abd63fc

Please sign in to comment.